typo
[phpmyadmin/crack.git] / lang / turkish-utf-8.inc.php3
blob3e3144759d480cad1eea84275964045d6f0bf478
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 $strBulgarian = 'Bulgarca';
69 $strBzip = '"bzipped"';
71 $strCantLoadMySQL = 'mySQL uzantısını yükleyemiyor,<br />lütfen PHP ayarlarını kontrol ediniz.';
72 $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...';
73 $strCantRenameIdxToPrimary = 'Index\'i PRIMARY olarak adland&#305;r&#305;mazs&#305;n&#305;z!';
74 $strCantUseRecodeIconv = 'Uzantı raporları yüklenmişken , ne iconv ne libinconv ne de recode_string fonksiyonu kullanılamaz. Php ayarlarınızı kontrol ediniz.';
75 $strCardinality = 'En önemli';
76 $strCarriage = 'Enter Karakteri: \\r';
77 $strCaseInsensitive = 'büyük küçük harf duyarsız';
78 $strCaseSensitive = 'büyük küçük harf duyarlı';
79 $strChange = 'Değiştir';
80 $strChangeDisplay = 'Görmek istediğiniz alanı seçiniz';
81 $strChangePassword = 'Şifre Değiştir';
82 $strCharsetOfFile = 'Dosyanın karakter seti:';
83 $strCharsets = 'Karakter setleri';
84 $strCharsetsAndCollations = 'Karakter setleri ve karşılaştırmalar';
85 $strCheckAll = 'Tümünü seç';
86 $strCheckDbPriv = 'Veritabanı önceliklerini kontrol et';
87 $strCheckTable = 'Tabloyu kontrol et';
88 $strChoosePage = 'Lütfen düzenlemek istediğiniz sayfayı seçin';
89 $strColComFeat = 'Sütun yorumları gösteriliyor';
90 $strCollation = 'Karşılaştırma';
91 $strColumn = 'Sütun';
92 $strColumnNames = 'Sütun adları';
93 $strComments = 'Yorumlar';
94 $strCompleteInserts = 'Tamamlanmış eklemeler';
95 $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.';
96 $strConfigureTableCoord = ' Lütfen %s tablosu için koordinatları yapılandırınız';
97 $strConfirm = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz?';
98 $strCookiesRequired = 'Cookieler aç&#305;k olmal&#305;d&#305;r.';
99 $strCopyTable = 'Tabloyu (veritabanı<b>.</b>tablo) kopyala:';
100 $strCopyTableOK = '%s tablosu %s üzerine kopyalandı.';
101 $strCopyTableSameNames = 'Tabloyu aynısına kopyalayamıyor!';
102 $strCreate = 'Git';
103 $strCreateIndex = '%s sütununda yeni bir index olu&#351;tur';
104 $strCreateIndexTopic = 'Yeni bir index olu&#351;tur';
105 $strCreateNewDatabase = 'Yeni veritabanı oluştur';
106 $strCreateNewTable = '%s veritabanı üzerinde yeni bir tablo oluştur';
107 $strCreatePage = 'Yeni sayfa oluştur';
108 $strCreatePdfFeat = 'PDF\'lerin oluşturulması';
109 $strCriteria = 'Kriter';
110 $strCroatian = 'Hırvatça';
111 $strCzech = 'Çekçe';
113 $strDanish = 'Danimarkaca';
114 $strData = 'Veri';
115 $strDataOnly = 'Sadece veri';
116 $strDatabase = 'Veritabanı ';
117 $strDatabaseExportOptions = 'Veritabanı export ayarları';
118 $strDatabaseHasBeenDropped = '%s veritabanı kaldırıldı.';
119 $strDatabaseNoTable = 'Bu veritabanı tablo içermiyor!';
120 $strDatabaseWildcard = 'Veritabanı (* izin verili):';
121 $strDatabases = 'veritabanları';
122 $strDatabasesStats = 'Veritabanı istatistikleri';
123 $strDefault = 'Varsayılan';
124 $strDelete = 'Sil';
125 $strDeleteFailed = 'Silme sırasında hata oluştu!';
126 $strDeleteUserMessage = '%s kullanıcısını sildiniz.';
127 $strDeleted = 'Satır silindi.';
128 $strDeletedRows = 'Silinen satırlar:';
129 $strDescending = 'Azalan';
130 $strDescription = 'Tanımlama';
131 $strDictionary = 'sözlük';
132 $strDisabled = 'Etkin değil';
133 $strDisplay = 'Görüntüle';
134 $strDisplayFeat = 'Özellikleri Göster';
135 $strDisplayOrder = 'Görünüm düzeni:';
136 $strDisplayPDF = 'PDF şemasını göster';
137 $strDoAQuery = '"Örnekle sorgu" yap (joker: "%")';
138 $strDoYouReally = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz? ';
139 $strDocu = 'Yardım';
140 $strDrop = 'Kaldır';
141 $strDropDB = 'Veritabanı\'nı kaldır %s';
142 $strDropTable = 'Tablo\'yu kaldır';
143 $strDumpSaved = 'Dump dosyası %s dosyasına kaydedildi';
144 $strDumpXRows = ' %s satırdan başlayarak %s a kadar çıktı üret.';
145 $strDumpingData = 'Tablo döküm verisi';
146 $strDynamic = 'dinamik';
148 $strEdit = 'Düzenle';
149 $strEditPDFPages = ' PDF Sayfalarını düzenle';
150 $strEditPrivileges = 'Öncelikleri Düzenle';
151 $strEffective = 'Efektif';
152 $strEmpty = 'Boşalt';
153 $strEmptyResultSet = 'MySQL boş bir sonuc kümesi döndürdü ( sıfır satır).';
154 $strEnabled = 'Etkin';
155 $strEnd = 'Son';
156 $strEnglish = 'İngilizce';
157 $strEnglishPrivileges = ' Not: mySQL öncelik adları İngilizce olarak belirtilmiştir ';
158 $strError = 'Hata';
159 $strEstonian = 'Estonyaca';
160 $strExcelOptions = 'Excel ayarları';
161 $strExecuteBookmarked = 'İşaretlenmiş sorguyu çalıştır';
162 $strExplain = 'SQL\'i açıkla';
163 $strExport = 'Dönüştür';
164 $strExportToXML = 'XML formatına dönüştür';
165 $strExtendedInserts = 'Genişletilmiş eklemeler';
166 $strExtra = 'Ayrıca';
168 $strField = 'Alan';
169 $strFieldHasBeenDropped = '%s alanı kaldırılmıştır';
170 $strFields = 'Alanlar';
171 $strFieldsEmpty = ' Alan sayısı boş! ';
172 $strFieldsEnclosedBy = 'Alan ayırıcı işaret';//it does not seem well but just works
173 $strFieldsEscapedBy = 'Kaçış simgesi(özel işaretler için)';//it does not seem well but just works
174 $strFieldsTerminatedBy = 'Alan bitirici işaret';//it does not stand seem but just works
175 $strFileAlreadyExists = '%s dosyası zaten serverda mevcut, dosya adını değiştirin veya üzerine yaz seçeneğini seçin! ';
176 $strFixed = 'sabit';
177 $strFlushTable = 'Tabloyu kapat("FLUSH")';
178 $strFormEmpty = 'Form\'da eksik değer !';
179 $strFormat = 'Biçim';
180 $strFullText = 'Tüm metinler';
181 $strFunction = 'Fonksiyon';
183 $strGenBy = 'Oluşturuldu->:';
184 $strGenTime = 'Çıktı Tarihi';
185 $strGeneralRelationFeat = 'Genel ilişki özellikleri';
186 $strGerman = 'Almanca';
187 $strGo = 'Git';
188 $strGrants = 'Haklar';
189 $strGzip = '"gziplenmiş"';
191 $strHasBeenAltered = 'düzenlendi.';
192 $strHasBeenCreated = 'yaratıldı.';
193 $strHaveToShow = 'Görüntülemek için en az bir sütun seçmelisiniz';
194 $strHome = 'Ana Sayfa';
195 $strHomepageOfficial = 'phpMyAdmin Web Sayfası';
196 $strHomepageSourceforge = 'Sourceforge phpMyAdmin Yükleme Sayfası';
197 $strHost = 'Sunucu:';
198 $strHostEmpty = 'Sunucu ismi alanı doldurulmadı!';
199 $strHungarian = 'Macarca';
201 $strIdxFulltext = 'Tüm metinler';
202 $strIfYouWish = 'Eğer bir tablo\'nun sadece bazı sütunlarını yüklemek istiyorsanız,virgüllerle ayrılmış bir alan listesi belirtiniz.';
203 $strIgnore = 'Yoksay';
204 $strInUse = 'kullanımda';
205 $strIndex = 'Index';
206 $strIndexHasBeenDropped = '%s index\'i silindi.';
207 $strIndexName = 'Index ismi :';
208 $strIndexType = 'Index tipi :';
209 $strIndexes = 'Index\'ler';
210 $strInsert = 'Ekle';
211 $strInsertAsNewRow = 'Yeni bir satır olarak ekle';
212 $strInsertNewRow = 'Yeni satır ekle';
213 $strInsertTextfiles = 'Tablo içine metin dosyası ekle';
214 $strInsertedRowId = 'Row id si eklendi:';
215 $strInsertedRows = 'Eklenen satırlar:';
216 $strInstructions = 'Talimatlar';
217 $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.';
219 $strKeepPass = 'Şifreyi değiştirme';
220 $strKeyname = 'Anahtar ismi';
221 $strKill = 'Kapat';
223 $strLaTeXOptions = 'LaTeX seçenekleri';
224 $strLength = 'Boyut';
225 $strLengthSet = 'Boyut/Değerler*';
226 $strLimitNumRows = 'Sayfa ba&#351;&#305;na kay&#305;t say&#305;s&#305;';
227 $strLineFeed = 'Satır: \\n';
228 $strLines = 'Satırlar';
229 $strLinesTerminatedBy = 'Satır sonu';
230 $strLinkNotFound = 'Link bulunamadı';
231 $strLinksTo = 'Linkler->';
232 $strLithuanian = 'Litvanyaca';
233 $strLocalhost = 'Local';
234 $strLocationTextfile = 'Dosyadan yükle';
235 $strLogPassword = '&#350;ifre:';
236 $strLogUsername = 'Kullan&#305;c&#305; Ad&#305;:';
237 $strLogin = 'Login';
238 $strLogout = 'Çıkış';
240 $strMissingBracket = 'Parantez eksik';
241 $strModifications = 'Değişiklikler kaydedildi';
242 $strModify = 'Değiştir';
243 $strModifyIndexTopic = 'Index düzenle';
244 $strMoveTable = 'Tabloyu (veritabanı<b>.</b>tablo) taşı:';
245 $strMoveTableOK = '%s tablosu %s üzerine taşındı.';
246 $strMoveTableSameNames = 'Tabloyu aynısına taşıyamıyor!';
247 $strMultilingual = 'çoklu dil';
248 $strMustSelectFile = 'Eklemek istediğiniz dosyayı seçmeniz gerekir.';
249 $strMySQLCharset = 'MySQL karakter seti';
250 $strMySQLReloaded = 'MySQL yeniden yüklendi.';
251 $strMySQLSaid = 'MySQL çıktısı: ';
252 $strMySQLServerProcess = ' MySQL %pma_s1% %pma_s2% üzerinde %pma_s3% olarak çalışıyor';
253 $strMySQLShowProcess = 'İşlemleri göster';
254 $strMySQLShowStatus = 'MySQL çalışma zamanı bilgisini göster';
255 $strMySQLShowVars = 'MySQL sistem değişkenlerini göster';
257 $strName = 'İsim';
258 $strNext = 'Sonraki';
259 $strNo = 'Hayır';
260 $strNoDatabases = 'Veritabanı yok';
261 $strNoDescription = 'Tanımlama yok';
262 $strNoDropDatabases = '"DROP DATABASE" cümlesi burada kullanılamaz.';
263 $strNoExplain = 'SQL açıklamasını yapma';
264 $strNoFrames = 'phpMyAdmin frame destekli bir taray&#305;c&#305; ile daha iyi çal&#305;&#351;maktad&#305;r...';
265 $strNoIndex = 'Index tan&#305;mlanmad&#305;!';
266 $strNoIndexPartsDefined = 'Index k&#305;sm&#305; tan&#305;mlanmad&#305;!';
267 $strNoModification = 'Değişiklik yok';
268 $strNoPassword = 'Şifre yok';
269 $strNoPermission = 'Web sunucusu %s dosyasını kaydetmek için izne sahip değil.';
270 $strNoPhp = ' PHP kodsuz';
271 $strNoPrivileges = 'Ayrıcalık yok';
272 $strNoQuery = 'SQL sorgusu yok!';
273 $strNoRights = 'Burada bulunmak için yeterli haklara sahip değilsiniz!';
274 $strNoSpace = '%s dosyasını kaydetmek için yeterli alan yok.';
275 $strNoTablesFound = 'Veritabanı\'nda tablo bulunamadı.';
276 $strNoUsersFound = 'Kullanıcı(lar) bulunamadı.';
277 $strNoValidateSQL = 'SQL doğrulamasını yapma';
278 $strNone = 'Hiçbiri';
279 $strNotNumber = 'Bu bir sayı değil!';
280 $strNotOK = 'Tamam değil';
281 $strNotSet = '<b>%s</b> tablosu bulunamadı veya %s içinde tanımlanmadı';
282 $strNotValidNumber = ' geçerli bir satır sayısı değil!';
283 $strNull = 'Boş';
284 $strNumSearchResultsInTable = '%s eşleşim : %s tablosu içinde';
285 $strNumSearchResultsTotal = 'Toplam: %s eşleşim';
287 $strOK = 'Tamam';
288 $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..';
289 $strOperations = 'İşlemler';
290 $strOptimizeTable = 'Tabloyu optimize et';
291 $strOptionalControls = 'Özel karakterleri yazmak ve okumak için kontroller.Opsiyonel';
292 $strOptionally = 'Seçime Bağlı';
293 $strOptions = 'Seçenekler';
294 $strOr = 'veya';
295 $strOverhead = 'Kullan&#305;lamayan Veri';
296 $strOverwriteExisting = 'Mevcut dosyaların üzerine yaz!';
298 $strPHPVersion = 'PHP Sürümü';
299 $strPageNumber = 'Sayfa numarası:';
300 $strPaperSize = 'Kağıt boyu';
301 $strPartialText = 'Bölümsel Metinler';
302 $strPassword = 'Şifre';
303 $strPasswordEmpty = 'Şifre alanı doldurulmadı!';
304 $strPasswordNotSame = 'Girilen şifreler aynı değil!';
305 $strPdfDbSchema = ' "%s" veritabanının şeması - Sayfa %s';
306 $strPdfInvalidPageNum = 'Tanımlanmamış PDF sayfa numarası!';
307 $strPdfInvalidTblName = ' "%s" tablosu bulunamıyor !';
308 $strPhoneBook = 'telefon defteri';
309 $strPhp = 'PHP kodu oluştur';
310 $strPmaDocumentation = 'phpMyAdmin yardım';
311 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt>\' nin değeri konfigurasyon dosyasının içinde verilmelidir!';
312 $strPos1 = 'Başlangıç';
313 $strPrevious = 'Önceki';
314 $strPrimary = 'Birincil';
315 $strPrimaryKey = 'Birincil anahtar';
316 $strPrimaryKeyHasBeenDropped = 'Birincil anahtar silindi';
317 $strPrimaryKeyName = 'PRIMARY KEY TEK olmal&#305;d&#305;r!';
318 $strPrimaryKeyWarning = '("PRIMARY" <b>sadece</b> bir anahtar&#305;n ismi <b>olmal&#305;d&#305;r!</b>)';
319 $strPrintView = 'Yazıcı görüntüsü';
320 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
321 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
322 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
323 $strPrivileges = 'Öncelikler';
324 $strProperties = 'Özellikler';
326 $strQBE = ' Sorgula';
327 $strQBEDel = 'Del';
328 $strQBEIns = 'Ins';
329 $strQueryOnDb = 'Veritabanı üzerinde SQL-sorgusu&nbsp;<b>%s</b>:';
330 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
331 $strQueryWindowLock = 'Pencere dışından bu sorgunun üzerine yazma';
333 $strReType = 'Yeniden gir';
334 $strRecords = 'Kayıtlar';
335 $strReferentialIntegrity = 'Referans bütünlüğünü kontrol et.';
336 $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...';
337 $strRelationView = 'İlişki görünümü';
338 $strRelations = 'İlişkiler';
339 $strReloadFailed = 'MySQL yeniden yüklenmesi gerçekleştirilemedi.';
340 $strReloadMySQL = 'MySQL\'i yeniden yükle';
341 $strRememberReload = 'Server\'ı yeniden yüklemeyi unutmayınız.';
342 $strRenameTable = 'Tablonun ismini şuna değiştir';
343 $strRenameTableOK = '%s tablosu %s olarak yeniden adlandırıldı';
344 $strRepairTable = 'Tablo\'yu onar';
345 $strReplace = 'Yerdeğiştir';
346 $strReplaceNULLBy = 'NULL u yerdeğiştir';
347 $strReplaceTable = 'Tablo verisini bir dosyadaki ile değiştir';
348 $strReset = 'Sıfırla';
349 $strRevoke = 'Geçersiz kıl';
350 $strRevokeGrant = 'Hak geçersiz kıl';
351 $strRevokeGrantMessage = '%s için Grant önceli&#287;ini kald&#305;rd&#305;n&#305;z';
352 $strRevokeMessage = '%s\'in önceliklerini kald&#305;rd&#305;n&#305;z';
353 $strRevokePriv = 'Ayrıcalıkları geçersiz kıl';
354 $strRowLength = 'Satır boyu';
355 $strRowSize = ' Satır boyutu ';
356 $strRows = 'Satır Sayısı';
357 $strRowsFrom = '(kayıt)başlayacağı kayıt :';
358 $strRowsModeHorizontal = 'yatay';
359 $strRowsModeOptions = '%s modunda ve %s hücre sonra ba&#351;l&#305;&#287;&#305; tekrarla';
360 $strRowsModeVertical = 'dikey';
361 $strRowsStatistic = 'Satır istatistiği';
362 $strRunQuery = 'Sorguyu çalıştır';
363 $strRunSQLQuery = '%s veritabanı üzerinde sorgu/sorgular çalıştır';
364 $strRunning = ': %s üzerinde çalışıyor...';
366 $strSQL = 'SQL';
367 $strSQLQuery = 'SQL-sorgusu';
368 $strSQLResult = 'SQL sonucu';
369 $strSave = 'Kaydet';
370 $strSaveOnServer = 'Sunucuda %s dizininin içinde kaydet';
371 $strScaleFactorSmall = 'Çarpan faktörü sayfadaki şema için çok küçük';
372 $strSearch = 'Ara';
373 $strSearchFormTitle = 'Veritabanında ara';
374 $strSearchInTables = 'Tablo(lar) içinde:';
375 $strSearchNeedle = 'Aranacak kelime veya değerler (joker: "%"):';
376 $strSearchOption1 = 'kelimelerin en azından biri';
377 $strSearchOption2 = 'bütün kelimeler';
378 $strSearchOption3 = 'tam eşleşim';
379 $strSearchOption4 = 'normal deyim gibi';
380 $strSearchResultsFor = ' "%s" %s için arama sonuçları:';
381 $strSearchType = 'Bul:';
382 $strSecretRequired = 'Ayar dosyası için gizli bir şifre gerekiyor (blowfish_secret).';
383 $strSelect = 'Seç';
384 $strSelectADb = ' Lütfen bir veritaban&#305; seçiniz';
385 $strSelectAll = 'Tümünü seç';
386 $strSelectFields = 'Alan seç (en az bir):';
387 $strSelectNumRows = 'sorgu içerisinde';
388 $strSelectTables = 'Tabloları seç';
389 $strSend = 'Dosya olarak kaydet';
390 $strServerChoice = 'Server seçimi';
391 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
392 $strServerVersion = 'Server sürümü';
393 $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\').';
394 $strShow = 'Göster:';
395 $strShowAll = 'Tümünü göster';
396 $strShowColor = 'Rengi göster';
397 $strShowCols = 'Bütün sütunları göster';
398 $strShowGrid = 'Izgarayı göster';
399 $strShowPHPInfo = 'PHP bilgisini göster';
400 $strShowTableDimension = 'Tabloların boyutlarını göster';
401 $strShowTables = 'Tabloları göster';
402 $strShowThisQuery = ' Bu sorguyu burda yine göster ';
403 $strShowingRecords = 'Kayıtları gösteriyor';
404 $strSingly = '(birer birer)';
405 $strSize = 'Boyut';
406 $strSort = 'Sırala';
407 $strSpaceUsage = 'Kullanılan alan';
408 $strSplitWordsWithSpace = 'Kelimeler bir boşluk karakteriyle bölünmüştür (" ").';
409 $strStatement = 'İfadeler';
410 $strStrucCSV = 'CSV verisi';
411 $strStrucData = 'Yapı ve Veri';
412 $strStrucDrop = '\'Drop table\' ekle';
413 $strStrucExcelCSV = 'MS Excel verisi için CSV';
414 $strStrucOnly = 'Sadece yapı';
415 $strStructPropose = 'Tablo yapısını ayarla(mysql,tablo yapısını optimize eder)';
416 $strStructure = 'Yapı';
417 $strSubmit = 'Onayla';
418 $strSuccess = 'SQL sorgunuz başarıyla çalıştırılmıştır';
419 $strSum = 'toplam';
420 $strSwedish = 'İsveçce';
422 $strTable = 'Tablo';
423 $strTableComments = 'Tablo yorumları';
424 $strTableEmpty = 'Tablo ismi boş!';
425 $strTableHasBeenDropped = '%s tablosu kaldırılmıştır';
426 $strTableHasBeenEmptied = '%s tablosu boşaltılmıştır';
427 $strTableHasBeenFlushed = '%s tablosu ba&#351;ar&#305;yla kapat&#305;lm&#305;&#351;t&#305;r.';
428 $strTableMaintenance = 'Tablo bakımı';
429 $strTableOptions = 'Tablo ayarları';
430 $strTableStructure = 'Tablo için tablo yapısı';
431 $strTableType = 'Tablo tipi';
432 $strTables = '%s tablo';
433 $strTextAreaLength = 'Boyutu nedeniyle,<br /> bu alan düzenlenmeyebilir ';
434 $strTheContent = 'Dosyanızın içeriği eklendi.';
435 $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..';
436 $strTheTerminator = 'Alan bitimini belirten işaret.';
437 $strToggleScratchboard = 'toggle scratchboard';
438 $strTotal = 'toplam';
439 $strTurkish = 'Türkçe';
440 $strType = 'Tip';
442 $strUkrainian = 'Ukraynaca';
443 $strUncheckAll = 'Hiçbirisini Seçme';
444 $strUnique = 'Unique';
445 $strUnselectAll = 'Hiçbirisini seçme';
446 $strUpdatePrivMessage = '%s için olan ayrıcalıkları güncellediniz.';
447 $strUpdateProfile = 'Profil güncelle:';
448 $strUpdateProfileMessage = 'Profil güncellendi.';
449 $strUpdateQuery = 'Sorguyu güncelle';
450 $strUsage = 'Kullanım';
451 $strUseBackquotes = 'Tablo ve alan isimleri için ters tırnak " ` " işaretini kullan';
452 $strUseTables = 'Tabloları kullan';
453 $strUser = 'Kullanıcı:';
454 $strUserEmpty = 'Kullanıcı ismi alanı doldurulmadı!';
455 $strUserName = 'Kullanıcı ismi';
456 $strUsers = 'Kullanıcılar';
458 $strValidateSQL = 'SQL\'i doğrula';
459 $strValue = 'Değer';
460 $strViewDump = 'Tablo\'nun döküm(şema)\'ünü göster';
461 $strViewDumpDB = 'Veritabanı\'nın döküm(şema)\'ünü göster';
462 $strViewDumpDatabases = 'Veritabanlarının şemalarını (dump) gör';
464 $strWelcome = '%s \'e HOŞGELDİNİZ....';
465 $strWithChecked = 'seçilileri:';
466 $strWrongUser = 'Hatalı kullanıcı/parola. Erişim engellendi.';
468 $strYes = 'Evet';
470 $strZip = '"ziplenmiş"';
471 // To translate
472 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
474 $strAbortedClients = 'Aborted'; //to translate
475 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
476 $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
477 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
478 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
479 $strAddedColumnComment = 'Added comment for column'; //to translate
480 $strAddedColumnRelation = 'Added relation for column'; //to translate
481 $strAdministration = 'Administration'; //to translate
482 $strArabic = 'Arabic'; //to translate
483 $strArmenian = 'Armenian'; //to translate
484 $strAutodetect = 'Autodetect'; //to translate
485 $strAutomaticLayout = 'Automatic layout'; //to translate
487 $strBaltic = 'Baltic'; //to translate
488 $strBeginCut = 'BEGIN CUT'; //to translate
489 $strBeginRaw = 'BEGIN RAW'; //to translate
490 $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
492 $strCSVOptions = 'CSV options';//to translate
493 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
494 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
495 $strCentralEuropean = 'Central European'; //to translate
496 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
497 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
498 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
499 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
500 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
501 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
502 $strCharset = 'Charset'; //to translate
503 $strCheckPrivs = 'Check Privileges'; //to translate
504 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
505 $strColumnPrivileges = 'Column-specific privileges'; //to translate
506 $strCommand = 'Command'; //to translate
507 $strCompression = 'Compression'; //to translate
508 $strConnections = 'Connections'; //to translate
509 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
510 $strCyrillic = 'Cyrillic'; //to translate
512 $strDBComment = 'Database comment: ';//to translate
513 $strDBGContext = 'Context'; //to translate
514 $strDBGContextID = 'Context ID'; //to translate
515 $strDBGHits = 'Hits'; //to translate
516 $strDBGLine = 'Line'; //to translate
517 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
518 $strDBGMinTimeMs = 'Min time, ms'; //to translate
519 $strDBGModule = 'Module'; //to translate
520 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
521 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
522 $strDataDict = 'Data Dictionary'; //to translate
523 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
524 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
525 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
526 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
527 $strDbPrivileges = 'Database-specific privileges'; //to translate
528 $strDbSpecific = 'database-specific'; //to translate
529 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
530 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
531 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
532 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
533 $strDeleting = 'Deleting %s'; //to translate
534 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
535 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
536 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
538 $strEndCut = 'END CUT'; //to translate
539 $strEndRaw = 'END RAW'; //to translate
541 $strFailedAttempts = 'Failed attempts'; //to translate
542 $strFileCouldNotBeRead = 'File could not be read'; //to translate
543 $strFileNameTemplate = 'File name template';//to translate
544 $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
545 $strFileNameTemplateRemember = 'remember template';//to translate
546 $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
548 $strGlobal = 'global'; //to translate
549 $strGlobalPrivileges = 'Global privileges'; //to translate
550 $strGlobalValue = 'Global value'; //to translate
551 $strGrantOption = 'Grant'; //to translate
552 $strGreek = 'Greek'; //to translate
554 $strHebrew = 'Hebrew'; //to translate
556 $strId = 'ID'; //to translate
557 $strIgnoringFile = 'Ignoring file %s'; //to translate
558 $strImportDocSQL = 'Import docSQL Files'; //to translate
559 $strImportFiles = 'Import files'; //to translate
560 $strImportFinished = 'Import finished'; //to translate
561 $strInnodbStat = 'InnoDB Status'; //to translate
562 $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
564 $strJapanese = 'Japanese'; //to translate
565 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
566 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
567 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
569 $strKorean = 'Korean'; //to translate
571 $strLaTeX = 'LaTeX'; //to translate
572 $strLandscape = 'Landscape'; //to translate
573 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.'; //to translate
574 $strLoadMethod = 'LOAD method'; //to translate
575 $strLoginInformation = 'Login Information'; //to translate
577 $strMIME_MIMEtype = 'MIME-type';//to translate
578 $strMIME_available_mime = 'Available MIME-types';//to translate
579 $strMIME_available_transform = 'Available transformations';//to translate
580 $strMIME_description = 'Description';//to translate
581 $strMIME_file = 'Filename';//to translate
582 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
583 $strMIME_transformation = 'Browser transformation';//to translate
584 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
585 $strMIME_transformation_options = 'Transformation options';//to translate
586 $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
587 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
588 $strMoreStatusVars = 'More status variables'; //to translate
590 $strNoDatabasesSelected = 'No databases selected.'; //to translate
591 $strNoOptions = 'This format has no options';//to translate
592 $strNoUsersSelected = 'No users selected.'; //to translate
593 $strNumTables = 'Tables'; //to translate
595 $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
596 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
597 $strPdfNoTables = 'No tables'; //to translate
598 $strPerHour = 'per hour'; //to translate
599 $strPerMinute = 'per minute';//to translate
600 $strPerSecond = 'per second';//to translate
601 $strPortrait = 'Portrait'; //to translate
602 $strPrint = 'Print'; //to translate
603 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
604 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
605 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
606 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
607 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
608 $strPrivDescDelete = 'Allows deleting data.'; //to translate
609 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
610 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
611 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
612 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
613 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
614 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
615 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
616 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
617 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
618 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
619 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
620 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
621 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
622 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
623 $strPrivDescSelect = 'Allows reading data.'; //to translate
624 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
625 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
626 $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
627 $strPrivDescUpdate = 'Allows changing data.'; //to translate
628 $strPrivDescUsage = 'No privileges.'; //to translate
629 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
630 $strProcesslist = 'Process list'; //to translate
631 $strPutColNames = 'Put fields names at first row'; //to translate
633 $strQueryFrame = 'Query window';//to translate
634 $strQueryFrameDebug = 'Debugging information';//to translate
635 $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
636 $strQuerySQLHistory = 'SQL-history';//to translate
637 $strQueryTime = 'Query took %01.4f sec';//to translate
638 $strQueryType = 'Query type'; //to translate
640 $strReceived = 'Received'; //to translate
641 $strRelationalSchema = 'Relational schema'; //to translate
642 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
643 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
644 $strResourceLimits = 'Resource limits'; //to translate
645 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
646 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
647 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
648 $strRussian = 'Russian'; //to translate
650 $strSQLOptions = 'SQL options';//to translate
651 $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
652 $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
653 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
654 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
655 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
656 $strSent = 'Sent'; //to translate
657 $strServer = 'Server %s'; //to translate
658 $strServerStatus = 'Runtime Information'; //to translate
659 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
660 $strServerTabProcesslist = 'Processes'; //to translate
661 $strServerTabVariables = 'Variables'; //to translate
662 $strServerVars = 'Server variables and settings'; //to translate
663 $strSessionValue = 'Session value'; //to translate
664 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
665 $strShowFullQueries = 'Show Full Queries'; //to translate
666 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
667 $strStatCheckTime = 'Last check';//to translate
668 $strStatCreateTime = 'Creation';//to translate
669 $strStatUpdateTime = 'Last update';//to translate
670 $strStatus = 'Status'; //to translate
671 $strSwitchToTable = 'Switch to copied table'; //to translate
673 $strTableOfContents = 'Table of contents'; //to translate
674 $strTblPrivileges = 'Table-specific privileges'; //to translate
675 $strThai = 'Thai'; //to translate
676 $strThisHost = 'This Host'; //to translate
677 $strThisNotDirectory = 'This was not a directory'; //to translate
678 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
679 $strTime = 'Time'; //to translate
680 $strTotalUC = 'Total'; //to translate
681 $strTraditionalChinese = 'Traditional Chinese'; //to translate
682 $strTraffic = 'Traffic'; //to translate
683 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
684 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
685 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
686 $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
687 $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
688 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
689 $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
690 $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
691 $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
692 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
693 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
695 $strUnicode = 'Unicode'; //to translate
696 $strUnknown = 'unknown'; //to translate
697 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
698 $strUseHostTable = 'Use Host Table'; //to translate
699 $strUseTextField = 'Use text field'; //to translate
700 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
701 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
702 $strUserOverview = 'User overview'; //to translate
703 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
704 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
706 $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
707 $strVar = 'Variable'; //to translate
709 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
710 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
711 $strWestEuropean = 'West European'; //to translate
712 $strWildcard = 'wildcard'; //to translate
713 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
714 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
716 $strXML = 'XML';//to translate
718 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate