automatic layout
[phpmyadmin/crack.git] / lang / latvian-windows-1257.inc.php3
blobd1a61bd8d2523e9d32dba373f06d2914d956d73b
1 <?php
2 /* $Id$ */
4 /**
5 * Latvian language file by Sandis Jçrics <sandisj at parks.lv>
6 */
8 $charset = 'windows-1257';
9 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
10 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
11 $right_font_family = 'arial, helvetica, geneva, sans-serif';
12 $number_thousands_separator = ',';
13 $number_decimal_separator = '.';
14 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
15 $byteUnits = array('baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
17 $day_of_week = array('Sv', 'Pr', 'Ot', 'Tr', 'Ce', 'Pt', 'Se');
18 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jûn', 'Jûl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
19 // See http://www.php.net/manual/en/function.strftime.php to define the
20 // variable below
21 $datefmt = '%d%m.%Y %H:%M';
23 $strAccessDenied = 'Pieeja aizliegta';
24 $strAction = 'Darbîba';
25 $strAddDeleteColumn = 'Pievienot/Dzçst laukus (kolonnas)';
26 $strAddDeleteRow = 'Pievienot/Dzçst ierakstu';
27 $strAddNewField = 'Pievienot jaunu lauku';
28 $strAddPriv = 'Pievienot jaunu privilçìiju';
29 $strAddPrivMessage = 'Jûs pievienojât jaunu privilçìiju.';
30 $strAddSearchConditions = 'Pievienot meklçðanas nosacîjumus ("where" izteiksmes íermenis):';
31 $strAddToIndex = 'Pievienot indeksam &nbsp;%s&nbsp;kolonn(u/as)';
32 $strAddUser = 'Pievienot jaunu lietotâju';
33 $strAddUserMessage = 'Jûs pievienojât jaunu lietotâju.';
34 $strAffectedRows = 'Ietekmçto rindu skaits:';
35 $strAfter = 'Pçc %s';
36 $strAfterInsertBack = 'Atgriezties iepriekðçjâ lapâ atpakaï';
37 $strAfterInsertNewInsert = 'Ievietot vçl vienu rindu';
38 $strAll = 'Visi';
39 $strAlterOrderBy = 'Mainît datu kârtoðanas laukus';
40 $strAnalyzeTable = 'Analizçt tabulu';
41 $strAnd = 'Un';
42 $strAnIndex = 'Indekss tieka pievienots uz %s';
43 $strAny = 'Jebkurð';
44 $strAnyColumn = 'Jebkura kolonna';
45 $strAnyDatabase = 'Jebkura datubâze';
46 $strAnyHost = 'Jebkurð hosts';
47 $strAnyTable = 'Jebkura tabula';
48 $strAnyUser = 'Jebkurð lietotâjs';
49 $strAPrimaryKey = 'Primârâ atslçga pievienota uz lauka %s';
50 $strAscending = 'Augoðâ secîbâ';
51 $strAtBeginningOfTable = 'Tabulas sâkumâ';
52 $strAtEndOfTable = 'Tabulas beigâs';
53 $strAttr = 'Atribûti';
55 $strBack = 'Atpakaï';
56 $strBinary = 'Binârais';
57 $strBinaryDoNotEdit = 'Binârais - netiek labots';
58 $strBookmarkDeleted = 'Ieraksts tika dzçsts.';
59 $strBookmarkLabel = 'Nosaukums';
60 $strBookmarkQuery = 'Saglabâtie SQL-vaicâjumi';
61 $strBookmarkThis = 'Saglabât ðo SQL-vaicâjumu';
62 $strBookmarkView = 'Tikai apskatît';
63 $strBrowse = 'Apskatît';
64 $strBzip = 'saarhivçts ar bzip';
66 $strCantLoadMySQL = 'nevar ielâdçt MySQL paplaðinâjumu,<br />lûdzu pârbaudiet PHP konfigurâciju.';
67 $strCantRenameIdxToPrimary = 'Nevar pârsaukt indeksu par PRIMARY!';
68 $strCardinality = 'Kardinalitâte';
69 $strCarriage = 'Rindas nobeiguma simbols: \\r';
70 $strChange = 'Labot';
71 $strChangePassword = 'Mainît paroli';
72 $strCheckAll = 'Iezîmçt visu';
73 $strCheckDbPriv = 'Pârbaudît privilçìijas uz datubâzi';
74 $strCheckTable = 'Pârbaudît tabulu';
75 $strColumn = 'Kolonna';
76 $strColumnNames = 'Kolonnu nosaukumi';
77 $strCompleteInserts = 'Pilnas INSERT izteiksmes';
78 $strConfirm = 'Vai Jûs tieðâm gribat to darît?';
79 $strCookiesRequired = 'Ðî lapa nestrâdâs korekti, ja \'Cookies\' ir atslçgtas jûsu pârlûkprogrammas konfigurâcijâ.';
80 $strCopyTable = 'Kopçt tabulu uz (datubâze<b>.</b>tabula):';
81 $strCopyTableOK = 'Tabula %s tika pârkopçta uz %s.';
82 $strCreate = 'Izveidot';
83 $strCreateIndex = 'Izveidot indeksu uz&nbsp;%s&nbsp;laukiem';
84 $strCreateIndexTopic = 'Izveidot jaunu indeksu';
85 $strCreateNewDatabase = 'Izveidot jaunu datubâzi';
86 $strCreateNewTable = 'Izveidot jaunu tabulu datubâzç %s';
87 $strCriteria = 'Kritçrijs';
89 $strData = 'Dati';
90 $strDatabase = 'Datubâze ';
91 $strDatabaseHasBeenDropped = 'Datubâze %s tika izdzçsta.';
92 $strDatabases = 'datubâzes';
93 $strDatabasesStats = 'Datubâzu statistika';
94 $strDatabaseWildcard = 'Datubâze (var lietot aizstâjçjzîmes):';
95 $strDataOnly = 'Tikai dati';
96 $strDefault = 'Noklusçts';
97 $strDelete = 'Dzçst';
98 $strDeleted = 'Ieraksts tika dzçsts';
99 $strDeletedRows = 'Ieraksti dzçsti:';
100 $strDeleteFailed = 'Dzçðana nenotika!';
101 $strDeleteUserMessage = 'Jûs nodzçsât lietotâju %s.';
102 $strDescending = 'Dilstoðâ secîbâ';
103 $strDisplay = 'Attçlot';
104 $strDisplayOrder = 'Attçloðanas secîba:';
105 $strDoAQuery = 'Izpildît "vaicâjumu pçc parauga" (aizstâjçjzîme: "%")';
106 $strDocu = 'Dokumentâcija';
107 $strDoYouReally = 'Vai Jûs tieðâm gribat ';
108 $strDrop = 'Likvidçt';
109 $strDropDB = 'Likvidçt datubâzi %s';
110 $strDropTable = 'Likvidçt tabulu';
111 $strDumpingData = 'Dati tabulai';
112 $strDynamic = 'dinamisks';
114 $strEdit = 'Labot';
115 $strEditPrivileges = 'Mainît privilçìijas';
116 $strEffective = 'Efektîvs';
117 $strEmpty = 'Iztukðot';
118 $strEmptyResultSet = 'MySQL atgrieza tukðo rezultâtu (0 rindas).';
119 $strEnd = 'Beigas';
120 $strEnglishPrivileges = ' Piezîme: MySQL privilçìiju apzîmçjumi tiek rakstîti angïu valodâ ';
121 $strError = 'Kïûda';
122 $strExtendedInserts = 'Paplaðinâtâs INSERT izteiksmes';
123 $strExtra = 'Ekstras';
125 $strField = 'Lauks';
126 $strFieldHasBeenDropped = 'Lauks %s tika izdzçsts';
127 $strFields = 'Lauku skaits';
128 $strFieldsEmpty = ' Lauku skaits ir nulle! ';
129 $strFieldsEnclosedBy = 'Lauki iekïauti iekð';
130 $strFieldsEscapedBy = 'Glâbjoðâ (escape) rakstzîme ir';
131 $strFieldsTerminatedBy = 'Lauki atdalîti ar';
132 $strFixed = 'fiksçts';
133 $strFlushTable = 'Atsvaidzinât tabulu ("FLUSH")';
134 $strFormat = 'Formats';
135 $strFormEmpty = 'Formâ trûkst vçrtîbu!';
136 $strFullText = 'Pilni teksti';
137 $strFunction = 'Funkcija';
139 $strGenTime = 'Izveidoðanas laiks';
140 $strGo = 'Aiziet!';
141 $strGrants = 'Tiesîbas';
142 $strGzip = 'saarhivçts ar gzip';
144 $strHasBeenAltered = 'tika modificçta.';
145 $strHasBeenCreated = 'tika izveidota.';
146 $strHome = 'Sâkumlapa';
147 $strHomepageOfficial = 'Oficiâlâ phpMyAdmin mâjaslapa';
148 $strHomepageSourceforge = 'phpMyAdmin lejuplâdes lapa iekð Sourceforge';
149 $strHost = 'Hosts';
150 $strHostEmpty = 'Hosts nav norâdîts!';
152 $strIdxFulltext = 'Pilni teksti';
153 $strIfYouWish = 'Ja Jûs vçlaties ielâdçt tikai daþas tabulas kolonnas, norâdiet to nosaukumus, atdalot tos ar komatu.';
154 $strIgnore = 'Ignorçt';
155 $strIndex = 'Indekss';
156 $strIndexes = 'Indeksi';
157 $strIndexHasBeenDropped = 'Indekss %s tika izdzçsts';
158 $strIndexName = 'Indeksa nosaukums&nbsp;:';
159 $strIndexType = 'Indeksa tips&nbsp;:';
160 $strInsert = 'Pievienot';
161 $strInsertAsNewRow = 'Ievietot kâ jaunu rindu';
162 $strInsertedRows = 'Rindas pievienotas:';
163 $strInsertNewRow = 'Pievienot jaunu rindu';
164 $strInsertTextfiles = 'Ievietot tabulâ datus no teksta faila';
165 $strInstructions = 'Instrukcijas';
166 $strInUse = 'lietoðanâ';
167 $strInvalidName = '"%s" ir rezervçts vârds, Jûs nevarat lietot to kâ datubâzes/tabulas/lauka nosaukumu.';
169 $strKeepPass = 'Nemainît paroli';
170 $strKeyname = 'Atslçgas nosaukums';
171 $strKill = 'Nogalinât';
173 $strLength = 'Garums';
174 $strLengthSet = 'Garums/Vçrtîbas*';
175 $strLimitNumRows = 'Rindu skaits vienâ lapâ';
176 $strLineFeed = 'Rindas beigu simbols: \\n';
177 $strLines = 'Rindas';
178 $strLinesTerminatedBy = 'Rindas atdalîtas ar';
179 $strLocationTextfile = 'Teksta faila atraðanâs vieta';
180 $strLogin = 'Ieiet';
181 $strLogout = 'Iziet';
182 $strLogPassword = 'Parole:';
183 $strLogUsername = 'Lietotâjvârds:';
185 $strModifications = 'Grozîjumi tika saglabâti';
186 $strModify = 'Modificçt';
187 $strModifyIndexTopic = 'Modificçt indeksu';
188 $strMoveTable = 'Pârvietot tabulu uz (datubâze<b>.</b>tabula):';
189 $strMoveTableOK = 'Tabula %s tika pârvietota uz %s.';
190 $strMySQLReloaded = 'MySQL serveris tika pârlâdçts.';
191 $strMySQLSaid = 'MySQL teica: ';
192 $strMySQLServerProcess = 'MySQL %pma_s1% strâdâ uz %pma_s2% kâ %pma_s3%';
193 $strMySQLShowProcess = 'Parâdît procesus';
194 $strMySQLShowStatus = 'Parâdît MySQL izpildes laika informâciju';
195 $strMySQLShowVars = 'Parâdît MySQL sistçmas mainîgos';
197 $strName = 'Nosaukums';
198 $strNext = 'Nâkamais';
199 $strNo = 'Nç';
200 $strNoDatabases = 'Nav datubâzu';
201 $strNoDropDatabases = '"DROP DATABASE" komanda ir aizliegta.';
202 $strNoFrames = 'phpMyAdmin ir vairâk draudzîgs <b>freimu atbalstoðu</b> pârlûkprogrammu.';
203 $strNoIndex = 'Nav definçti indeksi!';
204 $strNoIndexPartsDefined = 'Nav definçto indeksa daïu!';
205 $strNoModification = 'Netika labots';
206 $strNone = 'Nekas';
207 $strNoPassword = 'Nav paroles';
208 $strNoPrivileges = 'Nav privilçìiju';
209 $strNoQuery = 'Nav SQL vaicâjuma!';
210 $strNoRights = 'Jums nav pietiekoði tiesîbu, lai atrastos ðeit tagad!';
211 $strNoTablesFound = 'Tabulas nav atrastas ðajâ datubâzç.';
212 $strNotNumber = 'Tas nav numurs!';
213 $strNotValidNumber = ' nav derîgs lauku skaits!';
214 $strNoUsersFound = 'Lietotâji netika atrasti.';
215 $strNull = 'Nulle';
217 $strOftenQuotation = 'Parasti pçdiòas. NEOBLIGÂTS nozîmç, ka tikai \'char\' un \'varchar\' tipa lauki tiek norobeþoti ar ðo simbolu.';
218 $strOptimizeTable = 'Optimizçt tabulu';
219 $strOptionalControls = 'Neobligâts. Nosaka, kâ rakstît vai lasît speciâlâs rakstzîmes.';
220 $strOptionally = 'NEOBLIGÂTS';
221 $strOr = 'Vai';
222 $strOverhead = 'Pârtçriòð';
224 $strPartialText = 'Daïçji teksti';
225 $strPassword = 'Parole';
226 $strPasswordEmpty = 'Parole nav norâdîta!';
227 $strPasswordNotSame = 'Paroles nesakrît!';
228 $strPHPVersion = 'PHP Versija';
229 $strPmaDocumentation = 'phpMyAdmin dokumentâcija';
230 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktîvai ir JÂBÛT nodefinçtai Jûsu konfigurâcijas failâ!';
231 $strPos1 = 'Sâkums';
232 $strPrevious = 'Iepriekðçjie';
233 $strPrimary = 'Primârâ';
234 $strPrimaryKey = 'Primârâ atslçga';
235 $strPrimaryKeyHasBeenDropped = 'Primârâ atslçga tika izdzçsta';
236 $strPrimaryKeyName = 'Primârâs atslçgas nosaukumam jâbût... PRIMARY!';
237 $strPrimaryKeyWarning = '("PRIMARY" <b>jâbût</b> tikai un <b>vienîgi</b> primârâs atslçgas indeksa nosaukumam!)';
238 $strPrintView = 'Izdrukas versija';
239 $strPrivileges = 'Privilçìijas';
240 $strProperties = 'Îpaðîbas';
242 $strQBE = 'Vaicâjums pçc parauga';
243 $strQBEDel = 'Dzçst';
244 $strQBEIns = 'Ielikt';
245 $strQueryOnDb = 'SQL-vaicâjums uz datubâzes <b>%s</b>:';
247 $strRecords = 'Ieraksti';
248 $strReferentialIntegrity = 'Pârbaudît referenciâlo integritâti:';
249 $strReloadFailed = 'Nesanâca pârlâdçt MySQL serveri.';
250 $strReloadMySQL = 'Pârlâdçt MySQL serveri';
251 $strRememberReload = 'Neaizmirstiet pârlâdçt serveri.';
252 $strRenameTable = 'Pârsaukt tabulu uz';
253 $strRenameTableOK = 'Tabula %s tika pârsaukta par %s';
254 $strRepairTable = 'Restaurçt tabulu';
255 $strReplace = 'Aizvietot';
256 $strReplaceTable = 'Aizvietot tabulas datus ar datiem no faila';
257 $strReset = 'Atcelt';
258 $strReType = 'Atkârtojiet';
259 $strRevoke = 'Atsaukt';
260 $strRevokeGrant = 'Atòemt \'Grant\' tiesîbas';
261 $strRevokeGrantMessage = 'Jûs atòçmât \'Grant\' tiesîbas lietotâjam %s';
262 $strRevokeMessage = 'Jûs atòçmât privilçgijas lietotâjam %s';
263 $strRevokePriv = 'Atòemt privilçìijas';
264 $strRowLength = 'Rindas garums';
265 $strRows = 'Rindas';
266 $strRowsFrom = 'rindas sâkot no';
267 $strRowSize = ' Rindas izmçrs ';
268 $strRowsModeHorizontal = 'horizontâlâ';
269 $strRowsModeOptions = '%s skatâ un atkârtot virsrakstus ik pçc %s rindâm';
270 $strRowsModeVertical = 'vertikâlâ';
271 $strRowsStatistic = 'Rindas statistika';
272 $strRunning = 'atrodas uz %s';
273 $strRunQuery = 'Izpildît vaicâjumu';
274 $strRunSQLQuery = 'Izpildît SQL-vaicâjumu(s) uz datubâzes %s';
276 $strSave = 'Saglabât';
277 $strSelect = 'Atlasît';
278 $strSelectADb = 'Lûdzu izvçlieties datubâzi';
279 $strSelectAll = 'Iezîmçt visu';
280 $strSelectFields = 'Izvçlieties laukus (kaut vienu):';
281 $strSelectNumRows = 'vaicâjumâ';
282 $strSend = 'Saglabât kâ failu';
283 $strServerChoice = 'Servera izvçle';
284 $strServerVersion = 'Servera versija';
285 $strSetEnumVal = 'Ja lauka tips ir "enum" vai "set", lûdzu ievadiet vçrtîbas atbilstoði ðim formatam: \'a\',\'b\',\'c\'...<br />Ja Jums vajag ielikt atpakaïçjo slîpsvîtru (\) vai vienkârðo pçdiòu (\') kâdâ no ðîm vçrtîbâm, lieciet tâs priekðâ atpakaïçjo slîpsvîtru (piemçram, \'\\\\xyz\' vai \'a\\\'b\').';
286 $strShow = 'Râdît';
287 $strShowAll = 'Râdît visu';
288 $strShowCols = 'Râdît kolonnas';
289 $strShowingRecords = 'Parâdu rindas';
290 $strShowPHPInfo = 'Parâdît PHP informâciju';
291 $strShowTables = 'Râdît tabulas';
292 $strShowThisQuery = ' Râdît ðo vaicâjumu ðeit atkal ';
293 $strSingly = '(vienkârði)';
294 $strSize = 'Izmçrs';
295 $strSort = 'Kârtoðana';
296 $strSpaceUsage = 'Diska vietas lietoðana';
297 $strSQLQuery = 'SQL-vaicâjums';
298 $strStatement = 'Parametrs';
299 $strStrucCSV = 'CSV dati';
300 $strStrucData = 'Struktûra un dati';
301 $strStrucDrop = 'Pievienot tabulu dzçðanas komandas';
302 $strStrucExcelCSV = 'CSV dati MS Excel formâtâ';
303 $strStrucOnly = 'Tikai struktûra';
304 $strSubmit = 'Nosûtît';
305 $strSuccess = 'Jûsu SQL-vaicâjums tika veiksmîgi izpildîts';
306 $strSum = 'Kopumâ';
308 $strTable = 'Tabula';
309 $strTableComments = 'Komentârs tabulai';
310 $strTableEmpty = 'Tabulas nosaukums nav norâdîts!';
311 $strTableHasBeenDropped = 'Tabula %s tika izdzçsta';
312 $strTableHasBeenEmptied = 'Tabula %s tika iztukðota';
313 $strTableHasBeenFlushed = 'Tabula %s tika atsvaidzinâta';
314 $strTableMaintenance = 'Tabulas apkalpoðana';
315 $strTables = '%s tabula(s)';
316 $strTableStructure = 'Tabulas struktûra tabulai';
317 $strTableType = 'Tabulas tips';
318 $strTextAreaLength = ' Sava garuma dçï,<br /> ðis lauks var bût nerediìçjams ';
319 $strTheContent = 'Jûsu faila saturs tika ievietots.';
320 $strTheContents = 'Faila saturs aizvieto izvçlçtâs tabulas saturu rindiòâm ar identisko primârâs vai unikâlâs atslçgas vçrtîbu.';
321 $strTheTerminator = 'Lauku atdalîtâjs.';
322 $strTotal = 'kopâ';
323 $strType = 'Tips';
325 $strUncheckAll = 'Neiezîmçt neko';
326 $strUnique = 'Unikâlais';
327 $strUnselectAll = 'Neiezîmçt neko';
328 $strUpdatePrivMessage = 'Jûs modificçjât privilçìijas objektam %s.';
329 $strUpdateProfile = 'Modificçt profilu:';
330 $strUpdateProfileMessage = 'Profils tika modificçts.';
331 $strUpdateQuery = 'Modificçðanas vaicâjums';
332 $strUsage = 'Aizòem';
333 $strUseBackquotes = 'Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem';
334 $strUser = 'Lietotâjs';
335 $strUserEmpty = 'Lietotâja vârds nav norâdîts!';
336 $strUserName = 'Lietotâjvârds';
337 $strUsers = 'Lietotâji';
338 $strUseTables = 'Lietot tabulas';
340 $strValue = 'Vçrtîba';
341 $strViewDump = 'Apskatît tabulas dampu (shçmu)';
342 $strViewDumpDB = 'Apskatît datubâzes dampu (shçmu)';
344 $strWelcome = 'Laipni lûgti %s';
345 $strWithChecked = 'Ar iezîmçto:';
346 $strWrongUser = 'Kïûdains lietotâjvârds/parole. Pieeja aizliegta.';
348 $strYes = 'Jâ';
350 $strZip = 'arhivçts ar zip';
351 // To translate
353 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
355 $strBeginCut = 'BEGIN CUT'; //to translate
356 $strBeginRaw = 'BEGIN RAW'; //to translate
358 $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
359 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
360 $strChangeDisplay = 'Choose Field to display'; //to translate
361 $strCharsetOfFile = 'Character set of the file:'; //to translate
362 $strChoosePage = 'Please choose a Page to edit'; //to translate
363 $strColComFeat = 'Displaying Column Comments'; //to translate
364 $strComments = 'Comments'; //to translate
365 $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
366 $strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
367 $strCreatePage = 'Create a new Page'; //to translate
368 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
370 $strDisabled = 'Disabled'; //to translate
371 $strDisplayFeat = 'Display Features'; //to translate
372 $strDisplayPDF = 'Display PDF schema'; //to translate
373 $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
375 $strEditPDFPages = 'Edit PDF Pages'; //to translate
376 $strEnabled = 'Enabled'; //to translate
377 $strEndCut = 'END CUT'; //to translate
378 $strEndRaw = 'END RAW'; //to translate
379 $strExplain = 'Explain SQL'; //to translate
380 $strExport = 'Export'; //to translate
381 $strExportToXML = 'Export to XML format'; //to translate
383 $strGenBy = 'Generated by'; //to translate
384 $strGeneralRelationFeat = 'General relation features'; //to translate
386 $strHaveToShow = 'You have to choose at least one Column to display'; //to translate
388 $strLinkNotFound = 'Link not found'; //to translate
389 $strLinksTo = 'Links to'; //to translate
391 $strMissingBracket = 'Missing Bracket'; //to translate
392 $strMySQLCharset = 'MySQL Charset'; //to translate
394 $strNoDescription = 'no Description'; //to translate
395 $strNoExplain = 'Skip Explain SQL'; //to translate
396 $strNoPhp = 'without PHP Code'; //to translate
397 $strNotOK = 'not OK'; //to translate
398 $strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
399 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
400 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
401 $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
403 $strOK = 'OK'; //to translate
404 $strOperations = 'Operations'; //to translate
405 $strOptions = 'Options'; //to translate
407 $strPageNumber = 'Page number:'; //to translate
408 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
409 $strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
410 $strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
411 $strPdfNoTables = 'No tables'; //to translate
412 $strPhp = 'Create PHP Code'; //to translate
414 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
415 $strRelationView = 'Relation view'; //to translate
417 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
418 $strSearch = 'Search';//to translate
419 $strSearchFormTitle = 'Search in database';//to translate
420 $strSearchInTables = 'Inside table(s):';//to translate
421 $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
422 $strSearchOption1 = 'at least one of the words';//to translate
423 $strSearchOption2 = 'all words';//to translate
424 $strSearchOption3 = 'the exact phrase';//to translate
425 $strSearchOption4 = 'as regular expression';//to translate
426 $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
427 $strSearchType = 'Find:';//to translate
428 $strSelectTables = 'Select Tables'; //to translate
429 $strShowColor = 'Show color'; //to translate
430 $strShowGrid = 'Show grid'; //to translate
431 $strShowTableDimension = 'Show dimension of tables'; //to translate
432 $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
433 $strSQL = 'SQL'; //to translate
434 $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
435 $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
436 $strSQLResult = 'SQL result'; //to translate
437 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
438 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
439 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
440 $strStructPropose = 'Propose table structure'; //to translate
441 $strStructure = 'Structure'; //to translate
443 $strValidateSQL = 'Validate SQL'; //to translate
445 $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
446 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
447 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
448 $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
449 $strServer = 'Server %s'; //to translate
450 $strPutColNames = 'Put fields names at first row'; //to translate
451 $strImportDocSQL = 'Import docSQL Files'; //to translate
452 $strDataDict = 'Data Dictionary'; //to translate
453 $strPrint = 'Print'; //to translate
454 $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
455 $strCompression = 'Compression'; //to translate
456 $strNumTables = 'Tables'; //to translate
457 $strTotalUC = 'Total'; //to translate
458 $strRelationalSchema = 'Relational schema'; //to translate
459 $strTableOfContents = 'Table of contents'; //to translate
460 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
461 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
462 $strLandscape = 'Landscape'; //to translate
463 $strPortrait = 'Portrait'; //to translate
465 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
467 $strAbortedClients = 'Aborted'; //to translate
468 $strConnections = 'Connections'; //to translate
469 $strFailedAttempts = 'Failed attempts'; //to translate
470 $strGlobalValue = 'Global value'; //to translate
471 $strMoreStatusVars = 'More status variables'; //to translate
472 $strPerHour = 'per hour'; //to translate
473 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
474 $strQueryType = 'Query type'; //to translate
475 $strReceived = 'Received'; //to translate
476 $strSent = 'Sent'; //to translate
477 $strServerStatus = 'Runtime Information'; //to translate
478 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
479 $strServerTabVariables = 'Variables'; //to translate
480 $strServerTabProcesslist = 'Processes'; //to translate
481 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
482 $strServerVars = 'Server variables and settings'; //to translate
483 $strSessionValue = 'Session value'; //to translate
484 $strTraffic = 'Traffic'; //to translate
485 $strVar = 'Variable'; //to translate
487 $strCommand = 'Command'; //to translate
488 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
489 $strId = 'ID'; //to translate
490 $strProcesslist = 'Process list'; //to translate
491 $strStatus = 'Status'; //to translate
492 $strTime = 'Time'; //to translate
493 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
495 $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
496 $strLaTeX = 'LaTeX'; //to translate
498 $strAdministration = 'Administration'; //to translate
499 $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
500 $strGlobalPrivileges = 'Global privileges'; //to translate
501 $strGrantOption = 'Grant'; //to translate
502 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
503 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
504 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
505 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
506 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
507 $strPrivDescDelete = 'Allows deleting data.'; //to translate
508 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
509 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
510 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
511 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
512 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
513 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
514 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
515 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
516 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
517 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
518 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
519 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
520 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
521 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
522 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
523 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
524 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
525 $strPrivDescSelect = 'Allows reading data.'; //to translate
526 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
527 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
528 $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
529 $strPrivDescUpdate = 'Allows changing data.'; //to translate
530 $strPrivDescUsage = 'No privileges.'; //to translate
531 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
532 $strResourceLimits = 'Resource limits'; //to translate
533 $strUserOverview = 'User overview'; //to translate
534 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
536 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
538 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
539 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
540 $strDeleting = 'Deleting %s'; //to translate
541 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
542 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
543 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
544 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
545 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
546 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
547 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
549 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
550 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
551 $strColumnPrivileges = 'Column-specific privileges'; //to translate
552 $strDbPrivileges = 'Database-specific privileges'; //to translate
553 $strLocalhost = 'Local';
554 $strLoginInformation = 'Login Information'; //to translate
555 $strTblPrivileges = 'Table-specific privileges'; //to translate
556 $strThisHost = 'This Host'; //to translate
557 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
558 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
559 $strUseTextField = 'Use text field'; //to translate
561 $strNoUsersSelected = 'No users selected.'; //to translate
562 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
563 $strAddedColumnComment = 'Added comment for column'; //to translate
564 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
565 $strAddedColumnRelation = 'Added relation for column'; //to translate
566 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
567 $strImportFinished = 'Import finished'; //to translate
568 $strFileCouldNotBeRead = 'File could not be read'; //to translate
569 $strIgnoringFile = 'Ignoring file %s'; //to translate
570 $strThisNotDirectory = 'This was not a directory'; //to translate
571 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
572 $strImportFiles = 'Import files'; //to translate
573 $strDBGModule = 'Module'; //to translate
574 $strDBGLine = 'Line'; //to translate
575 $strDBGHits = 'Hits'; //to translate
576 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
577 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
578 $strDBGMinTimeMs = 'Min time, ms'; //to translate
579 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
580 $strDBGContextID = 'Context ID'; //to translate
581 $strDBGContext = 'Context'; //to translate
582 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
583 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
584 $strCheckPrivs = 'Check Privileges'; //to translate
585 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
586 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
587 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
588 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
589 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
590 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
591 $strNoDatabasesSelected = 'No databases selected.'; //to translate
592 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
593 $strGlobal = 'global'; //to translate
594 $strDbSpecific = 'database-specific'; //to translate
595 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
596 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
597 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
598 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
599 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
600 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
601 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
602 $strWildcard = 'wildcard'; //to translate
603 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
604 $strQueryTime = 'Query took %01.4f sec';//to translate
605 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
606 $strDBComment = 'Database comment: ';//to translate
607 $strQueryFrame = 'Query window';//to translate
608 $strQueryFrameDebug = 'Debugging information';//to translate
609 $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
610 $strQuerySQLHistory = 'SQL-history';//to translate
611 $strMIME_MIMEtype = 'MIME-type';//to translate
612 $strMIME_transformation = 'Browser transformation';//to translate
613 $strMIME_transformation_options = 'Transformation options';//to translate
614 $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
615 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
616 $strMIME_available_mime = 'Available MIME-types';//to translate
617 $strMIME_available_transform = 'Available transformations';//to translate
618 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
619 $strMIME_description = 'Description';//to translate
620 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
621 $strMIME_file = 'Filename';//to translate
622 $strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
623 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
624 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
625 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
626 $strInnodbStat = 'InnoDB Status'; //to translate
627 $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
628 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
629 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
630 $strSQLOptions = 'SQL options';//to translate
631 $strXML = 'XML';//to translate
632 $strCSVOptions = 'CSV options';//to translate
633 $strNoOptions = 'This format has no options';//to translate
634 $strStatCreateTime = 'Creation';//to translate
635 $strStatUpdateTime = 'Last update';//to translate
636 $strStatCheckTime = 'Last check';//to translate
637 $strPerMinute = 'per minute';//to translate
638 $strPerSecond = 'per second';//to translate
639 $strAutomaticLayout = 'Automatic layout'; //to translate