2.5.3-rc2
[phpmyadmin/crack.git] / lang / danish-iso-8859-1.inc.php3
blobb8e30496a31ec9e92b38803c839f2ee93d15380e
1 <?php
2 /* $Id$ */
4 $charset = 'iso-8859-1';
5 $text_dir = 'ltr';
6 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
7 $right_font_family = 'arial, helvetica, geneva, sans-serif';
8 $number_thousands_separator = ',';
9 $number_decimal_separator = '.';
10 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
11 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
13 $day_of_week = array('Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør');
14 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
15 // See http://www.php.net/manual/en/function.strftime.php
16 // to define the variable below
17 $datefmt = '%d/%m %Y kl. %H:%M:%S';
19 $strAccessDenied = 'Adgang Nægtet';
20 $strAction = 'Handling';
21 $strAddDeleteColumn = 'Tilføj/Slet felt kolonne';
22 $strAddDeleteRow = 'Tilføj/Slet kriterie række';
23 $strAddNewField = 'Tilføj nyt felt';
24 $strAddPriv = 'Tilføj nyt privilegium';
25 $strAddPrivMessage = 'Du har tilføjet et nyt privilegium.';
26 $strAddSearchConditions = 'Tilføj søgekriterier (kroppen af "WHERE" sætningen):';
27 $strAddToIndex = 'Føj til indeks &nbsp;%s&nbsp;kolonne(r)';
28 $strAddUser = 'Tilføj en ny bruger';
29 $strAddUserMessage = 'Du har tilføjet en ny bruger.';
30 $strAffectedRows = 'Berørte rækker:';
31 $strAfter = 'Efter %s';
32 $strAfterInsertBack = 'Retur';
33 $strAfterInsertNewInsert = 'Indsæt en ny record';
34 $strAll = 'Alle';
35 $strAlterOrderBy = 'Arranger rækkeorden efter';
36 $strAnalyzeTable = 'Analyser tabel';
37 $strAnd = 'Og';
38 $strAnIndex = 'Der er tilføjet et indeks til %s';
39 $strAny = 'Enhver';
40 $strAnyColumn = 'Enhver kolonne';
41 $strAnyDatabase = 'Enhver database';
42 $strAnyHost = 'Enhver vært';
43 $strAnyTable = 'Enhver tabel';
44 $strAnyUser = 'Enhver bruger';
45 $strAPrimaryKey = 'Der er føjet en primær nøgle til %s';
46 $strAscending = 'Stigende';
47 $strAtBeginningOfTable = 'I begyndelsen af tabel';
48 $strAtEndOfTable = 'I slutningen af tabel';
49 $strAttr = 'Attributter';
51 $strBack = 'Tilbage';
52 $strBinary = ' Binært ';
53 $strBinaryDoNotEdit = ' Binært - må ikke ændres ';
54 $strBookmarkDeleted = 'Bogmærket er fjernet.';
55 $strBookmarkLabel = 'Label';
56 $strBookmarkQuery = 'SQL-forespørgsel med bogmærke';
57 $strBookmarkThis = 'Lav bogmærke til denne SQL-forespørgsel';
58 $strBookmarkView = 'Kun oversigt';
59 $strBrowse = 'Vis';
60 $strBzip = '"bzipped"';
62 $strCantLoadMySQL = 'MySQL udvidelser kan ikke loades,<br />check PHP konfigurationen.';
63 $strCantRenameIdxToPrimary = 'Kan ikke omdøbe indeks til PRIMARY!';
64 $strCardinality = 'Kardinalitet';
65 $strCarriage = 'Carriage return: \\r';
66 $strChange = 'Ændre';
67 $strChangePassword = 'Ændre password';
68 $strCheckAll = 'Afmærk alt';
69 $strCheckDbPriv = 'Tjek database privilegier';
70 $strCheckTable = 'Tjek tabel';
71 $strColumn = 'Kolonne';
72 $strColumnNames = 'Kolonne navne';
73 $strCompleteInserts = 'Lav komplette inserts';
74 $strConfirm = 'Ikke du sikker på at du vil gøre det?';
75 $strCookiesRequired = 'Herefter skal cookies være sat til.';
76 $strCopyTable = 'Kopier tabel til (database<b>.</b>tabel):';
77 $strCopyTableOK = 'Tabellen %s er nu kopieret til: %s.';
78 $strCreate = 'Opret';
79 $strCreateIndex = 'Dan et indeks på&nbsp;%s&nbsp;kolonner';
80 $strCreateIndexTopic = 'Lav et nyt indeks';
81 $strCreateNewDatabase = 'Opret ny database';
82 $strCreateNewTable = 'Opret ny tabel i database %s';
83 $strCriteria = 'Kriterier';
85 $strData = 'Data';
86 $strDatabase = 'Database: ';
87 $strDatabaseHasBeenDropped = 'Database %s er slettet.';
88 $strDatabases = 'databaser';
89 $strDatabasesStats = 'Database statistik';
90 $strDatabaseWildcard = 'Database (jokertegn tilladt):';
91 $strDataOnly = 'Kun data';
92 $strDefault = 'Standardværdi';
93 $strDelete = 'Slet';
94 $strDeleted = 'Rækken er slettet!';
95 $strDeletedRows = 'Slettede rækker:';
96 $strDeleteFailed = 'Kan ikke slette!';
97 $strDeleteUserMessage = 'Du har slettet brugeren %s.';
98 $strDescending = 'Faldende';
99 $strDisplay = 'Vis';
100 $strDisplayOrder = 'Rækkefølge af visning:';
101 $strDoAQuery = 'Kør en forespørgsel på felter (wildcard: "%")';
102 $strDocu = 'Dokumentation';
103 $strDoYouReally = 'Er du sikker på at du vil ';
104 $strDrop = 'Slet';
105 $strDropDB = 'Slet database %s';
106 $strDropTable = 'Slet tabel';
107 $strDumpingData = 'Data dump for tabellen';
108 $strDynamic = 'dynamisk';
110 $strEdit = 'Ret';
111 $strEditPrivileges = 'Ret privilegier';
112 $strEffective = 'Effektiv';
113 $strEmpty = 'Tøm';
114 $strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rækker).';
115 $strEnd = 'Slut';
116 $strEnglishPrivileges = ' NB: Navne på MySQL privilegier er på engelsk ';
117 $strError = 'Fejl';
118 $strExtendedInserts = 'Udvidede inserts';
119 $strExtra = 'Ekstra';
121 $strField = 'Feltnavn';
122 $strFieldHasBeenDropped = 'Felt %s er slettet';
123 $strFields = 'Felter';
124 $strFieldsEmpty = ' Felttallet har ingen værdi! ';
125 $strFieldsEnclosedBy = 'Felter indrammet med';
126 $strFieldsEscapedBy = 'Felter escaped med';
127 $strFieldsTerminatedBy = 'Felter afsluttet med';
128 $strFixed = 'ordnet';
129 $strFlushTable = 'Flush tabellen ("FLUSH")';
130 $strFormat = 'Format';
131 $strFormEmpty = 'Ingen værdi i formularen !';
132 $strFullText = 'Komplette tekster';
133 $strFunction = 'Funktion';
135 $strGenTime = 'Genereringstidspunkt';
136 $strGo = 'Udfør';
137 $strGrants = 'Tildelinger';
138 $strGzip = '"gzipped"';
140 $strHasBeenAltered = 'er ændret.';
141 $strHasBeenCreated = 'er oprettet.';
142 $strHome = 'Hjem';
143 $strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside ';
144 $strHomepageSourceforge = 'Ny phpMyAdmin hjemmeside ';
145 $strHost = 'Vært';
146 $strHostEmpty = 'Der er intet værtsnavn!';
148 $strIdxFulltext = 'Fuldtekst';
149 $strIfYouWish = 'Hvis du kun ønsker at importere nogle af tabellens kolonner, angives de med en kommasepareret felt liste.';
150 $strIgnore = 'Ignorer';
151 $strIndex = 'Indeks';
152 $strIndexes = 'Indekser';
153 $strIndexHasBeenDropped = 'Indeks %s er blevet slettet';
154 $strIndexName = 'Indeks navn&nbsp;:';
155 $strIndexType = 'Indeks type&nbsp;:';
156 $strInsert = 'Indsæt';
157 $strInsertAsNewRow = 'Indsæt som ny række';
158 $strInsertedRows = 'Indsatte rækker:';
159 $strInsertNewRow = 'Indsæt ny række';
160 $strInsertTextfiles = 'Importer tekstfil til tabellen';
161 $strInstructions = 'Instruktioner';
162 $strInUse = 'i brug';
163 $strInvalidName = '"%s" er et reserveret ord, du kan ikke bruge det som database-, tabel- eller feltnavn.';
165 $strKeepPass = 'Password må ikke ændres';
166 $strKeyname = 'Nøgle';
167 $strKill = 'Kill';
169 $strLength = 'Længde';
170 $strLengthSet = 'Længde/Værdi*';
171 $strLimitNumRows = 'poster pr. side';
172 $strLineFeed = 'Linefeed: \\n';
173 $strLines = 'Linier';
174 $strLinesTerminatedBy = 'Linier afsluttet med';
175 $strLocationTextfile = 'Tekstfilens placering';
176 $strLogin = 'Login';
177 $strLogout = 'Log af';
178 $strLogPassword = 'Password:';
179 $strLogUsername = 'Brugernavn:';
181 $strModifications = 'Rettelserne er gemt!';
182 $strModify = 'Ret';
183 $strModifyIndexTopic = 'Ændring af et indeks';
184 $strMoveTable = 'Flyt tabel til (database<b>.</b>tabel):';
185 $strMoveTableOK = 'Tabel %s er flyttet til %s.';
186 $strMySQLReloaded = 'MySQL genstartet.';
187 $strMySQLSaid = 'MySQL returnerede: ';
188 $strMySQLServerProcess = 'MySQL %pma_s1% kører på %pma_s2% som %pma_s3%';
189 $strMySQLShowProcess = 'Vis tråde';
190 $strMySQLShowStatus = 'Vis MySQL runtime information';
191 $strMySQLShowVars = 'Vis MySQL system variable';
193 $strName = 'Navn';
194 $strNext = 'Næste';
195 $strNo = 'Nej';
196 $strNoDatabases = 'Ingen databaser';
197 $strNoDropDatabases = '"DROP DATABASE" erklæringer kan ikke bruges.';
198 $strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare <b>frames</b>.';
199 $strNoIndex = 'Intet indeks defineret!';
200 $strNoIndexPartsDefined = 'Ingen dele af indeks er definerede!';
201 $strNoModification = 'Ingen ændring';
202 $strNone = 'Intet';
203 $strNoPassword = 'Intet password';
204 $strNoPrivileges = 'Ingen privilegier';
205 $strNoQuery = 'Ingen SQL forespørgsel!';
206 $strNoRights = 'Du har ikke tilstrækkelige rettigheder til at være her!';
207 $strNoTablesFound = 'Ingen tabeller fundet i databasen.';
208 $strNotNumber = 'Dette er ikke et tal!';
209 $strNotValidNumber = ' er ikke et gyldigt rækkenummer!';
210 $strNoUsersFound = 'Ingen bruger(e) fundet.';
211 $strNull = 'Nulværdi';
213 $strOftenQuotation = 'Ofte anførselstegn. OPTIONALLY betyder at kun char og varchar felter er omsluttet med det valgte "tekstkvalifikator"-tegn.'; //skal muligvis ændres
214 $strOptimizeTable = 'Optimer tabel';
215 $strOptionalControls = 'Valgfrit. Kontrollerer hvordan specialtegn skrives eller læses.';
216 $strOptionally = 'OPTIONALLY';
217 $strOr = 'Eller';
218 $strOverhead = 'Overhead';
220 $strPartialText = 'Delvise tekster';
221 $strPassword = 'Password';
222 $strPasswordEmpty = 'Der er ikke angivet noget password!';
223 $strPasswordNotSame = 'De to passwords er ikke ens!';
224 $strPHPVersion = 'PHP version';
225 $strPmaDocumentation = 'phpMyAdmin dokumentation';
226 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivet SKAL være sat i konfigurationsfilen!';
227 $strPos1 = 'Start';
228 $strPrevious = 'Forrige';
229 $strPrimary = 'Primær';
230 $strPrimaryKey = 'Primær nøgle';
231 $strPrimaryKeyHasBeenDropped = 'Primærnøglen er slettet';
232 $strPrimaryKeyName = 'Navnet på primærnøglen skal være... PRIMARY!';
233 $strPrimaryKeyWarning = '("PRIMARY" <b>skal</b> være navnet på og <b>kun på</b> en primær nøgle!)';
234 $strPrintView = 'Vis (udskriftvenlig)';
235 $strPrivileges = 'Privilegier';
236 $strProperties = 'Egenskaber';
238 $strQBE = 'Query by Example';
239 $strQBEDel = 'Del';
240 $strQBEIns = 'Ins';
241 $strQueryOnDb = 'SQL-forespørgsel til database <b>%s</b>:';
243 $strRecords = 'Poster';
244 $strReferentialIntegrity = 'Check reference integriteten';
245 $strReloadFailed = 'Genstart af MySQL fejlede.';
246 $strReloadMySQL = 'Genstart MySQL';
247 $strRememberReload = 'Husk at indlæse serveren.';
248 $strRenameTable = 'Omdøb tabel til';
249 $strRenameTableOK = 'Tabellen %s er nu omdøbt til: %s';
250 $strRepairTable = 'Reparer tabel';
251 $strReplace = 'Erstat';
252 $strReplaceTable = 'Erstat data i tabellen med filens data';
253 $strReset = 'Nulstil';
254 $strReType = 'Skriv igen';
255 $strRevoke = 'Tilbagekald';
256 $strRevokeGrant = 'Tilbagekald tildeling';
257 $strRevokeGrantMessage = 'Du har tilbagekaldt det tildelte privilegium for %s';
258 $strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s';
259 $strRevokePriv = 'Tilbagekald privilegier';
260 $strRowLength = 'Række længde';
261 $strRows = 'Rækker';
262 $strRowsFrom = 'rækker startende fra';
263 $strRowSize = ' Række størrelse ';
264 $strRowsModeHorizontal = 'vandret';
265 $strRowsModeOptions = '%s og gentag overskrifter efter %s celler';
266 $strRowsModeVertical = 'lodret';
267 $strRowsStatistic = 'Række statistik';
268 $strRunning = 'kører på %s';
269 $strRunQuery = 'Send forespørgsel';
270 $strRunSQLQuery = 'Kør SQL forspørgsel(er) på database %s';
272 $strSave = 'Gem';
273 $strSelect = 'Vælg';
274 $strSelectADb = 'Vælg en database';
275 $strSelectAll = 'Vælg alle';
276 $strSelectFields = 'Vælg mindst eet felt:';
277 $strSelectNumRows = 'i forespørgsel';
278 $strSend = 'Send';
279 $strServerChoice = 'Server valg';
280 $strServerVersion = 'Server version';
281 $strSetEnumVal = 'Hvis et felt er af typen "enum" eller "set", skal værdierne angives på formen: \'a\',\'b\',\'c\'...<br />Skulle du få brug for en backslash ("\") eller et enkelt anførselstegn ("\'") blandt disse værdier, så tilføj en ekstra backslash (fx \'\\\\xyz\' or \'a\\\'b\').';
282 $strShow = 'Vis';
283 $strShowAll = 'Vis alt';
284 $strShowCols = 'Vis kolonner';
285 $strShowingRecords = 'Viser poster ';
286 $strShowPHPInfo = 'Vis PHP information';
287 $strShowTables = 'Vis tabeller';
288 $strShowThisQuery = ' Vis forespørgslen her igen ';
289 $strSingly = '(enkeltvis)';
290 $strSize = 'Størrelse';
291 $strSort = 'Sorter';
292 $strSpaceUsage = 'Pladsforbrug';
293 $strSQLQuery = 'SQL-forespørgsel';
294 $strStatement = 'Erklæringer';
295 $strStrucCSV = 'CSV data';
296 $strStrucData = 'Struturen og data';
297 $strStrucDrop = 'Tilføj \'DROP TABLE\'';
298 $strStrucExcelCSV = 'CSV for Ms Excel data';
299 $strStrucOnly = 'Kun strukturen';
300 $strSubmit = 'Send';
301 $strSuccess = 'Din SQL-forespørgsel blev udført korrekt';
302 $strSum = 'Sum';
304 $strTable = 'Tabel';
305 $strTableComments = 'Tabel kommentarer';
306 $strTableEmpty = 'Intet tabelnavn!';
307 $strTableHasBeenDropped = 'Tabel %s er slettet';
308 $strTableHasBeenEmptied = 'Tabel %s er tømt';
309 $strTableHasBeenFlushed = 'Tabel %s er blevet flushet';
310 $strTableMaintenance = 'Tabel vedligehold';
311 $strTables = '%s tabel(ler)';
312 $strTableStructure = 'Struktur dump for tabellen';
313 $strTableType = 'Tabel type';
314 $strTextAreaLength = ' På grund af feltets længde,<br /> kan det muligvis ikke ændres ';
315 $strTheContent = 'Filens indhold er importeret.';
316 $strTheContents = 'Filens indhold erstatter den valgte tabels rækker for rækker med identisk primær eller unik nøgle.';
317 $strTheTerminator = 'Felterne afgrænses af dette tegn.';
318 $strTotal = 'total';
319 $strType = 'Datatype';
321 $strUncheckAll = 'Fjern alle mærker';
322 $strUnique = 'Unik';
323 $strUnselectAll = 'Fravælg alle';
324 $strUpdatePrivMessage = 'Du har opdateret privilegierne for %s.';
325 $strUpdateProfile = 'Opdater profil:';
326 $strUpdateProfileMessage = 'Profilen er blevet opdateret.';
327 $strUpdateQuery = 'Opdater forespørgsel';
328 $strUsage = 'Benyttelse';
329 $strUseBackquotes = 'Use backquotes with tables and fields\' names';
330 $strUser = 'Bruger';
331 $strUserEmpty = 'Intet brugernavn!';
332 $strUserName = 'Brugernavn';
333 $strUsers = 'Brugere';
334 $strUseTables = 'Benyt tabeller';
336 $strValue = 'Værdi';
337 $strViewDump = 'Vis dump (skema) over tabel';
338 $strViewDumpDB = 'Vis dump (skema) af database';
340 $strWelcome = 'Velkommen til %s';
341 $strWithChecked = 'Med det afmærkede:';
342 $strWrongUser = 'Forkert brugernavn/kodeord. Adgang nægtet.';
344 $strYes = 'Ja';
346 $strZip = '"zipped"';
348 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
350 $strBeginCut = 'BEGIN CUT'; //to translate
351 $strBeginRaw = 'BEGIN RAW'; //to translate
353 $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
354 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
355 $strChangeDisplay = 'Choose Field to display'; //to translate
356 $strCharsetOfFile = 'Character set of the file:'; //to translate
357 $strChoosePage = 'Please choose a Page to edit'; //to translate
358 $strColComFeat = 'Displaying Column Comments'; //to translate
359 $strComments = 'Comments'; //to translate
360 $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
361 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
362 $strCreatePage = 'Create a new Page'; //to translate
363 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
365 $strDisabled = 'Disabled'; //to translate
366 $strDisplayFeat = 'Display Features'; //to translate
367 $strDisplayPDF = 'Display PDF schema'; //to translate
368 $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
370 $strEditPDFPages = 'Edit PDF Pages'; //to translate
371 $strEnabled = 'Enabled'; //to translate
372 $strEndCut = 'END CUT'; //to translate
373 $strEndRaw = 'END RAW'; //to translate
374 $strExplain = 'Explain SQL'; //to translate
375 $strExport = 'Export'; //to translate
376 $strExportToXML = 'Export to XML format'; //to translate
378 $strGenBy = 'Generated by'; //to translate
379 $strGeneralRelationFeat = 'General relation features'; //to translate
381 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
383 $strLinkNotFound = 'Link not found'; //to translate
384 $strLinksTo = 'Links to'; //to translate
386 $strMissingBracket = 'Missing Bracket'; //to translate
387 $strMySQLCharset = 'MySQL Charset'; //to translate
389 $strNoDescription = 'no Description'; //to translate
390 $strNoExplain = 'Skip Explain SQL'; //to translate
391 $strNoPhp = 'without PHP Code'; //to translate
392 $strNotOK = 'not OK'; //to translate
393 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
394 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
395 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
396 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
398 $strOK = 'OK'; //to translate
399 $strOperations = 'Operations'; //to translate
400 $strOptions = 'Options'; //to translate
402 $strPageNumber = 'Page number:'; //to translate
403 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
404 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
405 $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
406 $strPdfNoTables = 'No tables'; //to translate
407 $strPhp = 'Create PHP Code'; //to translate
409 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
410 $strRelationView = 'Relation view'; //to translate
412 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
413 $strSearch = 'Search';//to translate
414 $strSearchFormTitle = 'Search in database';//to translate
415 $strSearchInTables = 'Inside table(s):';//to translate
416 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
417 $strSearchOption1 = 'at least one of the words';//to translate
418 $strSearchOption2 = 'all words';//to translate
419 $strSearchOption3 = 'the exact phrase';//to translate
420 $strSearchOption4 = 'as regular expression';//to translate
421 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
422 $strSearchType = 'Find:';//to translate
423 $strSelectTables = 'Select Tables'; //to translate
424 $strShowColor = 'Show color'; //to translate
425 $strShowGrid = 'Show grid'; //to translate
426 $strShowTableDimension = 'Show dimension of tables'; //to translate
427 $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
428 $strSQL = 'SQL'; //to translate
429 $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
430 $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
431 $strSQLResult = 'SQL result'; //to translate
432 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
433 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
434 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
435 $strStructPropose = 'Propose table structure'; //to translate
436 $strStructure = 'Structure'; //to translate
438 $strValidateSQL = 'Validate SQL'; //to translate
440 $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
441 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
442 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
443 $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
444 $strServer = 'Server %s'; //to translate
445 $strPutColNames = 'Put fields names at first row'; //to translate
446 $strImportDocSQL = 'Import docSQL Files'; //to translate
447 $strDataDict = 'Data Dictionary'; //to translate
448 $strPrint = 'Print'; //to translate
449 $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
450 $strCompression = 'Compression'; //to translate
451 $strNumTables = 'Tables'; //to translate
452 $strTotalUC = 'Total'; //to translate
453 $strRelationalSchema = 'Relational schema'; //to translate
454 $strTableOfContents = 'Table of contents'; //to translate
455 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
456 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
457 $strLandscape = 'Landscape'; //to translate
458 $strPortrait = 'Portrait'; //to translate
460 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
462 $strAbortedClients = 'Aborted'; //to translate
463 $strConnections = 'Connections'; //to translate
464 $strFailedAttempts = 'Failed attempts'; //to translate
465 $strGlobalValue = 'Global value'; //to translate
466 $strMoreStatusVars = 'More status variables'; //to translate
467 $strPerHour = 'per hour'; //to translate
468 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
469 $strQueryType = 'Query type'; //to translate
470 $strReceived = 'Received'; //to translate
471 $strSent = 'Sent'; //to translate
472 $strServerStatus = 'Runtime Information'; //to translate
473 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
474 $strServerTabVariables = 'Variables'; //to translate
475 $strServerTabProcesslist = 'Processes'; //to translate
476 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
477 $strServerVars = 'Server variables and settings'; //to translate
478 $strSessionValue = 'Session value'; //to translate
479 $strTraffic = 'Traffic'; //to translate
480 $strVar = 'Variable'; //to translate
482 $strCommand = 'Command'; //to translate
483 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
484 $strId = 'ID'; //to translate
485 $strProcesslist = 'Process list'; //to translate
486 $strStatus = 'Status'; //to translate
487 $strTime = 'Time'; //to translate
488 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
490 $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
491 $strLaTeX = 'LaTeX'; //to translate
493 $strAdministration = 'Administration'; //to translate
494 $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
495 $strGlobalPrivileges = 'Global privileges'; //to translate
496 $strGrantOption = 'Grant'; //to translate
497 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
498 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
499 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
500 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
501 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
502 $strPrivDescDelete = 'Allows deleting data.'; //to translate
503 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
504 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
505 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
506 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
507 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
508 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
509 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
510 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
511 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
512 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
513 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
514 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
515 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
516 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
517 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
518 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
519 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
520 $strPrivDescSelect = 'Allows reading data.'; //to translate
521 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
522 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
523 $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
524 $strPrivDescUpdate = 'Allows changing data.'; //to translate
525 $strPrivDescUsage = 'No privileges.'; //to translate
526 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
527 $strResourceLimits = 'Resource limits'; //to translate
528 $strUserOverview = 'User overview'; //to translate
529 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
531 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
533 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
534 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
535 $strDeleting = 'Deleting %s'; //to translate
536 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
537 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
538 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
539 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
540 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
541 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
542 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
544 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
545 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
546 $strColumnPrivileges = 'Column-specific privileges'; //to translate
547 $strDbPrivileges = 'Database-specific privileges'; //to translate
548 $strLocalhost = 'Local';
549 $strLoginInformation = 'Login Information'; //to translate
550 $strTblPrivileges = 'Table-specific privileges'; //to translate
551 $strThisHost = 'This Host'; //to translate
552 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
553 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
554 $strUseTextField = 'Use text field'; //to translate
556 $strNoUsersSelected = 'No users selected.'; //to translate
557 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
558 $strAddedColumnComment = 'Added comment for column'; //to translate
559 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
560 $strAddedColumnRelation = 'Added relation for column'; //to translate
561 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
562 $strImportFinished = 'Import finished'; //to translate
563 $strFileCouldNotBeRead = 'File could not be read'; //to translate
564 $strIgnoringFile = 'Ignoring file %s'; //to translate
565 $strThisNotDirectory = 'This was not a directory'; //to translate
566 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
567 $strImportFiles = 'Import files'; //to translate
568 $strDBGModule = 'Module'; //to translate
569 $strDBGLine = 'Line'; //to translate
570 $strDBGHits = 'Hits'; //to translate
571 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
572 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
573 $strDBGMinTimeMs = 'Min time, ms'; //to translate
574 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
575 $strDBGContextID = 'Context ID'; //to translate
576 $strDBGContext = 'Context'; //to translate
577 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
578 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
579 $strCheckPrivs = 'Check Privileges'; //to translate
580 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
581 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
582 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
583 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
584 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
585 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
586 $strNoDatabasesSelected = 'No databases selected.'; //to translate
587 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
588 $strGlobal = 'global'; //to translate
589 $strDbSpecific = 'database-specific'; //to translate
590 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
591 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
592 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
593 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
594 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
595 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
596 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
597 $strWildcard = 'wildcard'; //to translate
598 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
599 $strQueryTime = 'Query took %01.4f sec';//to translate
600 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
601 $strDBComment = 'Database comment: ';//to translate
602 $strQueryFrame = 'Query window';//to translate
603 $strQueryFrameDebug = 'Debugging information';//to translate
604 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
605 $strQuerySQLHistory = 'SQL-history';//to translate
606 $strMIME_MIMEtype = 'MIME-type';//to translate
607 $strMIME_transformation = 'Browser transformation';//to translate
608 $strMIME_transformation_options = 'Transformation options';//to translate
609 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
610 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
611 $strMIME_available_mime = 'Available MIME-types';//to translate
612 $strMIME_available_transform = 'Available transformations';//to translate
613 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
614 $strMIME_description = 'Description';//to translate
615 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
616 $strMIME_file = 'Filename';//to translate
617 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
618 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
619 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
620 $strInnodbStat = 'InnoDB Status'; //to translate
621 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
622 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
623 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
624 $strSQLOptions = 'SQL options';//to translate
625 $strXML = 'XML';//to translate
626 $strCSVOptions = 'CSV options';//to translate
627 $strNoOptions = 'This format has no options';//to translate
628 $strStatCreateTime = 'Creation';//to translate
629 $strStatUpdateTime = 'Last update';//to translate
630 $strStatCheckTime = 'Last check';//to translate
631 $strPerMinute = 'per minute';//to translate
632 $strPerSecond = 'per second';//to translate
633 $strAutomaticLayout = 'Automatic layout'; //to translate
634 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
635 $strFileNameTemplate = 'File name template';//to translate
636 $strFileNameTemplateRemember = 'remember template';//to translate
637 $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
638 $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
639 $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
640 $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
641 $strAutodetect = 'Autodetect'; //to translate
642 $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
643 $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
644 $strUseHostTable = 'Use Host Table'; //to translate
645 $strShowFullQueries = 'Show Full Queries'; //to translate
646 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
647 $strSwitchToTable = 'Switch to copied table'; //to translate
648 $strCharset = 'Charset'; //to translate
649 $strLaTeXOptions = 'LaTeX options'; //to translate
650 $strRelations = 'Relations'; //to translate
651 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
652 $strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
653 $strMustSelectFile = 'You should select file which you want to insert.'; //to translate
654 $strSaveOnServer = 'Save on server in %s directory'; //to translate
655 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
656 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
657 $strDumpSaved = 'Dump has been saved to file %s.'; //to translate
658 $strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
659 $strNoSpace = 'Insufficient space to save the file %s.'; //to translate
660 $strInsertedRowId = 'Inserted row id:'; //to translate
661 $strLoadMethod = 'LOAD method'; //to translate
662 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
663 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate
664 $strExcelOptions = 'Excel options'; //to translate
665 $strReplaceNULLBy = 'Replace NULL by'; //to translate
666 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
667 $strPaperSize = 'Paper size'; //to translate
668 $strDatabaseNoTable = 'This database contains no table!';//to translate
669 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
670 $strAddIntoComments = 'Add into comments';//to translate
671 $strDatabaseExportOptions = 'Database export options';//to translate
672 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
673 $strToggleScratchboard = 'toggle scratchboard'; //to translate
674 $strTableOptions = 'Table options'; //to translate
675 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
676 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
677 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
678 $strCharsets = 'Charsets'; //to translate
679 $strDescription = 'Description'; //to translate
680 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
681 $strCollation = 'Collation'; //to translate
682 $strMultilingual = 'multilingual'; //to translate
683 $strGerman = 'German'; //to translate
684 $strPhoneBook = 'phone book'; //to translate
685 $strDictionary = 'dictionary'; //to translate
686 $strSwedish = 'Swedish'; //to translate
687 $strDanish = 'Danish'; //to translate
688 $strCzech = 'Czech'; //to translate
689 $strTurkish = 'Turkish'; //to translate
690 $strEnglish = 'English'; //to translate
691 $strHungarian = 'Hungarian'; //to translate
692 $strCroatian = 'Croatian'; //to translate
693 $strBulgarian = 'Bulgarian'; //to translate
694 $strLithuanian = 'Lithuanian'; //to translate
695 $strEstonian = 'Estonian'; //to translate
696 $strCaseInsensitive = 'case-insensitive'; //to translate
697 $strCaseSensitive = 'case-sensitive'; //to translate
698 $strUkrainian = 'Ukrainian'; //to translate
699 $strHebrew = 'Hebrew'; //to translate
700 $strWestEuropean = 'West European'; //to translate
701 $strCentralEuropean = 'Central European'; //to translate
702 $strTraditionalChinese = 'Traditional Chinese'; //to translate
703 $strCyrillic = 'Cyrillic'; //to translate
704 $strArmenian = 'Armenian'; //to translate
705 $strArabic = 'Arabic'; //to translate
706 $strRussian = 'Russian'; //to translate
707 $strUnknown = 'unknown'; //to translate
708 $strBaltic = 'Baltic'; //to translate
709 $strUnicode = 'Unicode'; //to translate
710 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
711 $strKorean = 'Korean'; //to translate
712 $strGreek = 'Greek'; //to translate
713 $strJapanese = 'Japanese'; //to translate
714 $strThai = 'Thai'; //to translate
715 $strUseThisValue = 'Use this value'; //to translate
716 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
717 $strBrowseForeignValues = 'Browse foreign values'; //to translate