Documentation TYPO3 par Ameos |
00001 <?php 00002 /* $Id: azerbaijani-iso-8859-9.inc.php,v 2.76 2005/08/18 20:47:08 lem9 Exp $ */ 00003 00004 // tercümedeki eksiklerimi ve ya sehv olduğunu düşündüyünüz yerleri shehriyari@trcomm.net adresine göndere bilersiniz... 00005 // Şehriyar İmanov 30 Avqust 2003... Shehi 00006 00007 $charset = 'iso-8859-9'; 00008 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left) 00009 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; 00010 $right_font_family = 'arial, helvetica, geneva, sans-serif'; 00011 $number_thousands_separator = ','; 00012 $number_decimal_separator = '.'; 00013 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa 00014 $byteUnits = array('Bayt', 'KB', 'MB', 'QB', 'TB', 'PB', 'EB'); 00015 00016 $day_of_week = array('Baz', 'Baz Ert', 'Çerş Axş', 'Çerş', 'Cüme Axş', 'Cüme', 'Şen'); 00017 $month = array('Yan', 'Fev', 'Mar', 'Apr', 'May', 'İyun', 'İyul', 'Avq', 'Sent', 'Okt', 'Noy', 'Dek'); 00018 // See http://www.php.net/manual/en/function.strftime.php to define the 00019 // variable below 00020 $datefmt = '%d %B, %Y saat %H:%M'; 00021 $timespanfmt = '%s gün, %s saat, %s deqiqe ve %s saniye'; 00022 00023 $strAbortedClients = 'Dayandırılmış Elaqeler'; 00024 $strAbsolutePathToDocSqlDir = 'Xahiş edirik, docSQL direktoriyasına webserver-deki mütleq yolu (absolute path) gösterin.'; 00025 $strAccessDenied = 'Giriş Tesdiq Edilmedi'; 00026 $strAction = 'Fealiyyetler'; 00027 $strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et'; 00028 $strAddDeleteColumn = 'Sahe Sütunlarını Elave Et/Sil'; 00029 $strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil'; 00030 $strAddDropDatabase = 'DROP DATABASE elave et'; 00031 $strAddedColumnComment = 'Bu sütun üçün qısa izahat elave edildi'; 00032 $strAddedColumnRelation = 'Sütun üçün elaqe elave edildi'; 00033 $strAddHeaderComment = 'Başlığa xülase me\'lumatı elave et (\\n yeni setire keçir)'; 00034 $strAddIfNotExists = 'IF NOT EXISTS elave et'; 00035 $strAddIntoComments = 'Xülaseye elave et'; 00036 $strAddNewField = 'Yeni sahe elave et'; 00037 $strAddPrivilegesOnDb = 'Aşağıdakı me\'lumat bazası üçün selahiyyet müeyyen et'; 00038 $strAddPrivilegesOnTbl = 'Aşağıdakı cedvel üçün selahiyyetler müeyyen et'; 00039 $strAddSearchConditions = 'Axtarış şertlerini gir ("where" ifadesinin esas metni):'; 00040 $strAddToIndex = 'İndekse %s sütun elave et'; 00041 $strAddUserMessage = 'Yeni istifadeçi elave etdiniz.'; 00042 $strAddUser = 'Yeni İstifadeçi elave Et'; 00043 $strAdministration = 'Administrasiya'; 00044 $strAffectedRows = 'Deyişen setir sayı:'; 00045 $strAfterInsertBack = 'Evvelki sehifeye qayıt'; 00046 $strAfterInsertNewInsert = 'Teze bir setir daha gir'; 00047 $strAfterInsertNext = 'Bir sonrakı setre keç'; 00048 $strAfterInsertSame = 'Bu sehifeye geri dön'; 00049 $strAfter = 'Sonra: %s'; 00050 $strAll = 'All'; 00051 $strAllTableSameWidth = 'eyni enli bütün cedveller gösterilsinmi?'; 00052 $strAlterOrderBy = 'Cedvel sırasına buna göre yeniden qur'; 00053 $strAnalyzeTable = 'Cedveli analiz et'; 00054 $strAnd = 'Ve'; 00055 $strAnIndex = '%s üzerine indeks elave edildi'; 00056 $strAny = 'Her hansı'; 00057 $strAnyHost = 'Her hansı host'; 00058 $strAnyUser = 'Her hansı istifadeçi'; 00059 $strAPrimaryKey = '%s üzerine Birinci Dereceli Açar elave edildi.'; 00060 $strArabic = 'Ereb'; 00061 $strArmenian = 'Ermeni'; 00062 $strAscending = 'Artan sırada'; 00063 $strAtBeginningOfTable = 'Cedvelin başına'; 00064 $strAtEndOfTable = 'Cedvelin sonuna'; 00065 $strAttr = 'Xüsusiyyetler'; 00066 $strAutodetect = 'Avtomatik'; 00067 $strAutomaticLayout = 'Automatik şablon'; 00068 00069 $strBack = 'Geri'; 00070 $strBeginCut = 'BEGIN CUT'; 00071 $strBeginRaw = 'BEGIN RAW'; 00072 $strBinary = 'Binary'; 00073 $strBinaryDoNotEdit = 'Binary - deyişiklik etme'; 00074 $strBookmarkDeleted = 'Bookmark silindi.'; 00075 $strBookmarkLabel = 'Etiket'; 00076 $strBookmarkQuery = 'Bookmark-lanmış SQL sorğusu'; 00077 $strBookmarkThis = 'Bu SQL sorğusunu bookmark-la'; 00078 $strBookmarkView = 'Sadece göster'; 00079 $strBrowse = 'İçindekiler'; 00080 $strBulgarian = 'Bolqar Dili'; 00081 $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.'; 00082 $strBzip = '"bzip"lenmiş'; 00083 00084 $strCannotLogin = 'MySQL server-e gire bilmirem'; 00085 $strCantLoadRecodeIconv = 'Charset çevirmeleri üçün lazım olan iconv ve ya recode uzantılarını yükleye bilmirem; ya php-ni bu uzantıları istifade ede bilmesi üçün yeniden quraşdırın ya da phpMyAdmin-de charset çevirme xüsusiyyetini söndürün.'; 00086 $strCantLoad = '%s uzantısını (extension) yükleye bilmirem,<br />xahiş edirem PHP Konfiqurasiyanı gözden keçir.'; 00087 $strCantRenameIdxToPrimary = 'İndeksi Birinci Dereceli (PRIMARY) olaraq yeniden adlandıra bilmirem!'; 00088 $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; 00089 $strCardinality = 'Cardinality'; 00090 $strCarriage = 'Carriage return: \\r'; 00091 $strCentralEuropean = 'Merkezi Avropa'; 00092 $strChangeCopyModeCopy = '... köhnesini saxla.'; 00093 $strChangeCopyModeDeleteAndReload = ' ... istifadeçi cedvellerinden köhnesini sil ve ardından selahiyyetleri yeniden yükle.'; 00094 $strChangeCopyMode = 'Eyni selahiyyetlere sahib yeni istifadeçi qur ve ...'; 00095 $strChangeCopyModeJustDelete = ' ... istifadeçi cedvellerinden köhnesini sil.'; 00096 $strChangeCopyModeRevoke = ' ... köhne istifadeçinin selahiyyetlerini elinden alaraq onu sil.'; 00097 $strChangeCopyUser = 'Sistem Giriş Me\'lumatını Deyişdir / İstifadeçini Kopyala'; 00098 $strChange = 'Deyişdir'; 00099 $strChangeDisplay = 'Gösterilecek Saheni Seç'; 00100 $strChangePassword = 'Parolu Deyişdir'; 00101 $strCharset = 'Charset'; 00102 $strCharsetOfFile = 'Faylın Charset-i:'; 00103 $strCheckAll = 'Hamısını Seç'; 00104 $strCheckPrivsLong = '"%s" bazası üçün selahiyyetleri gözden keçir.'; 00105 $strCheckPrivs = 'Selahiyyetleri Gözden Keçir'; 00106 $strCheckTable = 'Cedveli yoxla'; 00107 $strChoosePage = 'Xahiş edirem, deyişdirilecek Sehifeni seç'; 00108 $strColComFeat = 'Sütun Qısa İzahatını Deyişdir'; 00109 $strColumnNames = 'Sütun adları'; 00110 $strColumnPrivileges = 'Sütunaxas Selahiyyetler'; 00111 $strCommand = 'Komanda Tipi'; 00112 $strComments = 'Qısa İzahatlar'; 00113 $strCompleteInserts = 'Tam girişli'; 00114 $strCompression = 'Sıxışdırma'; 00115 $strConfigFileError = 'phpMyAdmin konfiqurasiya faylınızı oxuya bilmedi!<br />Bunun sebebi fayldakı parse error ya da faylın mövcud olmaması ola biler.<br />Xahiş edirem aşağıdakı link-i istifade ederek konfiqurasiya faylını çağırın ve aldığınız php xeta mesaj(lar)ını oxuyun. Bir çox halda ya tek dırnaq ya da nöqteli vergül eksikliyi vardır.<br />Eger boş sehife ile qarşılaşsanız, demek ki, her şey qaydasındadır.'; 00116 $strConfigureTableCoord = 'Xahiş edirem, %s cedveli üçün koordinatları yeniden müeyyen et.'; 00117 $strConnectionError = 'Elaqe qura bilmirem: yalnış quruluş.'; 00118 $strConnections = 'Elaqeler'; 00119 $strCookiesRequired = 'Sisteme girebilmeniz üçün çerez faylları (cookie-ler) aktiv olmalıdır.'; 00120 $strCopyTable = 'Cedveli kopyala (me\'lumat bazası<b>.</b>cedvel):'; 00121 $strCopyTableOK = '%s cedveli %s - e kopyalandı.'; 00122 $strCopyTableSameNames = 'Cedveli eynisinin üzerine kopyalaya bilmerem!'; 00123 $strCouldNotKill = 'phpMyAdmin %s emeliyyat thread-ini söndüre (kill) bilmedi. Böyük ehtimal artıq söndürülmüşdür.'; 00124 $strCreateIndex = ' %s sütunda indeks yarat'; 00125 $strCreateIndexTopic = 'Yeni indeks qur'; 00126 $strCreateNewDatabase = 'Yeni me\'lumat bazası qur'; 00127 $strCreateNewTable = '%s bazasında yeni cedvel qur'; 00128 $strCreatePage = 'Yeni Sehife qur'; 00129 $strCreatePdfFeat = 'PDF-lerin qurulması'; 00130 $strCreate = 'Qur'; 00131 $strCreationDates = 'Quruluş/Deyişdirilme/Yoxlama tarixleri'; 00132 $strCriteria = 'Kriteriyalar'; 00133 $strCroatian = 'Xorvat Dili'; 00134 $strCSVOptions = 'CSV variantları'; 00135 $strCyrillic = 'Kiril'; 00136 $strCzechSlovak = 'Çex-Slovak'; 00137 00138 $strDatabaseExportOptions = 'Me\'lumat bazası eksport variantları'; 00139 $strDatabaseHasBeenDropped = '%s bazası leğv edildi.'; 00140 $strDatabase = 'Me\'lumat Bazası'; 00141 $strDatabasesDropped = '%s bazası müveffeqiyyetle leğv edildi.'; 00142 $strDatabases = 'Me\'lumat Bazaları'; 00143 $strDatabasesStatsDisable = 'Statistikaları Söndür'; 00144 $strDatabasesStatsEnable = 'Statistikaları Aktivleşdir'; 00145 $strDatabasesStatsHeavyTraffic = 'Qeyd: Me\'lumat Bazası statistikalarını burada aktivleşdirmekle webserver-le MySQL server arasında ağır neqliyyata sebeb ola bilersiniz.'; 00146 $strDatabasesStats = 'Me\'lumat Bazası Statistikaları'; 00147 $strDataDict = 'Me\'lumat lüğeti'; 00148 $strData = 'Me\'lumat'; 00149 $strDataOnly = 'Sadece me\'lumat'; 00150 $strDBComment = 'Baza qısa izahatı: '; 00151 $strDBGContextID = 'Kontekst Nömresi'; 00152 $strDBGContext = 'Metn (kontekst)'; 00153 $strDBGHits = 'Hit-ler'; 00154 $strDBGLine = 'Setr'; 00155 $strDBGMaxTimeMs = 'Min. müddet, ms'; 00156 $strDBGMinTimeMs = 'Maks. müddet, ms'; 00157 $strDBGModule = 'Modul'; 00158 $strDBGTimePerHitMs = 'Vaxt/Hit, ms'; 00159 $strDBGTotalTimeMs = 'Toplam müddet, ms'; 00160 $strDbPrivileges = 'Me\'lumat Bazasına Mexsus Selahiyyetler'; 00161 $strDbSpecific = 'bazayaxas'; 00162 $strDefault = 'Başlanğıc deyeri'; 00163 $strDefaultEngine = '%s bu MySQL serverinde esas depolama motoru olaraq qurulmuşdur.'; 00164 $strDefaultValueHelp = 'Başlanğıc deyer girerken, sadece deyeri girin, ters kesr escape-leme ya da dırnaqdan istifade etmeyin, bu formatı te\'qib edin: a'; 00165 $strDeleteAndFlush = 'Bütün istifadeçileri sil ve ardından selahiyyetleri yeniden yükle.'; 00166 $strDeleteAndFlushDescr = 'Bu en temiz yoldur, amma selahiyyetlerin yeniden yüklenmesi zaman teleb ede biler.'; 00167 $strDeletedRows = 'Silinen setir sayı:'; 00168 $strDeleted = 'Setir silindi'; 00169 $strDelete = 'Sil'; 00170 $strDeleting = '%s silinir'; 00171 $strDelOld = 'Hal-hazırki sehifen artıq mövcud olmayan Cedvellere bağlıdır. Bu elaqelerin silinmesini istermisiniz?'; 00172 $strDescending = 'Azalan sırada'; 00173 $strDisabled = 'Söndürülüb'; 00174 $strDisplayFeat = 'Xüsusiyyetleri Göster'; 00175 $strDisplayOrder = 'Sıralama şekli:'; 00176 $strDisplayPDF = 'PDF sxemini göster'; 00177 $strDoAQuery = '"nümuneye göre sorğu" gönderin (xüsusi işare: "%")'; 00178 $strDocu = 'Dokumentasiya'; 00179 $strDoYouReally = 'Aşağıdakı sorğunu icra etdirmekten eminsiniz '; 00180 $strDropDatabaseStrongWarning = 'Bütün bazanı YOX ETMEK üzeresiniz!'; 00181 $strDrop = 'Leğv et'; 00182 $strDropSelectedDatabases = 'Seçilmiş Me\'lumat Bazalarını Leğv Et'; 00183 $strDropUsersDb = 'İstifadeçilerle eyni adlı me\'lumat bazalarını leğv et.'; 00184 $strDumpingData = 'Sxemi çıxarılan cedvel'; 00185 $strDumpSaved = 'Sxem %s faylına qeyd edildi.'; 00186 $strDumpXRows = '%s setri %s nömreli qeydden başlayaraq göster.'; 00187 $strDynamic = 'dinamik'; 00188 00189 $strEdit = 'Deyişdir'; 00190 $strEditPDFPages = 'PDF Sehifelerini Deyişdir'; 00191 $strEditPrivileges = 'Selahiyyetleri Deyişdir'; 00192 $strEffective = 'Effektiv'; 00193 $strEmpty = 'Boşalt'; 00194 $strEmptyResultSet = 'MySQL boş netice çoxluğu gönderdi (ye\'ni sıfır setir).'; 00195 $strEnabled = 'Enabled'; 00196 $strEndCut = 'END CUT'; 00197 $strEndRaw = 'END RAW'; 00198 $strEnd = 'Son'; 00199 $strEngineDisabled = '%s motoru bu serverde söndürülmüşdür.'; 00200 $strEngines = 'Motorlar'; 00201 $strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.'; 00202 $strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir '; 00203 $strEnglish = 'İngilis Dili'; 00204 $strError = 'Xeta'; 00205 $strEstonian = 'Eston Dili'; 00206 $strExcelEdition = 'Excel versiyası'; 00207 $strExcelOptions = 'Excel variantları'; 00208 $strExplain = 'SQL-i İzah Et'; 00209 $strExport = 'Eksport'; 00210 $strExtendedInserts = 'Genişletilmiş girişli'; 00211 $strExtra = 'Elave Xüs.'; 00212 00213 $strFailedAttempts = 'Uğursuz Cehdler'; 00214 $strFieldHasBeenDropped = '%s sahesi leğv edildi'; 00215 $strField = 'Sahe'; 00216 $strFieldsEmpty = ' Sahe sayğacı boşdur! '; 00217 $strFieldsEnclosedBy = 'Saheler ehate edildiyi işare'; 00218 $strFieldsEscapedBy = 'Sahelerin escape edildiyi işare'; 00219 $strFields = 'Sahe sayı'; 00220 $strFieldsTerminatedBy = 'Sahelerin yox edildiyi (terminate) işare'; 00221 $strFileAlreadyExists = '%s faylı serverda onsuz da mövcuddur, ya faylın adını deyişdir ya da üzerine yazma variantlarını.'; 00222 $strFileCouldNotBeRead = 'Fayl oxuna bilmir'; 00223 $strFileNameTemplate = 'Fayl adı nomenklaturası'; 00224 $strFileNameTemplateHelp = '__DB__ ifadesini me\'lumat bazası adı, __TABLE__ ifadesini de cedvel adı ve %sher hansı strftime%s variantlarını da zaman ifadeleri üçün istifade edin; fayl uzantısı avtomatik olaraq elave edilecekdir. Diger metnler olduğu kimi saxlanacaqdır.'; 00225 $strFileNameTemplateRemember = 'nomenklaturanı unutma'; 00226 $strFixed = 'fixed'; 00227 $strFlushPrivilegesNote = 'Qeyd: phpMyAdmin istifadeçi selahiyyetlerini birbaşa MySQL-in selahiyyetler cedvellerinden almaqdadır. Eger elle nizamlamalar edilmişse, bu cedvellerin içerisindekiler webserver-in istifade etdiklerinden ferqli ola biler. Bu halda, davam etmeden evvel, selahiyyetleri yeniden yüklemelisiniz.'; 00228 $strFlushTable = 'Cedveli flush-la ("FLUSH")'; 00229 $strFormat = 'Format'; 00230 $strFormEmpty = 'Formda eksik girilmiş deyer var!'; 00231 $strFullText = 'Tam Metnler (Full Text)'; 00232 $strFunction = 'Funksiya'; 00233 00234 $strGenBy = 'Qurucu'; 00235 $strGeneralRelationFeat = 'Ümumi elaqe variantları'; 00236 $strGenTime = 'Hazırlanma Vaxtı'; 00237 $strGeorgian = 'Gürcü'; 00238 $strGlobalPrivileges = 'Qlobal selahiyyetler'; 00239 $strGlobal = 'qlobal'; 00240 $strGlobalValue = 'Qlobal deyer'; 00241 $strGo = 'Davam'; 00242 $strGrantOption = 'İcaze ver'; 00243 $strGzip = '"gzip"lenmiş'; 00244 00245 $strHasBeenAltered = 'deyişdirildi.'; 00246 $strHasBeenCreated = 'quruldu.'; 00247 $strHaveToShow = 'Gösterilmesi üçün en az bir sütun seçmelisiniz'; 00248 $strHebrew = 'İbrani Dili'; 00249 $strHexForBinary = 'İkili saheler üçün hekzadesimaldan istifade et'; 00250 $strHome = 'Başlanğıc'; 00251 $strHomepageOfficial = 'phpMyAdmin Resmi İnternet Sehifesi'; 00252 $strHostEmpty = 'Host adı boşdur!'; 00253 $strHost = 'Host'; 00254 $strHTMLExcel = 'Microsoft Excel 2000'; 00255 $strHTMLExcelOptions = 'Microsoft Excel 2000 eksport variantları'; 00256 $strHTMLWord = 'Microsoft Word 2000'; 00257 $strHTMLWordOptions = 'Microsoft Word 2000 eksport variantları'; 00258 $strHungarian = 'Macar Dili'; 00259 00260 $strId = 'Nömre'; 00261 $strIdxFulltext = 'Tam metn (Fulltext)'; 00262 $strIfYouWish = 'Cedvelin sadece be\'zi sütunlarını yüklemek isteyirsinizse, saheleri aralarına vergül qoyaraq göster.'; 00263 $strIgnore = 'Diqqete Alma'; 00264 $strIgnoringFile = '%s Diqqete Almama (Ignore) faylı'; 00265 $strImportDocSQL = 'docSQL Fayllarını İmport Et'; 00266 $strImportFiles = 'Faylları import et'; 00267 $strImportFinished = 'İmport başa çatdı'; 00268 $strIndexes = 'Indeksler'; 00269 $strIndexHasBeenDropped = '%s indeksi leğv edildi'; 00270 $strIndexName = 'İndex adı :'; 00271 $strIndexType = 'İndex tipi :'; 00272 $strIndex = 'İndeks'; 00273 $strInnodbStat = 'InnoDB Status'; 00274 $strInsecureMySQL = 'Konfiqurasiya faylınızda MySQL başlanğıc deyerleri (parolsuz root istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e\'tibarlı deyildir.'; 00275 $strInsertAsNewRow = 'Yeni setir olaraq elave et'; 00276 $strInsertedRowId = 'Elave edilen setir nömresi (id):'; 00277 $strInsertedRows = 'Elave edilen setir sayı:'; 00278 $strInsert = 'Elave et'; 00279 $strInsertNewRow = 'Yeni setir elave et'; 00280 $strInsertTextfiles = 'Metn faylından cedvele me\'lumat gir'; 00281 $strInstructions = 'İnstruksiyalar'; 00282 $strInUse = 'istifadede'; 00283 00284 $strJumpToDB = '"%s" me\'lumat bazasına keç.'; 00285 $strJustDeleteDescr = '"Silinmiş" istifadeçiler selahiyyetler yeniden yüklenene qeder server-e gire bilecekler.'; 00286 $strJustDelete = 'Sadece olaraq selahiyyet cedvellerindeki istifadeçileri sil.'; 00287 00288 $strKeepPass = 'Parolu deyişdirme'; 00289 $strKeyname = 'Açar söz'; 00290 $strKill = 'Söndür'; 00291 00292 $strLandscape = 'Landşaft'; 00293 $strLatexCaption = 'Cedvel başlığı'; 00294 $strLatexContinuedCaption = 'Cedvel başlığının davamı'; 00295 $strLatexContinued = '(davamı)'; 00296 $strLatexIncludeCaption = 'Cedvel başlığını daxil et'; 00297 $strLatexLabel = 'Etiket açarı'; 00298 $strLaTeX = 'LaTeX'; 00299 $strLaTeXOptions = 'LaTeX variantları'; 00300 $strLengthSet = 'Uzunluq/Deyerler*'; 00301 $strLimitNumRows = 'Sehife başına düşen setir sayı'; 00302 $strLineFeed = 'Linefeed: \\n'; 00303 $strLinesTerminatedBy = 'Setir leğvedicisi (Lines terminated by)'; 00304 $strLinkNotFound = 'Link tapılmadı'; 00305 $strLinksTo = 'Links to'; 00306 $strLithuanian = 'Litva Dili'; 00307 $strLoadExplanation = 'En yaxşı metod başlanğıc deyer olaraq işaretlenmişdir; amma işlemezse onu deyişdire bilersiniz.'; 00308 $strLoadMethod = 'LOAD metodu'; 00309 $strLocalhost = 'Yerli'; 00310 $strLocationTextfile = 'tekst faylından yükleyerek'; 00311 $strLoginInformation = 'Sisteme Giriş Me\'lumatı'; 00312 $strLogin = 'Sisteme Giriş'; 00313 $strLogout = 'Sistemden Çıxış'; 00314 $strLogPassword = 'Parol:'; 00315 $strLogUsername = 'İstifadeçi Adı:'; 00316 00317 $strMaximumSize = 'En çox: %s%s'; 00318 $strMIME_available_mime = 'Mövcud olan MIME-tipleri'; 00319 $strMIME_available_transform = 'Mövcud transformasiyalar'; 00320 $strMIME_description = 'Haqqında'; 00321 $strMIME_MIMEtype = 'MIME-tipi'; 00322 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.'; 00323 $strMIME_transformation = 'Browser transformation'; 00324 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; 00325 $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\').'; 00326 $strMIME_transformation_options = 'Transformasiya variantları'; 00327 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; 00328 $strModifications = 'Modifications have been saved'; 00329 $strModifyIndexTopic = 'Modify an index'; 00330 $strModify = 'Modify'; 00331 $strMoreStatusVars = 'Diger Status Deyişenleri'; 00332 $strMoveTable = 'Cedveli daşı (me\'lumat bazası<b>.</b>cedvel):'; 00333 $strMoveTableOK = '%s cedveli %s - e daşınmışdır.'; 00334 $strMoveTableSameNames = 'Can\'t move table to same one!'; 00335 $strMustSelectFile = 'You should select file which you want to insert.'; 00336 $strMyISAMMaxExtraSortFileSize = 'İndeks yaradılarken istifade olunan keçici faylların maksimum boyu'; 00337 $strMyISAMMaxSortFileSize = 'Keçici sıralama fayllarının maksimum boyu'; 00338 $strMyISAMRecoverOptions = 'Avtomatik qurtarma rejimi'; 00339 $strMyISAMSortBufferSize = 'Sıralama buferinin (keçici yaddaşının) boyu'; 00340 $strMySQLCharset = 'MySQL charset'; 00341 $strMySQLReloaded = 'MySQL yeniden yüklendi.'; 00342 $strMySQLSaid = 'MySQL deyir: '; 00343 $strMySQLServerProcess = 'MySQL %pma_s1%, %pma_s2% üzerinde %pma_s3% istifadeçisi olaraq işlemektedir'; 00344 $strMySQLShowProcess = 'Prosesleri göster'; 00345 $strMySQLShowStatus = 'MySQL runtime me\'lumatını göster'; 00346 $strMySQLShowVars = 'MySQL sistem deyişenlerini göster'; 00347 00348 $strName = 'Adı'; 00349 $strNeedPrimaryKey = 'Bu cedvel üçün birinci dereceli açar (primary key) teyin etmelisiniz.'; 00350 $strNext = 'Sonrakı'; 00351 $strNoDatabases = 'Baza seçilmemişdir ve ya mövcud deyildir.'; 00352 $strNoDatabasesSelected = 'Heç bir baza seçilmemişdir.'; 00353 $strNoDescription = 'Haqqında me\'lumat (description) mövcud deyildir'; 00354 $strNoDetailsForEngine = 'Bu depolama motoru haqqında etrafli status me\'lumatı mövcud deyildir.'; 00355 $strNoDropDatabases = '"DROP DATABASE" ifadeleri söndürülmüşdür (disabled).'; 00356 $strNoExplain = 'SQL İzah Et-i Keç'; 00357 $strNoFrames = 'phpMyAdmin <b>frame-destekli</b> görüntüleyicilerle (browser) daha yaxşı işleyir.'; 00358 $strNoIndexPartsDefined = 'İndeks qisimleri te\'yin edilmedi!'; 00359 $strNoIndex = 'İndeks te\'yin edilmedi!'; 00360 $strNoModification = 'Deyişiklik Yoxdur'; 00361 $strNone = 'Heç biri'; 00362 $strNoOptions = 'Bu formatın variantları yoxdur'; 00363 $strNoPassword = 'Parol Yoxdur'; 00364 $strNoPermission = 'Webserver-in %s faylını saxlama izni yoxdur.'; 00365 $strNoPhp = 'PHP Kodunu Gösterme'; 00366 $strNoPrivileges = 'Selahiyyet çatışmazlığı'; 00367 $strNoQuery = 'Sorğu te\'yin edilmedi!'; 00368 $strNoRights = 'Burada olma haqqınız yoxdur!'; 00369 $strNoSpace = '%s faylını saxlamaq üçün lazım olan yer çatışmır.'; 00370 $strNoTablesFound = 'Me\'lumat bazasında cedvel yoxdur.'; 00371 $strNotNumber = 'Bu reqem deyildir!'; 00372 $strNotOK = 'Müveffeqiyyetsiz'; 00373 $strNotSet = '<b>%s</b> cedveli %s içerisinde ya <b>tapılmadı</b> ya da qurulmamışdır'; 00374 $strNotValidNumber = ' e\'tibarlı setir nömresi deyildir!'; 00375 $strNoUsersFound = 'İstifadeçi(ler) tapılmadı.'; 00376 $strNoValidateSQL = 'SQL İfadesini Yoxlama'; 00377 $strNo = 'Xeyir'; 00378 $strNull = 'Null'; 00379 $strNumSearchResultsInTable = '%s uyğunluq tapıldı (<i>%s</i> cedvelinde)'; 00380 $strNumSearchResultsTotal = '<b>Cemi:</b> <i>%s</i> uyğunluq'; 00381 $strNumTables = 'Cedveller'; 00382 00383 $strOftenQuotation = 'Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the "enclosed by"-character.'; 00384 $strOK = 'Müveffeqiyyetle'; 00385 $strOperations = 'Emeliyyatlar'; 00386 $strOptimizeTable = 'Cedveli optimallaşdır'; 00387 $strOptionalControls = 'Optional. Controls how to write or read special characters.'; 00388 $strOptionally = 'OPTIONALLY'; 00389 $strOr = 'ya da'; 00390 $strOverhead = 'Aşma deyeri'; 00391 $strOverwriteExisting = 'Mövcud fayl(lar)ın üzerine yaz'; 00392 00393 $strPageNumber = 'Sehife Nömresi:'; 00394 $strPartialText = 'Qismi Metnler'; 00395 $strPasswordChanged = '%s üçün parol müveffeqiyyetle deyişdirilmişdir.'; 00396 $strPasswordEmpty = 'Parol boşdur!'; 00397 $strPasswordNotSame = 'Girdiyiniz parollar eyni deyil!'; 00398 $strPassword = 'Parol'; 00399 $strPdfDbSchema = '"%s" bazanın sxemi - Sehife %s'; 00400 $strPdfInvalidTblName = '"%s" cedveli mövcud deyil!'; 00401 $strPdfNoTables = 'Cedvel yoxdur'; 00402 $strPerHour = 'saatda'; 00403 $strPerMinute = 'deqiqede'; 00404 $strPerSecond = 'saniyede'; 00405 $strPHP40203 = 'Siz içerisinde ciddi multi-bayt strinqleri (mbstring) ile elaqedar xetalar olan PHP 4.2.3 versiyasını istifade edirsiniz. Etraflı melumat üçün PHP xeta raportu 19404-e baxın. PHP-nin bu versiyası PhpMyAdmin ile istifade üçün tövsiye edilmir.'; 00406 $strPhp = 'PHP Kodunu Hazırla'; 00407 $strPHPVersion = 'PHP Versiyası'; 00408 $strPmaDocumentation = 'phpMyAdmin dokumentasiyası (etraflı me\'lumat üçün)'; 00409 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivi PMA konfiqurasiya faylınızda QURULMAMIŞDIR!'; 00410 $strPortrait = 'Portret'; 00411 $strPos1 = 'Başla'; 00412 $strPrevious = 'Evvelki'; 00413 $strPrimary = 'Birinci Dereceli'; 00414 $strPrimaryKeyHasBeenDropped = 'Birinci dereceli açar leğv edildi'; 00415 $strPrimaryKeyName = 'Birinci dereceli açarın adı... BİRİNCİ DERECELİ (PRIMARY) olmalıdır!'; 00416 $strPrimaryKeyWarning = '("PRIMARY" sadece birinci dereceli açarın adı <b>olmalıdır</b>!)'; 00417 $strPrint = 'Çap et'; 00418 $strPrintView = 'Çap görüntüsü'; 00419 $strPrivDescAllPrivileges = 'GRANT-dan başqa bütün selahiyyetler daxildir.'; 00420 $strPrivDescAlter = 'Mövcud olan cedvellerin strukturunu deyişdirmeye icaze verir.'; 00421 $strPrivDescCreateDb = 'Yeni bazalar ve cedveller qurmağa icaze verir.'; 00422 $strPrivDescCreateTbl = 'Yeni cedveller qurmağa icaze verir.'; 00423 $strPrivDescCreateTmpTable = 'Keçici cedveller qurmağa icaze verir.'; 00424 $strPrivDescDelete = 'Me\'lumat silmeye icaze verir.'; 00425 $strPrivDescDropDb = 'Baza ve cedvel leğv etmeye icaze verir.'; 00426 $strPrivDescDropTbl = 'Cedvelleri leğv etmeye icaze verir.'; 00427 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; 00428 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; 00429 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; 00430 $strPrivDescIndex = 'Allows creating and dropping indexes.'; 00431 $strPrivDescInsert = 'Allows inserting and replacing data.'; 00432 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; 00433 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; 00434 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; 00435 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; 00436 $strPrivDescProcess3 = 'Allows killing processes of other users.'; 00437 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; 00438 $strPrivDescReferences = 'Has no effect in this MySQL version.'; 00439 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; 00440 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; 00441 $strPrivDescReplSlave = 'Needed for the replication slaves.'; 00442 $strPrivDescSelect = 'Allows reading data.'; 00443 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; 00444 $strPrivDescShutdown = 'Allows shutting down the server.'; 00445 $strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; 00446 $strPrivDescUpdate = 'Allows changing data.'; 00447 $strPrivDescUsage = 'Selahiyyet te\'yin edilmedi.'; 00448 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; 00449 $strPrivileges = 'Selahiyyetler'; 00450 $strProcesslist = 'Proses Siyahısı'; 00451 $strPutColNames = 'Sahe adlarını birinci setre yerleşdir'; 00452 00453 $strQBEDel = 'Del'; 00454 $strQBEIns = 'Ins'; 00455 $strQBE = 'Sorğu'; 00456 $strQueryFrame = 'Sorğu penceresi'; 00457 $strQueryOnDb = 'SQL-query on database <b>%s</b>:'; 00458 $strQuerySQLHistory = 'SQL-tarixçesi'; 00459 $strQueryStatistics = '<b>Sorğu Statistikası</b>: Açıldıqdan bu yana, bu servere %s sorğu gönderilmişdir.'; 00460 $strQueryTime = 'sorğu %01.4f saniyede icra edildi'; 00461 $strQueryType = 'Sorğu tipi'; 00462 00463 $strReceived = 'Alındı'; 00464 $strRecords = 'Setr sayı'; 00465 $strReferentialIntegrity = 'Check referential integrity:'; 00466 $strRelationalSchema = 'Relational schema'; 00467 $strRelationNotWorking = 'Elaqelendirilmiş cedveller üçün nezerde tutulmuş be\'zi xüsusiyyetler passivleşdirilmişdir. Sebebini aydınlaşdırmaq üçün %sbax%s.'; 00468 $strRelations = 'Relations'; 00469 $strRelationView = 'Relation view'; 00470 $strReloadFailed = 'MySQL reload failed.'; 00471 $strReloadingThePrivileges = 'Reloading the privileges'; 00472 $strReloadMySQL = 'Reload MySQL'; 00473 $strRemoveSelectedUsers = 'Remove selected users'; 00474 $strRenameTable = 'Cedveli yeniden adlandır'; 00475 $strRenameTableOK = '%s cedveli %s olaraq yeniden adlandırılmışdır'; 00476 $strRepairTable = 'Cedveli te\'mir et'; 00477 $strReplaceNULLBy = 'NULL-u bununla deyişdir'; 00478 $strReplace = 'Replace'; 00479 $strReplaceTable = 'Replace table data with file'; 00480 $strReset = 'Yenile'; 00481 $strResourceLimits = 'Resource limits'; 00482 $strReType = 'Re-type'; 00483 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; 00484 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; 00485 $strRevokeMessage = 'You have revoked the privileges for %s'; 00486 $strRevoke = 'Revoke'; 00487 $strRowLength = 'Sıra uzunluğu'; 00488 $strRowsFrom = 'setri göster; başlangıç qeydiyyat nömresi'; 00489 $strRowSize = ' Sıra boyu '; 00490 $strRowsModeFlippedHorizontal = 'üfüqi (tekrarlanan başlıqlar)'; 00491 $strRowsModeHorizontal = 'üfüqi'; 00492 $strRowsModeOptions = '%s rejimde, başlıqlar %s blokdan bir tekrar ederek'; 00493 $strRowsModeVertical = 'şaquli'; 00494 $strRowsStatistic = 'Sıra Statistikası'; 00495 $strRows = 'Sıra sayı'; 00496 $strRunning = '%s üzerinde işlemektedir'; 00497 $strRunQuery = 'Emri İcra Et'; 00498 $strRunSQLQuery = '%s me\'lumat bazasına SQL sorğusu(-ları) gönder'; 00499 00500 $strSaveOnServer = 'Serverdeki %s direktoriyasına qeyd et'; 00501 $strSave = 'Qeyd Et'; 00502 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; 00503 $strSearch = 'Axtarış'; 00504 $strSearchFormTitle = 'Search in database'; 00505 $strSearchInTables = 'Inside table(s):'; 00506 $strSearchNeedle = 'Axtarmaq üçün söz(ler) ve ya deyer(ler) (wildcard: "%"):'; 00507 $strSearchOption1 = 'sözlerin en azından birini'; 00508 $strSearchOption2 = 'bütün sözleri'; 00509 $strSearchOption3 = 'tamamile eyni sözü'; 00510 $strSearchOption4 = 'requlyar ifade (regular expression) olaraq'; 00511 $strSearchResultsFor = '"<i>%s</i>" üçün axtarış neticeleri %s:'; 00512 $strSearchType = 'Tap:'; 00513 $strSelectADb = 'Me\'lumat bazası seç'; 00514 $strSelectAll = 'Hamısını Seç'; 00515 $strSelectFields = 'Sahe seçin (en az birini):'; 00516 $strSelectNumRows = 'in query'; 00517 $strSelectTables = 'Select Tables'; 00518 $strSend = 'Fayl olaraq qeyd et'; 00519 $strSent = 'Gönderildi'; 00520 $strServerChoice = 'Quraşdırılmış Serverler'; 00521 $strServer = 'Server'; 00522 $strServerStatus = 'Runtime Me\'lumatı'; 00523 $strServerStatusUptime = 'Bu MySQL server %sdir işlemektedir. Server %s-de açılmışdır.'; 00524 $strServerTabProcesslist = 'Prosesler'; 00525 $strServerTabVariables = 'Deyişenler'; 00526 $strServerTrafficNotes = '<b>Server Neqliyyatı</b>: Bu cedveller serverin açılışından beri elde edilen me\'lumat axışı miqdarını göstermektedir.'; 00527 $strServerVars = 'Server Deyişenleri Ve Variantları'; 00528 $strServerVersion = 'Server versiyası'; 00529 $strSessionValue = 'Sessiya deyeri'; 00530 $strSetEnumVal = 'Sahe tipi "enum" ve ya "set" ise, deyerleri bu formatda girin: \'a\',\'b\',\'c\'...<br />Eger bu deyerlerde ters-kesr ("\") ve ya tek dırnaq ("\'") istifade etmek isteyirsinizse, onları ters-kesrle escape-leyin (meselen \'\\\\xyz\' ve ya \'a\\\'b\').'; 00531 $strShowAll = 'Hamısını göster'; 00532 $strShowColor = 'Rengini göster'; 00533 $strShowDatadictAs = 'Data Dictionary Format'; 00534 $strShowFullQueries = 'Emrleri Tam Olaraq Göster'; 00535 $strShow = 'Göster'; 00536 $strShowGrid = 'Show grid'; 00537 $strShowingRecords = 'Gösterilen setirler'; 00538 $strShowPHPInfo = 'PHPInfo() me\'lumatını göster'; 00539 $strShowTableDimension = 'Cedvellerin ölçülerini göster'; 00540 $strShowTables = 'Cedvelleri göster'; 00541 $strShowThisQuery = ' Bu sorğunu burada yene göster '; 00542 $strSingly = '(tek-tek)'; 00543 $strSize = 'Boy'; 00544 $strSort = 'Sırala'; 00545 $strSpaceUsage = 'Yer istifadesi'; 00546 $strSplitWordsWithSpace = 'Sözler boşluq ifadesi (" ") ile ayrılmışdır.'; 00547 $strSQLExportType = 'Eksport şekli'; 00548 $strSQLOptions = 'SQL variantları'; 00549 $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:'; 00550 $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'; 00551 $strSQLQuery = 'SQL sorğusu'; 00552 $strSQLResult = 'SQL result'; 00553 $strSQL = 'SQL'; 00554 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; 00555 $strSQPBugUnclosedQuote = 'Unclosed quote'; 00556 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; 00557 $strStatCheckTime = 'En son yoxlama'; 00558 $strStatCreateTime = 'Quruluş'; 00559 $strStatement = 'Variantlar'; 00560 $strStatUpdateTime = 'En son yenilenme'; 00561 $strStatus = 'Status'; 00562 $strStorageEngine = 'Depolama Motorları'; 00563 $strStorageEngines = 'MySQL Depolama Motorları'; 00564 $strStrucCSV = 'CSV verilenleri'; 00565 $strStrucData = 'Quruluş ve me\'lumat'; 00566 $strStrucDrop = '\'Cedveli leğv et\' elaveli'; 00567 $strStrucExcelCSV = 'MS Excel verilenleri üçün CSV'; 00568 $strStrucOnly = 'Sadece quruluş'; 00569 $strStructPropose = 'Alternativ cedvel strukturu'; 00570 $strStructure = 'Quruluş'; 00571 $strSubmit = 'Submit'; 00572 $strSuccess = 'SQL sorğunuz müveffeqiyyetle icra edilmişdir'; 00573 $strSum = 'Cemi'; 00574 $strSwitchToTable = 'Kopyalanmış cedvele keç'; 00575 00576 $strTable = 'Cedvel'; 00577 $strTableComments = 'Cedvel haqqında qısa izahat'; 00578 $strTableEmpty = 'Cedveli adı boşdur!'; 00579 $strTableHasBeenDropped = '%s cedveli leğv edildi'; 00580 $strTableHasBeenEmptied = '%s cedveli boşaldıldı'; 00581 $strTableHasBeenFlushed = '%s cedveli flush-landı'; 00582 $strTableMaintenance = 'Cedvel temizliyi'; 00583 $strTableOfContents = 'İçindekiler Cedveli'; 00584 $strTables = '%s cedvel'; 00585 $strTableStructure = 'Table structure for table'; 00586 $strTableType = 'Cedvel tipi'; 00587 $strTblPrivileges = 'Cedvelexas selahiyyetler'; 00588 $strTextAreaLength = ' Uzun olduğuna göre,<br /> bu sahedeki me\'lumatlar deyişdirilmeye biler '; 00589 $strTheContents = 'The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.'; 00590 $strTheContent = 'The content of your file has been inserted.'; 00591 $strTheTerminator = 'The terminator of the fields.'; 00592 $strThisHost = 'Bu Host'; 00593 $strThisNotDirectory = 'Bu direktoriya deyildi'; 00594 $strThreadSuccessfullyKilled = 'Thread %s uğurla söndürüldü (killed).'; 00595 $strTime = 'Müddet'; 00596 $strTotal = 'cemi'; 00597 $strTotalUC = 'Cemi'; 00598 $strTraditionalChinese = 'Enenevi Çin Dili'; 00599 $strTraffic = 'Neqliyyat'; 00600 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; 00601 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; 00602 $strTransformation_image_png__inline = 'See image/jpeg: inline'; 00603 $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().'; 00604 $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)'; 00605 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; 00606 $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.'; 00607 $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.'; 00608 $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: ...) .'; 00609 $strTruncateQueries = 'Truncate Shown Queries'; 00610 $strTurkish = 'Türk Dili'; 00611 $strType = 'Tip'; 00612 00613 $strUkrainian = 'Ukrayna Dili'; 00614 $strUncheckAll = 'Heç Birini Seçme'; 00615 $strUnique = 'Unikal'; 00616 $strUnselectAll = 'Heç birini seçme'; 00617 $strUpdatePrivMessage = 'You have updated the privileges for %s.'; 00618 $strUpdateProfileMessage = 'Profil yenilendi.'; 00619 $strUpdateQuery = 'Sorğunu Yenile'; 00620 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; 00621 $strUsage = 'Miqdar'; 00622 $strUseBackquotes = 'Cedvel ve sahe adlarını tek dırnaq arasına al'; 00623 $strUseHostTable = 'Use Host Table'; 00624 $strUserAlreadyExists = '%s istifadeçisi mövcuddur!'; 00625 $strUserEmpty = 'İstifadeçi adı boş qaldı!'; 00626 $strUserName = 'İstifadeçi adı'; 00627 $strUserNotFound = 'The selected user was not found in the privilege table.'; 00628 $strUserOverview = 'User overview'; 00629 $strUsersDeleted = 'The selected users have been deleted successfully.'; 00630 $strUsersHavingAccessToDb = 'Users having access to "%s"'; 00631 $strUser = 'İstifadeçi'; 00632 $strUseTables = 'Use Tables'; 00633 $strUseTextField = 'Use text field'; 00634 00635 $strValidateSQL = 'SQL Tesdiqle'; 00636 $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; 00637 $strValue = 'Deyer'; 00638 $strVar = 'Deyişen'; 00639 $strViewDump = 'Cedvelin sxemini göster'; 00640 $strViewDumpDatabases = 'Me\'lumat bazalarının sxemini göster'; 00641 $strViewDumpDB = 'Me\'lumat bazasının sxemini göster'; 00642 00643 $strWebServerUploadDirectoryError = 'Upload işleri üçün te\'yin etdiyiniz direktoriya tapılmadı'; 00644 $strWebServerUploadDirectory = 'web-server upload direktoriyası'; 00645 $strWelcome = '%s - e Xoş Gelmişsiniz!'; 00646 $strWestEuropean = 'Qerbi Avropa'; 00647 $strWildcard = 'xüsusi işare'; 00648 $strWithChecked = 'Seçilenleri:'; 00649 $strWritingCommentNotPossible = 'Qısa izahat yazılışı mümkün deyil'; 00650 $strWritingRelationNotPossible = 'Elaqe yazılışı mümkün deyil'; 00651 $strWrongUser = 'Yanlış istifadeçi adı ve ya parol. Giriş tesdiq edilmedi.'; 00652 00653 $strXML = 'XML'; 00654 00655 $strYes = 'Beli'; 00656 00657 $strZeroRemovesTheLimit = 'Qeyd: Bu variantları 0 (sıfır)-a çevirmek hüdudu (limiti) qaldıracaq.'; 00658 $strZip = '"zip"lenmiş'; 00659 00660 // To translate: 00661 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate 00662 $strAddConstraints = 'Add constraints'; //to translate 00663 $strAddFields = 'Add %s field(s)'; //to translate 00664 $strAndThen = 'and then'; //to translate 00665 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate 00666 00667 $strBaltic = 'Baltic'; //to translate 00668 $strBinaryLog = 'Binary log'; //to translate 00669 $strBinLogEventType = 'Event type'; //to translate 00670 $strBinLogInfo = 'Information'; //to translate 00671 $strBinLogName = 'Log name'; //to translate 00672 $strBinLogOriginalPosition = 'Original position'; //to translate 00673 $strBinLogPosition = 'Position'; //to translate 00674 $strBinLogServerId = 'Server ID'; //to translate 00675 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate 00676 $strBookmarkOptions = 'Bookmark options'; //to translate 00677 $strBrowseForeignValues = 'Browse foreign values'; //to translate 00678 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate 00679 $strBufferPool = 'Buffer Pool'; //to translate 00680 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate 00681 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate 00682 $strBufferReadMisses = 'Read misses'; //to translate 00683 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate 00684 $strBufferWriteWaits = 'Write waits'; //to translate 00685 $strBusyPages = 'Busy pages'; //to translate 00686 00687 $strCalendar = 'Calendar'; //to translate 00688 $strCaseInsensitive = 'case-insensitive'; //to translate 00689 $strCaseSensitive = 'case-sensitive'; //to translate 00690 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate 00691 $strCharsets = 'Charsets'; //to translate 00692 $strCheckOverhead = 'Check tables with overhead'; //to translate 00693 $strCollation = 'Collation'; //to translate 00694 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate 00695 $strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate 00696 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate 00697 $strConstraintsForTable = 'Constraints for table'; //to translate 00698 $strCopy = 'Copy'; //to translate 00699 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate 00700 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate 00701 $strCzech = 'Czech'; //to translate 00702 00703 $strDanish = 'Danish'; //to translate 00704 $strDatabaseEmpty = 'The database name is empty!'; //to translate 00705 $strDatabaseNoTable = 'This database contains no table!';//to translate 00706 $strDataPages = 'Pages containing data'; //to translate 00707 $strDBCopy = 'Copy database to'; //to translate 00708 $strDBRename = 'Rename database to'; //to translate 00709 $strDefragment = 'Defragment table'; //to translate 00710 $strDelayedInserts = 'Use delayed inserts'; //to translate 00711 $strDescription = 'Description'; //to translate 00712 $strDictionary = 'dictionary'; //to translate 00713 $strDirtyPages = 'Dirty pages'; //to translate 00714 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate 00715 00716 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate 00717 $strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate 00718 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate 00719 $strExecuteBookmarked = 'Execute bookmarked query'; //to translate 00720 00721 $strFreePages = 'Free pages'; //to translate 00722 00723 $strGenerate = 'Generate'; //to translate 00724 $strGeneratePassword = 'Generate Password'; //to translate 00725 $strGerman = 'German'; //to translate 00726 $strGreek = 'Greek'; //to translate 00727 00728 $strIcelandic = 'Icelandic'; //to translate 00729 $strIgnoreInserts = 'Use ignore inserts'; //to translate 00730 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate 00731 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate 00732 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate 00733 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate 00734 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate 00735 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate 00736 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate 00737 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate 00738 $strInnoDBDataFilePath = 'Data files'; //to translate 00739 $strInnoDBDataHomeDir = 'Data home directory'; //to translate 00740 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate 00741 $strInnoDBPages = 'pages'; //to translate 00742 $strInsertBookmarkTitle = 'Please insert bookmark title'; //to translate 00743 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate 00744 $strInternalRelations = 'Internal relations'; //to translate 00745 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate 00746 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate 00747 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate 00748 $strInvalidRowNumber = '%d is not valid row number.'; //to translate 00749 00750 $strJapanese = 'Japanese'; //to translate 00751 00752 $strKorean = 'Korean'; //to translate 00753 00754 $strLatchedPages = 'Latched pages'; //to translate 00755 $strLatexContent = 'Content of table __TABLE__';//to translate 00756 $strLatexStructure = 'Structure of table __TABLE__';//to translate 00757 $strLatvian = 'Latvian'; //to translate 00758 $strLogServer = 'Server'; //to translate 00759 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate 00760 00761 $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate 00762 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate 00763 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate 00764 $strMultilingual = 'multilingual'; //to translate 00765 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate 00766 $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate 00767 $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate 00768 $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate 00769 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate 00770 $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate 00771 $strMyISAMRepairThreads = 'Repair threads'; //to translate 00772 $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate 00773 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate 00774 00775 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate 00776 $strNoRowsSelected = 'No rows selected'; //to translate 00777 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate 00778 00779 $strOperator = 'Operator'; //to translate 00780 00781 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate 00782 $strPaperSize = 'Paper size'; //to translate 00783 $strPasswordHashing = 'Password Hashing'; //to translate 00784 $strPersian = 'Persian'; //to translate 00785 $strPhoneBook = 'phone book'; //to translate 00786 $strPolish = 'Polish'; //to translate 00787 $strPrintViewFull = 'Print view (with full texts)'; //to translate 00788 $strPrivDescAlterDb = 'Allows altering the structure of existing tables as well as changing the default charset and collation of databases.'; //to translate 00789 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate 00790 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate 00791 $strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.'; //to translate 00792 $strPrivDescCreateView = 'Allows creating new views.'; //to translate 00793 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate 00794 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate 00795 00796 $strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate 00797 00798 $strReadRequests = 'Read requests'; //to translate 00799 $strRefresh = 'Refresh'; //to translate 00800 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate 00801 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate 00802 $strRomanian = 'Romanian'; //to translate 00803 $strRoutines = 'Routines'; //to translate 00804 $strRussian = 'Russian'; //to translate 00805 00806 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate 00807 $strSelectBinaryLog = 'Select binary log to view'; //to translate 00808 $strServerNotResponding = 'The server is not responding'; //to translate 00809 $strSimplifiedChinese = 'Simplified Chinese'; //to translate 00810 $strSlovak = 'Slovak'; //to translate 00811 $strSlovenian = 'Slovenian'; //to translate 00812 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate 00813 $strSortByKey = 'Sort by key'; //to translate 00814 $strSpanish = 'Spanish'; //to translate 00815 $strSQLExportCompatibility = 'SQL export compatibility'; //to translate 00816 $strStrucNativeExcel = 'Native MS Excel data'; //to translate 00817 $strSwedish = 'Swedish'; //to translate 00818 $strSwitchToDatabase = 'Switch to copied database'; //to translate 00819 00820 $strTableOptions = 'Table options'; //to translate 00821 $strTakeIt = 'take it'; //to translate 00822 $strThai = 'Thai'; //to translate 00823 $strTheme = 'Theme / Style'; //to translate 00824 $strToggleScratchboard = 'toggle scratchboard'; //to translate 00825 $strTraditionalSpanish = 'Traditional Spanish'; //to translate 00826 $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate 00827 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate 00828 00829 $strUnicode = 'Unicode'; //to translate 00830 $strUnknown = 'unknown'; //to translate 00831 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate 00832 $strUseTabKey = 'TAB düymesine basaraq bir sonrakı deyere, ve ya CTRL+Ox kombinasiyasını istifade ederek istediyiniz yöne keçe bilersiniz.'; //to translate 00833 $strUseThisValue = 'Use this value'; //to translate 00834 00835 $strVersionInformation = 'Version information'; //to translate 00836 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate 00837 $strView = 'View'; //to translate 00838 00839 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate 00840 $strWriteRequests = 'Write requests'; //to translate 00841 00842 ?>