This commit is contained in:
Marc Delisle
2002-01-22 17:51:37 +00:00
parent 00ee986efe
commit 2149186c4d
3 changed files with 14 additions and 15 deletions

View File

@@ -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<6E><74>n yksi):';
$strSelectNumRows = 'lauseessa';
@@ -349,6 +350,4 @@ $strYes = 'Kyll
$strZip = '"zip-pakattu"';
// To translate
$strSelectADb = 'Please select a database';
?>

View File

@@ -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
?>

View File

@@ -71,6 +71,7 @@ $strColumn = 'S
$strColumnNames = 'S<>tun adlar<61>';
$strCompleteInserts = 'Tamamlanm<6E><6D> eklemeler';
$strConfirm = 'A<>a<EFBFBD><61>daki komutu uygulamak istedi<64>inizden emin misiniz?';
$strCookiesRequired = 'Cookieler a<>&#305;k olmal&#305;d&#305;r.';
$strCopyTable = 'Tabloyu (veritaban<61><b>.</b>tablo) kopyala:';
$strCopyTableOK = '%s tablosu %s <20>zerine kopyaland<6E>.';
$strCreate = 'Git';
@@ -170,7 +171,10 @@ $strLineFeed = 'Sat
$strLines = 'Sat<61>rlar';
$strLinesTerminatedBy = 'Sat<61>r sonu';
$strLocationTextfile = 'Dosyadan y<>kle';
$strLogin = 'Login';
$strLogout = '<27><>k<EFBFBD><6B>';
$strLogPassword = '&#350;ifre:';
$strLogUsername = 'Kullan&#305;c&#305; Ad&#305;:';
$strModifications = 'De<44>i<EFBFBD>iklikler kaydedildi';
$strModify = 'De<44>i<EFBFBD>tir';
@@ -255,6 +259,9 @@ $strRowLength = 'Sat
$strRows = 'Sat<61>r Say<61>s<EFBFBD>';
$strRowsFrom = '(kay<61>t)ba<62>layaca<63><61> kay<61>t :';
$strRowSize = ' Sat<61>r boyutu ';
$strRowsModeHorizontal= 'yatay';
$strRowsModeOptions= '%s modunda ve %s h<>cre sonra ba&#351;l&#305;&#287;&#305; tekrarla';
$strRowsModeVertical= 'dikey';
$strRowsStatistic = 'Sat<61>r istatisti<74>i';
$strRunning = '-- <20>al<61><6C>t<EFBFBD><74><EFBFBD> ortam --) %s';
$strRunQuery = 'Sorguyu <20>al<61><6C>t<EFBFBD>r';
@@ -262,6 +269,8 @@ $strRunSQLQuery = '%s veritaban
$strSave = 'Kaydet';
$strSelect = 'Se<53>';
$strSelectADb = 'L<>tfen bir veritaban&#305; se<73>iniz';
$strSelectAll = 'T<>m<EFBFBD>n<EFBFBD> se<73>';
$strSelectFields = 'Alan se<73> (en az bir):';
$strSelectNumRows = 'sorgu i<>erisinde';
$strSend = 'Dosya olarak kaydet';
@@ -311,6 +320,7 @@ $strType = 'Tip';
$strUncheckAll = 'Hi<48>birisini Se<53>me';
$strUnique = 'Unique';
$strUnselectAll = 'Hi<48>birisini se<73>me';
$strUpdatePrivMessage = '%s i<>in olan ayr<79>cal<61>klar<61> g<>ncellediniz.';
$strUpdateProfile = 'Profil g<>ncelle:';
$strUpdateProfileMessage = 'Profil g<>ncellendi.';
@@ -336,14 +346,4 @@ $strYes = 'Evet';
$strZip = '"ziplenmi<6D>"';
// 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
?>