patch 1902591 (Valid YAML), thanks to Dan Barry
[phpmyadmin/crack.git] / lang / latvian-utf-8.inc.php
blob18136be1e079cda67ab726129a265e72e5ca9ab1
1 <?php
2 /* $Id$ */
4 /**
5 * Latvian language file by Sandis Jērics <sandisj at parks.lv>
6 */
8 $charset = 'utf-8';
9 $allow_recoding = TRUE;
10 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
11 $number_thousands_separator = ' ';
12 $number_decimal_separator = '.';
13 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
14 $byteUnits = array('baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
16 $day_of_week = array('Sv', 'P', 'O', 'T', 'C', 'Pk', 'S');
17 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jūn', 'Jūl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
18 // See http://www.php.net/manual/en/function.strftime.php to define the
19 // variable below
20 $datefmt = '%d.%m.%Y %H:%M';
22 $timespanfmt = '%s dienas, %s stundas, %s minūtes un %s sekundes';
24 $strAbortedClients = 'Pārtraukts';
25 $strAccessDeniedExplanation = 'phpMyAdmin mēģināja pieslēgties MySQL serverim, un serveris noraidīja pieslēgumu. Lūdzu pārbaudiet hostu, lietotājvārdu un paroli config.inc.php failā, un pārliecinieties, ka tie atbilst informācijai, ko Jums deva MySQL servera administrators.';
26 $strAccessDenied = 'Pieeja aizliegta';
27 $strAction = 'Darbība';
28 $strAddAutoIncrement = 'Pievienot AUTO_INCREMENT vērtību';
29 $strAddConstraints = 'Pievienot ierobežojumus';
30 $strAddDeleteColumn = 'Pievienot/Dzēst laukus (kolonnas)';
31 $strAddDeleteRow = 'Pievienot/Dzēst ierakstu';
32 $strAddFields = 'Pievienot %s lauku(s)';
33 $strAddHeaderComment = 'Ievietot virsrakstā komentāru (\\n atdala rindas)';
34 $strAddIntoComments = 'Pievienot komentāros';
35 $strAddNewField = 'Pievienot jaunu lauku';
36 $strAddPrivilegesOnDb = 'Pievienot privilēģijas uz sekojošo datubāzi';
37 $strAddPrivilegesOnTbl = 'Pievienot privilēģijas uz sekojošo tabulu';
38 $strAddSearchConditions = 'Pievienot meklēšanas nosacījumus ("where" izteiksmes ķermenis):';
39 $strAddToIndex = 'Pievienot indeksam &nbsp;%s&nbsp;kolonn(u/as)';
40 $strAddUserMessage = 'Jūs pievienojāt jaunu lietotāju.';
41 $strAddUser = 'Pievienot jaunu lietotāju';
42 $strAdministration = 'Administrācija';
43 $strAfterInsertBack = 'Atgriezties atpakaļ iepriekšējā lapā';
44 $strAfterInsertNewInsert = 'Ievietot vēl vienu rindu';
45 $strAfterInsertSame = 'Atgriezties šajā lapā';
46 $strAfter = 'Pēc %s';
47 $strAllTableSameWidth = 'rādīt visas tabulas vienadā platumā?';
48 $strAll = 'Visi';
49 $strAlterOrderBy = 'Mainīt datu kārtošanas laukus';
50 $strAnalyzeTable = 'Analizēt tabulu';
51 $strAnd = 'Un';
52 $strAnIndex = 'Indekss tieka pievienots uz %s';
53 $strAnyHost = 'Jebkurš hosts';
54 $strAny = 'Jebkurš';
55 $strAnyUser = 'Jebkurš lietotājs';
56 $strApproximateCount = 'Var būt aptuvens skaits. Skatīt FAQ 3.11';
57 $strAPrimaryKey = 'Primārā atslēga pievienota uz lauka %s';
58 $strArabic = 'Arābu';
59 $strArmenian = 'Armēņu';
60 $strAscending = 'Augošā secībā';
61 $strAtBeginningOfTable = 'Tabulas sākumā';
62 $strAtEndOfTable = 'Tabulas beigās';
63 $strAttr = 'Atribūti';
64 $strAutomaticLayout = 'Automātiskais izvietojums';
66 $strBack = 'Atpakaļ';
67 $strBaltic = 'Baltijas';
68 $strBeginCut = 'IZGRIEZT NO ŠĪS VIETAS';
69 $strBeginRaw = 'RINDAS SĀKUMS';
70 $strBinary = 'Binārais';
71 $strBinaryDoNotEdit = 'Binārais - netiek labots';
72 $strBinaryLog = 'Binārais log-fails';
73 $strBinLogEventType = 'Notikuma tips';
74 $strBinLogInfo = 'Informācija';
75 $strBinLogName = 'Log-faila nosaukums';
76 $strBinLogOriginalPosition = 'Oriģinālā pozīcija';
77 $strBinLogPosition = 'Pozīcija';
78 $strBinLogServerId = 'Servera ID';
79 $strBookmarkAllUsers = 'Dot ikvienam lietotājam pieeju šai grāmatzīmei';
80 $strBookmarkDeleted = 'Ieraksts tika dzēsts.';
81 $strBookmarkLabel = 'Nosaukums';
82 $strBookmarkQuery = 'Saglabātie SQL vaicājumi';
83 $strBookmarkThis = 'Saglabāt šo SQL vaicājumu';
84 $strBookmarkView = 'Tikai apskatīt';
85 $strBrowse = 'Apskatīt';
86 $strBrowseForeignValues = 'Pārlūkot ārējās vērtības';
87 $strBulgarian = 'Bulgāru';
88 $strBzip = 'Arhivēts ar bzip';
90 $strCalendar = 'Kalendārs';
91 $strCannotLogin = 'Nevar pieslēgties MySQL serverim';
92 $strCantLoad = 'nevar ielādēt paplašinājumu %s,<br />lūdzu pārbaudiet PHP konfigurāciju';
93 $strCantLoadRecodeIconv = 'Nevar ielādēt iconv vai recode paplašinājumu, kas ir nepieciešams rakstzīmju konvertācijai, lūdzu nokonfigurējiet php, lai varētu lietot šos paplašinājumus, vai arī atslēdziet rakstzīmju konvertāciju phpMyAdmin konfigurācijā.';
94 $strCantRenameIdxToPrimary = 'Nevar pārsaukt indeksu par PRIMARY!';
95 $strCantUseRecodeIconv = 'Nevar lietot iconv, libiconv vai recode_string funkciju, bet php saka, ka paplašinājums ir ielādēts. Pārbaudiet php konfigurāciju.';
96 $strCardinality = 'Kardinalitāte';
97 $strCaseInsensitive = 'reģistrnejūtīgs';
98 $strCaseSensitive = 'reģistrjūtīgs';
99 $strCentralEuropean = 'Centrāleiropas';
100 $strChangeCopyModeCopy = '... paturēt veco lietotāju.';
101 $strChangeCopyModeDeleteAndReload = ' ... dzēst veco lietotāju no lietotāju tabulas, un pēc tam pārlādēt privilēģijas.';
102 $strChangeCopyMode = 'Izveidot jaunu lietotāju ar tādām pašām privilēģijām un ...';
103 $strChangeCopyModeJustDelete = ' ... dzēst veco lietotāju no lietotāju tabulas.';
104 $strChangeCopyModeRevoke = ' ... atņemt vecajam lietotājam visas aktīvās privilēģijas, un pēc tam dzēst viņu.';
105 $strChangeCopyUser = 'Mainīt piekļuves informāciju / Klonēt lietotāju';
106 $strChangeDisplay = 'Izvēlieties, kuru lauku rādīt';
107 $strChange = 'Labot';
108 $strChangePassword = 'Mainīt paroli';
109 $strCharset = 'Kodējums';
110 $strCharsetOfFile = 'Tabulas kodējums:';
111 $strCharsetsAndCollations = 'Rakstzīmju kodējumi un izkārtojumi';
112 $strCharsets = 'Rakstzīmju kodējumi';
113 $strCheckAll = 'Iezīmēt visu';
114 $strCheckOverhead = 'Iezīmēt tabulas ar pārtēriņu';
115 $strCheckPrivsLong = 'Pārbaudīt privilēģijas uz datubāzi &quot;%s&quot;.';
116 $strCheckPrivs = 'Pārbaudīt privilēģijas';
117 $strCheckTable = 'Pārbaudīt tabulu';
118 $strChoosePage = 'Izvēlieties lapu redigēšanai';
119 $strColComFeat = 'Rādu kolonnu komentārus';
120 $strCollation = 'Izkārtojumi';
121 $strColumnNames = 'Kolonnu nosaukumi';
122 $strColumnPrivileges = 'Kolonnu specifiskās privilēģijas';
123 $strCommand = 'Komanda';
124 $strComments = 'Komentāri';
125 $strCompatibleHashing = 'MySQL&nbsp;4.0 savietojams';
126 $strCompleteInserts = 'Pilnas INSERT izteiksmes';
127 $strCompression = 'Kompresija';
128 $strConfigFileError = 'phpMyAdmin nevar nolasīt konfigurācijas failu!<br />Tas var notikt, ja PHP atrod tajā kļūdu, vai arī nevar atrast so failu.<br />Mēginiet izsaukt konfigurācijas failu tieši, klikškinot linku zemāk un lasiet PHP pazinojumu par kļūdām. Vairākumā gadījumu kaut kur pietrukst pēdiņa vai semikols.<br />Ja redzat tukšu lapu, viss ir kārtībā.';
129 $strConfigureTableCoord = 'Lūdzu konfigurējiet koordinātes tabulai %s';
130 $strConnectionError = 'Nevar pieslēgties: kļūda konfigurācijā.';
131 $strConnections = 'Konekcijas';
132 $strConstraintsForDumped = 'Ierobežojumi izmestām tabulām';
133 $strConstraintsForTable = 'Ierobežojumi tabulai';
134 $strCookiesRequired = '"Cookies" ir jābūt atļautiem aiz šī punkta.';
135 $strCopyDatabaseOK = 'Datubāze %s tika pārkopēta uz %s';
136 $strCopyTable = 'Kopēt tabulu uz (datubāze<b>.</b>tabula):';
137 $strCopyTableOK = 'Tabula %s tika pārkopēta uz %s.';
138 $strCopyTableSameNames = 'Nevar nokopēt tabulu uz viņu pašu!';
139 $strCouldNotKill = 'phpMyAdmin nevarēja nogalināt procesu %s. Iespējams, ka tas jau agrāk tika izbeigts.';
140 $strCreateIndex = 'Izveidot indeksu uz&nbsp;%s&nbsp;laukiem';
141 $strCreateIndexTopic = 'Izveidot jaunu indeksu';
142 $strCreate = 'Izveidot';
143 $strCreateNewDatabase = 'Izveidot jaunu datubāzi';
144 $strCreateNewTable = 'Izveidot jaunu tabulu datubāzē %s';
145 $strCreatePage = 'Izveidot jaunu lapu';
146 $strCreatePdfFeat = 'PDF failu izveide';
147 $strCreationDates = 'Izveidošanas/Atjaunošanas/Piekļuves datumi';
148 $strCriteria = 'Kritērijs';
149 $strCroatian = 'Horvātu';
150 $strCyrillic = 'Kirilisks';
151 $strCzech = 'Čehu';
152 $strCzechSlovak = 'Čehu-Slovāku';
154 $strDanish = 'Dāņu';
155 $strDatabase = 'Datubāze';
156 $strDatabaseEmpty = 'Datubāzes nosaukums ir tukšs!';
157 $strDatabaseExportOptions = 'Datubāzu eksporta opcijas';
158 $strDatabaseHasBeenDropped = 'Datubāze %s tika izdzēsta.';
159 $strDatabases = 'Datubāzes';
160 $strDatabasesDropped = '%s datubāzes tika veiksmīgi dzēstas.';
161 $strDatabasesStats = 'Datubāzu statistika';
162 $strDatabasesStatsDisable = 'Izslēgt statistiku';
163 $strDatabasesStatsEnable = 'Ieslēgt statistiku';
164 $strDatabasesStatsHeavyTraffic = 'Piezīme: Datubāzes statistikas ieslēgšana šeit var izsaukt palielināto datu apmaiņu starp webserveri un MySQL serveri.';
165 $strData = 'Dati';
166 $strDataDict = 'Datu vārdnīca';
167 $strDataOnly = 'Tikai dati';
168 $strDBComment = 'Datubāzes komentārs: ';
169 $strDBCopy = 'Kopēt datubāzi uz';
170 $strDbPrivileges = 'Datubāžu specifiskās privilēģijas';
171 $strDBRename = 'Pārsaukt datubāzi par';
172 $strDbSpecific = 'datubāzei specifisks';
173 $strDefault = 'Noklusēts';
174 $strDefaultValueHelp = 'Noklusētajām vērtībām, lūdzu ievadiet tikai pašu vertību, bez izsargāšanās ar atpakaļējo slīpsvītru vai pēdiņām, lietojot šo formatu: a';
175 $strDefragment = 'Defragmentēt tabulu';
176 $strDelayedInserts = 'Lietot aizturētos INSERT';
177 $strDeleteAndFlushDescr = 'Tas ir labākais veids, bet privilēģiju pārlādēšana var paņemt zināmu laiku.';
178 $strDeleteAndFlush = 'Dzēst lietotājus, un pēc tam pārlādēt privilēģijas.';
179 $strDeleted = 'Ieraksts tika dzēsts';
180 $strDelete = 'Dzēst';
181 $strDeleting = 'Dzēšam %s';
182 $strDelOld = 'Tekošajā lapā ir atsauces uz tabulām, kas vairs neeksistē. Vai Jūs gribat dzēst šīs atsauces?';
183 $strDescending = 'Dilstošā secībā';
184 $strDescription = 'Apraksts';
185 $strDictionary = 'vārdnīca';
186 $strDisabled = 'Izslēgts';
187 $strDisableForeignChecks = 'Nepārbaudīt ārējās atslēgas';
188 $strDisplayFeat = 'Rādīt iespējas';
189 $strDisplayOrder = 'Attēlošanas secība:';
190 $strDisplayPDF = 'Rādīt PDF shēmu';
191 $strDoAQuery = 'Izpildīt "vaicājumu pēc parauga" (aizstājējzīme: "%")';
192 $strDocu = 'Dokumentācija';
193 $strDoYouReally = 'Vai Jūs tiešām gribat ';
194 $strDropDatabaseStrongWarning = 'Jūs taisaties LIKVIDĒT veselu datubāzi!';
195 $strDrop = 'Likvidēt';
196 $strDropUsersDb = 'Dzēst datubāzes, kurām ir tādi paši vārdi, kā lietotājiem.';
197 $strDumpingData = 'Dati tabulai';
198 $strDumpSaved = 'Damps tika saglabāts failā %s.';
199 $strDumpXRows = 'Saglabāt %s rindas, sākot ar %s.';
200 $strDynamic = 'dinamisks';
202 $strEdit = 'Labot';
203 $strEditPDFPages = 'Labot PDF lapas';
204 $strEditPrivileges = 'Mainīt privilēģijas';
205 $strEffective = 'Efektīvs';
206 $strEmpty = 'Iztukšot';
207 $strEmptyResultSet = 'MySQL atgrieza tukšo rezultātu (0 rindas).';
208 $strEnabled = 'Ieslēgts';
209 $strEncloseInTransaction = 'Iekļaut eksportu transakcijā';
210 $strEnd = 'Beigas';
211 $strEndCut = 'IZGRIEZT LĪDZ ŠAI VIETAI';
212 $strEndRaw = 'RINDAS BEIGAS';
213 $strEnglish = 'Angļu';
214 $strEnglishPrivileges = ' Piezīme: MySQL privilēģiju apzīmējumi tiek rakstīti angļu valodā ';
215 $strError = 'Kļūda';
216 $strEscapeWildcards = 'Aizstājējzīmes _ un % jāaizsargā ar \ priekšā, lai izmantotu tās burtiski';
217 $strEstonian = 'Igauņu';
218 $strExcelEdition = 'Excel redakcija';
219 $strExecuteBookmarked = 'Izpildīt iegrāmatoto vaicājumu';
220 $strExplain = 'Izskaidrot SQL';
221 $strExport = 'Eksports';
222 $strExtendedInserts = 'Paplašinātas INSERT izteiksmes';
223 $strExtra = 'Ekstras';
225 $strFailedAttempts = 'Neveiksmīgi mēģinājumi';
226 $strFieldHasBeenDropped = 'Lauks %s tika izdzēsts';
227 $strField = 'Lauks';
228 $strFieldsEnclosedBy = 'Lauki iekļauti iekš';
229 $strFieldsEscapedBy = 'Glābjoša (escape) rakstzīme ir';
230 $strFields = 'Lauki';
231 $strFieldsTerminatedBy = 'Lauki atdalīti ar';
232 $strFileAlreadyExists = 'Fails %s jau eksistē uz servera. Lūdzu nomainiet faila nosaukumu vai atzīmējiet failu pārrakstīšanas opciju.';
233 $strFileCouldNotBeRead = 'Nevar nolasīt failu';
234 $strFileNameTemplate = 'Faila nosaukuma šablons';
235 $strFileNameTemplateRemember = 'atcerēties šablonu';
236 $strFixed = 'fiksēts';
237 $strFlushPrivilegesNote = 'Piezīme: phpMyAdmin saņem lietotāju privilēģijas pa taisno no MySQL privilēģiju tabilām. Šo tabulu saturs var atšķirties no privilēģijām, ko lieto serveris, ja tur tika veikti labojumi. Šajā gadījumā ir nepieciešams %spārlādēt privilēģijas%s pirms Jūs turpināt.';
238 $strFlushTable = 'Atsvaidzināt tabulu ("FLUSH")';
239 $strFormat = 'Formats';
240 $strFormEmpty = 'Formā trūkst vērtību!';
241 $strFullText = 'Pilni teksti';
242 $strFunction = 'Funkcija';
244 $strGenBy = 'Uzģenerēja';
245 $strGeneralRelationFeat = 'Galvenās relāciju īpašības';
246 $strGenTime = 'Izveidošanas laiks';
247 $strGeorgian = 'Gruzīnu';
248 $strGerman = 'Vācu';
249 $strGlobal = 'globāls';
250 $strGlobalPrivileges = 'Globālās privilēģijas';
251 $strGlobalValue = 'Globālā vērtība';
252 $strGo = 'Aiziet!';
253 $strGrantOption = 'Piešķirt';
254 $strGreek = 'Grieķu';
255 $strGzip = 'Arhivēts ar gzip';
257 $strHasBeenAltered = 'tika modificēta.';
258 $strHaveToShow = 'Izvēlieties vismaz vienu kolonnu attēlošanai';
259 $strHebrew = 'Ebreju';
260 $strHomepageOfficial = 'Oficiālā phpMyAdmin mājaslapa';
261 $strHome = 'Sākumlapa';
262 $strHostEmpty = 'Hosts nav norādīts!';
263 $strHost = 'Hosts';
264 $strHungarian = 'Ungāru';
266 $strIcelandic = 'Islandiešu';
267 $strId = 'ID';
268 $strIdxFulltext = 'Pilni teksti';
269 $strIgnore = 'Ignorēt';
270 $strIgnoreInserts = 'Lietot IGNORE INSERTS';
271 $strImportFiles = 'Importēt failus';
272 $strIndexes = 'Indeksi';
273 $strIndexHasBeenDropped = 'Indekss %s tika izdzēsts';
274 $strIndex = 'Indekss';
275 $strIndexName = 'Indeksa nosaukums&nbsp;:';
276 $strIndexType = 'Indeksa tips&nbsp;:';
277 $strIndexWarningTable = 'Problēmas ar indeksiem tabulā `%s`';
278 $strInnodbStat = 'InnoDB statuss';
279 $strInsecureMySQL = 'Jūsu konfigurācijas fails satur iestādījumus (lietotājs "root" bez paroles), kas atbilst noklusētajam MySQL priviliģētajam lietotājam. Jūsu MySQL serveris strādā ar šo noklusēto variantu, ir atvērts uzbrukumiem, un Jums tiešām jāaiztaisa šis drošības caurums.';
280 $strInsertAsNewRow = 'Ievietot kā jaunu rindu';
281 $strInsert = 'Pievienot';
282 $strInternalNotNecessary = '* Iekšējā relācija nav nepieciešama, kad tā eksistē arī iekš InnoDB.';
283 $strInternalRelations = 'Iekšējās relācijas';
284 $strInUse = 'lietošanā';
286 $strJapanese = 'Japāņu';
287 $strJumpToDB = 'pāriet pie datubāzes &quot;%s&quot;.';
288 $strJustDeleteDescr = '&quot;Dzēstie&quot; lietotāji saglabā spēju piekļūt serverim kā parasti, līdz privilēģijas tiek pārlādētas.';
289 $strJustDelete = 'Dzēst lietotājus no privilēģiju tabulām.';
291 $strKeepPass = 'Nemainīt paroli';
292 $strKeyname = 'Atslēgas nosaukums';
293 $strKill = 'Nogalināt';
294 $strKorean = 'Korejiešu';
296 $strLandscape = 'Ainava';
297 $strLatexCaption = 'Tabulas virsraksts';
298 $strLatexContent = 'Tabulas __TABLE__ saturs';
299 $strLatexContinuedCaption = 'Tabulas virsraksta turpinājums';
300 $strLatexContinued = '(turpinājums)';
301 $strLatexIncludeCaption = 'Iekļaut tabulas virsrakstu';
302 $strLatexLabel = 'Etiķetes atslēga';
303 $strLaTeX = 'LaTeX';
304 $strLatexStructure = 'Tabulas __TABLE__ struktūra';
305 $strLatvian = 'Latviešu';
306 $strLengthSet = 'Garums/Vērtības*';
307 $strLimitNumRows = 'Rindu skaits vienā lapā';
308 $strLinesTerminatedBy = 'Rindas atdalītas ar';
309 $strLinkNotFound = 'Links nav atrasts';
310 $strLinksTo = 'Linki uz';
311 $strLithuanian = 'Lietuviešu';
312 $strLocalhost = 'Lokāls';
313 $strLocationTextfile = 'Teksta faila atrašanās vieta';
314 $strLogin = 'Ieiet';
315 $strLoginInformation = 'Piekļuves informācija';
316 $strLogout = 'Iziet';
317 $strLogPassword = 'Parole:';
318 $strLogServer = 'Serveris';
319 $strLogUsername = 'Lietotājvārds:';
321 $strMaximumSize = 'Maksimālais izmērs: %s%s';
322 $strMIME_available_mime = 'Pieejamie MIME tipi';
323 $strMIME_available_transform = 'Pieejamās transformācijas';
324 $strMIME_description = 'Apraksts';
325 $strMIME_MIMEtype = 'MIME tips';
326 $strMIME_nodescription = 'Šai transformācijai nav apraksta.<br />Jautājiet autoram, ko %s dara.';
327 $strMIME_transformation_note = 'Lai iegūtu pieejamo transformāciju opcijas un to MIME tipu transformācijas, uzklikšķiniet uz %stransformāciju apraksti%s';
328 $strMIME_transformation_options_note = 'Lūdzu ievadiet transformāciju opciju vērtības, lietojot šo formatu: \'a\', 100, b,\'c\'...<br />Ja Jums jālieto atpakaļējā slīpsvītra ("\") vai vienkāršā pēdiņa ("\'") starp šīm vērtībām, lieciet tās priekšā vēl vienu atpakaļējo slīpsvītru (piemēram \'\\\\xyz\' or \'a\\\'b\').';
329 $strMIME_transformation_options = 'Transformācijas opcijas';
330 $strMIME_transformation = 'Pārlūkprogrammas transformācija';
331 $strMIMETypesForTable = 'MIME TIPI TABULAI';
332 $strMIME_without = 'MIME tipiem, kas parādīti slīprakstā, nav atsevišķas transformācijas funkcijas';
333 $strModifications = 'Labojumi tika saglabāti';
334 $strModifyIndexTopic = 'Labot indeksu';
335 $strModify = 'Labot';
336 $strMoveTableOK = 'Tabula %s tika pārvietota uz %s.';
337 $strMoveTable = 'Pārvietot tabulu uz (datubāze<b>.</b>tabula):';
338 $strMoveTableSameNames = 'Nevar pārvietot tabulu uz viņu pašu!';
339 $strMultilingual = 'daudzvalodu';
340 $strMySQLCharset = 'MySQL kodējums';
341 $strMySQLConnectionCollation = 'MySQL konekcijas kārtošana';
342 $strMySQLSaid = 'MySQL teica: ';
343 $strMySQLShowProcess = 'Parādīt procesus';
345 $strName = 'Nosaukums';
346 $strNext = 'Nākamie';
347 $strNoActivity = 'Nebija aktivitātes vairāk kā %s sekunžu laikā, lūdzu autorizējieties vēlreiz';
348 $strNoDatabases = 'Nav datubāzu';
349 $strNoDatabasesSelected = 'Datubāze nav izvēlēta.';
350 $strNoDescription = 'Bez apraksta';
351 $strNoDropDatabases = '"DROP DATABASE" komanda ir aizliegta.';
352 $strNoExplain = 'Neizskaidrot SQL';
353 $strNoFrames = 'phpMyAdmin ir vairāk draudzīgs <b>freimu atbalstošām</b> pārlūkprogrammām.';
354 $strNoIndex = 'Nav definēti indeksi!';
355 $strNoIndexPartsDefined = 'Nav definēto indeksa daļu!';
356 $strNoModification = 'Netika labots';
357 $strNo = 'Nē';
358 $strNone = 'Nav';
359 $strNoOptions = 'Šim formātam nav opciju';
360 $strNoPassword = 'Nav paroles';
361 $strNoPermission = 'Web serverim nav tiesību rakstīt failā %s.';
362 $strNoPhp = 'Bez PHP koda';
363 $strNoPrivileges = 'Nav privilēģiju';
364 $strNoRights = 'Jums nav pietiekoši tiesību, lai atrastos šeit tagad!';
365 $strNoRowsSelected = 'Rindas nav iezīmētas';
366 $strNoSpace = 'Nepietiek vietas, lai saglabātu failu %s.';
367 $strNoTablesFound = 'Tabulas nav atrastas šajā datubāzē.';
368 $strNoThemeSupport = 'Nav tēmu atbalsta, lūdzu pārbaudiet jūsu konfigurāciju un/vai Jūsu tēmas direktorijā %s.';
369 $strNotNumber = 'Tas nav numurs!';
370 $strNotOK = 'nav OK';
371 $strNotSet = 'Tabula <b>%s</b> nav atrasta vai nav atzīmeta iekš %s';
372 $strNoUsersFound = 'Lietotāji netika atrasti.';
373 $strNoValidateSQL = 'Nepārbaudīt SQL';
374 $strNull = 'Nulle';
375 $strNumSearchResultsInTable = '%s rezultāti tabulā <i>%s</i>';
376 $strNumSearchResultsTotal = '<b>Kopumā:</b> <i>%s</i> rezultāti';
377 $strNumTables = 'Tabulas';
379 $strOK = 'Labi';
380 $strOperations = 'Darbības';
381 $strOperator = 'Operators';
382 $strOptimizeTable = 'Optimizēt tabulu';
383 $strOr = 'Vai';
384 $strOverhead = 'Pārtēriņš';
385 $strOverwriteExisting = 'Pārrakstīt eksistējošos failus';
387 $strPageNumber = 'Lapas numurs:';
388 $strPaperSize = 'Papīra izmērs';
389 $strPartialText = 'Daļēji teksti';
390 $strPasswordChanged = 'Lietotāja %s parole tika veiksmīgi mainīta.';
391 $strPasswordEmpty = 'Parole nav norādīta!';
392 $strPasswordHashing = 'Paroles jaukšana';
393 $strPasswordNotSame = 'Paroles nesakrīt!';
394 $strPassword = 'Parole';
395 $strPdfDbSchema = 'Datubāzes "%s" shēma, %s. lapa';
396 $strPdfInvalidTblName = 'Tabula "%s" neeksistē!';
397 $strPdfNoTables = 'Nav tabulu';
398 $strPerHour = 'stundā';
399 $strPerMinute = 'minūtē';
400 $strPerSecond = 'sekundē';
401 $strPersian = 'Persiešu';
402 $strPhoneBook = 'telefonu grāmata';
403 $strPhp = 'Izveidot PHP kodu';
404 $strPHPVersion = 'PHP Versija';
405 $strPmaDocumentation = 'phpMyAdmin dokumentācija';
406 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktīvai ir JĀBŪT nodefinētai Jūsu konfigurācijas failā!';
407 $strPolish = 'Poļu';
408 $strPortrait = 'Portrets';
409 $strPos1 = 'Sākums';
410 $strPrevious = 'Iepriekšējie';
411 $strPrimaryKeyHasBeenDropped = 'Primārā atslēga tika izdzēsta';
412 $strPrimaryKeyName = 'Primārās atslēgas nosaukumam jābūt... PRIMARY!';
413 $strPrimaryKeyWarning = '("PRIMARY" <b>jābūt</b> tikai un <b>vienīgi</b> primārās atslēgas indeksa nosaukumam!)';
414 $strPrimary = 'Primārā';
415 $strPrint = 'Drukāt';
416 $strPrintViewFull = 'Drukas skats (ar pilniem tekstiem)';
417 $strPrintView = 'Izdrukas versija';
418 $strPrivDescAllPrivileges = 'Iekļauj visas privilēģijas, izņemot GRANT.';
419 $strPrivDescAlter = 'Ļauj mainīt esošo tabulu struktūru.';
420 $strPrivDescCreateDb = 'Ļauj veidot jaunas datubāzes un tabulas.';
421 $strPrivDescCreateTbl = 'Ļauj veidot jaunas tabulas.';
422 $strPrivDescCreateTmpTable = 'Ļauj veidot pagaidu tabulas.';
423 $strPrivDescDelete = 'Ļauj dzēst datus.';
424 $strPrivDescDropDb = 'Ļauj dzēst datubāzes un tabulas.';
425 $strPrivDescDropTbl = 'Ļauj dzēst tabulas.';
426 $strPrivDescExecute = 'Ļauj palaist saglabātās procedūras; vēl nestrādā šajā MySQL versijā.';
427 $strPrivDescFile = 'Ļauj importēt/eksportēt datus no/uz failiem.';
428 $strPrivDescGrant = 'Ļauj pievienot lietotājus un privilēģijas bez privilēģiju tabulu pārlādēšanas.';
429 $strPrivDescIndex = 'Ļauj veidot un dzēst indeksus.';
430 $strPrivDescInsert = 'Ļauj ievietot un mainīt datus.';
431 $strPrivDescLockTables = 'Ļauj bloķēt tabulas tekošajai darbībai.';
432 $strPrivDescMaxConnections = 'Ierobežo jauno konekciju skaitu, ko lietotājs var atvērt stundas laikā.';
433 $strPrivDescMaxQuestions = 'Ierobežo vaicājumu skaitu, ko lietotājs var mosūtīt uz serveri stundas laikā.';
434 $strPrivDescMaxUpdates = 'Ierobežo komandu skaitu, kas maina kas maina tabulas vai datubāzes, ko lietotājs var izpildīt stundas laikā.';
435 $strPrivDescReferences = 'Nedarbojas šajā MySQL versijā.';
436 $strPrivDescReload = 'Ļauj prlādēt servera iestādījumus un iztukšot servera kešu.';
437 $strPrivDescReplClient = 'Dod lietotājam tiesības jautāt, kur ir replikācijas oriģināli / kopijas.';
438 $strPrivDescReplSlave = 'Nepieciešams replikāciju kopijām.';
439 $strPrivDescSelect = 'Ļauj lasīt datus.';
440 $strPrivDescShowDb = 'Dod pieeju pilnam datubāzu sarakstam.';
441 $strPrivDescShutdown = 'Ļauj apstādināt serveri.';
442 $strPrivDescSuper = 'Ļauj pieslēgties pat tad, ja ir sasniegts maksimālais konekciju skaits; Nepieciešams vairumam administratīvo operāciju, kā globālo mainīgo maiņa vai citu lietotāju procesu nogalināšana.';
443 $strPrivDescUpdate = 'Ļauj mainīt datus.';
444 $strPrivDescUsage = 'Nav privilēģiju.';
445 $strPrivileges = 'Privilēģijas';
446 $strPrivilegesReloaded = 'Privilēģijas tika veiksmīgi pārlādētas.';
447 $strProcesses = 'Procesi';
448 $strProcesslist = 'Procesu saraksts';
449 $strPutColNames = 'Likt kolonnu nosaukumus pirmajā rindā';
451 $strQBEDel = 'Dzēst';
452 $strQBEIns = 'Ielikt';
453 $strQBE = 'Vaicājums pēc parauga';
454 $strQueryFrame = 'Vaicājuma logs';
455 $strQueryOnDb = 'SQL vaicājums uz datubāzes <b>%s</b>:';
456 $strQuerySQLHistory = 'SQL vēsture';
457 $strQueryStatistics = '<b>Pieprasījumu statistika</b>: %s pieprasījumi tika nosūtīti uz serveri kopš tā palaišanās brīža.';
458 $strQueryTime = 'Vaicājums ilga %01.4f s';
459 $strQueryType = 'Vaicājuma tips';
460 $strQueryWindowLock = 'Nepārrakstīt šo vaicājumu ārpus šī loga';
462 $strReceived = 'Saņemts';
463 $strRecords = 'Ieraksti';
464 $strReferentialIntegrity = 'Pārbaudīt referenciālo integritāti:';
465 $strRefresh = 'Atjaunot';
466 $strRelationalSchema = 'Relāciju shēma';
467 $strRelationNotWorking = 'Papildiespējas darbam ar saistītām tabulām tika izslēgtas. Lai uzzinātu kāpēc, klikškiniet %sšeit%s.';
468 $strRelationsForTable = 'RELĀCIJAS TABULAI';
469 $strRelations = 'Relācijas';
470 $strRelationView = 'Relāciju pārskats';
471 $strReloadingThePrivileges = 'Pārlādējam privilēģijas';
472 $strRemoveSelectedUsers = 'Dzēst izvēlētos lietotājus';
473 $strRenameDatabaseOK = 'Datubāze %s tika pārsaukta par %s';
474 $strRenameTableOK = 'Tabula %s tika pārsaukta par %s';
475 $strRenameTable = 'Pārsaukt tabulu uz';
476 $strRepairTable = 'Restaurēt tabulu';
477 $strReplaceNULLBy = 'Aizvietot NULL ar';
478 $strReplaceTable = 'Aizvietot tabulas datus ar datiem no faila';
479 $strReset = 'Atcelt';
480 $strResourceLimits = 'Resursu ierobežojumi';
481 $strReType = 'Atkārtojiet';
482 $strRevokeAndDelete = 'Atņemt visas aktīvās privilēģijas lietotājiem, un pēc tam dzēst tos.';
483 $strRevokeAndDeleteDescr = 'Lietotāji saglabā iespeju lietot datubāzes, līdz privilēģijas tiek pārlādētas.';
484 $strRevoke = 'Atsaukt';
485 $strRevokeMessage = 'Jūs atņēmāt privilēgijas lietotājam %s';
486 $strRomanian = 'Rumāņu';
487 $strRowLength = 'Rindas garums';
488 $strRowsFrom = 'rindas sākot no';
489 $strRowSize = ' Rindas izmērs ';
490 $strRowsModeFlippedHorizontal = 'horizontālā (pagriezti virsraksti)';
491 $strRowsModeHorizontal = 'horizontālā';
492 $strRowsModeOptions = '%s skatā un atkārtot virsrakstus ik pēc %s rindām';
493 $strRowsModeVertical = 'vertikālā';
494 $strRows = 'Rindas';
495 $strRowsStatistic = 'Rindas statistika';
496 $strRunning = 'atrodas uz %s';
497 $strRunQuery = 'Izpildīt vaicājumu';
498 $strRunSQLQuery = 'Izpildīt SQL vaicājumu(s) uz datubāzes %s';
499 $strRussian = 'Krievu';
501 $strSaveOnServer = 'Saglabāt uz servera direktorijā %s';
502 $strSave = 'Saglabāt';
503 $strScaleFactorSmall = 'Mērogošanas faktors ir pārāk mazs, lai shēma ietilptu vienā lapā';
504 $strSearchFormTitle = 'Meklēt datubāzē';
505 $strSearchInTables = 'Tabulā(s):';
506 $strSearch = 'Meklēt';
507 $strSearchNeedle = 'Vārdi vai vērtības meklēšanai (aizstājējzīme: "%"):';
508 $strSearchOption1 = 'kaut viens no vārdiem';
509 $strSearchOption2 = 'visi vārdi';
510 $strSearchOption3 = 'precīza frāze';
511 $strSearchOption4 = 'kā regulārā izteiksme';
512 $strSearchResultsFor = 'Meklēšanas rezultāti "<i>%s</i>" %s:';
513 $strSearchType = 'Atrast:';
514 $strSecretRequired = 'Konfigurācijas fails tagad prasa slepeno paroli (blowfish_secret).';
515 $strSelectADb = 'Lūdzu izvēlieties datubāzi';
516 $strSelectAll = 'Iezīmēt visu';
517 $strSelectBinaryLog = 'Izvēlieties bināro log-failu apskatei';
518 $strSelectFields = 'Izvēlieties laukus (kaut vienu):';
519 $strSelectNumRows = 'vaicājumā';
520 $strSelectTables = 'Izvēlieties tabulas';
521 $strSend = 'Saglabāt kā failu';
522 $strSent = 'Nosūtīts';
523 $strServerChoice = 'Servera izvēle';
524 $strServerNotResponding = 'Serveris neatbild';
525 $strServer = 'Serveris';
526 $strServerStatus = 'Izpildes laika informācija';
527 $strServerStatusUptime = 'Šis MySQL serveris strādā %s. Tas tika palaists %s.';
528 $strServerTabVariables = 'Mainīgie';
529 $strServerTrafficNotes = '<b>Servera trafiks</b>: Šīs tabulas parāda šī MySQL servera tīkla trafika statistiku kopš tā palaišanas.';
530 $strServerVars = 'Servera mainīgie un konfigurācija';
531 $strServerVersion = 'Servera versija';
532 $strSessionValue = 'Sesijas vērtība';
533 $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\').';
534 $strShowAll = 'Rādīt visu';
535 $strShowColor = 'Rādīt krāsas';
536 $strShowDatadictAs = 'Datu vārdnīcas formats';
537 $strShowFullQueries = 'Rādīt pilnos vaicājumus';
538 $strShowGrid = 'Rādīt režģi';
539 $strShowingRecords = 'Parādu rindas';
540 $strShowPHPInfo = 'Parādīt PHP informāciju';
541 $strShow = 'Rādīt';
542 $strShowTableDimension = 'Rādit tabulu izmērus';
543 $strShowTables = 'Rādīt tabulas';
544 $strShowThisQuery = ' Rādīt šo vaicājumu šeit atkal ';
545 $strSimplifiedChinese = 'Vienkāršota ķīniešu';
546 $strSingly = '(atsevišķi)';
547 $strSize = 'Izmērs';
548 $strSlovak = 'Slovāku';
549 $strSlovenian = 'Slovēņu';
550 $strSortByKey = 'Kārtot pēc atslēgas';
551 $strSort = 'Kārtošana';
552 $strSpaceUsage = 'Diska vietas lietošana';
553 $strSpanish = 'Spāņu';
554 $strSplitWordsWithSpace = 'Vārdi ir atdalīti ar tukšumu (" ").';
555 $strSQLExportType = 'Eksporta veids';
556 $strSQLParserBugMessage = 'Iespējams, ka Jūs esat atraduši kļūdu SQL interpretatorā. Lūdzu apskatiet Jūsu vaicājumu citīgāk, un pārbaudiet, ka pēdiņas ir pareizas un nav sajauktas. Cits kļūdas iemesls var būt tas, ka Jūs atsūtījāt failu ar bināro vērtību ārpus pēdiņās iekļautā teksta lauka. Jūs varat arī izmēģināt savu vaicājumu MySQL komandrindas interfeisā. MySQL servera kļūdas paziņojums zemāk, ja tāds ir, var arī palīdzēt Jums diagnosticēt problēmu. Ja problēma paliek, vai arī iekš phpMyAdmin kļūda ir, bet komandrindā nav, lūdzu samaziniet Jūsu SQL vaicājumu līdz vienkāršam vaicājumam kas izsauc problēmas, un atsūtiet mums ziņojumu par kļūdu, iekļaujot tajā datus no IZGRIEZT sekcijas zemāk:';
557 $strSQLParserUserError = 'Izkatās, ka Jūsu SQL vaicajumā ir kļūda. MySQL servera kļūdas pazinojums zemāk, ja tāds ir, var arī palīdzet Jums diagnosticēt problēmu.';
558 $strSQLQuery = 'SQL vaicājums';
559 $strSQLResult = 'SQL rezultāts';
560 $strSQL = 'SQL';
561 $strSQPBugInvalidIdentifer = 'Nederīgs identifikators';
562 $strSQPBugUnclosedQuote = 'Neaizvērtas pēdiņas';
563 $strSQPBugUnknownPunctuation = 'Nezināmā punktuācijas zīme';
564 $strStatCheckTime = 'Pēdējā pārbaude';
565 $strStatCreateTime = 'Izveidošana';
566 $strStatement = 'Parametrs';
567 $strStatUpdateTime = 'Pēdējā atjaunošana';
568 $strStatus = 'Statuss';
569 $strStrucCSV = 'CSV dati';
570 $strStrucData = 'Struktūra un dati';
571 $strStrucExcelCSV = 'CSV dati MS Excel formātā';
572 $strStrucNativeExcel = 'Dati MS Excel formatā';
573 $strStrucOnly = 'Tikai struktūra';
574 $strStructPropose = 'Ieteikt tabulas sruktūru';
575 $strStructure = 'Struktūra';
576 $strSubmit = 'Nosūtīt';
577 $strSuccess = 'Jūsu SQL vaicājums tika veiksmīgi izpildīts';
578 $strSum = 'Kopumā';
579 $strSwedish = 'Zviedru';
580 $strSwitchToDatabase = 'Pārslēgties uz nokopēto datubāzi';
581 $strSwitchToTable = 'Pārslēgties uz nokopēto tabulu';
583 $strTableComments = 'Komentārs tabulai';
584 $strTableEmpty = 'Tabulas nosaukums nav norādīts!';
585 $strTableHasBeenDropped = 'Tabula %s tika izdzēsta';
586 $strTableHasBeenEmptied = 'Tabula %s tika iztukšota';
587 $strTableHasBeenFlushed = 'Tabula %s tika atsvaidzināta';
588 $strTableMaintenance = 'Tabulas apkalpošana';
589 $strTableOfContents = 'Satura rādītājs';
590 $strTableOptions = 'Tabulas opcijas';
591 $strTables = '%s tabula(s)';
592 $strTableStructure = 'Tabulas struktūra tabulai';
593 $strTable = 'Tabula';
594 $strTakeIt = 'izmantot šo stilu';
595 $strTblPrivileges = 'Tabulu specifiskās privilēģijas';
596 $strTextAreaLength = ' Sava garuma dēļ,<br /> šis lauks var būt nerediģējams ';
597 $strThai = 'Taizemiešu';
598 $strTheme = 'Tēma / Stils';
599 $strThisHost = 'Šis hosts';
600 $strThreadSuccessfullyKilled = 'Process %s tika veiksmīgi nogalināts.';
601 $strTime = 'Laiks';
602 $strToggleScratchboard = 'parādīt/noslēpt piezīmju tafeli';
603 $strTotal = 'kopā';
604 $strTotalUC = 'Kopā';
605 $strTraditionalChinese = 'Tradicionāla ķīniešu';
606 $strTraditionalSpanish = 'Tradicionālā spāņu';
607 $strTraffic = 'Datu apmaiņa';
608 $strTransformation_application_octetstream__download = 'Rādīt saiti uz lauka bināro datu lejuplādi. Pirmā opcija ir binārā faila nosaukums. Otrā opcija ir iespējamais lauka nosaukums tabulas rindā, kas satur faula nosaukumu. Ja izmantojat otro opciju, pirmo atstājiet tukšo.';
609 $strTransformation_image_jpeg__inline = 'Parāda klikšķināmo sīktēlu; opcijas: platums, augstums pikseļos (saglabājot oriģinālās proporcijas)';
610 $strTransformation_image_jpeg__link = 'Parāda linku uz šo attēlu (tieša blob lauka lajuplāde).';
611 $strTransformation_image_png__inline = 'Skatīties image/jpeg: kā ierindotu attēlu';
612 $strTransformation_text_plain__external = 'Tikai LINUX: Palaiž ārējo aplikāciju un padod lauka datus tās standartievadā. Atgriež aplikācijas standartizvadi. Noklusējums ir Tidy, kas izskaistina HTML kodu. Drošības apsvērumu dēļ, nepieciešams manuāli rediģēt failu libraries/transformations/text_plain__external.inc.php un ielikt rīkus, kurus Jūs atļaujat palaist. Pirmā opcija ir programmas numurs, ko Jūs vēlaties lietot, otrā opcija ir parametri šai programmai. Trešā opcija, ja ir vienāda ar 1, konvertē izvadi, izmantojot htmlspecialchars() (noklusējums ir 1). Ceturtais parametrs, ja vienāds ar 1, liek NOWRAP parametru satura šūnai, tā kā izvade tiks attēlota bez pārformatēšanas. (noklusējums ir 1)';
613 $strTransformation_text_plain__formatted = 'Saglabā lauka oriģinālo formatējumu. Speciālo rakstzīmju pasargāšana netiek veikta.';
614 $strTransformation_text_plain__imagelink = 'Parāda attēlu un linku, lauks satur faila nosauumu; pirmā opcija ir prefikss, piemēram, "http://domens.lv/", otrā opcija ir platums pikseļos, trešā ir augstums.';
615 $strTransformation_text_plain__link = 'Parāda attēlu un linku, lauks satur faila nosauumu; pirmā opcija ir prefikss, piemēram, "http://domens.lv/", otrā opcija ir linka nosaukums.';
616 $strTransformation_text_plain__substr = 'Parāda tikai virknes daļu. Pirmā opcija ir nobīde, kas nosaka, kur Jūsu teksts sākas (noklusējums 0). Otrā opcija ir atgriežamā teksta garums. Ja tukša, atgriež visu atlikušo tekstu. Trešā opcija nosaka rakstzīmes, kas tiks pievienotas apgrieztās virknes galā (noklusējums: ...) .';
617 $strTruncateQueries = 'Ierobežot parādīto vaicājumu garumu';
618 $strTurkish = 'Turku';
619 $strType = 'Tips';
621 $strUkrainian = 'Ukraiņu';
622 $strUncheckAll = 'Neiezīmēt neko';
623 $strUnicode = 'Unikods';
624 $strUnique = 'Unikālais';
625 $strUnknown = 'nazināma';
626 $strUnselectAll = 'Neiezīmēt neko';
627 $strUpdatePrivMessage = 'Jūs modificējāt privilēģijas objektam %s.';
628 $strUpdateProfileMessage = 'Profils tika modificēts.';
629 $strUpdateQuery = 'Atjaunot vaicājumu';
630 $strUpdComTab = 'Lūdzu skatieties dokumentāciju par to, kā atjaunot \'Column_comments\' tabulu';
631 $strUpgrade = 'Jums ir jāuzliek %s %s vai jaunāks.';
632 $strUsage = 'Aizņem';
633 $strUseBackquotes = 'Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem';
634 $strUseHostTable = 'Lietot hostu tabulu';
635 $strUserAlreadyExists = 'Lietotājs %s jau eksistē!';
636 $strUserEmpty = 'Lietotāja vārds nav norādīts!';
637 $strUser = 'Lietotājs';
638 $strUserName = 'Lietotājvārds';
639 $strUserNotFound = 'Izvēlētais lietotājs nav atrasts privilēģiju tabulā.';
640 $strUserOverview = 'Lietotāju pārskats';
641 $strUsersDeleted = 'Izvēlētie lietotāji tika veiksmīgi dzēsti.';
642 $strUsersHavingAccessToDb = 'Lietotāji, kam ir pieja datubāzei &quot;%s&quot;';
643 $strUseTabKey = 'Lietojiet TAB taustiņu, lai pārvietotos no vērtības līdz vērtībai, vai CTRL+bultiņas, lai pārvietotos jebkurā vietā';
644 $strUseTables = 'Lietot tabulas';
645 $strUseTextField = 'Lietot teksta lauku';
646 $strUseThisValue = 'Lietot šo vērtību';
648 $strValidateSQL = 'Pārbaudīt SQL';
649 $strValidatorError = 'Nevar inicializēt SQL pārbaudītāju. Lūdzu pārbaudiet, vai esat uzinstalējuši nepieciešamos PHP paplašinājumus, kā aprakstīts %sdokumentācijā%s.';
650 $strValue = 'Vērtība';
651 $strVar = 'Mainīgais';
652 $strViewDump = 'Apskatīt tabulas dampu (shēmu)';
653 $strViewDumpDatabases = 'Apskatīt datubāzu dampu (shēmu)';
654 $strViewDumpDB = 'Apskatīt datubāzes dampu (shēmu)';
656 $strWebServerUploadDirectoryError = 'Direktoija, kuru norādijāt augšupielādei, nav pieejama';
657 $strWebServerUploadDirectory = 'web servera augšupielādes direktorija';
658 $strWelcome = 'Laipni lūgti %s';
659 $strWestEuropean = 'Rietumeiropas';
660 $strWildcard = 'aizstājējzīme';
661 $strWindowNotFound = 'Neizdevās atjaunot galveno pārlūkprogramas logu. Varbūt esat viņu aizvēruši, vai arī Jūsu pārlūkprogramma bloķe starplogu saskarsmi Jūsu drošības iestādījumu dēļ.';
662 $strWithChecked = 'Ar iezīmēto:';
663 $strWrongUser = 'Kļūdains lietotājvārds/parole. Pieeja aizliegta.';
665 $strXML = 'XML';
667 $strYes = 'Jā';
669 $strZeroRemovesTheLimit = 'Piezīme: Šo opciju uzstādīšana uz 0 (nulli) atceļ ierobežojumus.';
670 $strZip = 'Arhivēts ar zip';
672 // To translate:
673 $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
674 $strAfterInsertNext = 'Edit next row'; //to translate
675 $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
676 $strAndThen = 'and then'; //to translate
678 $strBookmarkCreated = 'Bookmark %s created'; //to translate
679 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
680 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
681 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
682 $strBufferPool = 'Buffer Pool'; //to translate
683 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
684 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
685 $strBufferReadMisses = 'Read misses'; //to translate
686 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
687 $strBufferWriteWaits = 'Write waits'; //to translate
688 $strBusyPages = 'Busy pages'; //to translate
690 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
691 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
692 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
693 $strCopy = 'Copy'; //to translate
694 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
695 $strCSV = 'CSV'; //to translate
697 $strDataPages = 'Pages containing data'; //to translate
698 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
699 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
700 $strDirtyPages = 'Dirty pages'; //to translate
702 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate
703 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
704 $strEngines = 'Engines'; //to translate
705 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
706 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
707 $strEsperanto = 'Esperanto'; //to translate
709 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
710 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
711 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
712 $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
713 $strFileToImport = 'File to import'; //to translate
714 $strFlushQueryCache = 'Flush query cache'; //to translate
715 $strFlushTables = 'Flush (close) all tables'; //to translate
716 $strFreePages = 'Free pages'; //to translate
718 $strGenerate = 'Generate'; //to translate
719 $strGeneratePassword = 'Generate Password'; //to translate
721 $strHandler = 'Handler'; //to translate
722 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate
723 $strHTMLWord = 'Microsoft Word 2000'; //to translate
725 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
726 $strImportFormat = 'Format of imported file'; //to translate
727 $strImport = 'Import'; //to translate
728 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
729 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
730 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
731 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
732 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
733 $strInnoDBDataFilePath = 'Data files'; //to translate
734 $strInnoDBDataHomeDir = 'Data home directory'; //to translate
735 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
736 $strInnoDBPages = 'pages'; //to translate
737 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
738 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
739 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
740 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
741 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
742 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
743 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
744 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate
745 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
746 $strInvalidRowNumber = '%d is not valid row number.'; //to translate
747 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
748 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
750 $strJoins = 'Joins'; //to translate
752 $strKeyCache = 'Key cache'; //to translate
754 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
755 $strLatchedPages = 'Latched pages'; //to translate
756 $strLDI = 'CSV using LOAD DATA'; //to translate
757 $strLDILocal = 'Use LOCAL keyword'; //to translate
758 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
760 $strMaxConnects = 'max. concurrent connections'; //to translate
761 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
762 $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
763 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
764 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
765 $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
766 $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
767 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
768 $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
769 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
770 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
771 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
772 $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
773 $strMyISAMRepairThreads = 'Repair threads'; //to translate
774 $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
775 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
776 $strMysqlClientVersion = 'MySQL client version'; //to translate
778 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
779 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
780 $strNumberOfFields = 'Number of fields'; //to translate
782 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
784 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate
785 $strPartialImport = 'Partial import'; //to translate
786 $strPDF = 'PDF'; //to translate
787 $strPDFReportTitle = 'Report title'; //to translate
788 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
789 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
790 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
791 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
792 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
793 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
794 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
795 $strProtocolVersion = 'Protocol version'; //to translate
797 $strQueryCache = 'Query cache'; //to translate
799 $strReadRequests = 'Read requests'; //to translate
800 $strReloadPrivileges = 'Reload privileges'; //to translate
801 $strReplication = 'Replication'; //to translate
802 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
804 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
805 $strShowingBookmark = 'Showing bookmark'; //to translate
806 $strShowOpenTables = 'Show open tables'; //to translate
807 $strShowSlaveHosts = 'Show slave hosts'; //to translate
808 $strShowSlaveStatus = 'Show slave status'; //to translate
809 $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
810 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
811 $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
812 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
813 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
814 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
815 $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
816 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
817 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
818 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
819 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
820 $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
821 $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
822 $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
823 $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
824 $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
825 $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
826 $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
827 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
828 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
829 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
830 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
831 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
832 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
833 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
834 $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
835 $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
836 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
837 $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
838 $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
839 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
840 $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
841 $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
842 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
843 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
844 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
845 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
846 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
847 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
848 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
849 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
850 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
851 $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
852 $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
853 $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
854 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
855 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
856 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
857 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
858 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
859 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
860 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
861 $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
862 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
863 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
864 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
865 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
866 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
867 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
868 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
869 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
870 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
871 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
872 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
873 $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
874 $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
875 $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
876 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
877 $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
878 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
879 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
880 $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
881 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
882 $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
883 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
884 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
885 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
886 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
887 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
888 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
889 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
890 $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
891 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
892 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
893 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
894 $strShowStatusReset = 'Reset'; //to translate
895 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
896 $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
897 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
898 $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
899 $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
900 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
901 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
902 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
903 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
904 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
905 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
906 $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
907 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
908 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
909 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
910 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
911 $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
912 $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
913 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
914 $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
915 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
916 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
917 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
918 $strSorting = 'Sorting'; //to translate
919 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
920 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
921 $strStorageEngines = 'Storage Engines'; //to translate
922 $strStorageEngine = 'Storage Engine'; //to translate
924 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
925 $strTempData = 'Temporary data'; //to translate
926 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
927 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
928 $strThemeNotFound = 'Theme %s not found!'; //to translate
929 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
930 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
931 $strThreads = 'Threads'; //to translate
932 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
933 $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
934 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
935 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
936 $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
937 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
939 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
940 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
941 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
943 $strVersionInformation = 'Version information'; //to translate
944 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
945 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
946 $strView = 'View'; //to translate
948 $strWriteRequests = 'Write requests'; //to translate
950 $strQueryResultsOperations = 'Query results operations'; //to translate
951 $strAddClause = 'Add %s'; //to translate
952 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
953 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
954 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
955 $strCreateUserDatabase = 'Database for user'; //to translate
956 $strCreateUserDatabaseNone = 'None'; //to translate
957 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
958 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
959 $strOpenDocumentText = 'Open Document Text'; //to translate
960 $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
961 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
962 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
963 $strInvalidTableName = 'Invalid table name'; //to translate
964 $strInvalidDatabase = 'Invalid database'; //to translate
965 $strServers = 'Servers'; //to translate
966 $strDelimiter = 'Delimiter'; //to translate
967 $strFunctions = 'Functions'; //to translate
968 $strProcedures = 'Procedures'; //to translate
969 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
970 $strFontSize = 'Font size'; //to translate
971 $strLanguage = 'Language'; //to translate
972 $strPmaWiki = 'phpMyAdmin wiki'; //to translate
973 $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
974 $strDocSQL = 'DocSQL'; //to translate
975 $strTableName = 'Table name'; //to translate
976 $strTableIsEmpty = 'Table seems to be empty!'; //to translate
977 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
978 $strShowingPhp = 'Showing as PHP code'; //to translate
979 $strShowingSQL = 'Showing SQL query'; //to translate
980 $strDesigner = 'Designer'; //to translate
981 $strNumberOfTables = 'Number of tables'; //to translate
982 $strCreateTable = 'Create table'; //to translate
983 $strCreateRelation = 'Create relation'; //to translate
984 $strSavePosition = 'Save position'; //to translate
985 $strSelectForeignKey = 'Select Foreign Key'; //to translate
986 $strHide = 'Hide'; //to translate
987 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
988 $strReload = 'Reload'; //to translate
989 $strSmallBigAll = 'Small/Big All'; //to translate
990 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
991 $strMoveMenu = 'Move Menu'; //to translate
992 $strAngularLinks = 'Angular links'; //to translate
993 $strDirectLinks = 'Direct links'; //to translate
994 $strHideShowAll = 'Hide/Show all'; //to translate
995 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
996 $strInternalRelationAdded = 'Internal relation added'; //to translate
997 $strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
998 $strRelationDeleted = 'Relation deleted'; //to translate
999 $strToSelectRelation = 'To select relation, click :'; //to translate
1000 $strExportImportToScale = 'Export/Import to scale'; //to translate
1001 $strRecommended = 'recommended'; //to translate
1002 $strToFromPage = 'to/from page'; //to translate
1003 $strSelectReferencedKey = 'Select referenced key'; //to translate
1004 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
1005 $strHelp = 'Help'; //to translate
1006 $strCancel = 'Cancel'; //to translate
1007 $strDeleteRelation = 'Delete relation'; //to translate
1008 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
1009 $strStructureForView = 'Structure for view'; //to translate
1010 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
1011 $strToggleSmallBig = 'Toggle small/big'; //to translate
1012 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
1013 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
1014 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
1015 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
1016 $strSnapToGrid = 'Snap to grid'; //to translate
1017 $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
1018 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1019 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1020 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
1021 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
1022 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
1023 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
1024 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1025 $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
1026 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
1027 $strViewName = 'VIEW name'; //to translate
1028 $strOptions = 'Options'; //to translate
1029 $strFiles = 'Files'; //to translate
1030 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
1031 $strRoutines = 'Routines'; //to translate
1032 $strRoutineReturnType = 'Return type'; //to translate
1033 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
1034 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
1035 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
1036 $strTriggers = 'Triggers'; //to translate
1037 $strEvent = 'Event'; //to translate
1038 $strProfiling = 'Profiling'; //to translate
1039 $strPartitionDefinition = 'PARTITION definition'; //to translate
1040 $strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
1041 $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
1042 $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
1043 $strPartitioned = 'partitioned'; //to translate
1044 $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
1045 $strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
1046 $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
1047 $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
1048 $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
1049 $strRowsAffected = '%1$d row(s) affected.'; //to translate
1050 $strRowsInserted = '%1$d row(s) inserted.'; //to translate
1051 $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
1052 $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
1053 $strPartitionMaintenance = 'Partition maintenance'; //to translate
1054 $strPartition = 'Partition %s'; //to translate
1055 $strAnalyze = 'Analyze'; //to translate
1056 $strCheck = 'Check'; //to translate
1057 $strOptimize = 'Optimize'; //to translate
1058 $strRebuild = 'Rebuild'; //to translate
1059 $strRepair = 'Repair'; //to translate
1060 $strRemovePartitioning = 'Remove partitioning'; //to translate
1061 $strSearchInField = 'Inside field:'; //to translate
1062 $strTexyText = 'Texy! text'; //to translate
1063 $strDetails = 'Details...'; //to translate
1064 $strComment = 'Comment'; //to translate
1065 $strPacked = 'Packed'; //to translate
1066 $strActions = 'Actions'; //to translate
1067 $strInterface = 'Interface'; //to translate
1068 $strMySQLServerInformation = 'MySQL server information'; //to translate
1069 $strWebServerInformation = 'Web server information'; //to translate
1070 $strAboutphpMyAdmin = 'About phpMyAdmin'; //to translate
1071 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
1072 $strEvents = 'Events'; //to translate