source: mysql/lang/azerbaijani-utf-8.inc.php@ 5

Last change on this file since 5 was 5, checked in by george, 18 years ago

import

File size: 71.8 KB
Line 
1<?php
2/* $Id: azerbaijani-utf-8.inc.php 10430 2007-06-10 19:28:56Z lem9 $ */
3
4// tercümedeki eksiklerimi ve ya sehv olduğunu düşündüyünüz yerleri shehriyari@trcomm.net adresine göndere bilersiniz...
5// Şehriyar İmanov 30 Avqust 2003... Shehi
6
7$charset = 'utf-8';
8$allow_recoding = TRUE;
9$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
10$number_thousands_separator = ',';
11$number_decimal_separator = '.';
12// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
13$byteUnits = array('Bayt', 'KB', 'MB', 'QB', 'TB', 'PB', 'EB');
14
15$day_of_week = array('Baz', 'Baz Ert', 'Çerş Axş', 'Çerş', 'Cüme Axş', 'Cüme', 'Şen');
16$month = array('Yan', 'Fev', 'Mar', 'Apr', 'May', 'İyun', 'İyul', 'Avq', 'Sent', 'Okt', 'Noy', 'Dek');
17// See http://www.php.net/manual/en/function.strftime.php to define the
18// variable below
19$datefmt = '%d %B, %Y saat %H:%M';
20$timespanfmt = '%s gün, %s saat, %s deqiqe ve %s saniye';
21
22$strAbortedClients = 'Dayandırılmış Elaqeler';
23$strAccessDenied = 'Giriş Tesdiq Edilmedi';
24$strAction = 'Fealiyyetler';
25$strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et';
26$strAddDeleteColumn = 'Sahe Sütunlarını Elave Et/Sil';
27$strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil';
28$strAddHeaderComment = 'Başlığa xülase me\'lumatı elave et (\\n yeni setire keçir)';
29$strAddIntoComments = 'Xülaseye elave et';
30$strAddNewField = 'Yeni sahe elave et';
31$strAddPrivilegesOnDb = 'Aşağıdakı me\'lumat bazası üçün selahiyyet müeyyen et';
32$strAddPrivilegesOnTbl = 'Aşağıdakı cedvel üçün selahiyyetler müeyyen et';
33$strAddSearchConditions = 'Axtarış şertlerini gir ("where" ifadesinin esas metni):';
34$strAddToIndex = 'İndekse &nbsp;%s&nbsp;sütun elave et';
35$strAddUserMessage = 'Yeni istifadeçi elave etdiniz.';
36$strAddUser = 'Yeni İstifadeçi elave Et';
37$strAdministration = 'Administrasiya';
38$strAffectedRows = 'Deyişen setir sayı:';
39$strAfterInsertBack = 'Evvelki sehifeye qayıt';
40$strAfterInsertNewInsert = 'Teze bir setir daha gir';
41$strAfterInsertNext = 'Bir sonrakı setre keç';
42$strAfterInsertSame = 'Bu sehifeye geri dön';
43$strAfter = 'Sonra: %s';
44$strAll = 'All';
45$strAllTableSameWidth = 'eyni enli bütün cedveller gösterilsinmi?';
46$strAlterOrderBy = 'Cedvel sırasına buna göre yeniden qur';
47$strAnalyzeTable = 'Cedveli analiz et';
48$strAnd = 'Ve';
49$strAnIndex = '%s üzerine indeks elave edildi';
50$strAny = 'Her hansı';
51$strAnyHost = 'Her hansı host';
52$strAnyUser = 'Her hansı istifadeçi';
53$strAPrimaryKey = '%s üzerine Birinci Dereceli Açar elave edildi.';
54$strArabic = 'Ereb';
55$strArmenian = 'Ermeni';
56$strAscending = 'Artan sırada';
57$strAtBeginningOfTable = 'Cedvelin başına';
58$strAtEndOfTable = 'Cedvelin sonuna';
59$strAttr = 'Xüsusiyyetler';
60$strAutodetect = 'Avtomatik';
61$strAutomaticLayout = 'Automatik şablon';
62
63$strBack = 'Geri';
64$strBeginCut = 'BEGIN CUT';
65$strBeginRaw = 'BEGIN RAW';
66$strBinary = 'Binary';
67$strBinaryDoNotEdit = 'Binary - deyişiklik etme';
68$strBookmarkDeleted = 'Bookmark silindi.';
69$strBookmarkLabel = 'Etiket';
70$strBookmarkQuery = 'Bookmark-lanmış SQL sorğusu';
71$strBookmarkThis = 'Bu SQL sorğusunu bookmark-la';
72$strBookmarkView = 'Sadece göster';
73$strBrowse = 'İçindekiler';
74$strBulgarian = 'Bolqar Dili';
75$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.';
76$strBzip = '"bzip"lenmiş';
77
78$strCannotLogin = 'MySQL server-e gire bilmirem';
79$strCantLoadRecodeIconv = 'Charset çevirmeleri üçün lazım olan iconv ve ya recode uzantılarını yükleye bilmirem; ya php-ni bu uzantıları istifade ede bilmesi üçün yeniden quraşdırın ya da phpMyAdmin-de charset çevirme xüsusiyyetini söndürün.';
80$strCantLoad = '%s uzantısını (extension) yükleye bilmirem,<br />xahiş edirem PHP Konfiqurasiyanı gözden keçir.';
81$strCantRenameIdxToPrimary = 'İndeksi Birinci Dereceli (PRIMARY) olaraq yeniden adlandıra bilmirem!';
82$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
83$strCardinality = 'Cardinality';
84$strCentralEuropean = 'Merkezi Avropa';
85$strChangeCopyModeCopy = '... köhnesini saxla.';
86$strChangeCopyModeDeleteAndReload = ' ... istifadeçi cedvellerinden köhnesini sil ve ardından selahiyyetleri yeniden yükle.';
87$strChangeCopyMode = 'Eyni selahiyyetlere sahib yeni istifadeçi qur ve ...';
88$strChangeCopyModeJustDelete = ' ... istifadeçi cedvellerinden köhnesini sil.';
89$strChangeCopyModeRevoke = ' ... köhne istifadeçinin selahiyyetlerini elinden alaraq onu sil.';
90$strChangeCopyUser = 'Sistem Giriş Me\'lumatını Deyişdir / İstifadeçini Kopyala';
91$strChange = 'Deyişdir';
92$strChangeDisplay = 'Gösterilecek Saheni Seç';
93$strChangePassword = 'Parolu Deyişdir';
94$strCharset = 'Charset';
95$strCharsetOfFile = 'Faylın Charset-i:';
96$strCheckAll = 'Hamısını Seç';
97$strCheckPrivsLong = '&quot;%s&quot; bazası üçün selahiyyetleri gözden keçir.';
98$strCheckPrivs = 'Selahiyyetleri Gözden Keçir';
99$strCheckTable = 'Cedveli yoxla';
100$strChoosePage = 'Xahiş edirem, deyişdirilecek Sehifeni seç';
101$strColComFeat = 'Sütun Qısa İzahatını Deyişdir';
102$strColumnNames = 'Sütun adları';
103$strColumnPrivileges = 'Sütunaxas Selahiyyetler';
104$strCommand = 'Komanda Tipi';
105$strComments = 'Qısa İzahatlar';
106$strCompleteInserts = 'Tam girişli';
107$strCompression = 'Sıxışdırma';
108$strConfigFileError = 'phpMyAdmin konfiqurasiya faylınızı oxuya bilmedi!<br />Bunun sebebi fayldakı parse error ya da faylın mövcud olmaması ola biler.<br />Xahiş edirem aşağıdakı link-i istifade ederek konfiqurasiya faylını çağırın ve aldığınız php xeta mesaj(lar)ını oxuyun. Bir çox halda ya tek dırnaq ya da nöqteli vergül eksikliyi vardır.<br />Eger boş sehife ile qarşılaşsanız, demek ki, her şey qaydasındadır.';
109$strConfigureTableCoord = 'Xahiş edirem, %s cedveli üçün koordinatları yeniden müeyyen et.';
110$strConnectionError = 'Elaqe qura bilmirem: yalnış quruluş.';
111$strConnections = 'Elaqeler';
112$strCookiesRequired = 'Sisteme girebilmeniz üçün çerez faylları (cookie-ler) aktiv olmalıdır.';
113$strCopyTable = 'Cedveli kopyala (me\'lumat bazası<b>.</b>cedvel):';
114$strCopyTableOK = '%s cedveli %s - e kopyalandı.';
115$strCopyTableSameNames = 'Cedveli eynisinin üzerine kopyalaya bilmerem!';
116$strCouldNotKill = 'phpMyAdmin %s emeliyyat thread-ini söndüre (kill) bilmedi. Böyük ehtimal artıq söndürülmüşdür.';
117$strCreateIndex = '&nbsp;%s&nbsp;sütunda indeks yarat';
118$strCreateIndexTopic = 'Yeni indeks qur';
119$strCreateNewDatabase = 'Yeni me\'lumat bazası qur';
120$strCreateNewTable = '%s bazasında yeni cedvel qur';
121$strCreatePage = 'Yeni Sehife qur';
122$strCreatePdfFeat = 'PDF-lerin qurulması';
123$strCreate = 'Qur';
124$strCreationDates = 'Quruluş/Deyişdirilme/Yoxlama tarixleri';
125$strCriteria = 'Kriteriyalar';
126$strCroatian = 'Xorvat Dili';
127$strCSVOptions = 'CSV variantları';
128$strCyrillic = 'Kiril';
129$strCzechSlovak = 'Çex-Slovak';
130
131$strDatabaseExportOptions = 'Me\'lumat bazası eksport variantları';
132$strDatabaseHasBeenDropped = '%s bazası leğv edildi.';
133$strDatabase = 'Me\'lumat Bazası';
134$strDatabasesDropped = '%s bazası müveffeqiyyetle leğv edildi.';
135$strDatabases = 'Me\'lumat Bazaları';
136$strDatabasesStatsDisable = 'Statistikaları Söndür';
137$strDatabasesStatsEnable = 'Statistikaları Aktivleşdir';
138$strDatabasesStatsHeavyTraffic = 'Qeyd: Me\'lumat Bazası statistikalarını burada aktivleşdirmekle webserver-le MySQL server arasında ağır neqliyyata sebeb ola bilersiniz.';
139$strDatabasesStats = 'Me\'lumat Bazası Statistikaları';
140$strDataDict = 'Me\'lumat lüğeti';
141$strData = 'Me\'lumat';
142$strDataOnly = 'Sadece me\'lumat';
143$strDBComment = 'Baza qısa izahatı: ';
144$strDbPrivileges = 'Me\'lumat Bazasına Mexsus Selahiyyetler';
145$strDbSpecific = 'bazayaxas';
146$strDefault = 'Başlanğıc deyeri';
147$strDefaultEngine = '%s bu MySQL serverinde esas depolama motoru olaraq qurulmuşdur.';
148$strDefaultValueHelp = 'Başlanğıc deyer girerken, sadece deyeri girin, ters kesr escape-leme ya da dırnaqdan istifade etmeyin, bu formatı te\'qib edin: a';
149$strDeleteAndFlush = 'Bütün istifadeçileri sil ve ardından selahiyyetleri yeniden yükle.';
150$strDeleteAndFlushDescr = 'Bu en temiz yoldur, amma selahiyyetlerin yeniden yüklenmesi zaman teleb ede biler.';
151$strDeletedRows = 'Silinen setir sayı:';
152$strDeleted = 'Setir silindi';
153$strDelete = 'Sil';
154$strDeleting = '%s silinir';
155$strDelOld = 'Hal-hazırki sehifen artıq mövcud olmayan Cedvellere bağlıdır. Bu elaqelerin silinmesini istermisiniz?';
156$strDescending = 'Azalan sırada';
157$strDisabled = 'Söndürülüb';
158$strDisplayFeat = 'Xüsusiyyetleri Göster';
159$strDisplayOrder = 'Sıralama şekli:';
160$strDisplayPDF = 'PDF sxemini göster';
161$strDoAQuery = '"nümuneye göre sorğu" gönderin (xüsusi işare: "%")';
162$strDocu = 'Dokumentasiya';
163$strDoYouReally = 'Aşağıdakı sorğunu icra etdirmekten eminsiniz ';
164$strDropDatabaseStrongWarning = 'Bütün bazanı YOX ETMEK üzeresiniz!';
165$strDrop = 'Leğv et';
166$strDropUsersDb = 'İstifadeçilerle eyni adlı me\'lumat bazalarını leğv et.';
167$strDumpingData = 'Sxemi çıxarılan cedvel';
168$strDumpSaved = 'Sxem %s faylına qeyd edildi.';
169$strDumpXRows = '%s setri %s nömreli qeydden başlayaraq göster.';
170$strDynamic = 'dinamik';
171
172$strEdit = 'Deyişdir';
173$strEditPDFPages = 'PDF Sehifelerini Deyişdir';
174$strEditPrivileges = 'Selahiyyetleri Deyişdir';
175$strEffective = 'Effektiv';
176$strEmpty = 'Boşalt';
177$strEmptyResultSet = 'MySQL boş netice çoxluğu gönderdi (ye\'ni sıfır setir).';
178$strEnabled = 'Enabled';
179$strEndCut = 'END CUT';
180$strEndRaw = 'END RAW';
181$strEnd = 'Son';
182$strEngineDisabled = '%s motoru bu serverde söndürülmüşdür.';
183$strEngines = 'Motorlar';
184$strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.';
185$strEnglish = 'İngilis Dili';
186$strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir ';
187$strError = 'Xeta';
188$strEstonian = 'Eston Dili';
189$strExcelEdition = 'Excel versiyası';
190$strExcelOptions = 'Excel variantları';
191$strExplain = 'SQL-i İzah Et';
192$strExport = 'Eksport';
193$strExtendedInserts = 'Genişletilmiş girişli';
194$strExtra = 'Elave Xüs.';
195
196$strFailedAttempts = 'Uğursuz Cehdler';
197$strFieldHasBeenDropped = '%s sahesi leğv edildi';
198$strField = 'Sahe';
199$strFieldsEmpty = ' Sahe sayğacı boşdur! ';
200$strFieldsEnclosedBy = 'Saheler ehate edildiyi işare';
201$strFieldsEscapedBy = 'Sahelerin escape edildiyi işare';
202$strFields = 'Sahe sayı';
203$strFieldsTerminatedBy = 'Sahelerin yox edildiyi (terminate) işare';
204$strFileAlreadyExists = '%s faylı serverda onsuz da mövcuddur, ya faylın adını deyişdir ya da üzerine yazma variantlarını.';
205$strFileCouldNotBeRead = 'Fayl oxuna bilmir';
206$strFileNameTemplate = 'Fayl adı nomenklaturası';
207$strFileNameTemplateRemember = 'nomenklaturanı unutma';
208$strFixed = 'fixed';
209$strFlushPrivilegesNote = 'Qeyd: phpMyAdmin istifadeçi selahiyyetlerini birbaşa MySQL-in selahiyyetler cedvellerinden almaqdadır. Eger elle nizamlamalar edilmişse, bu cedvellerin içerisindekiler webserver-in istifade etdiklerinden ferqli ola biler. Bu halda, davam etmeden evvel, selahiyyetleri yeniden yüklemelisiniz.';
210$strFlushTable = 'Cedveli flush-la ("FLUSH")';
211$strFormat = 'Format';
212$strFormEmpty = 'Formda eksik girilmiş deyer var!';
213$strFullText = 'Tam Metnler (Full Text)';
214$strFunction = 'Funksiya';
215
216$strGenBy = 'Qurucu';
217$strGeneralRelationFeat = 'Ümumi elaqe variantları';
218$strGenTime = 'Hazırlanma Vaxtı';
219$strGeorgian = 'Gürcü';
220$strGlobalPrivileges = 'Qlobal selahiyyetler';
221$strGlobal = 'qlobal';
222$strGlobalValue = 'Qlobal deyer';
223$strGo = 'Davam';
224$strGrantOption = 'İcaze ver';
225$strGzip = '"gzip"lenmiş';
226
227$strHasBeenAltered = 'deyişdirildi.';
228$strHasBeenCreated = 'quruldu.';
229$strHaveToShow = 'Gösterilmesi üçün en az bir sütun seçmelisiniz';
230$strHebrew = 'İbrani Dili';
231$strHexForBinary = 'İkili saheler üçün hekzadesimaldan istifade et';
232$strHome = 'Başlanğıc';
233$strHomepageOfficial = 'phpMyAdmin Resmi İnternet Sehifesi';
234$strHostEmpty = 'Host adı boşdur!';
235$strHost = 'Host';
236$strHTMLExcel = 'Microsoft Excel 2000';
237$strHTMLExcelOptions = 'Microsoft Excel 2000 eksport variantları';
238$strHTMLWord = 'Microsoft Word 2000';
239$strHTMLWordOptions = 'Microsoft Word 2000 eksport variantları';
240$strHungarian = 'Macar Dili';
241
242$strId = 'Nömre';
243$strIdxFulltext = 'Tam metn (Fulltext)';
244$strIgnore = 'Diqqete Alma';
245$strImportFiles = 'Faylları import et';
246$strIndexes = 'Indeksler';
247$strIndexHasBeenDropped = '%s indeksi leğv edildi';
248$strIndex = 'İndeks';
249$strIndexName = 'İndex adı&nbsp;:';
250$strIndexType = 'İndex tipi&nbsp;:';
251$strInnodbStat = 'InnoDB Status';
252$strInsecureMySQL = 'Konfiqurasiya faylınızda MySQL başlanğıc deyerleri (parolsuz root istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e\'tibarlı deyildir.';
253$strInsertAsNewRow = 'Yeni setir olaraq elave et';
254$strInsertedRowId = 'Elave edilen setir nömresi (id):';
255$strInsertedRows = 'Elave edilen setir sayı:';
256$strInsert = 'Elave et';
257$strInUse = 'istifadede';
258
259$strJumpToDB = '&quot;%s&quot; me\'lumat bazasına keç.';
260$strJustDeleteDescr = '&quot;Silinmiş&quot; istifadeçiler selahiyyetler yeniden yüklenene qeder server-e gire bilecekler.';
261$strJustDelete = 'Sadece olaraq selahiyyet cedvellerindeki istifadeçileri sil.';
262
263$strKeepPass = 'Parolu deyişdirme';
264$strKeyname = 'Açar söz';
265$strKill = 'Söndür';
266
267$strLandscape = 'Landşaft';
268$strLatexCaption = 'Cedvel başlığı';
269$strLatexContinuedCaption = 'Cedvel başlığının davamı';
270$strLatexContinued = '(davamı)';
271$strLatexIncludeCaption = 'Cedvel başlığını daxil et';
272$strLatexLabel = 'Etiket açarı';
273$strLaTeX = 'LaTeX';
274$strLaTeXOptions = 'LaTeX variantları';
275$strLengthSet = 'Uzunluq/Deyerler*';
276$strLimitNumRows = 'Sehife başına düşen setir sayı';
277$strLinesTerminatedBy = 'Setir leğvedicisi (Lines terminated by)';
278$strLinkNotFound = 'Link tapılmadı';
279$strLinksTo = 'Links to';
280$strLithuanian = 'Litva Dili';
281$strLocalhost = 'Yerli';
282$strLocationTextfile = 'tekst faylından yükleyerek';
283$strLoginInformation = 'Sisteme Giriş Me\'lumatı';
284$strLogin = 'Sisteme Giriş';
285$strLogout = 'Sistemden Çıxış';
286$strLogPassword = 'Parol:';
287$strLogUsername = 'İstifadeçi Adı:';
288
289$strMaximumSize = 'En çox: %s%s';
290$strMIME_available_mime = 'Mövcud olan MIME-tipleri';
291$strMIME_available_transform = 'Mövcud transformasiyalar';
292$strMIME_description = 'Haqqında';
293$strMIME_MIMEtype = 'MIME-tipi';
294$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
295$strMIME_transformation = 'Browser transformation';
296$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
297$strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
298$strMIME_transformation_options = 'Transformasiya variantları';
299$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
300$strModifications = 'Modifications have been saved';
301$strModifyIndexTopic = 'Modify an index';
302$strModify = 'Modify';
303$strMoveTable = 'Cedveli daşı (me\'lumat bazası<b>.</b>cedvel):';
304$strMoveTableOK = '%s cedveli %s - e daşınmışdır.';
305$strMoveTableSameNames = 'Can\'t move table to same one!';
306$strMyISAMMaxExtraSortFileSize = 'İndeks yaradılarken istifade olunan keçici faylların maksimum boyu';
307$strMyISAMMaxSortFileSize = 'Keçici sıralama fayllarının maksimum boyu';
308$strMyISAMRecoverOptions = 'Avtomatik qurtarma rejimi';
309$strMyISAMSortBufferSize = 'Sıralama buferinin (keçici yaddaşının) boyu';
310$strMySQLCharset = 'MySQL charset';
311$strMySQLSaid = 'MySQL deyir: ';
312$strMySQLShowProcess = 'Prosesleri göster';
313$strMySQLShowStatus = 'MySQL runtime me\'lumatını göster';
314$strMySQLShowVars = 'MySQL sistem deyişenlerini göster';
315
316$strName = 'Adı';
317$strNext = 'Sonrakı';
318$strNoDatabases = 'Baza seçilmemişdir ve ya mövcud deyildir.';
319$strNoDatabasesSelected = 'Heç bir baza seçilmemişdir.';
320$strNoDescription = 'Haqqında me\'lumat (description) mövcud deyildir';
321$strNoDetailsForEngine = 'Bu depolama motoru haqqında etrafli status me\'lumatı mövcud deyildir.';
322$strNoDropDatabases = '"DROP DATABASE" ifadeleri söndürülmüşdür (disabled).';
323$strNoExplain = 'SQL İzah Et-i Keç';
324$strNoFrames = 'phpMyAdmin <b>frame-destekli</b> görüntüleyicilerle (browser) daha yaxşı işleyir.';
325$strNoIndex = 'İndeks te\'yin edilmedi!';
326$strNoIndexPartsDefined = 'İndeks qisimleri te\'yin edilmedi!';
327$strNoModification = 'Deyişiklik Yoxdur';
328$strNone = 'Heç biri';
329$strNoOptions = 'Bu formatın variantları yoxdur';
330$strNoPassword = 'Parol Yoxdur';
331$strNoPermission = 'Webserver-in %s faylını saxlama izni yoxdur.';
332$strNoPhp = 'PHP Kodunu Gösterme';
333$strNoPrivileges = 'Selahiyyet çatışmazlığı';
334$strNoRights = 'Burada olma haqqınız yoxdur!';
335$strNoSpace = '%s faylını saxlamaq üçün lazım olan yer çatışmır.';
336$strNoTablesFound = 'Me\'lumat bazasında cedvel yoxdur.';
337$strNotNumber = 'Bu reqem deyildir!';
338$strNotOK = 'Müveffeqiyyetsiz';
339$strNotSet = '<b>%s</b> cedveli %s içerisinde ya <b>tapılmadı</b> ya da qurulmamışdır';
340$strNoUsersFound = 'İstifadeçi(ler) tapılmadı.';
341$strNoValidateSQL = 'SQL İfadesini Yoxlama';
342$strNo = 'Xeyir';
343$strNull = 'Null';
344$strNumSearchResultsInTable = '%s uyğunluq tapıldı (<i>%s</i> cedvelinde)';
345$strNumSearchResultsTotal = '<b>Cemi:</b> <i>%s</i> uyğunluq';
346$strNumTables = 'Cedveller';
347
348$strOK = 'Müveffeqiyyetle';
349$strOperations = 'Emeliyyatlar';
350$strOptimizeTable = 'Cedveli optimallaşdır';
351$strOr = 'ya da';
352$strOverhead = 'Aşma deyeri';
353$strOverwriteExisting = 'Mövcud fayl(lar)ın üzerine yaz';
354
355$strPageNumber = 'Sehife Nömresi:';
356$strPartialText = 'Qismi Metnler';
357$strPasswordChanged = '%s üçün parol müveffeqiyyetle deyişdirilmişdir.';
358$strPasswordEmpty = 'Parol boşdur!';
359$strPasswordNotSame = 'Girdiyiniz parollar eyni deyil!';
360$strPassword = 'Parol';
361$strPdfDbSchema = '"%s" bazanın sxemi - Sehife %s';
362$strPdfInvalidTblName = '"%s" cedveli mövcud deyil!';
363$strPdfNoTables = 'Cedvel yoxdur';
364$strPerHour = 'saatda';
365$strPerMinute = 'deqiqede';
366$strPerSecond = 'saniyede';
367$strPHP40203 = 'Siz içerisinde ciddi multi-bayt strinqleri (mbstring) ile elaqedar xetalar olan PHP 4.2.3 versiyasını istifade edirsiniz. Etraflı melumat üçün PHP xeta raportu 19404-e baxın. PHP-nin bu versiyası PhpMyAdmin ile istifade üçün tövsiye edilmir.';
368$strPhp = 'PHP Kodunu Hazırla';
369$strPHPVersion = 'PHP Versiyası';
370$strPmaDocumentation = 'phpMyAdmin dokumentasiyası (etraflı me\'lumat üçün)';
371$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivi PMA konfiqurasiya faylınızda QURULMAMIŞDIR!';
372$strPortrait = 'Portret';
373$strPos1 = 'Başla';
374$strPrevious = 'Evvelki';
375$strPrimary = 'Birinci Dereceli';
376$strPrimaryKeyHasBeenDropped = 'Birinci dereceli açar leğv edildi';
377$strPrimaryKeyName = 'Birinci dereceli açarın adı... BİRİNCİ DERECELİ (PRIMARY) olmalıdır!';
378$strPrimaryKeyWarning = '("PRIMARY" sadece birinci dereceli açarın adı <b>olmalıdır</b>!)';
379$strPrint = 'Çap et';
380$strPrintView = 'Çap görüntüsü';
381$strPrivDescAllPrivileges = 'GRANT-dan başqa bütün selahiyyetler daxildir.';
382$strPrivDescAlter = 'Mövcud olan cedvellerin strukturunu deyişdirmeye icaze verir.';
383$strPrivDescCreateDb = 'Yeni bazalar ve cedveller qurmağa icaze verir.';
384$strPrivDescCreateTbl = 'Yeni cedveller qurmağa icaze verir.';
385$strPrivDescCreateTmpTable = 'Keçici cedveller qurmağa icaze verir.';
386$strPrivDescDelete = 'Me\'lumat silmeye icaze verir.';
387$strPrivDescDropDb = 'Baza ve cedvel leğv etmeye icaze verir.';
388$strPrivDescDropTbl = 'Cedvelleri leğv etmeye icaze verir.';
389$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.';
390$strPrivDescFile = 'Allows importing data from and exporting data into files.';
391$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
392$strPrivDescIndex = 'Allows creating and dropping indexes.';
393$strPrivDescInsert = 'Allows inserting and replacing data.';
394$strPrivDescLockTables = 'Allows locking tables for the current thread.';
395$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
396$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
397$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
398$strPrivDescProcess3 = 'Allows killing processes of other users.';
399$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
400$strPrivDescReferences = 'Has no effect in this MySQL version.';
401$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
402$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
403$strPrivDescReplSlave = 'Needed for the replication slaves.';
404$strPrivDescSelect = 'Allows reading data.';
405$strPrivDescShowDb = 'Gives access to the complete list of databases.';
406$strPrivDescShutdown = 'Allows shutting down the server.';
407$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
408$strPrivDescUpdate = 'Allows changing data.';
409$strPrivDescUsage = 'Selahiyyet te\'yin edilmedi.';
410$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
411$strPrivileges = 'Selahiyyetler';
412$strProcesses = 'Prosesler';
413$strProcesslist = 'Proses Siyahısı';
414$strPutColNames = 'Sahe adlarını birinci setre yerleşdir';
415
416$strQBEDel = 'Del';
417$strQBEIns = 'Ins';
418$strQBE = 'Sorğu';
419$strQueryFrame = 'Sorğu penceresi';
420$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
421$strQuerySQLHistory = 'SQL-tarixçesi';
422$strQueryStatistics = '<b>Sorğu Statistikası</b>: Açıldıqdan bu yana, bu servere %s sorğu gönderilmişdir.';
423$strQueryTime = 'sorğu %01.4f saniyede icra edildi';
424$strQueryType = 'Sorğu tipi';
425
426$strReceived = 'Alındı';
427$strRecords = 'Setr sayı';
428$strReferentialIntegrity = 'Check referential integrity:';
429$strRelationalSchema = 'Relational schema';
430$strRelationNotWorking = 'Elaqelendirilmiş cedveller üçün nezerde tutulmuş be\'zi xüsusiyyetler passivleşdirilmişdir. Sebebini aydınlaşdırmaq üçün %sbax%s.';
431$strRelations = 'Relations';
432$strRelationView = 'Relation view';
433$strReloadingThePrivileges = 'Reloading the privileges';
434$strRemoveSelectedUsers = 'Remove selected users';
435$strRenameTable = 'Cedveli yeniden adlandır';
436$strRenameTableOK = '%s cedveli %s olaraq yeniden adlandırılmışdır';
437$strRepairTable = 'Cedveli te\'mir et';
438$strReplaceNULLBy = 'NULL-u bununla deyişdir';
439$strReplaceTable = 'Replace table data with file';
440$strReset = 'Yenile';
441$strResourceLimits = 'Resource limits';
442$strReType = 'Re-type';
443$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
444$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
445$strRevokeMessage = 'You have revoked the privileges for %s';
446$strRevoke = 'Revoke';
447$strRowLength = 'Sıra uzunluğu';
448$strRowsFrom = 'setri göster; başlangıç qeydiyyat nömresi';
449$strRowSize = ' Sıra boyu ';
450$strRowsModeFlippedHorizontal = 'üfüqi (tekrarlanan başlıqlar)';
451$strRowsModeHorizontal = 'üfüqi';
452$strRowsModeOptions = '%s rejimde, başlıqlar %s blokdan bir tekrar ederek';
453$strRowsModeVertical = 'şaquli';
454$strRows = 'Sıra sayı';
455$strRowsStatistic = 'Sıra Statistikası';
456$strRunning = '%s üzerinde işlemektedir';
457$strRunQuery = 'Emri İcra Et';
458$strRunSQLQuery = '%s me\'lumat bazasına SQL sorğusu(-ları) gönder';
459
460$strSaveOnServer = 'Serverdeki %s direktoriyasına qeyd et';
461$strSave = 'Qeyd Et';
462$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
463$strSearch = 'Axtarış';
464$strSearchFormTitle = 'Search in database';
465$strSearchInTables = 'Inside table(s):';
466$strSearchNeedle = 'Axtarmaq üçün söz(ler) ve ya deyer(ler) (wildcard: "%"):';
467$strSearchOption1 = 'sözlerin en azından birini';
468$strSearchOption2 = 'bütün sözleri';
469$strSearchOption3 = 'tamamile eyni sözü';
470$strSearchOption4 = 'requlyar ifade (regular expression) olaraq';
471$strSearchResultsFor = '"<i>%s</i>" üçün axtarış neticeleri %s:';
472$strSearchType = 'Tap:';
473$strSelectADb = 'Me\'lumat bazası seç';
474$strSelectAll = 'Hamısını Seç';
475$strSelectFields = 'Sahe seçin (en az birini):';
476$strSelectNumRows = 'in query';
477$strSelectTables = 'Select Tables';
478$strSend = 'Fayl olaraq qeyd et';
479$strSent = 'Gönderildi';
480$strServerChoice = 'Quraşdırılmış Serverler';
481$strServer = 'Server';
482$strServerStatus = 'Runtime Me\'lumatı';
483$strServerStatusUptime = 'Bu MySQL server %sdir işlemektedir. Server %s-de açılmışdır.';
484$strServerTabVariables = 'Deyişenler';
485$strServerTrafficNotes = '<b>Server Neqliyyatı</b>: Bu cedveller serverin açılışından beri elde edilen me\'lumat axışı miqdarını göstermektedir.';
486$strServerVars = 'Server Deyişenleri Ve Variantları';
487$strServerVersion = 'Server versiyası';
488$strSessionValue = 'Sessiya deyeri';
489$strSetEnumVal = 'Sahe tipi "enum" ve ya "set" ise, deyerleri bu formatda girin: \'a\',\'b\',\'c\'...<br />Eger bu deyerlerde ters-kesr ("\") ve ya tek dırnaq ("\'") istifade etmek isteyirsinizse, onları ters-kesrle escape-leyin (meselen \'\\\\xyz\' ve ya \'a\\\'b\').';
490$strShowAll = 'Hamısını göster';
491$strShowColor = 'Rengini göster';
492$strShowDatadictAs = 'Data Dictionary Format';
493$strShowFullQueries = 'Emrleri Tam Olaraq Göster';
494$strShow = 'Göster';
495$strShowGrid = 'Show grid';
496$strShowingRecords = 'Gösterilen setirler';
497$strShowPHPInfo = 'PHPInfo() me\'lumatını göster';
498$strShowTableDimension = 'Cedvellerin ölçülerini göster';
499$strShowTables = 'Cedvelleri göster';
500$strShowThisQuery = ' Bu sorğunu burada yene göster ';
501$strSingly = '(tek-tek)';
502$strSize = 'Boy';
503$strSort = 'Sırala';
504$strSpaceUsage = 'Yer istifadesi';
505$strSplitWordsWithSpace = 'Sözler boşluq ifadesi (" ") ile ayrılmışdır.';
506$strSQLExportType = 'Eksport şekli';
507$strSQLOptions = 'SQL variantları';
508$strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:';
509$strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem';
510$strSQLQuery = 'SQL sorğusu';
511$strSQLResult = 'SQL result';
512$strSQL = 'SQL';
513$strSQPBugInvalidIdentifer = 'Invalid Identifer';
514$strSQPBugUnclosedQuote = 'Unclosed quote';
515$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
516$strStatCheckTime = 'En son yoxlama';
517$strStatCreateTime = 'Quruluş';
518$strStatement = 'Variantlar';
519$strStatUpdateTime = 'En son yenilenme';
520$strStatus = 'Status';
521$strStorageEngine = 'Depolama Motorları';
522$strStorageEngines = 'MySQL Depolama Motorları';
523$strStrucCSV = 'CSV verilenleri';
524$strStrucData = 'Quruluş ve me\'lumat';
525$strStrucExcelCSV = 'MS Excel verilenleri üçün CSV';
526$strStrucOnly = 'Sadece quruluş';
527$strStructPropose = 'Alternativ cedvel strukturu';
528$strStructure = 'Quruluş';
529$strSubmit = 'Submit';
530$strSuccess = 'SQL sorğunuz müveffeqiyyetle icra edilmişdir';
531$strSum = 'Cemi';
532$strSwitchToTable = 'Kopyalanmış cedvele keç';
533
534$strTable = 'Cedvel';
535$strTableComments = 'Cedvel haqqında qısa izahat';
536$strTableEmpty = 'Cedveli adı boşdur!';
537$strTableHasBeenDropped = '%s cedveli leğv edildi';
538$strTableHasBeenEmptied = '%s cedveli boşaldıldı';
539$strTableHasBeenFlushed = '%s cedveli flush-landı';
540$strTableMaintenance = 'Cedvel temizliyi';
541$strTableOfContents = 'İçindekiler Cedveli';
542$strTables = '%s cedvel';
543$strTableStructure = 'Table structure for table';
544$strTblPrivileges = 'Cedvelexas selahiyyetler';
545$strTextAreaLength = ' Uzun olduğuna göre,<br /> bu sahedeki me\'lumatlar deyişdirilmeye biler ';
546$strThisHost = 'Bu Host';
547$strThreadSuccessfullyKilled = 'Thread %s uğurla söndürüldü (killed).';
548$strTime = 'Müddet';
549$strTotal = 'cemi';
550$strTotalUC = 'Cemi';
551$strTraditionalChinese = 'Enenevi Çin Dili';
552$strTraffic = 'Neqliyyat';
553$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
554$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
555$strTransformation_image_png__inline = 'See image/jpeg: inline';
556$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';
557$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
558$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';
559$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';
560$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';
561$strTruncateQueries = 'Truncate Shown Queries';
562$strTurkish = 'Türk Dili';
563$strType = 'Tip';
564
565$strUkrainian = 'Ukrayna Dili';
566$strUncheckAll = 'Heç Birini Seçme';
567$strUnique = 'Unikal';
568$strUnselectAll = 'Heç birini seçme';
569$strUpdatePrivMessage = 'You have updated the privileges for %s.';
570$strUpdateProfileMessage = 'Profil yenilendi.';
571$strUpdateQuery = 'Sorğunu Yenile';
572$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
573$strUsage = 'Miqdar';
574$strUseBackquotes = 'Cedvel ve sahe adlarını tek dırnaq arasına al';
575$strUseHostTable = 'Use Host Table';
576$strUserAlreadyExists = '%s istifadeçisi mövcuddur!';
577$strUserEmpty = 'İstifadeçi adı boş qaldı!';
578$strUser = 'İstifadeçi';
579$strUserName = 'İstifadeçi adı';
580$strUserNotFound = 'The selected user was not found in the privilege table.';
581$strUserOverview = 'User overview';
582$strUsersDeleted = 'The selected users have been deleted successfully.';
583$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
584$strUseTables = 'Use Tables';
585$strUseTextField = 'Use text field';
586
587$strValidateSQL = 'SQL Tesdiqle';
588$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
589$strValue = 'Deyer';
590$strVar = 'Deyişen';
591$strViewDump = 'Cedvelin sxemini göster';
592$strViewDumpDatabases = 'Me\'lumat bazalarının sxemini göster';
593$strViewDumpDB = 'Me\'lumat bazasının sxemini göster';
594
595$strWebServerUploadDirectoryError = 'Upload işleri üçün te\'yin etdiyiniz direktoriya tapılmadı';
596$strWebServerUploadDirectory = 'web-server upload direktoriyası';
597$strWelcome = '%s - e Xoş Gelmişsiniz!';
598$strWestEuropean = 'Qerbi Avropa';
599$strWildcard = 'xüsusi işare';
600$strWithChecked = 'Seçilenleri:';
601$strWrongUser = 'Yanlış istifadeçi adı ve ya parol. Giriş tesdiq edilmedi.';
602
603$strXML = 'XML';
604
605$strYes = 'Beli';
606
607$strZeroRemovesTheLimit = 'Qeyd: Bu variantları 0 (sıfır)-a çevirmek hüdudu (limiti) qaldıracaq.';
608$strZip = '"zip"lenmiş';
609
610// To translate:
611$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
612$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
613$strAddConstraints = 'Add constraints'; //to translate
614$strAddFields = 'Add %s field(s)'; //to translate
615$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
616$strAndThen = 'and then'; //to translate
617$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
618
619$strBaltic = 'Baltic'; //to translate
620$strBinaryLog = 'Binary log'; //to translate
621$strBinLogEventType = 'Event type'; //to translate
622$strBinLogInfo = 'Information'; //to translate
623$strBinLogName = 'Log name'; //to translate
624$strBinLogOriginalPosition = 'Original position'; //to translate
625$strBinLogPosition = 'Position'; //to translate
626$strBinLogServerId = 'Server ID'; //to translate
627$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
628$strBookmarkCreated = 'Bookmark %s created'; //to translate
629$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
630$strBrowseDistinctValues = 'Browse distinct values'; //to translate
631$strBrowseForeignValues = 'Browse foreign values'; //to translate
632$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
633$strBufferPool = 'Buffer Pool'; //to translate
634$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
635$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
636$strBufferReadMisses = 'Read misses'; //to translate
637$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
638$strBufferWriteWaits = 'Write waits'; //to translate
639$strBusyPages = 'Busy pages'; //to translate
640
641$strCalendar = 'Calendar'; //to translate
642$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
643$strCaseInsensitive = 'case-insensitive'; //to translate
644$strCaseSensitive = 'case-sensitive'; //to translate
645$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
646$strCharsets = 'Charsets'; //to translate
647$strCheckOverhead = 'Check tables with overhead'; //to translate
648$strCollation = 'Collation'; //to translate
649$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
650$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
651$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
652$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
653$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
654$strConstraintsForTable = 'Constraints for table'; //to translate
655$strCopy = 'Copy'; //to translate
656$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
657$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
658$strCSV = 'CSV'; //to translate
659$strCSVImportOptions = 'CSV options'; //to translate
660$strCzech = 'Czech'; //to translate
661
662$strDanish = 'Danish'; //to translate
663$strDatabaseEmpty = 'The database name is empty!'; //to translate
664$strDataPages = 'Pages containing data'; //to translate
665$strDBCopy = 'Copy database to'; //to translate
666$strDBRename = 'Rename database to'; //to translate
667$strDefragment = 'Defragment table'; //to translate
668$strDelayedInserts = 'Use delayed inserts'; //to translate
669$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
670$strDescription = 'Description'; //to translate
671$strDictionary = 'dictionary'; //to translate
672$strDirtyPages = 'Dirty pages'; //to translate
673$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
674
675$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
676$strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate
677$strErrorInZipFile = 'Error in ZIP archive:'; //to translate
678$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
679$strEsperanto = 'Esperanto'; //to translate
680$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
681
682$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
683$strFileNameTemplateDescriptionServer = 'server name'; //to translate
684$strFileNameTemplateDescriptionTable = 'table name'; //to translate
685$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
686$strFileToImport = 'File to import'; //to translate
687$strFlushQueryCache = 'Flush query cache'; //to translate
688$strFlushTables = 'Flush (close) all tables'; //to translate
689$strFreePages = 'Free pages'; //to translate
690
691$strGenerate = 'Generate'; //to translate
692$strGeneratePassword = 'Generate Password'; //to translate
693$strGerman = 'German'; //to translate
694$strGreek = 'Greek'; //to translate
695
696$strHandler = 'Handler'; //to translate
697
698$strIcelandic = 'Icelandic'; //to translate
699$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
700$strIgnoreInserts = 'Use ignore inserts'; //to translate
701$strImportFormat = 'Format of imported file'; //to translate
702$strImport = 'Import'; //to translate
703$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
704$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
705$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
706$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
707$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
708$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
709$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
710$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
711$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
712$strInnoDBDataFilePath = 'Data files'; //to translate
713$strInnoDBDataHomeDir = 'Data home directory'; //to translate
714$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
715$strInnoDBPages = 'pages'; //to translate
716$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
717$strInternalRelations = 'Internal relations'; //to translate
718$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
719$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
720$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
721$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
722$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
723$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
724$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
725$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
726$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
727$strInvalidRowNumber = '%d is not valid row number.'; //to translate
728$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
729$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
730
731$strJapanese = 'Japanese'; //to translate
732$strJoins = 'Joins'; //to translate
733
734$strKeyCache = 'Key cache'; //to translate
735$strKorean = 'Korean'; //to translate
736
737$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
738$strLatchedPages = 'Latched pages'; //to translate
739$strLatexContent = 'Content of table __TABLE__';//to translate
740$strLatexStructure = 'Structure of table __TABLE__';//to translate
741$strLatvian = 'Latvian'; //to translate
742$strLDI = 'CSV using LOAD DATA'; //to translate
743$strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
744$strLDILocal = 'Use LOCAL keyword'; //to translate
745$strLogServer = 'Server'; //to translate
746$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
747
748$strMaxConnects = 'max. concurrent connections'; //to translate
749$strMaximalQueryLength = 'Maximal length of created query'; //to translate
750$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
751$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
752$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
753$strMultilingual = 'multilingual'; //to translate
754$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
755$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
756$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
757$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
758$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
759$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
760$strMyISAMRepairThreads = 'Repair threads'; //to translate
761$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
762$strMysqlClientVersion = 'MySQL client version'; //to translate
763$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
764
765$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
766$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
767$strNoRowsSelected = 'No rows selected'; //to translate
768$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
769$strNumberOfFields = 'Number of fields'; //to translate
770
771$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
772$strOperator = 'Operator'; //to translate
773
774$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
775$strPaperSize = 'Paper size'; //to translate
776$strPartialImport = 'Partial import'; //to translate
777$strPasswordHashing = 'Password Hashing'; //to translate
778$strPDFOptions = 'PDF options'; //to translate
779$strPDF = 'PDF'; //to translate
780$strPDFReportTitle = 'Report title'; //to translate
781$strPersian = 'Persian'; //to translate
782$strPhoneBook = 'phone book'; //to translate
783$strPolish = 'Polish'; //to translate
784$strPrintViewFull = 'Print view (with full texts)'; //to translate
785$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
786$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
787$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
788$strPrivDescCreateView = 'Allows creating new views.'; //to translate
789$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
790$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
791$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
792$strProtocolVersion = 'Protocol version'; //to translate
793
794$strQueryCache = 'Query cache'; //to translate
795$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
796
797$strReadRequests = 'Read requests'; //to translate
798$strRefresh = 'Refresh'; //to translate
799$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
800$strReloadPrivileges = 'Reload privileges'; //to translate
801$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
802$strReplication = 'Replication'; //to translate
803$strRomanian = 'Romanian'; //to translate
804$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
805$strRussian = 'Russian'; //to translate
806
807$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
808$strSelectBinaryLog = 'Select binary log to view'; //to translate
809$strServerNotResponding = 'The server is not responding'; //to translate
810$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
811$strShowingBookmark = 'Showing bookmark'; //to translate
812$strShowOpenTables = 'Show open tables'; //to translate
813$strShowSlaveHosts = 'Show slave hosts'; //to translate
814$strShowSlaveStatus = 'Show slave status'; //to translate
815$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
816$strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
817$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
818$strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
819$strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
820$strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
821$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
822$strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
823$strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
824$strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
825$strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
826$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
827$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
828$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
829$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
830$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
831$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
832$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
833$strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
834$strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
835$strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
836$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
837$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
838$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
839$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
840$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
841$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
842$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
843$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
844$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
845$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
846$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
847$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
848$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
849$strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
850$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
851$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
852$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
853$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
854$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
855$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
856$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
857$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
858$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
859$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
860$strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
861$strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
862$strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
863$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
864$strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
865$strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
866$strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
867$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
868$strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
869$strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
870$strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
871$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
872$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
873$strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
874$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
875$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
876$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
877$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
878$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
879$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
880$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
881$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
882$strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
883$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
884$strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
885$strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
886$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
887$strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
888$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
889$strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
890$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
891$strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
892$strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
893$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
894$strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
895$strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
896$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
897$strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
898$strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
899$strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
900$strShowStatusReset = 'Reset'; //to translate
901$strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
902$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
903$strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
904$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
905$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
906$strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
907$strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
908$strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
909$strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
910$strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
911$strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
912$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
913$strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
914$strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
915$strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
916$strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
917$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
918$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
919$strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
920$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
921$strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
922$strSimplifiedChinese = 'Simplified Chinese'; //to translate
923$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
924$strSlovak = 'Slovak'; //to translate
925$strSlovenian = 'Slovenian'; //to translate
926$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
927$strSortByKey = 'Sort by key'; //to translate
928$strSorting = 'Sorting'; //to translate
929$strSpanish = 'Spanish'; //to translate
930$strSQLCompatibility = 'SQL compatibility mode'; //to translate
931$strSQLImportOptions = 'SQL options'; //to translate
932$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
933$strStrucNativeExcel = 'Native MS Excel data'; //to translate
934$strSwedish = 'Swedish'; //to translate
935$strSwitchToDatabase = 'Switch to copied database'; //to translate
936
937$strTableAlreadyExists = 'Table %s already exists!'; //to translate
938$strTableOptions = 'Table options'; //to translate
939$strTakeIt = 'take it'; //to translate
940$strTempData = 'Temporary data'; //to translate
941$strThai = 'Thai'; //to translate
942$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
943$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
944$strThemeNotFound = 'Theme %s not found!'; //to translate
945$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
946$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
947$strTheme = 'Theme / Style'; //to translate
948$strThreads = 'Threads'; //to translate
949$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
950$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
951$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
952$strToggleScratchboard = 'toggle scratchboard'; //to translate
953$strTraditionalSpanish = 'Traditional Spanish'; //to translate
954$strTransactionCoordinator = 'Transaction coordinator'; //to translate
955$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
956$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
957$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
958
959$strUnicode = 'Unicode'; //to translate
960$strUnknown = 'unknown'; //to translate
961$strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
962$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
963$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
964$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
965$strUseTabKey = 'TAB düymesine basaraq bir sonrakı deyere, ve ya CTRL+Ox kombinasiyasını istifade ederek istediyiniz yöne keçe bilersiniz.'; //to translate
966$strUseThisValue = 'Use this value'; //to translate
967
968$strVersionInformation = 'Version information'; //to translate
969$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
970$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
971$strView = 'View'; //to translate
972
973$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate
974$strWriteRequests = 'Write requests'; //to translate
975
976$strQueryResultsOperations = 'Query results operations'; //to translate
977$strAddClause = 'Add %s'; //to translate
978$strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
979$strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
980$strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate
981$strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
982$strXMLOptions = 'XML options'; //to translate
983$strStrucNativeExcelOptions = 'Native Excel export options'; //to translate
984$strCreateUserDatabase = 'Database for user'; //to translate
985$strCreateUserDatabaseNone = 'None'; //to translate
986$strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
987$strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
988$strOpenDocumentText = 'Open Document Text'; //to translate
989$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate
990$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
991$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
992$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
993$strInvalidTableName = 'Invalid table name'; //to translate
994$strInvalidDatabase = 'Invalid database'; //to translate
995$strServers = 'Servers'; //to translate
996$strDelimiter = 'Delimiter'; //to translate
997$strFunctions = 'Functions'; //to translate
998$strProcedures = 'Procedures'; //to translate
999$strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
1000$strFontSize = 'Font size'; //to translate
1001$strLanguage = 'Language'; //to translate
1002$strPmaWiki = 'phpMyAdmin wiki'; //to translate
1003$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate
1004$strDocSQL = 'DocSQL'; //to translate
1005$strDocSQLOptions = 'DocSQL options'; //to translate
1006$strTableName = 'Table name'; //to translate
1007$strTableIsEmpty = 'Table seems to be empty!'; //to translate
1008$strDbIsEmpty = 'Database seems to be empty!'; //to translate
1009$strShowingPhp = 'Showing as PHP code'; //to translate
1010$strShowingSQL = 'Showing SQL query'; //to translate
1011$strDesigner = 'Designer'; //to translate
1012$strNumberOfTables = 'Number of tables'; //to translate
1013$strCreateTable = 'Create table'; //to translate
1014$strCreateRelation = 'Create relation'; //to translate
1015$strSavePosition = 'Save position'; //to translate
1016$strSelectForeignKey = 'Select Foreign Key'; //to translate
1017$strHide = 'Hide'; //to translate
1018$strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
1019$strReload = 'Reload'; //to translate
1020$strSmallBigAll = 'Small/Big All'; //to translate
1021$strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
1022$strMoveMenu = 'Move Menu'; //to translate
1023$strAngularLinks = 'Angular links'; //to translate
1024$strDirectLinks = 'Direct links'; //to translate
1025$strHideShowAll = 'Hide/Show all'; //to translate
1026$strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
1027$strInternalRelationAdded = 'Internal relation added'; //to translate
1028$strInnoDBRelationAdded = 'InnoDB relation added'; //to translate
1029$strRelationDeleted = 'Relation deleted'; //to translate
1030$strToSelectRelation = 'To select relation, click :'; //to translate
1031$strExportImportToScale = 'Export/Import to scale'; //to translate
1032$strRecommended = 'recommended'; //to translate
1033$strToFromPage = 'to/from page'; //to translate
1034$strSelectReferencedKey = 'Select referenced key'; //to translate
1035$strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
1036$strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate
1037$strHelp = 'Help'; //to translate
1038$strCancel = 'Cancel'; //to translate
1039$strDeleteRelation = 'Delete relation'; //to translate
1040$strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
1041$strStructureForView = 'Structure for view'; //to translate
1042$strStandInStructureForView = 'Stand-in structure for view'; //to translate
1043$strToggleSmallBig = 'Toggle small/big'; //to translate
1044$strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
1045$strErrorRelationAdded = 'Error: Relation not added.'; //to translate
1046$strErrorRelationExists = 'Error: relation already exists.'; //to translate
1047$strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
1048$strSnapToGrid = 'Snap to grid'; //to translate
1049$strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate
1050$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate
1051?>
Note: See TracBrowser for help on using the repository browser.