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