From 17dec99782d99199787c31951a653f7681e6cb13 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 13 Dec 2008 11:36:22 +0000 Subject: [PATCH] Dutch update --- ChangeLog | 1 + lang/dutch-utf-8.inc.php | 1466 +++++++++++++++++++------------------- translators.html | 2 +- 3 files changed, 731 insertions(+), 738 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e981ea20..cc438b330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #2009500 [SQL] Small improvements in generated SQL (partial fix) - bug #1963184 [export] YAML export improvement, thanks to Bryce Thornton - brycethornton ++ [lang] Dutch update, thanks to Herman van Rink - helmo 3.1.1.0 (2008-12-09) - patch #2242765 [core] Navi panel server links wrong, diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index dca6c4b93..bbd347e12 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -20,10 +20,13 @@ $datefmt = '%d %B %Y om %H:%M'; $timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden'; $strAbortedClients = 'Afgehaakte'; -$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.'; +$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'; +$strAddClause = 'Voeg %s toe'; $strAddConstraints = 'Voeg beperkingen toe'; $strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen'; $strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij'; @@ -44,19 +47,24 @@ $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?'; $strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel'; +$strAnalyze = 'Analyseer'; $strAnalyzeTable = 'Analyseer tabel'; $strAnd = 'En'; +$strAndThen = 'en dan'; +$strAngularLinks = 'Hoekige verbindingen'; $strAnIndex = 'Een index is toegevoegd aan %s'; $strAny = 'Elke'; //! Willekeurige? -$strAnyHost = 'Een willekeurige host'; +$strAnyHost = 'Een willekeurige machine'; $strAnyUser = 'Een willekeurige gebruiker'; $strApproximateCount = 'Kan ongeveer zijn. Zie FAQ 3.11'; $strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s'; $strArabic = 'Arabisch'; $strArmenian = 'Armeens'; $strAscending = 'Oplopend'; +$strAsDefined = 'Als aangegeven:'; $strAtBeginningOfTable = 'Aan het begin van de tabel'; $strAtEndOfTable = 'Aan het eind van de tabel'; $strAttr = 'Attributen'; @@ -75,18 +83,36 @@ $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'; +$strBLOBRepositoryStatus = 'Status'; +$strBLOBRepositoryUpload = 'Upload naar BLOB bewaarplaats'; $strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark'; +$strBookmarkCreated = 'Bookmark %s aangemaakt'; $strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.'; $strBookmarkLabel = 'Label'; $strBookmarkQuery = 'Opgeslagen SQL-query'; +$strBookmarkReplace = 'Bookmark met dezelde naam overschijven'; $strBookmarkThis = 'Sla deze SQL-query op'; $strBookmarkView = 'Alleen bekijken'; +$strBrowseDistinctValues = 'Bekijk unieke waarden'; $strBrowseForeignValues = 'Bekijk vreemde waardes'; $strBrowse = 'Verkennen'; $strBulgarian = 'Bulgaars'; $strBzip = '"ge-bzipt"'; $strCalendar = 'Kalender'; +$strCancel = 'Annuleren'; +$strCanNotLoadExportPlugins = 'Export plugins konden niet worden geladen, controleer uw installatie!'; +$strCanNotLoadImportPlugins = 'De plugins voor het importeren konden niet worden geladen, controleer uw installatie!'; $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 iconv of recode extensies niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin'; @@ -110,6 +136,7 @@ $strCharsetOfFile = 'Karakter set van het bestand:'; $strCharsetsAndCollations = 'Karakter Sets en Collaties'; $strCharsets = 'Karaktersets'; $strCheckAll = 'Selecteer alles'; +$strCheck = 'Controleer'; $strCheckOverhead = 'Selecteer tabellen met overhead'; $strCheckPrivs = 'Controleer privileges'; $strCheckPrivsLong = 'Controleer privileges voor database "%s".'; @@ -120,32 +147,46 @@ $strCollation = 'Collatie'; $strColumnNames = 'Kolom namen'; $strColumnPrivileges = 'Kolom-specifieke privileges'; $strCommand = 'Commando'; +$strComment = 'Opmerking'; $strComments = 'Commentaar'; $strCompatibleHashing = 'MySQL 4.0 compatibel'; $strCompleteInserts = 'Invoegen voltooid'; $strCompression = 'Compressie'; +$strCompressionWillBeDetected = 'Gecomprimeerde bestanden worden automatisch herkend: %s'; +$strConfigDefaultFileError = 'Standaard configuratiebestand kon niet worden geladen vanuit: "%1$s"'; $strConfigFileError = 'phpMyAdmin kon het configuratie bestand niet lezen!
Dit kan gebeuren als php een parse error in dit bestand aantreft of dit bestand helemaal niet gevonden kan worden.
Roep het configuratie bestand direct aan met de snelkoppeling hieronder en lees de php foutmelding(en). In de meeste gevallen ontbreekt er ergens bijvoorbeeld een quote.
Wanneer er een blanco pagina wordt weergegeven zijn er geen problemen.'; $strConfigureTableCoord = 'Configureer de coördinaten voor de tabel %s'; $strConnectionError = 'Kan niet verbinden: ongeldige instellingen.'; $strConnections = 'Connecties'; $strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen'; $strConstraintsForTable = 'Beperkingen voor tabel'; +$strControluserFailed = 'Connectie voor de controluser zoals in de configuratie is opgegeven is mislukt.'; $strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.'; $strCopyDatabaseOK = 'Database %s is gekopieerd naar %s'; +$strCopy = 'Kopieër'; $strCopyTable = 'Kopieer tabel naar (database.tabel):'; $strCopyTableOK = 'Tabel %s is gekopieerd naar %s.'; $strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!'; $strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.'; $strCreate = 'Aanmaken'; +$strCreateDatabaseBeforeCopying = 'CREATE DATABASE voor het kopieëren'; $strCreateIndex = 'Creëer een index op kolommen %s '; $strCreateIndexTopic = 'Creëer een nieuwe index'; $strCreateNewDatabase = 'Nieuwe database aanmaken'; $strCreateNewTable = 'Nieuwe tabel aanmaken in database %s'; $strCreatePage = 'Creëer een nieuwe pagina'; $strCreatePdfFeat = 'Aanmaken van PDF bestanden'; +$strCreateRelation = 'Maak relatie'; +$strCreateTable = 'Maak tabel'; +$strCreateUserDatabase = 'Database voor gebruiker'; +$strCreateUserDatabaseName = 'Maak een database met dezelfde naam en geef alle rechten hierop'; +$strCreateUserDatabaseNone = 'Geen'; +$strCreateUserDatabaseWildcard = 'Geef alle rechten op de wildcard naam (gebruikersnaam\_%)'; $strCreationDates = 'Creatie/Update/Controleer datum'; $strCriteria = 'Criteria'; $strCroatian = 'Kroatisch'; +$strCSV = 'CSV'; +$strCustomColor = 'Aangepaste kleur'; $strCyrillic = 'Cyrillisch'; $strCzechSlovak = 'Tsjechische-Slowaak'; $strCzech = 'Tsjechisch'; @@ -154,6 +195,7 @@ $strDanish = 'Deens'; $strDatabase = 'Database'; $strDatabaseEmpty = 'De database naam is leeg!'; $strDatabaseExportOptions = 'Database export opties'; +$strDatabaseHasBeenCreated = 'Database %1$s is aangemaakt.'; $strDatabaseHasBeenDropped = 'Database %s is vervallen.'; $strDatabases = 'databases'; $strDatabasesDropped = '%s databases zijn succesvol verwijderd.'; @@ -166,9 +208,11 @@ $strDataDict = 'Data Woordenboek'; $strDataOnly = 'Alleen data'; $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'; $strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a'; $strDefragment = 'Defragment tabel'; @@ -176,12 +220,18 @@ $strDelayedInserts = 'Gebruik vertraagde inserts'; $strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.'; $strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.'; $strDeleted = 'De rij is verwijderd'; +$strDeleteNoUsersSelected = 'Geen gebruikers geselecteerd om te verwijderen!'; +$strDeleteRelation = 'Relatie verwijderen'; $strDelete = 'Verwijderen'; $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'; +$strDesignerHelpDisplayField = "Het 'weer te geven veld' van een tabel heeft een roze achtergrond. Om dit te wijzigen, klik het \"$strChangeDisplay\" icoon gevolgd door het weer te geven veld."; +$strDetails = 'Details...'; $strDictionary = 'Woordenboek'; +$strDirectLinks = 'Directe verbindingen'; $strDisabled = 'Uitgeschakeld'; $strDisableForeignChecks = 'controle op vreemde sleutels uitschakelen'; $strDisplayFeat = 'Toon Opties'; @@ -189,6 +239,7 @@ $strDisplayOrder = 'Weergave volgorde:'; $strDisplayPDF = 'Geef het PDF schema weer'; $strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")'; $strDocu = 'Documentatie'; +$strDownloadFile = 'Download bestand'; $strDoYouReally = 'Weet u zeker dat u dit wilt '; $strDropDatabaseStrongWarning = 'U staat op het punt een complete database te DESTROY-en!'; $strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.'; @@ -209,40 +260,65 @@ $strEncloseInTransaction = 'Sluit de export in een transactie'; $strEndCut = 'Einde KNIP'; $strEnd = 'Einde'; $strEndRaw = 'Einde RAW'; +$strEngineAvailable = '%s is beschikbaar op deze MySQL server.'; +$strEngineDisabled = '%s is uitgeschakeld op deze MySQL server.'; +$strEngineUnsupported = 'Deze MySQL-server ondersteund de %s storage engine niet.'; $strEnglish = 'Engels'; $strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels '; $strError = 'Fout'; +$strErrorInZipFile = 'Fout in ZIP-archief:'; +$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.'; $strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken'; +$strEsperanto = 'Esperanto'; $strEstonian = 'Estlands'; +$strEvent = 'Gebeurtenis'; +$strEvents = 'Gebeurtenissen'; $strExcelEdition = 'Excel editie'; $strExecuteBookmarked = 'Voor de gebookmarkte query uit'; $strExplain = 'Verklaar SQL'; $strExport = 'Exporteer'; +$strExportImportToScale = 'Exporteer/Importeer naar schaal'; +$strExportMustBeFile = 'Het geselecteerde export type dient als een bestand te worden opgeslagen!'; $strExtendedInserts = 'Uitgebreide invoegingen'; $strExtra = 'Extra'; $strFailedAttempts = 'Mislukte pogingen'; $strFieldHasBeenDropped = 'Veld %s is vervallen'; +$strFieldInsertFromFileTempDirNotExists = 'Fout bij het verplaatsen van het geuploade bestand, zie FAQ 1.11'; $strFieldsEnclosedBy = 'Velden ingesloten door'; -$strFieldsEscapedBy = 'Velden ontsnapt door'; +$strFieldsEscapedBy = 'Velden ontweken door'; $strFieldsTerminatedBy = 'Velden beëindigd door'; $strFields = 'Velden'; $strField = 'Veld'; -$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.'; +$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijfopties.'; $strFileCouldNotBeRead = 'Bestand kon niet worden gelezen'; -$strFileNameTemplate = 'File naam template'; +$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.'; +$strFileNameTemplateDescriptionServer = 'servernaam'; +$strFileNameTemplateDescriptionTable = 'tabelnaam'; $strFileNameTemplateRemember = 'Onthoud template'; +$strFiles = 'bestanden'; +$strFileToImport = 'Te importeren bestand'; $strFixed = 'vast'; $strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege tabel vernieuwen%s voordat men verder gaat.'; $strFlushTable = 'Schoon de tabel ("FLUSH")'; +$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!'; $strFullText = 'Volledige teksten'; $strFunction = 'Functie'; +$strFunctions = 'Functies'; $strGenBy = 'Gegenereerd door'; $strGeneralRelationFeat = 'Basis relatie opties'; -$strGenTime = 'Generatie Tijd'; +$strGenerate = 'Genereer'; +$strGeneratePassword = 'Genereer wachtwoord'; +$strGenTime = 'Genereertijd'; $strGeorgian = 'Georgisch'; $strGerman = 'Duits'; $strGlobal = 'globaal'; @@ -256,51 +332,93 @@ $strGzip = '"ge-gzipt"'; $strHasBeenAltered = 'is veranderd.'; $strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen'; $strHebrew = 'Hebreeuws'; +$strHelp = 'Help'; +$strHexForBLOB = 'Gebruik hexadecimaal voor BLOB'; +$strHideShowAll = 'Toon/Verberg alles'; +$strHideShowNoRelation = 'Verberg/Toon Tabellen zonder relatie'; +$strHide = 'Verberg'; $strHome = 'Home'; $strHomepageOfficial = 'Officiële phpMyAdmin Website'; -$strHostEmpty = 'De host naam is leeg!'; -$strHost = 'Host'; +$strHostEmpty = 'De machinenaam is leeg!'; +$strHost = 'Machine'; +$strHTMLExcel = 'Microsoft Excel 2000'; +$strHTMLWord = 'Microsoft Word 2000'; $strHungarian = 'Hongaars'; $strIcelandic = 'IJslands'; $strId = 'ID'; $strIdxFulltext = 'Volledige tekst'; +$strIgnoreDuplicates = 'Negeer dubbele rijen'; $strIgnoreInserts = 'Gebruik ignore inserts'; $strIgnore = 'Negeer'; +$strImportExportCoords = 'Importeer/Exporteer coördinaten voor PDF schema'; $strImportFiles = 'Importeren bestanden'; +$strImportFormat = 'Opmaak van te importeren bestand'; +$strImport = 'Importeer'; +$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'; $strIndex = 'Index'; $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.'; +$strInnoDBBufferPoolSizeDesc = 'De grootte van de geheugenbuffer dat InnoDB gebruikt voor het cachen van data en indexen van zijn tabellen'; +$strInnoDBDataFilePath = 'Data files'; +$strInnoDBDataHomeDirDesc = 'Het gemeenschappelijke deel van de directory waar alle InnoDB-data-bestanden staan.'; $strInnodbStat = 'InnoDB Status'; -$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.'; +$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.'; $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'; +$strInvalidDatabase = 'Ongeldige database'; +$strInvalidFieldAddCount = 'U moet minimaal een veld toevoegen.'; +$strInvalidFieldCount = 'Tabel moet minimaal een veld hebben.'; +$strInvalidLDIImport = 'Deze plugin heeft geen ondersteuning voor gecomprimeerde imports!'; +$strInvalidRowNumber = '%d is geen geldig rijnummer.'; +$strInvalidServerHostname = 'Ongeldige machinenaam voor server %1$s. Controleer uw configuratie.'; +$strInvalidServerIndex = 'Ongeldige serverindex: "%s"'; +$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.'; +$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.'; $strKeepPass = 'Wijzig het wachtwoord niet'; -$strKeyname = 'Sleutel naam'; +$strKeyCache = 'Sleutelcache'; +$strKeyname = 'Sleutelnaam'; $strKill = 'stop proces'; +$strKnownExternalBug = 'De %s functionaliteit heeft last van een bekend probleem, zie %s'; $strKorean = 'Koreaans'; $strLandscape = 'Landschap'; -$strLatexCaption = 'Tabel titel'; +$strLanguage = 'Taal'; +$strLanguageUnknown = 'Onbekende taal: %1$s.'; +$strLatexCaption = 'Tabeltitel'; $strLatexContent = 'Content van tabel __TABLE__'; -$strLatexContinuedCaption = 'Vervolgde tabel titel'; +$strLatexContinuedCaption = 'Vervolgde tabeltitel'; $strLatexContinued = '(vervolgd)'; -$strLatexIncludeCaption = 'Voeg tabel titel toe'; -$strLatexLabel = 'Label sleutel'; +$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'; @@ -309,15 +427,19 @@ $strLinksTo = 'Gelinkt naar'; $strLithuanian = 'Litouws'; $strLocalhost = 'lokaal'; $strLocationTextfile = 'Locatie van het tekstbestand'; -$strLoginInformation = 'Login Informatie'; +$strLoginInformation = 'Logininformatie'; $strLogin = 'Inloggen'; $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?'; +$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 charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.'; +$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'; @@ -326,19 +448,33 @@ $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 transformatie optie in het volgende formaat in: \'a\', 100, b,\'c\'...
Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').'; -$strMIME_transformation_options = 'Transformatie opties'; +$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 italic staan (Schuin) hebben geen aparte transformatie functies'; +$strMIME_without = 'MIME-types die in schuingedrukt staan hebben geen aparte transformatiefuncties'; $strModifications = 'Wijzigingen opgeslagen.'; $strModify = 'Aanpassen'; $strModifyIndexTopic = 'Wijzig een index'; +$strMoveMenu = 'Verplaats Menu'; $strMoveTableOK = 'Tabel %s is verplaatst naar %s.'; $strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!'; $strMoveTable = 'Verplaats tabel naar (database.tabel):'; $strMultilingual = 'meertalig'; +$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'; +$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 = 'Reparatiethreads'; +$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\''; +$strMyISAMSortBufferSize = 'Sorteer buffer grootte'; $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'; @@ -346,20 +482,23 @@ $strName = 'Naam'; $strNext = 'Volgende'; $strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in'; $strNoDatabases = 'Geen databases'; -$strNoDatabasesSelected = 'Er is geen databases geselecteerd.'; +$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 FAQ 1.16.'; $strNoDescription = 'Geen beschrijving aanwezig'; -$strNoDropDatabases = '"DROP DATABASE" opdrachten zijn niet mogelijk.'; +$strNoDetailsForEngine = 'Er is geen gedetaileerde status informatie beschikbaar voor deze opslag engine.'; +$strNoDropDatabases = '"DROP DATABASE"-opdrachten zijn niet mogelijk.'; $strNoExplain = 'Uitleg SQL overslaan'; -$strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die frames aan kan.'; +$strNoFilesFoundInZip = 'Geen bestanden gevonden in ZIP archief!'; +$strNoFrames = 'phpMyAdmin werkt gebruiksvriendelijker met een browser die frames aan kan.'; $strNoIndex = 'Geen index gedefinieerd!'; -$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!'; +$strNoIndexPartsDefined = 'Geen index-delen gedefinieerd!'; $strNoModification = 'Geen verandering'; $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.'; -$strNoPhp = 'zonder PHP Code'; +$strNoPhp = 'zonder PHP-Code'; $strNoPrivileges = 'Geen rechten'; $strNoRights = 'U heeft niet genoeg rechten om hier te zijn!'; $strNoRowsSelected = 'Geen rijen geselecteerd'; @@ -370,24 +509,37 @@ $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'; +$strNoValidateSQL = 'SQL-validatie overslaan'; $strNull = 'Null'; -$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel%s'; +$strNumberOfFields = 'Aantal velden'; +$strNumberOfTables = 'Aantal tabellen'; +$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel %s'; $strNumSearchResultsTotal = 'Totaal: %s overeenkomst(en)'; $strNumTables = 'Tabellen'; $strOK = 'Correct'; +$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; +$strOpenDocumentText = 'Open Document Tekst'; +$strOpenNewWindow = 'Open nieuw phpMyAdmin scherm'; $strOperations = 'Handelingen'; $strOperator = 'Operator'; +$strOptimize = 'Optimaliseer'; $strOptimizeTable = 'Optimaliseer tabel'; +$strOptions = 'Opties'; $strOr = 'Of'; $strOverhead = 'Overhead'; -$strOverwriteExisting = 'Overschrijf bestaande bestand (en)'; +$strOverwriteExisting = 'Overschrijf bestaand(e) bestand(en)'; -$strPageNumber = 'Pagina nummer:'; -$strPaperSize = 'Papier grootte'; +$strPacked = 'Gecomprimeerd'; +$strPageNumber = 'Paginanummer:'; +$strPaperSize = 'Papierformaat'; +$strPartialImport = 'Gedeeltelijke import'; $strPartialText = 'Gedeeltelijke teksten'; -$strPasswordChanged = 'Het wachtwoord voor %s is met succes veranderd.'; +$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!'; @@ -395,15 +547,20 @@ $strPassword = 'Wachtwoord'; $strPdfDbSchema = 'Schema van de "%s" database - Pagina %s'; $strPdfInvalidTblName = 'De tabel "%s" bestaat niet!'; $strPdfNoTables = 'Geen Tabellen'; +$strPDF = 'PDF'; +$strPDFReportTitle = 'Report titel'; $strPerHour = 'per uur'; $strPerMinute = 'per minuut'; $strPerSecond = 'per seconde'; $strPersian = 'Perzisch'; $strPhoneBook = 'Telefoonboek'; -$strPhp = 'Creëer PHP Code'; -$strPHPVersion = 'PHP Versie'; +$strPHPExtension = 'PHP uitbreiding'; +$strPhp = 'Genereer PHP-Code'; +$strPHPVersion = 'PHP-Versie'; +$strPlayAudio = 'Afspelen'; +$strPleaseSelectPrimaryOrUniqueKey = 'Selecteer de primaire sleutel of een unieke sleutel'; $strPmaDocumentation = 'phpMyAdmin Documentatie'; -$strPmaUriError = 'De $cfg[\'PmaAbsoluteUri\'] richtlijn MOET gezet zijn in het configuratie bestand!'; +$strPmaUriError = 'De $cfg[\'PmaAbsoluteUri\'] richtlijn MOET gezet zijn in het configuratiebestand!'; $strPolish = 'Pools'; $strPortrait = 'Portret'; $strPos1 = 'Begin'; @@ -413,39 +570,51 @@ $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'; -$strPrintViewFull = 'Print overzicht (met volledige teksten)'; -$strPrintView = 'Printopmaak'; +$strPrintView = 'Afdrukvoorbeeld'; +$strPrintViewFull = 'Afdrukvoorbeeld (met volledige teksten)'; $strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.'; $strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.'; +$strPrivDescAlterRoutine = 'Maakt het mogelijk om stored routines te bewerken en te verwijderen.'; $strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.'; +$strPrivDescCreateRoutine = 'Maakt het mogelijk om stored routines aan te maken.'; $strPrivDescCreateTbl = 'Maakt het mogelijk nieuwe tabellen te maken.'; $strPrivDescCreateTmpTable = 'Maakt het mogelijk om tijdelijke tabellen te maken.'; +$strPrivDescCreateUser = 'Maakt het mogelijk om gebruikers accounts te maken, hernoemen en verwijderen.'; +$strPrivDescCreateView = 'Maakt het mogelijk om nieuwe views te maken.'; $strPrivDescDelete = 'Maakt het mogelijk om data te verwijderen.'; $strPrivDescDropDb = 'Maakt het mogelijk om databases en tabellen te verwijderen.'; $strPrivDescDropTbl = 'Maakt het mogelijk tabellen te verwijderen.'; +$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.'; $strPrivDescFile = 'Maakt het mogelijk om data te importeren en te exporteren van en naar bestanden.'; -$strPrivDescGrant = 'Maakt het mogelijk dat gebruikers en privileges toe te voegen zonder de privileges tabel opnieuw op te vragen.'; +$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.'; $strPrivDescInsert = 'Maakt het mogelijk om data in te voegen en te vervangen.'; $strPrivDescLockTables = 'Maakt het mogelijk tabellen op slot te zetten voor de huidige thread.'; $strPrivDescMaxConnections = 'Limiteert het aantal nieuwe connecties die een gebruiker per uur mag openen.'; $strPrivDescMaxQuestions = 'Limiteert het aantal queries dat een gebruiker mag versturen per uur.'; $strPrivDescMaxUpdates = 'Limiteert het aantal commando\'s, welke een database of tabel veranderen, die een gebruiker per uur mag uitvoeren.'; +$strPrivDescMaxUserConnections = 'Limiteert het aantal gelijktijdige verbindingen dat de gebruiker open kan hebben.'; +$strPrivDescProcess = 'Maakt het mogelijk om processen van alle gebruikers te zien'; $strPrivDescReferences = 'Heeft geen effect in deze MySQL versie.'; -$strPrivDescReload = 'Maakt het mogelijk om de server instellingen opnieuw op te vragen en de cache van de server leeg te maken.'; -$strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de slaves (slaven) / masters (meesters) zijn.'; -$strPrivDescReplSlave = 'Nodig om slaves (slaven) de repliceren.'; +$strPrivDescReload = 'Maakt het mogelijk om de serverinstellingen opnieuw op te vragen en de cache van de server leeg te maken.'; +$strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de \'slaves\' / \'masters\' zijn.'; +$strPrivDescReplSlave = 'Nodig om \'slaves\' te repliceren.'; $strPrivDescSelect = 'Maakt het lezen van data mogelijk.'; $strPrivDescShowDb = 'Geeft toegang tot de complete lijst van databases.'; -$strPrivDescShutdown = 'Maakt het mogelijk de server te stoppen.'; -$strPrivDescSuper = 'Maakt het mogelijk verbinding te maken, zelfs als het maximaal aantal verbindingen als is bereikt; Dit is vereist voor de meeste administratieve opties zoals het instellen van globale variabelen of het stoppen van threads van andere gebruikers.'; +$strPrivDescShowView = 'Maakt het mogelijk om SHOW CREATE VIEW queries uit te voeren.'; +$strPrivDescShutdown = 'Maakt het mogelijk om de server te stoppen.'; +$strPrivDescSuper = 'Maakt het mogelijk verbinding te maken, zelfs als het maximale aantal verbindingen al is bereikt; Dit is vereist voor de meeste administratieve opties zoals het instellen van globale variabelen of het stoppen van threads van andere gebruikers.'; +$strPrivDescTrigger = 'Maakt het mogelijk om triggers maken en te verwijderen'; $strPrivDescUpdate = 'Maakt het mogelijk data aan te passen.'; $strPrivDescUsage = 'Geen privileges.'; $strPrivileges = 'Rechten'; -$strPrivilegesReloaded = 'De privileges zijn met succes vernieuwd'; +$strPrivilegesReloaded = 'De privileges zijn succesvol vernieuwd'; +$strProcedures = 'Procedures'; $strProcesses = 'Processen'; -$strProcesslist = 'Process lijst'; +$strProcesslist = 'Proceslijst'; +$strProtocolVersion = 'Protocol versie'; $strPutColNames = 'Plaats veldnamen in de eerste rij'; $strQBEDel = 'Verwijder'; @@ -453,55 +622,75 @@ $strQBEIns = 'Toevoegen'; $strQBE = 'Query opbouwen'; $strQueryFrame = 'Query window'; $strQueryOnDb = 'SQL-query op database %s:'; +$strQueryResultsOperations = 'Query resultaat bewerkingen'; $strQuerySQLHistory = 'SQL-geschiedenis'; -$strQueryStatistics = 'Query statistieken: Sinds het opstarten zijn er, %s queries gestuurd naar de server.'; +$strQueryStatistics = 'Query-statistieken: Sinds het opstarten zijn er, %s queries gestuurd naar de server.'; $strQueryTime = 'Query duurde %01.4f sec'; -$strQueryType = 'Query type'; -$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm'; +$strQueryType = 'Query-type'; +$strQueryWindowLock = 'Overschrijf deze query niet vanuit een ander scherm'; +$strRebuild = 'Regenereer'; $strReceived = 'Ontvangen'; +$strRecommended = 'aangeraden'; $strRecords = 'Records'; $strReferentialIntegrity = 'Controleer referentiële integriteit'; $strRefresh = 'Vernieuw'; +$strRelationalDisplayField = 'Relationele weergave veld'; +$strRelationalKey = 'Relationele sleutel'; $strRelationalSchema = 'Relationeel schema'; -$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.'; +$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 = 'Relatie overzicht'; -$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen'; +$strRelationView = 'Relatieoverzicht'; +$strReloadingThePrivileges = 'Bezig de privileges te verversen'; +$strReloadPrivileges = 'Ververs rechten'; +$strReload = 'Verversen'; +$strRemovePartitioning = 'Verwijder partitionering'; $strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers'; $strRenameDatabaseOK = 'Database %s is hernoemed naar %s'; $strRenameTableOK = 'Tabel %s is hernoemt naar %s'; $strRenameTable = 'Tabel hernoemen naar'; +$strRepair = 'Repareer'; $strRepairTable = 'Repareer tabel'; $strReplaceNULLBy = 'Vervang NULL door'; -$strReplaceTable = 'Vervang tabel gegevens met het bestand'; +$strReplaceTable = 'Vervang tabelgegevens door het bestand'; +$strReplication = 'Replicatie'; $strReset = 'Opnieuw'; -$strResourceLimits = 'Resource beperkingen'; +$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 ze daarna.'; +$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder deze daarna.'; $strRevokeMessage = 'U heeft de rechten ingetrokken voor %s'; $strRevoke = 'Ongedaan maken'; $strRomanian = 'Roemeens'; +$strRoutineReturnType = 'Retour type'; +$strRoutines = 'Routines'; $strRowLength = 'Lengte van de rij'; +$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 (geroteerde headers)'; +$strRowsModeFlippedHorizontal = 'horizontaal (omgedraaide headers)'; $strRowsModeHorizontal = 'horizontaal'; $strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen'; $strRowsModeVertical = 'verticaal'; $strRows = 'Rijen'; -$strRowsStatistic = 'Rij statistiek'; +$strRowsStatistic = 'Rijstatistiek'; $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'; $strRussian = 'Russisch'; $strSaveOnServer = 'Bewaar op de server in %s directory'; $strSave = 'Opslaan'; -$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten'; +$strSavePosition = 'Posities opslaan'; +$strScaleFactorSmall = 'De schaalfactor is te klein om het schema op een pagina te zetten'; $strSearchFormTitle = 'Zoeken in de database'; +$strSearchInField = 'In het veld:'; $strSearchInTables = 'In de tabel(len):'; $strSearchNeedle = 'Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: "%"):'; $strSearchOption1 = 'ten minste een van de woorden'; @@ -511,33 +700,50 @@ $strSearchOption4 = 'als een reguliere expressie'; $strSearchResultsFor = 'Zoek resultaten voor "%s" %s:'; $strSearchType = 'Zoek:'; $strSearch = 'Zoeken'; -$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).'; +$strSecretRequired = 'Het configuratiebestand heeft nu een geheime wachtwoordzin nodig (blowfish_secret).'; $strSelectADb = 'Selecteer A.U.B. een database'; $strSelectAll = 'Selecteer alles'; $strSelectBinaryLog = 'Selecteer de te bekijken binaire log'; $strSelectFields = 'Selecteer velden (tenminste 1):'; +$strSelectForeignKey = 'Selecteer vreemde sleutel'; $strSelectNumRows = 'in query'; +$strSelectReferencedKey = 'Selecteer de gerefereerde sleutel'; $strSelectTables = 'Selecteer tabellen'; $strSend = 'verzenden'; $strSent = 'Verzonden'; -$strServerChoice = 'Server keuze'; +$strServerChoice = 'Serverkeuze'; $strServerNotResponding = 'De server reageert niet'; $strServer = 'Server'; -$strServerStatus = 'Runtime Informatie'; +$strServers = 'Servers'; +$strServerStatusDelayedInserts = 'Vertraagde inserts'; +$strServerStatus = 'Runtime-informatie'; $strServerStatusUptime = 'Deze MySQL server draait inmiddels %s. Hij is gestart op %s.'; $strServerTabVariables = 'Variabelen'; -$strServerTrafficNotes = 'Server verkeer: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server vanaf het moment dat hij is gestart'; -$strServerVars = 'Server variabelen en instellingen'; -$strServerVersion = 'Server versie'; -$strSessionValue = 'Sessie variabelen'; -$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...
Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').'; +$strServerTrafficNotes = 'Serververkeer: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server, vanaf het moment dat hij is gestart'; +$strServerVars = 'Servervariabelen en -instellingen'; +$strServerVersion = 'Serverversie'; +$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\').'; $strShowAll = 'Toon alles'; $strShowColor = 'Toon kleur'; $strShowDatadictAs = 'Data Dictionary Formaat'; $strShowFullQueries = 'Toon volledige Queries'; -$strShowGrid = 'Toon grid'; +$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'; +$strShowSlaveHosts = 'Toon slave hosts'; +$strShowSlaveStatus = 'Toon slave status'; +$strShowStatusDelayed_writesDescr = 'Het aantal met INSERT DELAYED opgeslagen rijen.'; +$strShowStatusFlush_commandsDescr = 'Het aantal uitgevoerde FLUSH opdrachten.'; +$strShowStatusHandler_commitDescr = 'Het aantal intene COMMIT opdrachten.'; +$strShowStatusHandler_deleteDescr = 'Het aantal maal dat een rij werdt verwijderd uit een tabel.'; $strShowTableDimension = 'Geef de dimensies van de tabellen weer'; $strShowTables = 'Toon tabellen'; $strShowThisQuery = ' Laat deze query hier zien '; @@ -545,18 +751,22 @@ $strShow = 'Toon'; $strSimplifiedChinese = 'Vereenvoudigd Chinese'; $strSingly = '(apart)'; $strSize = 'Grootte'; -$strSlovak = 'Slowaak'; +$strSlovak = 'Slowaaks'; $strSlovenian = 'Sloveens'; +$strSmallBigAll = 'Alles In/uitklappen'; +$strSnapToGrid = 'Kleef aan raster'; $strSortByKey = 'Sorteren op sleutel'; +$strSorting = 'Sortering'; $strSort = 'Sorteren'; -$strSpaceUsage = 'Ruimte gebruik'; +$strSpaceUsage = 'Ruimtegebruik'; $strSpanish = 'Spaans'; -$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").'; +$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 de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in binairy mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:'; -$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.'; +$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 geplaats. Een ander mogelijkheid voor deze foutmelding is dat u het ge-quote teksttgedeelte in binairy 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 zijn 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'; +$strSQLResult = 'SQL-resultaat'; $strSQL = 'SQL'; $strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken'; $strSQPBugUnclosedQuote = 'Quote niet afgesloten'; @@ -564,6 +774,7 @@ $strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String'; $strStatCheckTime = 'Laatst gecontroleerd'; $strStatCreateTime = 'Gecreëerd'; $strStatement = 'Opdrachten'; +$strStatisticsOverrun = 'Op drukke servers kunnen de byte-tellers over hun maximum heengaan. Hierdoor kunnen de gerapporteerde statistieken afwijken.'; $strStatUpdateTime = 'Laatst bijgewerkt'; $strStatus = 'Status'; $strStrucCSV = 'CSV gegevens'; @@ -571,50 +782,70 @@ $strStrucData = 'Structuur en gegevens'; $strStrucExcelCSV = 'CSV voor MS Excel data'; $strStrucNativeExcel = 'Native MS Excel data'; $strStrucOnly = 'Alleen structuur'; -$strStructPropose = 'Tabel structuur voorstellen'; +$strStructPropose = 'Tabelstructuur voorstellen'; +$strStructureForView = 'Structuur voor de view'; $strStructure = '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 = 'Authenticaticeren...'; +$strSwekeyAuthFailed = 'Hardware authenticatiie mislukt'; +$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'; -$strTableComments = 'Tabel opmerkingen'; -$strTableEmpty = 'De tabel naam is leeg!'; +$strTableAlreadyExists = 'Tabel %s bestaat reeds!'; +$strTableAlteredSuccessfully = 'Tabel %1$s is bijgewerkt'; +$strTableComments = 'Tabelopmerkingen'; +$strTableEmpty = 'De tabelnaam is leeg!'; +$strTableHasBeenCreated = 'Tabel %1$s is aangemaakt.'; $strTableHasBeenDropped = 'Tabel %s is vervallen'; $strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt'; $strTableHasBeenFlushed = 'Tabel %s is geschoond'; -$strTableMaintenance = 'Tabel onderhoud'; +$strTableIsEmpty = 'Tabel lijkt leeg!'; +$strTableMaintenance = 'Tabelonderhoud'; +$strTableName = 'Tabel naam'; $strTableOfContents = 'Inhoudsopgave'; -$strTableOptions = 'Tabel opties'; +$strTableOptions = 'Tabelopties'; $strTables = '%s tabel(len)'; -$strTableStructure = 'Tabel structuur voor tabel'; +$strTableStructure = 'Tabelstructuur voor tabel'; $strTable = 'Tabel'; $strTakeIt = 'neem het'; $strTblPrivileges = 'Tabel-specifieke privileges'; +$strTempData = 'Tijdelijke data'; $strTextAreaLength = ' Vanwege z\'n lengte,
is dit veld misschien niet te wijzigen '; $strThai = 'Thais'; +$strThemeDefaultNotFound = 'Standaard thema %s niet gevonden!'; +$strThemeNoPreviewAvailable = 'Geen preview beschikbaar.'; +$strThemeNotFound = 'Thema %s niet gevonden!'; +$strThemeNoValidImgPath = 'Geen geldig afbeeldingen pad voor thema %s gevonden!'; +$strThemePathNotFound = 'Thema pad niet gevonden voor thema %s!'; $strTheme = 'Thema / Stijl'; -$strThisHost = 'Deze Host'; -$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.'; +$strThisHost = 'Deze machine'; +$strThreadSuccessfullyKilled = 'Thread %s is succesvol afgesloten.'; $strTime = 'Tijd'; +$strToFromPage = 'Van/tot pagina'; $strToggleScratchboard = 'toggle scratchboard'; +$strToSelectRelation = 'Klik om een relatie te selecteren:'; $strTotal = 'totaal'; $strTotalUC = 'Totaal'; $strTraditionalChinese = 'Traditioneel Chinees'; $strTraditionalSpanish = 'Traditioneel Spaans'; $strTraffic = 'Verkeer'; -$strTransformation_application_octetstream__download = 'Toon een link om de binaire data van een veld te downloaden. Eerste optie is de bestandsnaam van het binaire bestand. De tweede optie is een mogelijke veldnaam van een rij van de tabel welke de bestandsnaam bevat. Wanneer de tweede optie wordt gekozen is het vereist dat de eerste optie leeg is.'; -$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)'; -$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).'; +$strTransactionCoordinator = 'Transactie coördinator'; +$strTransformation_application_octetstream__download = 'Toon een link om de binaire data van een veld te downloaden. De eerste optie is de bestandsnaam van het binaire bestand, de tweede optie is een mogelijke veldnaam van een rij van de tabel, welke de bestandsnaam bevat. Wanneer de tweede optie wordt gekozen is het vereist dat de eerste optie leeg is.'; +$strTransformation_image_jpeg__inline = 'Toont een klikbare thumbnail; opties: width,height in pixels (houdt de originele ratio)'; +$strTransformation_image_jpeg__link = 'Toont een link naar deze afbeelding (directe blob download, i.e.).'; $strTransformation_image_png__inline = 'Zie image/jpeg: inline'; -$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)'; +$strTransformation_text_plain__external = 'ALLEEN LINUX: Start een externe applicatie op en voedt het veld data via standaard input. Geeft standaard output van de applicatie terug. Standaard is Netjes, om nette HTML code te tonen. Om beveiligingsredenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. De derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)'; $strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.'; -$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.'; -$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.'; -$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .'; -$strTruncateQueries = 'Truncate getoonde Queries'; +$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam. De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.'; +$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam. De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.'; +$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveelheid tekst die terug wordt gegeven. Wanneer leeg, zal alle overgebleven tekst worden teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .'; +$strTruncateQueries = 'Getoonde queries afkappen'; $strTurkish = 'Turks'; $strType = 'Type'; @@ -624,13 +855,23 @@ $strUnicode = 'Unicode'; $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 geimplementeerd of uitgeschakeld in de configuratie.'; $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.'; +$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.'; +$strUploadErrorFormSize = 'Het geuploade bestand overschrijd de MAX_FILE_SIZE-optie die was opgegeven in het HTML formulier.'; +$strUploadErrorIniSize = 'Het geuploade bestand overschrijd de \'upload_max_filesize\' optie uit uw php.ini.'; +$strUploadErrorNoTempDir = 'De map voor tijdelijkebestanden ontbreekt.'; +$strUploadErrorPartial = 'Het geuploade bestand was slechts gedeeltelijk ontvangen.'; +$strUploadErrorUnknown = 'Onbekende fout bij het uploaden.'; +$strUploadLimit = 'U probeerde waarschijnlijk een bestand dat te groot is te uploaden. Zie de %sdocumentatie%s voor mogelijkheden om dit te omzeilen.'; +$strUploadsNotAllowed = 'Het uploaden van bestanden is niet toegestaan op deze server.'; $strUsage = 'Gebruik'; -$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen'; +$strUseBackquotes = 'Gebruik backticks (`) bij tabellen- en veldnamen'; $strUseHostTable = 'Gebruik Host Tabel'; $strUserAlreadyExists = 'De gebruiker %s bestaat al!'; $strUserEmpty = 'De gebruikersnaam is leeg!'; @@ -640,25 +881,34 @@ $strUserNotFound = 'De geselecteerde gebruiker werd niet aangetroffen in de priv $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 verplaatsen, of CTRL+pijltjes om vrijuit te navigeren'; +$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 geinitialiseerd. Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de %sdocumentatie%s.'; +$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'; $strViewDump = 'Bekijk een dump (schema) van tabel'; $strViewDumpDatabases = 'Bekijk dump (schema) van de databases'; $strViewDumpDB = 'Bekijk een dump (schema) van database'; +$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'; $strWelcome = 'Welkom op %s'; $strWestEuropean = 'West Europees'; -$strWildcard = 'joker teken'; -$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging'; +$strWiki = 'Wiki'; +$strWildcard = 'jokerteken'; +$strWindowNotFound = 'Het doelbrowserscherm kon niet worden bijgewerkt. Misschien heeft u het scherm afgesloten of uw browser blokkeert bijwerkingen van uw browserscherm'; $strWithChecked = 'Met geselecteerd:'; $strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.'; @@ -666,17 +916,11 @@ $strXML = 'XML'; $strYes = 'Ja'; -$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.'; +$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijdert de limiet.'; $strZip = '"Gezipt"'; // 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 -$strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate -$strAndThen = 'and then'; //to translate -$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 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate @@ -686,123 +930,412 @@ $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBusyPages = 'Busy pages'; //to translate -$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate -$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate -$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate -$strCopy = 'Copy'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strCSV = 'CSV'; //to translate - $strDataPages = 'Pages containing data'; //to translate -$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate -$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate +$strDesigner = 'Designer'; //to translate $strDirtyPages = 'Dirty pages'; //to translate +$strDocSQL = 'DocSQL'; //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 -$strErrorInZipFile = 'Error in ZIP archive:'; //to translate -$strEsperanto = 'Esperanto'; //to translate +$strErrorRelationAdded = 'Error: Relation not added.'; //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 $strFlushQueryCache = 'Flush query cache'; //to translate $strFlushTables = 'Flush (close) all tables'; //to translate $strFreePages = 'Free pages'; //to translate -$strGenerate = 'Generate'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate - $strHandler = 'Handler'; //to translate -$strHTMLExcel = 'Microsoft Excel 2000'; //to translate -$strHTMLWord = 'Microsoft Word 2000'; //to translate -$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate -$strImportFormat = 'Format of imported file'; //to translate -$strImport = 'Import'; //to translate -$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate +$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate -$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate -$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate -$strInnoDBDataFilePath = 'Data files'; //to translate $strInnoDBDataHomeDir = 'Data home directory'; //to translate -$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate $strInnoDBPages = 'pages'; //to translate -$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 -$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 -$strJoins = 'Joins'; //to translate - -$strKeyCache = 'Key cache'; //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 -$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate -$strMaxConnects = 'max. concurrent connections'; //to translate -$strMaximalQueryLength = 'Maximal length of created query'; //to translate $strMyISAMDataPointerSize = 'Data pointer size'; //to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate -$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate -$strMyISAMRepairThreads = 'Repair threads'; //to translate -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate -$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate -$strMysqlClientVersion = 'MySQL client version'; //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 -$strNumberOfFields = 'Number of fields'; //to translate - -$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate $strPagesToBeFlushed = 'Pages to be flushed'; //to translate -$strPartialImport = 'Partial import'; //to translate -$strPDF = 'PDF'; //to translate -$strPDFReportTitle = 'Report title'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strProtocolVersion = 'Protocol version'; //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 +$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 +$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 +$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 +$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 +$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 +$strPBXTRecordCacheSize = 'Record cache size'; //to translate +$strPBXTRowFileGrowSizeDesc = 'The grow size of the 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 +$strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate +$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate +$strProfiling = 'Profiling'; //to translate $strQueryCache = 'Query cache'; //to translate $strReadRequests = 'Read requests'; //to translate -$strReloadPrivileges = 'Reload privileges'; //to translate -$strReplication = 'Replication'; //to translate -$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate -$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate -$strShowingBookmark = 'Showing bookmark'; //to translate -$strShowOpenTables = 'Show open tables'; //to translate -$strShowSlaveHosts = 'Show slave hosts'; //to translate -$strShowSlaveStatus = 'Show slave status'; //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_name = 'Allow login to any MySQL server'; //to translate +$strSetupAllowUserDropDatabase_name = 'Show "Drop database" link to normal users'; //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 +$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 +$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 +$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 +$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_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_desc = 'Customize edit mode'; //to translate +$strSetupForm_Edit = 'Edit mode'; //to translate +$strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate +$strSetupForm_Export_defaults = 'Export defaults'; //to translate +$strSetupForm_Import_defaults_desc = 'Customize default common import 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_export = 'Import / export'; //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_servers = 'Servers'; //to translate +$strSetupForm_Left_tables_desc = 'Tables display options'; //to translate +$strSetupForm_Left_tables = 'Tables'; //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_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_Security = 'Security'; //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_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_pmadb = 'PMA database'; //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 +$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 +$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 +$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 +$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 +$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_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 +$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 +$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //to translate +$strSetupServersAdd = 'Add a new 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_AllowNoPasswordRoot_name = 'Allow root without password'; //to translate +$strSetupServers_AllowRoot_name = 'Allow root login'; //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.cihar.com/pma/bookmark]bookmark[/a] support, default: [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, default: [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.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 +$strSetupServers_hide_db_name = 'Hide databases'; //to translate +$strSetupServers_history_desc = 'Leave blank for no SQL query history support, default: [kbd]pma_history[/kbd]'; //to translate +$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 +$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, default: [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.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [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.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 = ''; //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 +$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [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 = 'Hostname where MySQL server is running'; //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 +$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 +$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 +$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 +$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 +$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 +$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_name = 'ZIP'; //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 @@ -810,10 +1343,6 @@ $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has crea $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate -$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate -$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate -$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate -$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate @@ -912,558 +1441,21 @@ $strShowStatusThreads_createdDescr = 'The number of threads created to handle co $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate -$strSorting = 'Sorting'; //to translate -$strSQLCompatibility = 'SQL compatibility mode'; //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 +$strStandInStructureForView = 'Stand-in structure for view'; //to translate $strStorageEngines = 'Storage Engines'; //to translate $strStorageEngine = 'Storage Engine'; //to translate -$strTableAlreadyExists = 'Table %s already exists!'; //to translate -$strTempData = 'Temporary data'; //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 -$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate +$strTexyText = 'Texy! text'; //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 -$strTransactionCoordinator = 'Transaction coordinator'; //to translate +$strToggleSmallBig = 'Toggle small/big'; //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 - -$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 +$strTriggers = 'Triggers'; //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 -$strBLOBRepositoryStatus = 'Status'; //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 -$strSetupServerNoPasswordRootMsg = 'You allow for connecting to the server as root without a password.'; //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_verbose_desc = 'Hostname where MySQL server is running'; //to translate -$strSetupServers_host_name = 'Server hostname'; //to translate -$strSetupServers_host_desc = ''; //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_ssl_desc = ''; //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.cihar.com/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_AllowNoPasswordRoot_name = 'Allow root without password'; //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.cihar.com/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Default: [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.cihar.com/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.cihar.com/pma/bookmark]bookmark[/a] support, default: [kbd]pma_bookmark[/kbd]'; //to translate -$strSetupServers_relation_name = 'Relation table'; //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_table_info_name = 'Display fields table'; //to translate -$strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; default: [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, default: [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, default: [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, default: [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, default: [kbd]pma_history[/kbd]'; //to translate -$strSetupServers_designer_coords_name = 'Designer table'; //to translate -$strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, default: [kbd]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 ?> diff --git a/translators.html b/translators.html index 34274f88d..9e3a8c79f 100644 --- a/translators.html +++ b/translators.html @@ -171,7 +171,7 @@ Dutch - Ivo Teel (calimonk@gmx.net) + Herman van Rink (helmo@users.sourceforge.net)