home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / phpMyAdmin / lang / dutch-utf-8.inc.php < prev    next >
Encoding:
PHP Script  |  2008-06-23  |  70.9 KB  |  1,054 lines

  1. <?php
  2. /* $Id: dutch-utf-8.inc.php 11113 2008-02-09 16:09:54Z lem9 $ */
  3.  
  4. /*
  5.  * Updated by "CaliMonk" <calimonk at gmx.net> on 2005/01/04.
  6.  */
  7.  
  8. $charset = 'utf-8';
  9. $allow_recoding = TRUE;
  10. $text_dir = 'ltr';
  11. $number_thousands_separator = '.';
  12. $number_decimal_separator = ',';
  13. // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  14. $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  15.  
  16. $day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za');
  17. $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec');
  18. // See http://www.php.net/manual/en/function.strftime.php to define the
  19. // variable below
  20. $datefmt = '%d %B %Y om %H:%M';
  21. $timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
  22.  
  23. $strAbortedClients = 'Afgehaakte';
  24. $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.';
  25. $strAccessDenied = 'Toegang geweigerd ';
  26. $strAction = 'Actie';
  27. $strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
  28. $strAddConstraints = 'Voeg beperkingen toe';
  29. $strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
  30. $strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
  31. $strAddFields = 'Voeg %s veld(en) toe';
  32. $strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
  33. $strAddIntoComments = 'Voeg toe in commentaar';
  34. $strAddNewField = 'Nieuw veld toevoegen';
  35. $strAddPrivilegesOnDb = 'Voeg privileges toe aan de volgende database';
  36. $strAddPrivilegesOnTbl = 'Voeg privileges toe aan de volgende tabel';
  37. $strAddSearchConditions = 'Zoek condities toevoegen (het "where" gedeelte van de query):';
  38. $strAddToIndex = 'Voeg  %s  kolom(men) toe aan index';
  39. $strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
  40. $strAddUser = 'Voeg een nieuwe gebruiker toe';
  41. $strAdministration = 'Administratie';
  42. $strAffectedRows = 'Getroffen rijen:';
  43. $strAfterInsertBack = 'Terug';
  44. $strAfterInsertNewInsert = 'Voeg een nieuw record toe';
  45. $strAfterInsertNext = 'Bewerk volgende rij';
  46. $strAfterInsertSame = 'Ga terug naar deze pagina';
  47. $strAfter = 'Na %s';
  48. $strAll = 'Alle';
  49. $strAllTableSameWidth = 'Alle tabellen weergeven met dezelfde breedte?';
  50. $strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel';
  51. $strAnalyzeTable = 'Analyseer tabel';
  52. $strAnd = 'En';
  53. $strAnIndex = 'Een index is toegevoegd aan %s';
  54. $strAny = 'Elke'; //! Willekeurige?
  55. $strAnyHost = 'Een willekeurige host';
  56. $strAnyUser = 'Een willekeurige gebruiker';
  57. $strApproximateCount = 'Kan ongeveer zijn. Zie FAQ 3.11';
  58. $strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
  59. $strArabic = 'Arabisch';
  60. $strArmenian = 'Armeens';
  61. $strAscending = 'Oplopend';
  62. $strAtBeginningOfTable = 'Aan het begin van de tabel';
  63. $strAtEndOfTable = 'Aan het eind van de tabel';
  64. $strAttr = 'Attributen';
  65. $strAutomaticLayout = 'Automatische lay-out';
  66.  
  67. $strBack = 'Terug';
  68. $strBaltic = 'Baltisch';
  69. $strBeginCut = 'Begin KNIP';
  70. $strBeginRaw = 'Begin RAW';
  71. $strBinary = ' Binair ';
  72. $strBinaryDoNotEdit = ' Binair - niet aanpassen ';
  73. $strBinaryLog = 'Binaire log';
  74. $strBinLogEventType = 'Event type';
  75. $strBinLogInfo = 'Informatie';
  76. $strBinLogName = 'Log naam';
  77. $strBinLogOriginalPosition = 'Originele positie';
  78. $strBinLogPosition = 'Positie';
  79. $strBinLogServerId = 'Server ID';
  80. $strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark';
  81. $strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.';
  82. $strBookmarkLabel = 'Label';
  83. $strBookmarkQuery = 'Opgeslagen SQL-query';
  84. $strBookmarkThis = 'Sla deze SQL-query op';
  85. $strBookmarkView = 'Alleen bekijken';
  86. $strBrowseForeignValues = 'Bekijk vreemde waardes';
  87. $strBrowse = 'Verkennen';
  88. $strBulgarian = 'Bulgaars';
  89. $strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling <code>$cfg[\'BZipDump\']</code> in uw phpMyAdmin configuratie bestand op <code>FALSE</code> te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.';
  90. $strBzip = '"ge-bzipt"';
  91.  
  92. $strCalendar = 'Kalender';
  93. $strCannotLogin = 'Kan niet inloggen op de MySQL server';
  94. $strCantLoad = 'Kan de [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a]-extensie niet laden. Controleer de PHP configuratie.';
  95. $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';
  96. $strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
  97. $strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.';
  98. $strCardinality = 'Kardinaliteit';
  99. $strCaseInsensitive = 'hoofdletter ongevoelig';
  100. $strCaseSensitive = 'hoofdletter gevoelig';
  101. $strCentralEuropean = 'Centraal Europees';
  102. $strChangeCopyModeCopy = '... behoud de oude.';
  103. $strChangeCopyModeDeleteAndReload = ' ... verwijder de oude van de user tabellen en vernieuw de privileges achteraf.';
  104. $strChangeCopyModeJustDelete = ' ... verwijder de oude van de user tabellen.';
  105. $strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
  106. $strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en verwijder deze daarna.';
  107. $strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker';
  108. $strChangeDisplay = 'Kies weer te geven veld';
  109. $strChangePassword = 'Wijzig wachtwoord';
  110. $strChange = 'Veranderen';
  111. $strCharset = 'Karakterset';
  112. $strCharsetOfFile = 'Karakter set van het bestand:';
  113. $strCharsetsAndCollations = 'Karakter Sets en Collaties';
  114. $strCharsets = 'Karaktersets';
  115. $strCheckAll = 'Selecteer alles';
  116. $strCheckOverhead = 'Selecteer tabellen met overhead';
  117. $strCheckPrivs = 'Controleer privileges';
  118. $strCheckPrivsLong = 'Controleer privileges voor database "%s".';
  119. $strCheckTable = 'Controleer tabel';
  120. $strChoosePage = 'Kies een pagina om aan te passen';
  121. $strColComFeat = 'Toon kolom commentaar';
  122. $strCollation = 'Collatie';
  123. $strColumnNames = 'Kolom namen';
  124. $strColumnPrivileges = 'Kolom-specifieke privileges';
  125. $strCommand = 'Commando';
  126. $strComments = 'Commentaar';
  127. $strCommentsForTable = 'COMMENTAAR VOOR TABEL';
  128. $strCompatibleHashing = 'MySQL 4.0 compatibel';
  129. $strCompleteInserts = 'Invoegen voltooid';
  130. $strCompression = 'Compressie';
  131. $strConfigFileError = 'phpMyAdmin kon het configuratie bestand niet lezen! <br />Dit kan gebeuren als php een parse error in dit bestand aantreft of dit bestand helemaal niet gevonden kan worden.<br />Roep het configuratie bestand direct aan met de snelkoppeling hieronder en lees de php foutmelding(en). In de meeste gevallen ontbreekt er ergens bijvoorbeeld een quote.<br /> Wanneer er een blanco pagina wordt weergegeven zijn er geen problemen.';
  132. $strConfigureTableCoord = 'Configureer de co├╢rdinaten voor de tabel %s';
  133. $strConnectionError = 'Kan niet verbinden: ongeldige instellingen.';
  134. $strConnections = 'Connecties';
  135. $strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen';
  136. $strConstraintsForTable = 'Beperkingen voor tabel';
  137. $strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
  138. $strCopyDatabaseOK = 'Database %s is gekopieerd naar %s';
  139. $strCopyTable = 'Kopieer tabel naar (database<b>.</b>tabel):';
  140. $strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
  141. $strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopi├½ren!';
  142. $strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.';
  143. $strCreate = 'Aanmaken';
  144. $strCreateIndex = 'Cre├½er een index op kolommen %s ';
  145. $strCreateIndexTopic = 'Cre├½er een nieuwe index';
  146. $strCreateNewDatabase = 'Nieuwe database aanmaken';
  147. $strCreateNewTable = 'Nieuwe tabel aanmaken in database %s';
  148. $strCreatePage = 'Cre├½er een nieuwe pagina';
  149. $strCreatePdfFeat = 'Aanmaken van PDF bestanden';
  150. $strCreationDates = 'Creatie/Update/Controleer datum';
  151. $strCriteria = 'Criteria';
  152. $strCroatian = 'Kroatisch';
  153. $strCyrillic = 'Cyrillisch';
  154. $strCzechSlovak = 'Tsjechische-Slowaak';
  155. $strCzech = 'Tsjechisch';
  156.  
  157. $strDanish = 'Deens';
  158. $strDatabase = 'Database';
  159. $strDatabaseEmpty = 'De database naam is leeg!';
  160. $strDatabaseExportOptions = 'Database export opties';
  161. $strDatabaseHasBeenDropped = 'Database %s is vervallen.';
  162. $strDatabases = 'databases';
  163. $strDatabasesDropped = '%s databases zijn succesvol verwijderd.';
  164. $strDatabasesStats = 'Database statistieken';
  165. $strDatabasesStatsDisable = 'Statistieken uitzetten';
  166. $strDatabasesStatsEnable = 'Statistieken aanzetten';
  167. $strDatabasesStatsHeavyTraffic = 'Attentie: Indien u hier Database statistieken aanzet kan dit zorgen voor veel data verkeer tussen de webserver en de MySQL server.';
  168. $strData = 'Data';
  169. $strDataDict = 'Data Woordenboek';
  170. $strDataOnly = 'Alleen data';
  171. $strDBComment = 'Database commentaar: ';
  172. $strDBCopy = 'Kopieer database naar';
  173. $strDbPrivileges = 'Database-specifieke privileges';
  174. $strDBRename = 'Hernoem database naar';
  175. $strDbSpecific = 'database-specifiek';
  176. $strDefault = 'Standaardwaarde';
  177. $strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
  178. $strDefragment = 'Defragment tabel';
  179. $strDelayedInserts = 'Gebruik vertraagde inserts';
  180. $strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
  181. $strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
  182. $strDeleted = 'De rij is verwijderd';
  183. $strDeletedRows = 'Verwijder rijen:';
  184. $strDelete = 'Verwijderen';
  185. $strDeleting = 'Verwijderen van %s';
  186. $strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
  187. $strDescending = 'Aflopend';
  188. $strDescription = 'Beschrijving';
  189. $strDictionary = 'Woordenboek';
  190. $strDisabled = 'Uitgeschakeld';
  191. $strDisableForeignChecks = 'controle op vreemde sleutels uitschakelen';
  192. $strDisplayFeat = 'Toon Opties';
  193. $strDisplayOrder = 'Weergave volgorde:';
  194. $strDisplayPDF = 'Geef het PDF schema weer';
  195. $strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")';
  196. $strDocu = 'Documentatie';
  197. $strDoYouReally = 'Weet u zeker dat u dit wilt ';
  198. $strDropDatabaseStrongWarning = 'U staat op het punt een complete database te DESTROY-en!';
  199. $strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.';
  200. $strDrop = 'Verwijderen';
  201. $strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
  202. $strDumpSaved = 'Dump is bewaard als %s.';
  203. $strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.';
  204. $strDynamic = 'dynamisch';
  205.  
  206. $strEditPDFPages = 'PDF Pagina\'s aanpassen';
  207. $strEditPrivileges = 'Wijzig rechten';
  208. $strEdit = 'Wijzigen';
  209. $strEffective = 'Effectief';
  210. $strEmpty = 'Legen';
  211. $strEmptyResultSet = 'MySQL gaf een lege resultaat set terug (0 rijen).';
  212. $strEnabled = 'Ingeschakeld';
  213. $strEncloseInTransaction = 'Sluit de export in een transactie';
  214. $strEndCut = 'Einde KNIP';
  215. $strEnd = 'Einde';
  216. $strEndRaw = 'Einde RAW';
  217. $strEnglish = 'Engels';
  218. $strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels ';
  219. $strError = 'Fout';
  220. $strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken';
  221. $strEstonian = 'Estlands';
  222. $strExcelEdition = 'Excel editie';
  223. $strExecuteBookmarked = 'Voor de gebookmarkte query uit';
  224. $strExplain = 'Verklaar SQL';
  225. $strExport = 'Exporteer';
  226. $strExtendedInserts = 'Uitgebreide invoegingen';
  227. $strExtra = 'Extra';
  228.  
  229. $strFailedAttempts = 'Mislukte pogingen';
  230. $strFieldHasBeenDropped = 'Veld %s is vervallen';
  231. $strFieldsEnclosedBy = 'Velden ingesloten door';
  232. $strFieldsEscapedBy = 'Velden ontsnapt door';
  233. $strFieldsTerminatedBy = 'Velden be├½indigd door';
  234. $strFields = 'Velden';
  235. $strField = 'Veld';
  236. $strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.';
  237. $strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
  238. $strFileNameTemplate = 'File naam template';
  239. $strFileNameTemplateRemember = 'Onthoud template';
  240. $strFixed = 'vast';
  241. $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.';
  242. $strFlushTable = 'Schoon de tabel ("FLUSH")';
  243. $strFormat = 'Formatteren';
  244. $strFormEmpty = 'Er ontbreekt een waarde in het formulier!';
  245. $strFullText = 'Volledige teksten';
  246. $strFunction = 'Functie';
  247.  
  248. $strGenBy = 'Gegenereerd door';
  249. $strGeneralRelationFeat = 'Basis relatie opties';
  250. $strGenTime = 'Generatie Tijd';
  251. $strGeorgian = 'Georgisch';
  252. $strGerman = 'Duits';
  253. $strGlobal = 'globaal';
  254. $strGlobalPrivileges = 'Globale privileges';
  255. $strGlobalValue = 'Globale waarde';
  256. $strGo = 'Start';
  257. $strGrantOption = 'Toekennen';
  258. $strGreek = 'Grieks';
  259. $strGzip = '"ge-gzipt"';
  260.  
  261. $strHasBeenAltered = 'is veranderd.';
  262. $strHasBeenCreated = 'is aangemaakt.';
  263. $strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
  264. $strHebrew = 'Hebreeuws';
  265. $strHome = 'Home';
  266. $strHomepageOfficial = 'Offici├½le phpMyAdmin Website';
  267. $strHostEmpty = 'De host naam is leeg!';
  268. $strHost = 'Host';
  269. $strHungarian = 'Hongaars';
  270.  
  271. $strIcelandic = 'IJslands';
  272. $strId = 'ID';
  273. $strIdxFulltext = 'Volledige tekst';
  274. $strIgnoreInserts = 'Gebruik ignore inserts';
  275. $strIgnore = 'Negeer';
  276. $strImportFiles = 'Importeren bestanden';
  277. $strIndexes = 'Indexen';
  278. $strIndexHasBeenDropped = 'Index %s is vervallen';
  279. $strIndex = 'Index';
  280. $strIndexName = 'Index naam :';
  281. $strIndexType = 'Index type :';
  282. $strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`';
  283. $strInnodbStat = 'InnoDB Status';
  284. $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.';
  285. $strInsertAsNewRow = 'Voeg toe als nieuwe rij';
  286. $strInsertedRowId = 'Ingevoegde rij id:';
  287. $strInsertedRows = 'Ingevoegde rijen:';
  288. $strInsert = 'Invoegen';
  289. $strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
  290. $strInternalRelations = 'Interne relaties';
  291. $strInUse = 'in gebruik';
  292.  
  293. $strJapanese = 'Japans';
  294. $strJumpToDB = 'Ga naar database "%s".';
  295. $strJustDeleteDescr = 'De "verwijderde" gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.';
  296. $strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
  297.  
  298. $strKeepPass = 'Wijzig het wachtwoord niet';
  299. $strKeyname = 'Sleutel naam';
  300. $strKill = 'stop proces';
  301. $strKorean = 'Koreaans';
  302.  
  303. $strLandscape = 'Landschap';
  304. $strLatexCaption = 'Tabel titel';
  305. $strLatexContent = 'Content van tabel __TABLE__';
  306. $strLatexContinuedCaption = 'Vervolgde tabel titel';
  307. $strLatexContinued = '(vervolgd)';
  308. $strLatexIncludeCaption = 'Voeg tabel titel toe';
  309. $strLatexLabel = 'Label sleutel';
  310. $strLaTeX = 'LaTeX';
  311. $strLatexStructure = 'Structuur van de tabel __TABLE__';
  312. $strLatvian = 'Lets';
  313. $strLengthSet = 'Lengte/Waardes*';
  314. $strLimitNumRows = 'records per pagina';
  315. $strLinesTerminatedBy = 'Regels be├½indigd door';
  316. $strLinkNotFound = 'Link niet gevonden';
  317. $strLinksTo = 'Gelinkt naar';
  318. $strLithuanian = 'Litouws';
  319. $strLocalhost = 'lokaal';
  320. $strLocationTextfile = 'Locatie van het tekstbestand';
  321. $strLoginInformation = 'Login Informatie';
  322. $strLogin = 'Inloggen';
  323. $strLogout = 'Uitloggen';
  324. $strLogPassword = 'Wachtwoord:';
  325. $strLogServer = 'Server';
  326. $strLogUsername = 'Gebruikersnaam:';
  327.  
  328. $strMaximumSize = 'Maximale grootte: %s%s';
  329. $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.';
  330. $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!';
  331. $strMIME_available_mime = 'Beschikbare MIME-types';
  332. $strMIME_available_transform = 'Beschikbare transformaties';
  333. $strMIME_description = 'Beschrijving';
  334. $strMIME_MIMEtype = 'MIME-type';
  335. $strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.<br />Raadpleeg de maker over wat %s doet.';
  336. $strMIME_transformation = 'Browser transformaties';
  337. $strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s';
  338. $strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\', 100, b,\'c\'...<br />Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
  339. $strMIME_transformation_options = 'Transformatie opties';
  340. $strMIMETypesForTable = 'MIME TYPES VOOR TABEL';
  341. $strMIME_without = 'MIME-types die in italic staan (Schuin) hebben geen aparte transformatie functies';
  342. $strModifications = 'Wijzigingen opgeslagen.';
  343. $strModify = 'Aanpassen';
  344. $strModifyIndexTopic = 'Wijzig een index';
  345. $strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
  346. $strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
  347. $strMoveTable = 'Verplaats tabel naar (database<b>.</b>tabel):';
  348. $strMultilingual = 'meertalig';
  349. $strMySQLCharset = 'MySQL Karakterset';
  350. $strMySQLConnectionCollation = 'MySQL verbindingscollatie';
  351. $strMySQLSaid = 'MySQL retourneerde: ';
  352. $strMySQLShowProcess = 'Laat processen zien';
  353. $strMySQLShowStatus = 'MySQL runtime informatie';
  354. $strMySQLShowVars = 'MySQL systeemvariabelen';
  355.  
  356. $strName = 'Naam';
  357. $strNext = 'Volgende';
  358. $strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in';
  359. $strNoDatabases = 'Geen databases';
  360. $strNoDatabasesSelected = 'Er is geen databases geselecteerd.';
  361. $strNoDescription = 'Geen beschrijving aanwezig';
  362. $strNoDropDatabases = '"DROP DATABASE" opdrachten zijn niet mogelijk.';
  363. $strNoExplain = 'Uitleg SQL overslaan';
  364. $strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die <b>frames</b> aan kan.';
  365. $strNoIndex = 'Geen index gedefinieerd!';
  366. $strNoIndexPartsDefined = 'Geen index delen gedefinieerd!';
  367. $strNoModification = 'Geen verandering';
  368. $strNo = 'Nee';
  369. $strNone = 'Geen';
  370. $strNoOptions = 'Dit format heeft geen opties';
  371. $strNoPassword = 'Geen wachtwoord';
  372. $strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
  373. $strNoPhp = 'zonder PHP Code';
  374. $strNoPrivileges = 'Geen rechten';
  375. $strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
  376. $strNoRowsSelected = 'Geen rijen geselecteerd';
  377. $strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.';
  378. $strNoTablesFound = 'Geen tabellen gevonden in de database.';
  379. $strNoThemeSupport = 'Geen ondersteuning voor thema\'s, controleer uw configuratie en/of de thema\'s in de directory %s.';
  380. $strNotNumber = 'Dit is geen cijfer!';
  381. $strNotOK = 'Niet Goed';
  382. $strNotSet = '<b>%s</b> tabel niet gevonden of niet ingesteld in %s';
  383. $strNoUsersFound = 'Geen gebruiker(s) gevonden.';
  384. $strNoValidateSQL = 'SQL validatie overslaan';
  385. $strNull = 'Null';
  386. $strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel<i>%s</i>';
  387. $strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> overeenkomst(en)';
  388. $strNumTables = 'Tabellen';
  389.  
  390. $strOK = 'Correct';
  391. $strOperations = 'Handelingen';
  392. $strOperator = 'Operator';
  393. $strOptimizeTable = 'Optimaliseer tabel';
  394. $strOr = 'Of';
  395. $strOverhead = 'Overhead';
  396. $strOverwriteExisting = 'Overschrijf bestaande bestand (en)';
  397.  
  398. $strPageNumber = 'Pagina nummer:';
  399. $strPaperSize = 'Papier grootte';
  400. $strPartialText = 'Gedeeltelijke teksten';
  401. $strPasswordChanged = 'Het wachtwoord voor %s is met succes veranderd.';
  402. $strPasswordEmpty = 'Het wachtwoord is leeg!';
  403. $strPasswordHashing = 'Wachtwoord Hashing';
  404. $strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!';
  405. $strPassword = 'Wachtwoord';
  406. $strPdfDbSchema = 'Schema van de "%s" database - Pagina %s';
  407. $strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
  408. $strPdfNoTables = 'Geen Tabellen';
  409. $strPerHour = 'per uur';
  410. $strPerMinute = 'per minuut';
  411. $strPerSecond = 'per seconde';
  412. $strPersian = 'Perzisch';
  413. $strPhoneBook = 'Telefoonboek';
  414. $strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
  415. $strPhp = 'Cre├½er PHP Code';
  416. $strPHPVersion = 'PHP Versie';
  417. $strPmaDocumentation = 'phpMyAdmin Documentatie';
  418. $strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
  419. $strPolish = 'Pools';
  420. $strPortrait = 'Portret';
  421. $strPos1 = 'Begin';
  422. $strPrevious = 'Vorige';
  423. $strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen';
  424. $strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
  425. $strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
  426. $strPrimary = 'Primaire sleutel';
  427. $strPrint = 'Afdrukken';
  428. $strPrintViewFull = 'Print overzicht (met volledige teksten)';
  429. $strPrintView = 'Printopmaak';
  430. $strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.';
  431. $strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.';
  432. $strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.';
  433. $strPrivDescCreateTbl = 'Maakt het mogelijk nieuwe tabellen te maken.';
  434. $strPrivDescCreateTmpTable = 'Maakt het mogelijk om tijdelijke tabellen te maken.';
  435. $strPrivDescDelete = 'Maakt het mogelijk om data te verwijderen.';
  436. $strPrivDescDropDb = 'Maakt het mogelijk om databases en tabellen te verwijderen.';
  437. $strPrivDescDropTbl = 'Maakt het mogelijk tabellen te verwijderen.';
  438. $strPrivDescExecute = 'Maakt het mogelijk om opgeslagen procedures uit te voeren; Heeft geen effect in deze MySQL versie.';
  439. $strPrivDescFile = 'Maakt het mogelijk om data te importeren en te exporteren van en naar bestanden.';
  440. $strPrivDescGrant = 'Maakt het mogelijk dat gebruikers en privileges toe te voegen zonder de privileges tabel opnieuw op te vragen.';
  441. $strPrivDescIndex = 'Maakt het mogelijk om indexen te cre├½ren en te verwijderen.';
  442. $strPrivDescInsert = 'Maakt het mogelijk om data in te voegen en te vervangen.';
  443. $strPrivDescLockTables = 'Maakt het mogelijk tabellen op slot te zetten voor de huidige thread.';
  444. $strPrivDescMaxConnections = 'Limiteert het aantal nieuwe connecties die een gebruiker per uur mag openen.';
  445. $strPrivDescMaxQuestions = 'Limiteert het aantal queries dat een gebruiker mag versturen per uur.';
  446. $strPrivDescMaxUpdates = 'Limiteert het aantal commando\'s, welke een database of tabel veranderen, die een gebruiker per uur mag uitvoeren.';
  447. $strPrivDescProcess3 = 'Maakt het mogelijk processen te stoppen voor andere gebruikers.';
  448. $strPrivDescProcess4 = 'Maakt het mogelijk om complete queries in de process lijst te zien.';
  449. $strPrivDescReferences = 'Heeft geen effect in deze MySQL versie.';
  450. $strPrivDescReload = 'Maakt het mogelijk om de server instellingen opnieuw op te vragen en de cache van de server leeg te maken.';
  451. $strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de slaves (slaven) / masters (meesters) zijn.';
  452. $strPrivDescReplSlave = 'Nodig om slaves (slaven) de repliceren.';
  453. $strPrivDescSelect = 'Maakt het lezen van data mogelijk.';
  454. $strPrivDescShowDb = 'Geeft toegang tot de complete lijst van databases.';
  455. $strPrivDescShutdown = 'Maakt het mogelijk de server te stoppen.';
  456. $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.';
  457. $strPrivDescUpdate = 'Maakt het mogelijk data aan te passen.';
  458. $strPrivDescUsage = 'Geen privileges.';
  459. $strPrivileges = 'Rechten';
  460. $strPrivilegesReloaded = 'De privileges zijn met succes vernieuwd';
  461. $strProcesses = 'Processen';
  462. $strProcesslist = 'Process lijst';
  463. $strPutColNames = 'Plaats veldnamen in de eerste rij';
  464.  
  465. $strQBEDel = 'Verwijder';
  466. $strQBEIns = 'Toevoegen';
  467. $strQBE = 'Query opbouwen';
  468. $strQueryFrame = 'Query window';
  469. $strQueryOnDb = 'SQL-query op database <b>%s</b>:';
  470. $strQuerySQLHistory = 'SQL-geschiedenis';
  471. $strQueryStatistics = '<b>Query statistieken</b>: Sinds het opstarten zijn er, %s queries gestuurd naar de server.';
  472. $strQueryTime = 'Query duurde %01.4f sec';
  473. $strQueryType = 'Query type';
  474. $strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm';
  475.  
  476. $strReceived = 'Ontvangen';
  477. $strRecords = 'Records';
  478. $strReferentialIntegrity = 'Controleer referenti├½le integriteit';
  479. $strRefresh = 'Vernieuw';
  480. $strRelationalSchema = 'Relationeel schema';
  481. $strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
  482. $strRelationsForTable = 'RELATIES VOOR TABEL';
  483. $strRelations = 'Relaties';
  484. $strRelationView = 'Relatie overzicht';
  485. $strReloadingThePrivileges = 'Bezig de privileges te vernieuwen';
  486. $strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers';
  487. $strRenameDatabaseOK = 'Database %s is hernoemed naar %s';
  488. $strRenameTableOK = 'Tabel %s is hernoemt naar %s';
  489. $strRenameTable = 'Tabel hernoemen naar';
  490. $strRepairTable = 'Repareer tabel';
  491. $strReplaceNULLBy = 'Vervang NULL door';
  492. $strReplaceTable = 'Vervang tabel gegevens met het bestand';
  493. $strReset = 'Opnieuw';
  494. $strResourceLimits = 'Resource beperkingen';
  495. $strReType = 'Type opnieuw';
  496. $strRevokeAndDeleteDescr = 'De gebruikers zullen nog steeds het USAGE (gebruik) privilege hebben zolang de privileges nog niet zijn vernieuwd.';
  497. $strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder ze daarna.';
  498. $strRevokeMessage = 'U heeft de rechten ingetrokken voor %s';
  499. $strRevoke = 'Ongedaan maken';
  500. $strRomanian = 'Roemeens';
  501. $strRowLength = 'Lengte van de rij';
  502. $strRowsFrom = 'rijen beginnend bij';
  503. $strRowSize = ' Grootte van de rij';
  504. $strRowsModeFlippedHorizontal = 'horizontaal (geroteerde headers)';
  505. $strRowsModeHorizontal = 'horizontaal';
  506. $strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
  507. $strRowsModeVertical = 'verticaal';
  508. $strRows = 'Rijen';
  509. $strRowsStatistic = 'Rij statistiek';
  510. $strRunning = 'wordt uitgevoerd op %s';
  511. $strRunQuery = 'Query uitvoeren';
  512. $strRunSQLQuery = 'Draai SQL query/queries op database %s';
  513. $strRussian = 'Russisch';
  514.  
  515. $strSaveOnServer = 'Bewaar op de server in %s directory';
  516. $strSave = 'Opslaan';
  517. $strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten';
  518. $strSearchFormTitle = 'Zoeken in de database';
  519. $strSearchInTables = 'In de tabel(len):';
  520. $strSearchNeedle = 'Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: "%"):';
  521. $strSearchOption1 = 'ten minste een van de woorden';
  522. $strSearchOption2 = 'alle woorden';
  523. $strSearchOption3 = 'de exacte zin';
  524. $strSearchOption4 = 'als een reguliere expressie';
  525. $strSearchResultsFor = 'Zoek resultaten voor "<i>%s</i>" %s:';
  526. $strSearchType = 'Zoek:';
  527. $strSearch = 'Zoeken';
  528. $strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).';
  529. $strSelectADb = 'Selecteer A.U.B. een database';
  530. $strSelectAll = 'Selecteer alles';
  531. $strSelectBinaryLog = 'Selecteer de te bekijken binaire log';
  532. $strSelectFields = 'Selecteer velden (tenminste 1):';
  533. $strSelectNumRows = 'in query';
  534. $strSelectTables = 'Selecteer tabellen';
  535. $strSend = 'verzenden';
  536. $strSent = 'Verzonden';
  537. $strServerChoice = 'Server keuze';
  538. $strServerNotResponding = 'De server reageert niet';
  539. $strServer = 'Server';
  540. $strServerStatus = 'Runtime Informatie';
  541. $strServerStatusUptime = 'Deze MySQL server draait inmiddels %s. Hij is gestart op %s.';
  542. $strServerTabVariables = 'Variabelen';
  543. $strServerTrafficNotes = '<b>Server verkeer</b>: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server vanaf het moment dat hij is gestart';
  544. $strServerVars = 'Server variabelen en instellingen';
  545. $strServerVersion = 'Server versie';
  546. $strSessionValue = 'Sessie variabelen';
  547. $strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...<br />Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
  548. $strShowAll = 'Toon alles';
  549. $strShowColor = 'Toon kleur';
  550. $strShowDatadictAs = 'Data Dictionary Formaat';
  551. $strShowFullQueries = 'Toon volledige Queries';
  552. $strShowGrid = 'Toon grid';
  553. $strShowingRecords = 'Toon Records';
  554. $strShowPHPInfo = 'Laat informatie over PHP zien';
  555. $strShowTableDimension = 'Geef de dimensies van de tabellen weer';
  556. $strShowTables = 'Toon tabellen';
  557. $strShowThisQuery = ' Laat deze query hier zien ';
  558. $strShow = 'Toon';
  559. $strSimplifiedChinese = 'Vereenvoudigd Chinese';
  560. $strSingly = '(apart)';
  561. $strSize = 'Grootte';
  562. $strSlovak = 'Slowaak';
  563. $strSlovenian = 'Sloveens';
  564. $strSortByKey = 'Sorteren op sleutel';
  565. $strSort = 'Sorteren';
  566. $strSpaceUsage = 'Ruimte gebruik';
  567. $strSpanish = 'Spaans';
  568. $strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").';
  569. $strSQLExportType = 'Export type';
  570. $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:';
  571. $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.';
  572. $strSQLQuery = 'SQL-query';
  573. $strSQLResult = 'SQL resultaat';
  574. $strSQL = 'SQL';
  575. $strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken';
  576. $strSQPBugUnclosedQuote = 'Quote niet afgesloten';
  577. $strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
  578. $strStatCheckTime = 'Laatst gecontroleerd';
  579. $strStatCreateTime = 'Gecre├½erd';
  580. $strStatement = 'Opdrachten';
  581. $strStatUpdateTime = 'Laatst bijgewerkt';
  582. $strStatus = 'Status';
  583. $strStrucCSV = 'CSV gegevens';
  584. $strStrucData = 'Structuur en gegevens';
  585. $strStrucExcelCSV = 'CSV voor MS Excel data';
  586. $strStrucNativeExcel = 'Native MS Excel data';
  587. $strStrucOnly = 'Alleen structuur';
  588. $strStructPropose = 'Tabel structuur voorstellen';
  589. $strStructure = 'Structuur';
  590. $strSubmit = 'Verzenden';
  591. $strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
  592. $strSum = 'Som';
  593. $strSwedish = 'Zweeds';
  594. $strSwitchToDatabase = 'Schakel naar de gekopieerde database';
  595. $strSwitchToTable = 'Wissel naar de gekopieerde tabel';
  596.  
  597. $strTableComments = 'Tabel opmerkingen';
  598. $strTableEmpty = 'De tabel naam is leeg!';
  599. $strTableHasBeenDropped = 'Tabel %s is vervallen';
  600. $strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt';
  601. $strTableHasBeenFlushed = 'Tabel %s is geschoond';
  602. $strTableMaintenance = 'Tabel onderhoud';
  603. $strTableOfContents = 'Inhoudsopgave';
  604. $strTableOptions = 'Tabel opties';
  605. $strTables = '%s tabel(len)';
  606. $strTableStructure = 'Tabel structuur voor tabel';
  607. $strTable = 'Tabel';
  608. $strTakeIt = 'neem het';
  609. $strTblPrivileges = 'Tabel-specifieke privileges';
  610. $strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
  611. $strThai = 'Thais';
  612. $strTheme = 'Thema / Stijl';
  613. $strThisHost = 'Deze Host';
  614. $strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
  615. $strTime = 'Tijd';
  616. $strToggleScratchboard = 'toggle scratchboard';
  617. $strTotal = 'totaal';
  618. $strTotalUC = 'Totaal';
  619. $strTraditionalChinese = 'Traditioneel Chinees';
  620. $strTraditionalSpanish = 'Traditioneel Spaans';
  621. $strTraffic = 'Verkeer';
  622. $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.';
  623. $strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)';
  624. $strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).';
  625. $strTransformation_image_png__inline = 'Zie image/jpeg: inline';
  626. $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)';
  627. $strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.';
  628. $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.';
  629. $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.';
  630. $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: ...) .';
  631. $strTruncateQueries = 'Truncate getoonde Queries';
  632. $strTurkish = 'Turks';
  633. $strType = 'Type';
  634.  
  635. $strUkrainian = 'Oekra├»ens';
  636. $strUncheckAll = 'Deselecteer alles';
  637. $strUnicode = 'Unicode';
  638. $strUnique = 'Unieke waarde';
  639. $strUnknown = 'onbekend';
  640. $strUnselectAll = 'Deselecteer alles';
  641. $strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.';
  642. $strUpdateProfileMessage = 'Het profiel is aangepast.';
  643. $strUpdateQuery = 'Wijzig Query';
  644. $strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
  645. $strUpgrade = 'U moet opwaarderen (Upgraden) naar %s of hoger.';
  646. $strUsage = 'Gebruik';
  647. $strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen';
  648. $strUseHostTable = 'Gebruik Host Tabel';
  649. $strUserAlreadyExists = 'De gebruiker %s bestaat al!';
  650. $strUserEmpty = 'De gebruikersnaam is leeg!';
  651. $strUser = 'Gebruiker';
  652. $strUserName = 'Gebruikersnaam';
  653. $strUserNotFound = 'De geselecteerde gebruiker werd niet aangetroffen in de privileges tabel';
  654. $strUserOverview = 'Gebruikers Overzicht';
  655. $strUsersDeleted = 'De geselecteerde gebruikers zijn met succes verwijderd.';
  656. $strUsersHavingAccessToDb = 'Gebruikers die toegang hebben tot "%s"';
  657. $strUseTabKey = 'Gebruik de TAB knop om van waarde naar waarde te verplaatsen, of CTRL+pijltjes om vrijuit te navigeren';
  658. $strUseTables = 'Gebruik tabellen';
  659. $strUseTextField = 'Gebruik tekstveld';
  660. $strUseThisValue = 'Gebruik deze waarde';
  661.  
  662. $strValidateSQL = 'Valideer SQL';
  663. $strValidatorError = 'De SQL validatie kon niet worden geinitialiseerd. Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de %sdocumentatie%s.';
  664. $strValue = 'Waarde';
  665. $strVar = 'Variabelen';
  666. $strViewDump = 'Bekijk een dump (schema) van tabel';
  667. $strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
  668. $strViewDumpDB = 'Bekijk een dump (schema) van database';
  669.  
  670. $strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
  671. $strWebServerUploadDirectory = 'web-server upload directory';
  672. $strWelcome = 'Welkom op %s';
  673. $strWestEuropean = 'West Europees';
  674. $strWildcard = 'joker teken';
  675. $strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
  676. $strWithChecked = 'Met geselecteerd:';
  677. $strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
  678.  
  679. $strXML = 'XML';
  680.  
  681. $strYes = 'Ja';
  682.  
  683. $strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.';
  684. $strZip = '"Gezipt"';
  685.  
  686. // To translate:
  687. $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
  688. $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
  689. $strAndThen = 'and then';  //to translate
  690.  
  691. $strBookmarkCreated = 'Bookmark %s created';  //to translate
  692. $strBookmarkReplace = 'Replace existing bookmark of same name';  //to translate
  693. $strBrowseDistinctValues = 'Browse distinct values';  //to translate
  694. $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
  695. $strBufferPool = 'Buffer Pool';  //to translate
  696. $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
  697. $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
  698. $strBufferReadMisses = 'Read misses';  //to translate
  699. $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
  700. $strBufferWriteWaits = 'Write waits';  //to translate
  701. $strBusyPages = 'Busy pages';  //to translate
  702.  
  703. $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';  //to translate
  704. $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';  //to translate
  705. $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';  //to translate
  706. $strCopy = 'Copy';  //to translate
  707. $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
  708. $strCSV = 'CSV';  //to translate
  709.  
  710. $strDataPages = 'Pages containing data';  //to translate
  711. $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
  712. $strDeleteNoUsersSelected = 'No users selected for deleting!';  //to translate
  713. $strDirtyPages = 'Dirty pages';  //to translate
  714.  
  715. $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
  716. $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
  717. $strEngines = 'Engines';  //to translate
  718. $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
  719. $strErrorInZipFile = 'Error in ZIP archive:';  //to translate
  720. $strEsperanto = 'Esperanto';  //to translate
  721.  
  722. $strFileNameTemplateDescriptionDatabase = 'database name';  //to translate
  723. $strFileNameTemplateDescriptionServer = 'server name';  //to translate
  724. $strFileNameTemplateDescriptionTable = 'table name';  //to translate
  725. $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
  726. $strFileToImport = 'File to import';  //to translate
  727. $strFlushQueryCache = 'Flush query cache';  //to translate
  728. $strFlushTables = 'Flush (close) all tables';  //to translate
  729. $strFreePages = 'Free pages';  //to translate
  730.  
  731. $strGenerate = 'Generate';  //to translate
  732. $strGeneratePassword = 'Generate Password';  //to translate
  733.  
  734. $strHandler = 'Handler';  //to translate
  735. $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
  736. $strHTMLWord = 'Microsoft Word 2000';  //to translate
  737.  
  738. $strIgnoreDuplicates = 'Ignore duplicate rows';  //to translate
  739. $strImportFormat = 'Format of imported file';  //to translate
  740. $strImport = 'Import';  //to translate
  741. $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';  //to translate
  742. $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
  743. $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
  744. $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
  745. $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
  746. $strInnoDBDataFilePath = 'Data files';  //to translate
  747. $strInnoDBDataHomeDir = 'Data home directory';  //to translate
  748. $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
  749. $strInnoDBPages = 'pages';  //to translate
  750. $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';  //to translate
  751. $strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
  752. $strInvalidColumn = 'Invalid column (%s) specified!';  //to translate
  753. $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';  //to translate
  754. $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';  //to translate
  755. $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';  //to translate
  756. $strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
  757. $strInvalidFieldCount = 'Table must have at least one field.';  //to translate
  758. $strInvalidLDIImport = 'This plugin does not support compressed imports!';  //to translate
  759. $strInvalidRowNumber = '%d is not valid row number.';  //to translate
  760. $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';  //to translate
  761. $strInvalidServerIndex = 'Invalid server index: "%s"';  //to translate
  762.  
  763. $strJoins = 'Joins';  //to translate
  764.  
  765. $strKeyCache = 'Key cache';  //to translate
  766.  
  767. $strLanguageUnknown = 'Unknown language: %1$s.';  //to translate
  768. $strLatchedPages = 'Latched pages';  //to translate
  769. $strLDI = 'CSV using LOAD DATA';  //to translate
  770. $strLDILocal = 'Use LOCAL keyword';  //to translate
  771. $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
  772.  
  773. $strMaxConnects = 'max. concurrent connections';  //to translate
  774. $strMaximalQueryLength = 'Maximal length of created query';  //to translate
  775. $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
  776. $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
  777. $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
  778. $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
  779. $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
  780. $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
  781. $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
  782. $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
  783. $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
  784. $strMyISAMRepairThreads = 'Repair threads';  //to translate
  785. $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
  786. $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
  787. $strMysqlClientVersion = 'MySQL client version';  //to translate
  788.  
  789. $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
  790. $strNoFilesFoundInZip = 'No files found inside ZIP archive!';  //to translate
  791. $strNumberOfFields = 'Number of fields';  //to translate
  792.  
  793. $strOpenNewWindow = 'Open new phpMyAdmin window';  //to translate
  794.  
  795. $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
  796. $strPartialImport = 'Partial import';  //to translate
  797. $strPDF = 'PDF';  //to translate
  798. $strPDFReportTitle = 'Report title';  //to translate
  799. $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
  800. $strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
  801. $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';  //to translate
  802. $strPrivDescCreateView = 'Allows creating new views.';  //to translate
  803. $strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
  804. $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';  //to translate
  805. $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
  806. $strProtocolVersion = 'Protocol version';  //to translate
  807.  
  808. $strQueryCache = 'Query cache';  //to translate
  809.  
  810. $strReadRequests = 'Read requests';  //to translate
  811. $strReloadPrivileges = 'Reload privileges';  //to translate
  812. $strReplication = 'Replication';  //to translate
  813. $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';  //to translate
  814.  
  815. $strServerStatusDelayedInserts = 'Delayed inserts';  //to translate
  816. $strShowingBookmark = 'Showing bookmark';  //to translate
  817. $strShowOpenTables = 'Show open tables';  //to translate
  818. $strShowSlaveHosts = 'Show slave hosts';  //to translate
  819. $strShowSlaveStatus = 'Show slave status';  //to translate
  820. $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
  821. $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';  //to translate
  822. $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
  823. $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';  //to translate
  824. $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';  //to translate
  825. $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';  //to translate
  826. $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
  827. $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';  //to translate
  828. $strShowStatusFlush_commandsDescr  = 'The number of executed FLUSH statements.';  //to translate
  829. $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';  //to translate
  830. $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';  //to translate
  831. $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
  832. $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
  833. $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
  834. $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';  //to translate
  835. $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';  //to translate
  836. $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';  //to translate
  837. $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';  //to translate
  838. $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';  //to translate
  839. $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';  //to translate
  840. $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';  //to translate
  841. $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';  //to translate
  842. $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';  //to translate
  843. $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';  //to translate
  844. $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';  //to translate
  845. $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';  //to translate
  846. $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';  //to translate
  847. $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';  //to translate
  848. $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';  //to translate
  849. $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';  //to translate
  850. $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';  //to translate
  851. $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';  //to translate
  852. $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';  //to translate
  853. $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';  //to translate
  854. $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';  //to translate
  855. $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';  //to translate
  856. $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';  //to translate
  857. $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';  //to translate
  858. $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';  //to translate
  859. $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';  //to translate
  860. $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';  //to translate
  861. $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';  //to translate
  862. $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
  863. $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
  864. $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';  //to translate
  865. $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';  //to translate
  866. $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';  //to translate
  867. $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';  //to translate
  868. $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';  //to translate
  869. $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';  //to translate
  870. $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';  //to translate
  871. $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';  //to translate
  872. $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';  //to translate
  873. $strShowStatusInnodb_pages_readDescr = 'The number of pages read.';  //to translate
  874. $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';  //to translate
  875. $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';  //to translate
  876. $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';  //to translate
  877. $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';  //to translate
  878. $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';  //to translate
  879. $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';  //to translate
  880. $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';  //to translate
  881. $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';  //to translate
  882. $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';  //to translate
  883. $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';  //to translate
  884. $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';  //to translate
  885. $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';  //to translate
  886. $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';  //to translate
  887. $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';  //to translate
  888. $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';  //to translate
  889. $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
  890. $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
  891. $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';  //to translate
  892. $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';  //to translate
  893. $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';  //to translate
  894. $strShowStatusOpen_filesDescr = 'The number of files that are open.';  //to translate
  895. $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
  896. $strShowStatusOpen_tablesDescr = 'The number of tables that are open.';  //to translate
  897. $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';  //to translate
  898. $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';  //to translate
  899. $strShowStatusQcache_hitsDescr = 'The number of cache hits.';  //to translate
  900. $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';  //to translate
  901. $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';  //to translate
  902. $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';  //to translate
  903. $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';  //to translate
  904. $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';  //to translate
  905. $strShowStatusReset = 'Reset';  //to translate
  906. $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';  //to translate
  907. $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';  //to translate
  908. $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';  //to translate
  909. $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';  //to translate
  910. $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';  //to translate
  911. $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';  //to translate
  912. $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';  //to translate
  913. $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';  //to translate
  914. $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';  //to translate
  915. $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';  //to translate
  916. $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';  //to translate
  917. $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';  //to translate
  918. $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';  //to translate
  919. $strShowStatusSort_rowsDescr = 'The number of sorted rows.';  //to translate
  920. $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';  //to translate
  921. $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';  //to translate
  922. $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';  //to translate
  923. $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';  //to translate
  924. $strShowStatusThreads_connectedDescr = 'The number of currently open connections.';  //to translate
  925. $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';  //to translate
  926. $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';  //to translate
  927. $strSkipQueries = 'Number of records(queries) to skip from start';  //to translate
  928. $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
  929. $strSorting = 'Sorting';  //to translate
  930. $strSQLCompatibility = 'SQL compatibility mode';  //to translate
  931. $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';  //to translate
  932. $strStorageEngines = 'Storage Engines';  //to translate
  933. $strStorageEngine = 'Storage Engine';  //to translate
  934.  
  935. $strTableAlreadyExists = 'Table %s already exists!';  //to translate
  936. $strTempData = 'Temporary data';  //to translate
  937. $strThemeDefaultNotFound = 'Default theme %s not found!';  //to translate
  938. $strThemeNoPreviewAvailable = 'No preview available.';  //to translate
  939. $strThemeNotFound = 'Theme %s not found!';  //to translate
  940. $strThemeNoValidImgPath = 'No valid image path for theme %s found!';  //to translate
  941. $strThemePathNotFound = 'Theme path not found for theme %s!';  //to translate
  942. $strThreads = 'Threads';  //to translate
  943. $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';  //to translate
  944. $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
  945. $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';  //to translate
  946. $strTransactionCoordinator = 'Transaction coordinator';  //to translate
  947. $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
  948. $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';  //to translate
  949.  
  950. $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';  //to translate
  951. $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';  //to translate
  952. $strUsedPhpExtensions = 'Used PHP extensions';  //to translate
  953.  
  954. $strVersionInformation = 'Version information';  //to translate
  955. $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
  956. $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';  //to translate
  957. $strView = 'View';  //to translate
  958.  
  959. $strWriteRequests = 'Write requests';  //to translate
  960.  
  961. $strQueryResultsOperations = 'Query results operations';  //to translate
  962. $strAddClause = 'Add %s';  //to translate
  963. $strUploadsNotAllowed = 'File uploads are not allowed on this server.';  //to translate
  964. $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';  //to translate
  965. $strExportMustBeFile = 'Selected export type has to be saved in file!';  //to translate
  966. $strCreateUserDatabase = 'Database for user';  //to translate
  967. $strCreateUserDatabaseNone = 'None';  //to translate
  968. $strCreateUserDatabaseName = 'Create database with same name and grant all privileges';  //to translate
  969. $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';  //to translate
  970. $strOpenDocumentText = 'Open Document Text';  //to translate
  971. $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
  972. $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';  //to translate
  973. $strErrorRenamingTable = 'Error renaming table %1$s to %2$s';  //to translate
  974. $strInvalidTableName = 'Invalid table name';  //to translate
  975. $strInvalidDatabase = 'Invalid database';  //to translate
  976. $strServers = 'Servers';  //to translate
  977. $strDelimiter = 'Delimiter';  //to translate
  978. $strFunctions = 'Functions';  //to translate
  979. $strProcedures = 'Procedures';  //to translate
  980. $strPDFReportExplanation = '(Generates a report containing the data of a single table)';  //to translate
  981. $strFontSize = 'Font size';  //to translate
  982. $strLanguage = 'Language';  //to translate
  983. $strPmaWiki = 'phpMyAdmin wiki';  //to translate
  984. $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
  985. $strDocSQL = 'DocSQL';  //to translate
  986. $strTableName = 'Table name';  //to translate
  987. $strTableIsEmpty = 'Table seems to be empty!';  //to translate
  988. $strDbIsEmpty = 'Database seems to be empty!';  //to translate
  989. $strShowingPhp = 'Showing as PHP code';  //to translate
  990. $strShowingSQL = 'Showing SQL query';  //to translate
  991. $strDesigner = 'Designer';  //to translate
  992. $strNumberOfTables = 'Number of tables';  //to translate
  993. $strCreateTable  = 'Create table';  //to translate
  994. $strCreateRelation = 'Create relation';  //to translate
  995. $strSavePosition = 'Save position';  //to translate
  996. $strSelectForeignKey = 'Select Foreign Key';  //to translate
  997. $strHide         = 'Hide';  //to translate
  998. $strShowHideLeftMenu = 'Show/Hide left menu';  //to translate
  999. $strReload = 'Reload';  //to translate
  1000. $strSmallBigAll = 'Small/Big All';  //to translate
  1001. $strImportExportCoords = 'Import/Export coordinates for PDF schema';  //to translate
  1002. $strMoveMenu = 'Move Menu';  //to translate
  1003. $strAngularLinks = 'Angular links';  //to translate
  1004. $strDirectLinks = 'Direct links';  //to translate
  1005. $strHideShowAll = 'Hide/Show all';  //to translate
  1006. $strHideShowNoRelation = 'Hide/Show Tables with no relation';  //to translate
  1007. $strInternalRelationAdded = 'Internal relation added';  //to translate
  1008. $strInnoDBRelationAdded = 'InnoDB relation added';  //to translate
  1009. $strRelationDeleted = 'Relation deleted';  //to translate
  1010. $strToSelectRelation = 'To select relation, click :';  //to translate
  1011. $strExportImportToScale = 'Export/Import to scale';  //to translate
  1012. $strRecommended = 'recommended';  //to translate
  1013. $strToFromPage = 'to/from page';  //to translate
  1014. $strSelectReferencedKey = 'Select referenced key';  //to translate
  1015. $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';  //to translate
  1016. $strForeignKeyError = 'Error creating foreign key (check data types)';  //to translate
  1017. $strHelp = 'Help';  //to translate
  1018. $strCancel = 'Cancel';  //to translate
  1019. $strDeleteRelation = 'Delete relation';  //to translate
  1020. $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';  //to translate
  1021. $strStructureForView = 'Structure for view';  //to translate
  1022. $strStandInStructureForView = 'Stand-in structure for view';  //to translate
  1023. $strToggleSmallBig = 'Toggle small/big';  //to translate
  1024. $strIEUnsupported = 'Internet Explorer does not support this function.';  //to translate
  1025. $strErrorRelationAdded = 'Error: Relation not added.';  //to translate
  1026. $strErrorRelationExists = 'Error: relation already exists.';  //to translate
  1027. $strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
  1028. $strSnapToGrid = 'Snap to grid';  //to translate
  1029. $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
  1030. $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.';  //to translate
  1031. $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.';  //to translate
  1032. $strUploadErrorPartial = 'The uploaded file was only partially uploaded.';  //to translate
  1033. $strUploadErrorNoTempDir = 'Missing a temporary folder.';  //to translate
  1034. $strUploadErrorCantWrite = 'Failed to write file to disk.';  //to translate
  1035. $strUploadErrorExtension = 'File upload stopped by extension.';  //to translate
  1036. $strUploadErrorUnknown = 'Unknown error in file upload.';  //to translate
  1037. $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
  1038. $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11';  //to translate
  1039. $strViewName = 'VIEW name';  //to translate
  1040. $strOptions = 'Options';  //to translate
  1041. $strFiles = 'Files';  //to translate
  1042. $strIndexesSeemEqual = 'The following indexes appear to be equal and one of them should be removed:';  //to translate
  1043. $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.';  //to translate
  1044. $strRoutines = 'Routines';  //to translate
  1045. $strRoutineReturnType = 'Return type';  //to translate
  1046. $strControluserFailed = 'Connection for controluser as defined in your configuration failed.';  //to translate
  1047. $strHexForBLOB = 'Use hexadecimal for BLOB';  //to translate
  1048. $strRestartInsertion = 'Restart insertion with %s rows';  //to translate
  1049. $strTriggers = 'Triggers';  //to translate
  1050. $strEvent = 'Event';  //to translate
  1051. $strProfiling = 'Profiling';  //to translate
  1052. $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.';  //to translate
  1053. ?>
  1054.