PageRenderTime 60ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/phpMyAdmin/lang/latvian-utf-8.inc.php

https://bitbucket.org/tuangillness/5330407188-lab7
PHP | 1052 lines | 990 code | 54 blank | 8 comment | 0 complexity | 43e05435fc72f82810c2fe6e9d2f4840 MD5 | raw file
Possible License(s): LGPL-2.1, GPL-2.0

Large files files are truncated, but you can click here to view the full file

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

Large files files are truncated, but you can click here to view the full file