From 2149186c4d19d295a35635b0b3e608066b9f5dde Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 22 Jan 2002 17:51:37 +0000 Subject: [PATCH] updates --- lang/finnish.inc.php3 | 3 +-- lang/romanian.inc.php3 | 6 +++--- lang/turkish.inc.php3 | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/lang/finnish.inc.php3 b/lang/finnish.inc.php3 index b828b40bc..e9ec3cd79 100644 --- a/lang/finnish.inc.php3 +++ b/lang/finnish.inc.php3 @@ -273,6 +273,7 @@ $strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s'; $strSave = 'Tallenna'; $strSelect = 'Hae'; +$strSelectADb = 'Valitse tietokanta'; $strSelectAll = 'Valitse kaikki'; $strSelectFields = 'Valitse sarakkeet (vähintään yksi):'; $strSelectNumRows = 'lauseessa'; @@ -349,6 +350,4 @@ $strYes = 'Kyll $strZip = '"zip-pakattu"'; // To translate -$strSelectADb = 'Please select a database'; - ?> diff --git a/lang/romanian.inc.php3 b/lang/romanian.inc.php3 index 6f9d4dbe4..5094e1672 100644 --- a/lang/romanian.inc.php3 +++ b/lang/romanian.inc.php3 @@ -269,6 +269,8 @@ $strRunSQLQuery = 'Run SQL query/queries pe baza de date %s'; $strSave = 'Salveaza'; $strSelect = 'Selecteaza'; +$strSelectADb = 'Selectati baza de date'; +$strSelectAll = 'Selecteaza tot'; $strSelectFields = 'Selecteaza campurile (cel putin unul):'; $strSelectNumRows = 'in comanda (in query)'; $strSend = 'Trimite'; @@ -318,6 +320,7 @@ $strType = 'Tip'; $strUncheckAll = 'Deselecteaza toate'; $strUnique = 'Unic'; +$strUnselectAll = 'Deselecteaza tot'; $strUpdatePrivMessage = 'Ati actualizat privilegiile pentru %s.'; $strUpdateProfile = 'Actualizarea profilului:'; $strUpdateProfileMessage = 'Profilul a fost actualizat.'; @@ -343,7 +346,4 @@ $strYes = 'Da'; $strZip = '"zipped"'; // To translate -$strSelectADb = 'Please select a database'; -$strSelectAll = 'Select All'; //to translate -$strUnselectAll = 'Unselect All'; //to translate ?> diff --git a/lang/turkish.inc.php3 b/lang/turkish.inc.php3 index 2b1e1bac4..e942255b6 100644 --- a/lang/turkish.inc.php3 +++ b/lang/turkish.inc.php3 @@ -71,6 +71,7 @@ $strColumn = 'S $strColumnNames = 'Sütun adları'; $strCompleteInserts = 'Tamamlanmış eklemeler'; $strConfirm = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz?'; +$strCookiesRequired = 'Cookieler açık olmalıdır.'; $strCopyTable = 'Tabloyu (veritabanı.tablo) kopyala:'; $strCopyTableOK = '%s tablosu %s üzerine kopyalandı.'; $strCreate = 'Git'; @@ -170,7 +171,10 @@ $strLineFeed = 'Sat $strLines = 'Satırlar'; $strLinesTerminatedBy = 'Satır sonu'; $strLocationTextfile = 'Dosyadan yükle'; +$strLogin = 'Login'; $strLogout = 'Çıkış'; +$strLogPassword = 'Şifre:'; +$strLogUsername = 'Kullanıcı Adı:'; $strModifications = 'Değişiklikler kaydedildi'; $strModify = 'Değiştir'; @@ -255,6 +259,9 @@ $strRowLength = 'Sat $strRows = 'Satır Sayısı'; $strRowsFrom = '(kayıt)başlayacağı kayıt :'; $strRowSize = ' Satır boyutu '; +$strRowsModeHorizontal= 'yatay'; +$strRowsModeOptions= '%s modunda ve %s hücre sonra başlığı tekrarla'; +$strRowsModeVertical= 'dikey'; $strRowsStatistic = 'Satır istatistiği'; $strRunning = '-- çalıştığı ortam --) %s'; $strRunQuery = 'Sorguyu çalıştır'; @@ -262,6 +269,8 @@ $strRunSQLQuery = '%s veritaban $strSave = 'Kaydet'; $strSelect = 'Seç'; +$strSelectADb = 'Lütfen bir veritabanı seçiniz'; +$strSelectAll = 'Tümünü seç'; $strSelectFields = 'Alan seç (en az bir):'; $strSelectNumRows = 'sorgu içerisinde'; $strSend = 'Dosya olarak kaydet'; @@ -311,6 +320,7 @@ $strType = 'Tip'; $strUncheckAll = 'Hiçbirisini Seçme'; $strUnique = 'Unique'; +$strUnselectAll = 'Hiçbirisini seçme'; $strUpdatePrivMessage = '%s için olan ayrıcalıkları güncellediniz.'; $strUpdateProfile = 'Profil güncelle:'; $strUpdateProfileMessage = 'Profil güncellendi.'; @@ -336,14 +346,4 @@ $strYes = 'Evet'; $strZip = '"ziplenmiş"'; // To translate -$strCookiesRequired = 'Cookies must be enabled past this point.'; -$strLogin = 'Login'; -$strLogPassword = 'Password:'; -$strLogUsername = 'Username:'; -$strRowsModeHorizontal = 'horizontal'; //to translate -$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate -$strRowsModeVertical = 'vertical'; //to translate -$strSelectADb = 'Please select a database'; -$strSelectAll = 'Select All'; //to translate -$strUnselectAll = 'Unselect All'; //to translate ?>