updates
This commit is contained in:
parent
00ee986efe
commit
2149186c4d
@ -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';
|
||||
|
||||
?>
|
||||
|
||||
@ -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
|
||||
?>
|
||||
|
||||
@ -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ı<b>.</b>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
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user