update
[phpmyadmin/crack.git] / lang / turkish-utf-8.inc.php3
blob577750b8d8d3d20a527b1be55057712d0434000b
1 <?php
2 /* $Id$ */
4 //çeviride eksik veya hatalı olduğunu düşündüğünüz kısımları bora@ktu.edu.tr adresine gönderebilirsiniz...
5 //bora alioğlu 02.08.2002...tempus fugit...
7 $charset = 'utf-8';
8 $allow_recoding = TRUE;
9 $text_dir = 'ltr';
10 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
11 $right_font_family = 'arial, helvetica, geneva, sans-serif';
12 $number_thousands_separator = ',';
13 $number_decimal_separator = '.';
14 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
15 $byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
16 //veritabanları terminolojisinde tercümeye pek müsait olmayan index ve unique sözcükleri aynen kullanıldı: uniqe=eşsiz,tek
17 $day_of_week = array('Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi');
18 $month = array('Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık');
19 // See http://www.php.net/manual/en/function.strftime.php to define the
20 // variable below
21 $datefmt = '%B %d, %Y at %I:%M %p';
23 $strAPrimaryKey = '%s üzerinde birincil index eklendi';
24 $strAccessDenied = 'Erişim engellendi';
25 $strAccessDeniedExplanation = 'phpMyAdmin MySQL sunucusuna bağlanmayı denedi,ve sunucu bağlantıyı reddetti . config.inc içerisindeki bilgisayar adresini(host) , kullanıcı adını ve şifreyi kontrol edin ve MySQL sunucusunun admini tarafından size verilen bilgiyle uyuştuğundan emin olun.';
26 $strAction = 'Eylem';
27 $strAddDeleteColumn = 'Sütun alanı Ekle/Sil';
28 $strAddDeleteRow = 'Kriter satırı Ekle/Sil';
29 $strAddDropDatabase = 'DROP DATABASE ekle(veritabanını kaldır)';
30 $strAddIntoComments = 'Yorumlara ekle';
31 $strAddNewField = 'Yeni alan ekle';
32 $strAddPriv = 'Yeni ayrıcalık ekle';
33 $strAddPrivMessage = 'Yeni ayrıcalık eklediniz..';
34 $strAddSearchConditions = 'Arama durumu ekle ("where" cümleciği için):';
35 $strAddToIndex = '%s sütununu(sütunlar&#305;na) index ekle';
36 $strAddUser = 'Yeni kullanıcı ekle';
37 $strAddUserMessage = 'Yeni bir kullanıcı eklediniz.';
38 $strAffectedRows = 'Etkilenen satırlar:';
39 $strAfter = 'Sonuna %s';
40 $strAfterInsertBack = 'Return';
41 $strAfterInsertNewInsert = 'Yeni kayit ekle';
42 $strAll = 'Tümü';
43 $strAllTableSameWidth = 'Bütün tabloları aynı genişlikte göster';
44 $strAlterOrderBy = 'Tabloyu değiştir ve şuna göre sırala:';
45 $strAnIndex = '%s üzerinde yeni bir index eklendi';
46 $strAnalyzeTable = 'Tabloyu analiz et';
47 $strAnd = 'Ve';
48 $strAny = 'Herhangi';
49 $strAnyColumn = 'Herhangi sütun';
50 $strAnyDatabase = 'Herhangi veritabanı';
51 $strAnyHost = 'Herhangi sunucu';
52 $strAnyTable = 'Herhangi tablo';
53 $strAnyUser = 'Herhangi kullanıcı';
54 $strAscending = 'Artan';
55 $strAtBeginningOfTable = 'Tablonun başında';
56 $strAtEndOfTable = 'Tablonun sonunda';
57 $strAttr = 'Özellikler';
59 $strBack = 'Geri';
60 $strBinary = 'Binari';
61 $strBinaryDoNotEdit = 'Binari - düzenlemeyiniz';
62 $strBookmarkDeleted = 'Bookmark silindi.';
63 $strBookmarkLabel = 'Etiket';
64 $strBookmarkQuery = ' SQL-sorgusu';
65 $strBookmarkThis = 'Bu SQL-sorgusunu işaretle';
66 $strBookmarkView = 'Sadece gözat';
67 $strBrowse = 'Tara';
68 $strBzip = '"bzipped"';
70 $strCantLoadMySQL = 'mySQL uzantısını yükleyemiyor,<br />lütfen PHP ayarlarını kontrol ediniz.';
71 $strCantLoadRecodeIconv = 'Karakter seti dönüşümü için gerekli olan Iconv veya recode uzantılarını yükleyenemiyor. Php\'nin bu uzantılara izin vermesini sağlayın veya phpMyAdmin içinde karakter dönüşümünü devre dışı bırakınız...';
72 $strCantRenameIdxToPrimary = 'Index\'i PRIMARY olarak adland&#305;r&#305;mazs&#305;n&#305;z!';
73 $strCantUseRecodeIconv = 'Uzantı raporları yüklenmişken , ne iconv ne libinconv ne de recode_string fonksiyonu kullanılamaz. Php ayarlarınızı kontrol ediniz.';
74 $strCardinality = 'En önemli';
75 $strCarriage = 'Enter Karakteri: \\r';
76 $strChange = 'Değiştir';
77 $strChangeDisplay = 'Görmek istediğiniz alanı seçiniz';
78 $strChangePassword = 'Şifre Değiştir';
79 $strCharsetOfFile = 'Dosyanın karakter seti:';
80 $strCheckAll = 'Tümünü seç';
81 $strCheckDbPriv = 'Veritabanı önceliklerini kontrol et';
82 $strCheckTable = 'Tabloyu kontrol et';
83 $strChoosePage = 'Lütfen düzenlemek istediğiniz sayfayı seçin';
84 $strColComFeat = 'Sütun yorumları gösteriliyor';
85 $strColumn = 'Sütun';
86 $strColumnNames = 'Sütun adları';
87 $strComments = 'Yorumlar';
88 $strCompleteInserts = 'Tamamlanmış eklemeler';
89 $strConfigFileError ='phpMyAdmin konfigurasyon dosyanızı okuyamadı....<br /> Bu php yorumlama hatası bulduğu zaman veya dosyayı bulamadığı zaman meydana gelebilir..<br /> Lütfen aşağıdaki linki kullanarak dosyayı direkt olarak çağırın ve aldığınız php hata mesajlarını okuyunuz.Çoğu durumda herhangi bir yerde tırnak veya noktalı virgül eksiktir<br /> Boş bir sayfayla karşılaşırsanız ,herşey yolunda demektir.';
90 $strConfigureTableCoord = ' Lütfen %s tablosu için koordinatları yapılandırınız';
91 $strConfirm = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz?';
92 $strCookiesRequired = 'Cookieler aç&#305;k olmal&#305;d&#305;r.';
93 $strCopyTable = 'Tabloyu (veritabanı<b>.</b>tablo) kopyala:';
94 $strCopyTableOK = '%s tablosu %s üzerine kopyalandı.';
95 $strCopyTableSameNames = 'Tabloyu aynısına kopyalayamıyor!';
96 $strCreate = 'Git';
97 $strCreateIndex = '%s sütununda yeni bir index olu&#351;tur';
98 $strCreateIndexTopic = 'Yeni bir index olu&#351;tur';
99 $strCreateNewDatabase = 'Yeni veritabanı oluştur';
100 $strCreateNewTable = '%s veritabanı üzerinde yeni bir tablo oluştur';
101 $strCreatePage = 'Yeni sayfa oluştur';
102 $strCreatePdfFeat = 'PDF\'lerin oluşturulması';
103 $strCriteria = 'Kriter';
105 $strData = 'Veri';
106 $strDataOnly = 'Sadece veri';
107 $strDatabase = 'Veritabanı ';
108 $strDatabaseExportOptions = 'Veritabanı export ayarları';
109 $strDatabaseHasBeenDropped = '%s veritabanı kaldırıldı.';
110 $strDatabaseNoTable = 'Bu veritabanı tablo içermiyor!';
111 $strDatabaseWildcard = 'Veritabanı (* izin verili):';
112 $strDatabases = 'veritabanları';
113 $strDatabasesStats = 'Veritabanı istatistikleri';
114 $strDefault = 'Varsayılan';
115 $strDelete = 'Sil';
116 $strDeleteFailed = 'Silme sırasında hata oluştu!';
117 $strDeleteUserMessage = '%s kullanıcısını sildiniz.';
118 $strDeleted = 'Satır silindi.';
119 $strDeletedRows = 'Silinen satırlar:';
120 $strDescending = 'Azalan';
121 $strDisabled = 'Etkin değil';
122 $strDisplay = 'Görüntüle';
123 $strDisplayFeat = 'Özellikleri Göster';
124 $strDisplayOrder = 'Görünüm düzeni:';
125 $strDisplayPDF = 'PDF şemasını göster';
126 $strDoAQuery = '"Örnekle sorgu" yap (joker: "%")';
127 $strDoYouReally = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz? ';
128 $strDocu = 'Yardım';
129 $strDrop = 'Kaldır';
130 $strDropDB = 'Veritabanı\'nı kaldır %s';
131 $strDropTable = 'Tablo\'yu kaldır';
132 $strDumpSaved = 'Dump dosyası %s dosyasına kaydedildi';
133 $strDumpXRows = ' %s satırdan başlayarak %s a kadar çıktı üret.';
134 $strDumpingData = 'Tablo döküm verisi';
135 $strDynamic = 'dinamik';
137 $strEdit = 'Düzenle';
138 $strEditPDFPages = ' PDF Sayfalarını düzenle';
139 $strEditPrivileges = 'Öncelikleri Düzenle';
140 $strEffective = 'Efektif';
141 $strEmpty = 'Boşalt';
142 $strEmptyResultSet = 'MySQL boş bir sonuc kümesi döndürdü ( sıfır satır).';
143 $strEnabled = 'Etkin';
144 $strEnd = 'Son';
145 $strEnglishPrivileges = ' Not: mySQL öncelik adları İngilizce olarak belirtilmiştir ';
146 $strError = 'Hata';
147 $strExcelOptions = 'Excel ayarları';
148 $strExecuteBookmarked = 'İşaretlenmiş sorguyu çalıştır';
149 $strExplain = 'SQL\'i açıkla';
150 $strExport = 'Dönüştür';
151 $strExportToXML = 'XML formatına dönüştür';
152 $strExtendedInserts = 'Genişletilmiş eklemeler';
153 $strExtra = 'Ayrıca';
155 $strField = 'Alan';
156 $strFieldHasBeenDropped = '%s alanı kaldırılmıştır';
157 $strFields = 'Alanlar';
158 $strFieldsEmpty = ' Alan sayısı boş! ';
159 $strFieldsEnclosedBy = 'Alan ayırıcı işaret';//it does not seem well but just works
160 $strFieldsEscapedBy = 'Kaçış simgesi(özel işaretler için)';//it does not seem well but just works
161 $strFieldsTerminatedBy = 'Alan bitirici işaret';//it does not stand seem but just works
162 $strFileAlreadyExists = '%s dosyası zaten serverda mevcut, dosya adını değiştirin veya üzerine yaz seçeneğini seçin! ';
163 $strFixed = 'sabit';
164 $strFlushTable = 'Tabloyu kapat("FLUSH")';
165 $strFormEmpty = 'Form\'da eksik değer !';
166 $strFormat = 'Biçim';
167 $strFullText = 'Tüm metinler';
168 $strFunction = 'Fonksiyon';
170 $strGenBy = 'Oluşturuldu->:';
171 $strGenTime = 'Çıktı Tarihi';
172 $strGeneralRelationFeat = 'Genel ilişki özellikleri';
173 $strGo = 'Git';
174 $strGrants = 'Haklar';
175 $strGzip = '"gziplenmiş"';
177 $strHasBeenAltered = 'düzenlendi.';
178 $strHasBeenCreated = 'yaratıldı.';
179 $strHaveToShow = 'Görüntülemek için en az bir sütun seçmelisiniz';
180 $strHome = 'Ana Sayfa';
181 $strHomepageOfficial = 'phpMyAdmin Web Sayfası';
182 $strHomepageSourceforge = 'Sourceforge phpMyAdmin Yükleme Sayfası';
183 $strHost = 'Sunucu:';
184 $strHostEmpty = 'Sunucu ismi alanı doldurulmadı!';
186 $strIdxFulltext = 'Tüm metinler';
187 $strIfYouWish = 'Eğer bir tablo\'nun sadece bazı sütunlarını yüklemek istiyorsanız,virgüllerle ayrılmış bir alan listesi belirtiniz.';
188 $strIgnore = 'Yoksay';
189 $strInUse = 'kullanımda';
190 $strIndex = 'Index';
191 $strIndexHasBeenDropped = '%s index\'i silindi.';
192 $strIndexName = 'Index ismi :';
193 $strIndexType = 'Index tipi :';
194 $strIndexes = 'Index\'ler';
195 $strInsert = 'Ekle';
196 $strInsertAsNewRow = 'Yeni bir satır olarak ekle';
197 $strInsertNewRow = 'Yeni satır ekle';
198 $strInsertTextfiles = 'Tablo içine metin dosyası ekle';
199 $strInsertedRowId = 'Row id si eklendi:';
200 $strInsertedRows = 'Eklenen satırlar:';
201 $strInstructions = 'Talimatlar';
202 $strInvalidName = '"%s" sözcüğü kullanılamayan sözcük.Veritabanı/tablo/alan ismi olarak kullanamassınız, you can\'t use it as a database/table/field name.';
204 $strKeepPass = 'Şifreyi değiştirme';
205 $strKeyname = 'Anahtar ismi';
206 $strKill = 'Kapat';
208 $strLaTeXOptions = 'LaTeX seçenekleri';
209 $strLength = 'Boyut';
210 $strLengthSet = 'Boyut/Değerler*';
211 $strLimitNumRows = 'Sayfa ba&#351;&#305;na kay&#305;t say&#305;s&#305;';
212 $strLineFeed = 'Satır: \\n';
213 $strLines = 'Satırlar';
214 $strLinesTerminatedBy = 'Satır sonu';
215 $strLinkNotFound = 'Link bulunamadı';
216 $strLinksTo = 'Linkler->';
217 $strLocalhost = 'Local';
218 $strLocationTextfile = 'Dosyadan yükle';
219 $strLogPassword = '&#350;ifre:';
220 $strLogUsername = 'Kullan&#305;c&#305; Ad&#305;:';
221 $strLogin = 'Login';
222 $strLogout = 'Çıkış';
224 $strMissingBracket = 'Parantez eksik';
225 $strModifications = 'Değişiklikler kaydedildi';
226 $strModify = 'Değiştir';
227 $strModifyIndexTopic = 'Index düzenle';
228 $strMoveTable = 'Tabloyu (veritabanı<b>.</b>tablo) taşı:';
229 $strMoveTableOK = '%s tablosu %s üzerine taşındı.';
230 $strMoveTableSameNames = 'Tabloyu aynısına taşıyamıyor!';
231 $strMustSelectFile = 'Eklemek istediğiniz dosyayı seçmeniz gerekir.';
232 $strMySQLCharset = 'MySQL karakter seti';
233 $strMySQLReloaded = 'MySQL yeniden yüklendi.';
234 $strMySQLSaid = 'MySQL çıktısı: ';
235 $strMySQLServerProcess = ' MySQL %pma_s1% %pma_s2% üzerinde %pma_s3% olarak çalışıyor';
236 $strMySQLShowProcess = 'İşlemleri göster';
237 $strMySQLShowStatus = 'MySQL çalışma zamanı bilgisini göster';
238 $strMySQLShowVars = 'MySQL sistem değişkenlerini göster';
240 $strName = 'İsim';
241 $strNext = 'Sonraki';
242 $strNo = 'Hayır';
243 $strNoDatabases = 'Veritabanı yok';
244 $strNoDescription = 'Tanımlama yok';
245 $strNoDropDatabases = '"DROP DATABASE" cümlesi burada kullanılamaz.';
246 $strNoExplain = 'SQL açıklamasını yapma';
247 $strNoFrames = 'phpMyAdmin frame destekli bir taray&#305;c&#305; ile daha iyi çal&#305;&#351;maktad&#305;r...';
248 $strNoIndex = 'Index tan&#305;mlanmad&#305;!';
249 $strNoIndexPartsDefined = 'Index k&#305;sm&#305; tan&#305;mlanmad&#305;!';
250 $strNoModification = 'Değişiklik yok';
251 $strNoPassword = 'Şifre yok';
252 $strNoPermission = 'Web sunucusu %s dosyasını kaydetmek için izne sahip değil.';
253 $strNoPhp = ' PHP kodsuz';
254 $strNoPrivileges = 'Ayrıcalık yok';
255 $strNoQuery = 'SQL sorgusu yok!';
256 $strNoRights = 'Burada bulunmak için yeterli haklara sahip değilsiniz!';
257 $strNoSpace = '%s dosyasını kaydetmek için yeterli alan yok.';
258 $strNoTablesFound = 'Veritabanı\'nda tablo bulunamadı.';
259 $strNoUsersFound = 'Kullanıcı(lar) bulunamadı.';
260 $strNoValidateSQL = 'SQL doğrulamasını yapma';
261 $strNone = 'Hiçbiri';
262 $strNotNumber = 'Bu bir sayı değil!';
263 $strNotOK = 'Tamam değil';
264 $strNotSet = '<b>%s</b> tablosu bulunamadı veya %s içinde tanımlanmadı';
265 $strNotValidNumber = ' geçerli bir satır sayısı değil!';
266 $strNull = 'Boş';
267 $strNumSearchResultsInTable = '%s eşleşim : %s tablosu içinde';
268 $strNumSearchResultsTotal = 'Toplam: %s eşleşim';
270 $strOK = 'Tamam';
271 $strOftenQuotation = 'Sık kullanılan aktarma işaretleri.SEÇİME BAĞLI,sadece char ve varchar alanlarının "enclosed-by" karakteri ile çevreneleceği anlamına gelir..';
272 $strOperations = 'İşlemler';
273 $strOptimizeTable = 'Tabloyu optimize et';
274 $strOptionalControls = 'Özel karakterleri yazmak ve okumak için kontroller.Opsiyonel';
275 $strOptionally = 'Seçime Bağlı';
276 $strOptions = 'Seçenekler';
277 $strOr = 'veya';
278 $strOverhead = 'Kullan&#305;lamayan Veri';
279 $strOverwriteExisting = 'Mevcut dosyaların üzerine yaz!';
281 $strPHPVersion = 'PHP Sürümü';
282 $strPageNumber = 'Sayfa numarası:';
283 $strPaperSize = 'Kağıt boyu';
284 $strPartialText = 'Bölümsel Metinler';
285 $strPassword = 'Şifre';
286 $strPasswordEmpty = 'Şifre alanı doldurulmadı!';
287 $strPasswordNotSame = 'Girilen şifreler aynı değil!';
288 $strPdfDbSchema = ' "%s" veritabanının şeması - Sayfa %s';
289 $strPdfInvalidPageNum = 'Tanımlanmamış PDF sayfa numarası!';
290 $strPdfInvalidTblName = ' "%s" tablosu bulunamıyor !';
291 $strPhp = 'PHP kodu oluştur';
292 $strPmaDocumentation = 'phpMyAdmin yardım';
293 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt>\' nin değeri konfigurasyon dosyasının içinde verilmelidir!';
294 $strPos1 = 'Başlangıç';
295 $strPrevious = 'Önceki';
296 $strPrimary = 'Birincil';
297 $strPrimaryKey = 'Birincil anahtar';
298 $strPrimaryKeyHasBeenDropped = 'Birincil anahtar silindi';
299 $strPrimaryKeyName = 'PRIMARY KEY TEK olmal&#305;d&#305;r!';
300 $strPrimaryKeyWarning = '("PRIMARY" <b>sadece</b> bir anahtar&#305;n ismi <b>olmal&#305;d&#305;r!</b>)';
301 $strPrintView = 'Yazıcı görüntüsü';
302 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
303 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
304 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
305 $strPrivileges = 'Öncelikler';
306 $strProperties = 'Özellikler';
308 $strQBE = ' Sorgula';
309 $strQBEDel = 'Del';
310 $strQBEIns = 'Ins';
311 $strQueryOnDb = 'Veritabanı üzerinde SQL-sorgusu&nbsp;<b>%s</b>:';
312 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
313 $strQueryWindowLock = 'Pencere dışından bu sorgunun üzerine yazma';
315 $strReType = 'Yeniden gir';
316 $strRecords = 'Kayıtlar';
317 $strReferentialIntegrity = 'Referans bütünlüğünü kontrol et.';
318 $strRelationNotWorking = 'Bağlı tablolarla çalışmada kullanılan ekstra özellikler deaktif edildi...Niçin olduğunu öğrenmek için %sburaya%s tıklayınız...';
319 $strRelationView = 'İlişki görünümü';
320 $strRelations = 'İlişkiler';
321 $strReloadFailed = 'MySQL yeniden yüklenmesi gerçekleştirilemedi.';
322 $strReloadMySQL = 'MySQL\'i yeniden yükle';
323 $strRememberReload = 'Server\'ı yeniden yüklemeyi unutmayınız.';
324 $strRenameTable = 'Tablonun ismini şuna değiştir';
325 $strRenameTableOK = '%s tablosu %s olarak yeniden adlandırıldı';
326 $strRepairTable = 'Tablo\'yu onar';
327 $strReplace = 'Yerdeğiştir';
328 $strReplaceNULLBy = 'NULL u yerdeğiştir';
329 $strReplaceTable = 'Tablo verisini bir dosyadaki ile değiştir';
330 $strReset = 'Sıfırla';
331 $strRevoke = 'Geçersiz kıl';
332 $strRevokeGrant = 'Hak geçersiz kıl';
333 $strRevokeGrantMessage = '%s için Grant önceli&#287;ini kald&#305;rd&#305;n&#305;z';
334 $strRevokeMessage = '%s\'in önceliklerini kald&#305;rd&#305;n&#305;z';
335 $strRevokePriv = 'Ayrıcalıkları geçersiz kıl';
336 $strRowLength = 'Satır boyu';
337 $strRowSize = ' Satır boyutu ';
338 $strRows = 'Satır Sayısı';
339 $strRowsFrom = '(kayıt)başlayacağı kayıt :';
340 $strRowsModeHorizontal = 'yatay';
341 $strRowsModeOptions = '%s modunda ve %s hücre sonra ba&#351;l&#305;&#287;&#305; tekrarla';
342 $strRowsModeVertical = 'dikey';
343 $strRowsStatistic = 'Satır istatistiği';
344 $strRunQuery = 'Sorguyu çalıştır';
345 $strRunSQLQuery = '%s veritabanı üzerinde sorgu/sorgular çalıştır';
346 $strRunning = ': %s üzerinde çalışıyor...';
348 $strSQL = 'SQL';
349 $strSQLQuery = 'SQL-sorgusu';
350 $strSQLResult = 'SQL sonucu';
351 $strSave = 'Kaydet';
352 $strSaveOnServer = 'Sunucuda %s dizininin içinde kaydet';
353 $strScaleFactorSmall = 'Çarpan faktörü sayfadaki şema için çok küçük';
354 $strSearch = 'Ara';
355 $strSearchFormTitle = 'Veritabanında ara';
356 $strSearchInTables = 'Tablo(lar) içinde:';
357 $strSearchNeedle = 'Aranacak kelime veya değerler (joker: "%"):';
358 $strSearchOption1 = 'kelimelerin en azından biri';
359 $strSearchOption2 = 'bütün kelimeler';
360 $strSearchOption3 = 'tam eşleşim';
361 $strSearchOption4 = 'normal deyim gibi';
362 $strSearchResultsFor = ' "%s" %s için arama sonuçları:';
363 $strSearchType = 'Bul:';
364 $strSecretRequired = 'Ayar dosyası için gizli bir şifre gerekiyor (blowfish_secret).';
365 $strSelect = 'Seç';
366 $strSelectADb = ' Lütfen bir veritaban&#305; seçiniz';
367 $strSelectAll = 'Tümünü seç';
368 $strSelectFields = 'Alan seç (en az bir):';
369 $strSelectNumRows = 'sorgu içerisinde';
370 $strSelectTables = 'Tabloları seç';
371 $strSend = 'Dosya olarak kaydet';
372 $strServerChoice = 'Server seçimi';
373 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
374 $strServerVersion = 'Server sürümü';
375 $strSetEnumVal = 'Eğer alan tipi "enum" veya "set" ise , lütfen verileri şu formata göre giriniz: \'a\',\'b\',\'c\'...<br>Eğer bu değerler arasına backslash ("\") veya tek tırnak koymanız gerekirse ("\'"),bunun için backslash kullanın (mesela \'\\\\xyz\' veya \'a\\\'b\').';
376 $strShow = 'Göster:';
377 $strShowAll = 'Tümünü göster';
378 $strShowColor = 'Rengi göster';
379 $strShowCols = 'Bütün sütunları göster';
380 $strShowGrid = 'Izgarayı göster';
381 $strShowPHPInfo = 'PHP bilgisini göster';
382 $strShowTableDimension = 'Tabloların boyutlarını göster';
383 $strShowTables = 'Tabloları göster';
384 $strShowThisQuery = ' Bu sorguyu burda yine göster ';
385 $strShowingRecords = 'Kayıtları gösteriyor';
386 $strSingly = '(birer birer)';
387 $strSize = 'Boyut';
388 $strSort = 'Sırala';
389 $strSpaceUsage = 'Kullanılan alan';
390 $strSplitWordsWithSpace = 'Kelimeler bir boşluk karakteriyle bölünmüştür (" ").';
391 $strStatement = 'İfadeler';
392 $strStrucCSV = 'CSV verisi';
393 $strStrucData = 'Yapı ve Veri';
394 $strStrucDrop = '\'Drop table\' ekle';
395 $strStrucExcelCSV = 'MS Excel verisi için CSV';
396 $strStrucOnly = 'Sadece yapı';
397 $strStructPropose = 'Tablo yapısını ayarla(mysql,tablo yapısını optimize eder)';
398 $strStructure = 'Yapı';
399 $strSubmit = 'Onayla';
400 $strSuccess = 'SQL sorgunuz başarıyla çalıştırılmıştır';
401 $strSum = 'toplam';
403 $strTable = 'Tablo';
404 $strTableComments = 'Tablo yorumları';
405 $strTableEmpty = 'Tablo ismi boş!';
406 $strTableHasBeenDropped = '%s tablosu kaldırılmıştır';
407 $strTableHasBeenEmptied = '%s tablosu boşaltılmıştır';
408 $strTableHasBeenFlushed = '%s tablosu ba&#351;ar&#305;yla kapat&#305;lm&#305;&#351;t&#305;r.';
409 $strTableMaintenance = 'Tablo bakımı';
410 $strTableOptions = 'Tablo ayarları';
411 $strTableStructure = 'Tablo için tablo yapısı';
412 $strTableType = 'Tablo tipi';
413 $strTables = '%s tablo';
414 $strTextAreaLength = 'Boyutu nedeniyle,<br /> bu alan düzenlenmeyebilir ';
415 $strTheContent = 'Dosyanızın içeriği eklendi.';
416 $strTheContents = 'Dosyanın içeriği tablonun içeriğini aynı birincil veya unique anahtar değerli sütunlar için yer değiştirir..';
417 $strTheTerminator = 'Alan bitimini belirten işaret.';
418 $strToggleScratchboard = 'toggle scratchboard';
419 $strTotal = 'toplam';
420 $strType = 'Tip';
422 $strUncheckAll = 'Hiçbirisini Seçme';
423 $strUnique = 'Unique';
424 $strUnselectAll = 'Hiçbirisini seçme';
425 $strUpdatePrivMessage = '%s için olan ayrıcalıkları güncellediniz.';
426 $strUpdateProfile = 'Profil güncelle:';
427 $strUpdateProfileMessage = 'Profil güncellendi.';
428 $strUpdateQuery = 'Sorguyu güncelle';
429 $strUsage = 'Kullanım';
430 $strUseBackquotes = 'Tablo ve alan isimleri için ters tırnak " ` " işaretini kullan';
431 $strUseTables = 'Tabloları kullan';
432 $strUser = 'Kullanıcı:';
433 $strUserEmpty = 'Kullanıcı ismi alanı doldurulmadı!';
434 $strUserName = 'Kullanıcı ismi';
435 $strUsers = 'Kullanıcılar';
437 $strValidateSQL = 'SQL\'i doğrula';
438 $strValue = 'Değer';
439 $strViewDump = 'Tablo\'nun döküm(şema)\'ünü göster';
440 $strViewDumpDB = 'Veritabanı\'nın döküm(şema)\'ünü göster';
441 $strViewDumpDatabases = 'Veritabanlarının şemalarını (dump) gör';
443 $strWelcome = '%s \'e HOŞGELDİNİZ....';
444 $strWithChecked = 'seçilileri:';
445 $strWrongUser = 'Hatalı kullanıcı/parola. Erişim engellendi.';
447 $strYes = 'Evet';
449 $strZip = '"ziplenmiş"';
450 // To translate
451 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
453 $strAbortedClients = 'Aborted'; //to translate
454 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
455 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
456 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
457 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
458 $strAddedColumnComment = 'Added comment for column'; //to translate
459 $strAddedColumnRelation = 'Added relation for column'; //to translate
460 $strAdministration = 'Administration'; //to translate
461 $strAutodetect = 'Autodetect'; //to translate
462 $strAutomaticLayout = 'Automatic layout'; //to translate
464 $strBeginCut = 'BEGIN CUT'; //to translate
465 $strBeginRaw = 'BEGIN RAW'; //to translate
466 $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
468 $strCSVOptions = 'CSV options';//to translate
469 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
470 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
471 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
472 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
473 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
474 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
475 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
476 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
477 $strCharset = 'Charset'; //to translate
478 $strCheckPrivs = 'Check Privileges'; //to translate
479 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
480 $strColumnPrivileges = 'Column-specific privileges'; //to translate
481 $strCommand = 'Command'; //to translate
482 $strCompression = 'Compression'; //to translate
483 $strConnections = 'Connections'; //to translate
484 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
486 $strDBComment = 'Database comment: ';//to translate
487 $strDBGContext = 'Context'; //to translate
488 $strDBGContextID = 'Context ID'; //to translate
489 $strDBGHits = 'Hits'; //to translate
490 $strDBGLine = 'Line'; //to translate
491 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
492 $strDBGMinTimeMs = 'Min time, ms'; //to translate
493 $strDBGModule = 'Module'; //to translate
494 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
495 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
496 $strDataDict = 'Data Dictionary'; //to translate
497 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
498 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
499 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
500 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
501 $strDbPrivileges = 'Database-specific privileges'; //to translate
502 $strDbSpecific = 'database-specific'; //to translate
503 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
504 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
505 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
506 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
507 $strDeleting = 'Deleting %s'; //to translate
508 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
509 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
510 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
512 $strEndCut = 'END CUT'; //to translate
513 $strEndRaw = 'END RAW'; //to translate
515 $strFailedAttempts = 'Failed attempts'; //to translate
516 $strFileCouldNotBeRead = 'File could not be read'; //to translate
517 $strFileNameTemplate = 'File name template';//to translate
518 $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
519 $strFileNameTemplateRemember = 'remember template';//to translate
520 $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
522 $strGlobal = 'global'; //to translate
523 $strGlobalPrivileges = 'Global privileges'; //to translate
524 $strGlobalValue = 'Global value'; //to translate
525 $strGrantOption = 'Grant'; //to translate
527 $strId = 'ID'; //to translate
528 $strIgnoringFile = 'Ignoring file %s'; //to translate
529 $strImportDocSQL = 'Import docSQL Files'; //to translate
530 $strImportFiles = 'Import files'; //to translate
531 $strImportFinished = 'Import finished'; //to translate
532 $strInnodbStat = 'InnoDB Status'; //to translate
533 $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
535 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
536 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
537 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
539 $strLaTeX = 'LaTeX'; //to translate
540 $strLandscape = 'Landscape'; //to translate
541 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
542 $strLoadMethod = 'LOAD method'; //to translate
543 $strLoginInformation = 'Login Information'; //to translate
545 $strMIME_MIMEtype = 'MIME-type';//to translate
546 $strMIME_available_mime = 'Available MIME-types';//to translate
547 $strMIME_available_transform = 'Available transformations';//to translate
548 $strMIME_description = 'Description';//to translate
549 $strMIME_file = 'Filename';//to translate
550 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
551 $strMIME_transformation = 'Browser transformation';//to translate
552 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
553 $strMIME_transformation_options = 'Transformation options';//to translate
554 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
555 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
556 $strMoreStatusVars = 'More status variables'; //to translate
558 $strNoDatabasesSelected = 'No databases selected.'; //to translate
559 $strNoOptions = 'This format has no options';//to translate
560 $strNoUsersSelected = 'No users selected.'; //to translate
561 $strNumTables = 'Tables'; //to translate
563 $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
564 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
565 $strPdfNoTables = 'No tables'; //to translate
566 $strPerHour = 'per hour'; //to translate
567 $strPerMinute = 'per minute';//to translate
568 $strPerSecond = 'per second';//to translate
569 $strPortrait = 'Portrait'; //to translate
570 $strPrint = 'Print'; //to translate
571 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
572 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
573 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
574 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
575 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
576 $strPrivDescDelete = 'Allows deleting data.'; //to translate
577 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
578 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
579 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
580 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
581 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
582 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
583 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
584 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
585 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
586 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
587 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
588 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
589 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
590 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
591 $strPrivDescSelect = 'Allows reading data.'; //to translate
592 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
593 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
594 $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
595 $strPrivDescUpdate = 'Allows changing data.'; //to translate
596 $strPrivDescUsage = 'No privileges.'; //to translate
597 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
598 $strProcesslist = 'Process list'; //to translate
599 $strPutColNames = 'Put fields names at first row'; //to translate
601 $strQueryFrame = 'Query window';//to translate
602 $strQueryFrameDebug = 'Debugging information';//to translate
603 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
604 $strQuerySQLHistory = 'SQL-history';//to translate
605 $strQueryTime = 'Query took %01.4f sec';//to translate
606 $strQueryType = 'Query type'; //to translate
608 $strReceived = 'Received'; //to translate
609 $strRelationalSchema = 'Relational schema'; //to translate
610 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
611 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
612 $strResourceLimits = 'Resource limits'; //to translate
613 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
614 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
615 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
617 $strSQLOptions = 'SQL options';//to translate
618 $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
619 $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
620 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
621 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
622 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
623 $strSent = 'Sent'; //to translate
624 $strServer = 'Server %s'; //to translate
625 $strServerStatus = 'Runtime Information'; //to translate
626 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
627 $strServerTabProcesslist = 'Processes'; //to translate
628 $strServerTabVariables = 'Variables'; //to translate
629 $strServerVars = 'Server variables and settings'; //to translate
630 $strSessionValue = 'Session value'; //to translate
631 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
632 $strShowFullQueries = 'Show Full Queries'; //to translate
633 $strStatCheckTime = 'Last check';//to translate
634 $strStatCreateTime = 'Creation';//to translate
635 $strStatUpdateTime = 'Last update';//to translate
636 $strStatus = 'Status'; //to translate
637 $strSwitchToTable = 'Switch to copied table'; //to translate
639 $strTableOfContents = 'Table of contents'; //to translate
640 $strTblPrivileges = 'Table-specific privileges'; //to translate
641 $strThisHost = 'This Host'; //to translate
642 $strThisNotDirectory = 'This was not a directory'; //to translate
643 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
644 $strTime = 'Time'; //to translate
645 $strTotalUC = 'Total'; //to translate
646 $strTraffic = 'Traffic'; //to translate
647 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
648 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
649 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
650 $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
651 $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)';//to translate
652 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
653 $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.'; //to translate
654 $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.'; //to translate
655 $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: ...) .';//to translate
656 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
657 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
659 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
660 $strUseHostTable = 'Use Host Table'; //to translate
661 $strUseTextField = 'Use text field'; //to translate
662 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
663 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
664 $strUserOverview = 'User overview'; //to translate
665 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
666 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
668 $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
669 $strVar = 'Variable'; //to translate
671 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
672 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
673 $strWildcard = 'wildcard'; //to translate
674 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
675 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
677 $strXML = 'XML';//to translate
679 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate