From ec9a83ad05946c9672bd4f7e1fcf87320cf1ace4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 20 Oct 2001 13:48:03 +0000 Subject: [PATCH] update --- lang/turkish.inc.php3 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lang/turkish.inc.php3 b/lang/turkish.inc.php3 index 6283cfe830..a7283537b0 100644 --- a/lang/turkish.inc.php3 +++ b/lang/turkish.inc.php3 @@ -61,7 +61,6 @@ $strCheckAll = 'T $strCheckDbPriv = 'Veritabanı önceliklerini kontrol et'; $strCheckTable = 'Tabloyu kontrol et'; $strColumn = 'Sütun'; -$strColumnEmpty = 'Sütun adları boş!'; $strColumnNames = 'Sütun adları'; $strCompleteInserts = 'Tamamlanmış eklemeler'; $strConfirm = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz?'; @@ -78,7 +77,6 @@ $strDatabaseHasBeenDropped = '%s veritaban $strDatabases = 'veritabanları'; $strDatabasesStats = 'Veritabanı istatistikleri'; $strDataOnly = 'Sadece veri'; -$strDbEmpty = 'Veri tabanı ismi boş!'; $strDefault = 'Varsayılan'; $strDelete = 'Sil'; $strDeleted = 'Satır silindi.'; @@ -116,6 +114,7 @@ $strFieldsEnclosedBy = 'Alan ay $strFieldsEscapedBy = 'Kaçış simgesi(özel işaretler için)';//it does not seem well but just works $strFieldsTerminatedBy = 'Alan bitirici işaret';//it does not stand seem but just works $strFixed = 'sabit'; +$strFlushTable = 'Flush the table ("FLUSH")'; //to translate $strFormat = 'Biçim'; $strFormEmpty = 'Form\'da eksik değer !'; $strFullText = 'Tüm metinler'; @@ -142,7 +141,6 @@ $strIndexes = 'Index\'ler'; $strInsert = 'Ekle'; $strInsertAsNewRow = 'Yeni bir satır olarak ekle'; $strInsertedRows = 'Eklenen satırlar:'; -$strInsertIntoTable = 'Tablo içerisine ekle'; $strInsertNewRow = 'Yeni satır ekle'; $strInsertTextfiles = 'Tablo içine metin dosyası ekle'; $strInstructions = 'Talimatlar'; @@ -210,10 +208,8 @@ $strPrevious = ' $strPrimary = 'Birincil'; $strPrimaryKey = 'Birincil anahtar'; $strPrimaryKeyHasBeenDropped = 'Birincil anahtar silindi'; -$strPrinterFriendly = 'Yukarıdaki tablonun yazıcı çıktısı'; $strPrintView = 'Yazıcı görüntüsü'; $strPrivileges = 'Öncelikler'; -$strProducedAnError = 'hata oluşturdu.'; $strProperties = 'Özellikler'; $strQBE = 'Örnekle sorgula'; @@ -221,7 +217,6 @@ $strQBEDel = 'Del'; $strQBEIns = 'Ins'; $strQueryOnDb = 'Veritabanı üzerinde SQL-sorgusu '; -$strReadTheDocs = 'Belgeleri oku'; $strRecords = 'Kayıtlar'; $strReloadFailed = 'MySQL yeniden yüklenmesi gerçekleştirilemedi.'; $strReloadMySQL = 'MySQL\'i yeniden yükle'; @@ -285,6 +280,7 @@ $strTableComments = 'Tablo yorumlar $strTableEmpty = 'Tablo ismi boş!'; $strTableHasBeenDropped = '%s tablosu kaldırılmıştır'; $strTableHasBeenEmptied = '%s tablosu boşaltılmıştır'; +$strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate $strTableMaintenance = 'Tablo bakımı'; $strTables = '%s tablo'; $strTableStructure = 'Tablo için tablo yapısı';