Documentation TYPO3 par Ameos

malay-utf-8.inc.php

00001 <?php
00002 /* $Id: malay-utf-8.inc.php,v 2.76 2005/07/29 17:03:20 lem9 Exp $ */
00003 
00004 /*
00005 Projek Penterjemahan (l10n) phpmyadmin.net boleh diakses di laman http://shapik.johordt.com/l10n
00006 Projek ini diusahakan oleh saya - sicksand - Mohammad Shafiq Mohd Mustapa
00007 Ditujukan untuk sayang saya Nur Khairiyah.
00008 Antara yang menjayakan projek ini ialah (turutan bukan keutamaan)
00009 
00010 Asrul Munir Bin Azizan - ntahsapentah@hotmail.com
00011 Hasbullah - exs2me@hotmail.com
00012 sot - sid80@yahoo.com
00013 silla - roscla@yahoo.com
00014 bagaksasa - bagaksasa@hotmail.com
00015 Bustamam Harun - bustamam98@yahoo.com
00016 Hasbullah Bin Pit - sebol@ikhlas.com, Merlimau
00017 nina - nina@hotmail.com
00018 muslim - sayamuslim@hotmail.com
00019 ejoe - webmaster@ejoe.net
00020 huhu - huhu@huh.net
00021 redkod - r3dkod@yahoo.com
00022 */
00023 
00024 $charset = 'utf-8';
00025 $allow_recoding = TRUE;
00026 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
00027 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
00028 $right_font_family = 'arial, helvetica, geneva, sans-serif';
00029 $number_thousands_separator = ',';
00030 $number_decimal_separator = '.';
00031 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
00032 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
00033 $timespanfmt = '%s hari, %s jam, %s minit dan %s saat';
00034 
00035 $day_of_week = array('Aha', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab');
00036 $month = array('Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogos', 'Sept', 'Okt', 'Nov', 'Dis');
00037 // See http://www.php.net/manual/en/function.strftime.php to define the
00038 // variable below
00039 $datefmt = '%B %d, %Y at %I:%M %p';
00040 
00041 $strAPrimaryKey = 'Kekunci utama telah ditambah pada %s';
00042 $strAbortedClients = 'DiBatalkan';
00043 $strAccessDenied = 'Akses dinafikan';
00044 $strAction = 'Aksi';
00045 $strAddDeleteColumn = 'Tambah/Padam Kolum Medan';
00046 $strAddDeleteRow = 'Tambah/Padam Baris Kriteria';
00047 $strAddNewField = 'Tambah medan baru';
00048 $strAddSearchConditions = 'Tambah kriteria carian (badan bagi klausa "where"):';
00049 $strAddToIndex = 'Tambah ke indeks &nbsp;%s&nbsp;kolum';
00050 $strAddUser = 'Tambah Pengguna Baru';
00051 $strAddUserMessage = 'Anda telah menambah pengguna baru.';
00052 $strAffectedRows = 'Baris yang terlibat:';
00053 $strAfter = 'Selepas %s';
00054 $strAfterInsertBack = 'Kembali ke muka sebelumnya';
00055 $strAfterInsertNewInsert = 'Tambah baris yang baru';
00056 $strAll = 'Semua';
00057 $strAllTableSameWidth = 'paparkan semua Jadual dengan kelebaran yang sama?';
00058 $strAlterOrderBy = 'Alter table order by';
00059 $strAnIndex = 'Indeks telah ditambah pada %s';
00060 $strAnalyzeTable = 'Analyze table';
00061 $strAnd = 'Dan';
00062 $strAny = 'Sebarang';
00063 $strAnyHost = 'Sebarang hos';
00064 $strAnyUser = 'Sebarang pengguna';
00065 $strAscending = 'Menaik';
00066 $strAtBeginningOfTable = 'Pada Awalan Jadual';
00067 $strAtEndOfTable = 'Pada Akhir Jadual';
00068 $strAttr = 'Atribut';
00069 
00070 $strBack = 'Undur';
00071 $strBeginCut = 'MULA SALIN';
00072 $strBeginRaw = 'MULA MENTAH';
00073 $strBinary = 'Binari';
00074 $strBinaryDoNotEdit = 'Binari - jgn diubah';
00075 $strBookmarkDeleted = 'TandaBuku telah dipadam.';
00076 $strBookmarkLabel = 'Label';
00077 $strBookmarkQuery = 'Tandabuku kueri-SQL';
00078 $strBookmarkThis = 'andabuku kueri-SQL ini';
00079 $strBookmarkView = 'Paparan sahaja';
00080 $strBrowse = 'Lungsur';
00081 $strBzError = 'phpMyAdmin tidak dapat memampatkan longgokan kerana terdapat masalah dalam sambungan Bz2 didalam php versi ini. Anda digalakkan untuk mengubah <code>$cfg[\'BZipDump\']</code> di fail konfigurasi phpMyAdmin kepada <code>FALSE</code>. Jika anda ingin menggunakan sambungan Bz2, anda digalakkan untuk meningkatkan versi php anda. Sila lihat laporan pepijat php %s untuk keterangan lanjut.';
00082 $strBzip = 'bzipped';
00083 
00084 $strCannotLogin = 'Tidak boleh log-masuk ke server MySQL';
00085 $strCantLoadRecodeIconv = 'Tidak dapat memuat iconv atau kodsemula sambungan yang diperlukan untuk menukar set aksara, konfigur php utk membolehkan penggunaan sambungan ini atau abaikan pengubahan set aksara di phpMyAdmin.';
00086 $strCantRenameIdxToPrimary = 'Tidak boleh menukar indekx ke PRIMARY!';
00087 $strCantUseRecodeIconv = 'Tidak boleh menggunakan fungsi iconv mahupun libiconv mahupun recode_string apabila sambungan lapuran dimuat. Periksa konfigurasi php anda.';
00088 $strCardinality = 'Kardinaliti';
00089 $strCarriage = 'DiBaris baru : \\r';
00090 $strChange = 'Ubah';
00091 $strChangeDisplay = 'Pilih Medan untuk dipapar';
00092 $strChangePassword = 'Ubah Katalaluan';
00093 $strCharsetOfFile = 'Fail bagi set Aksara:';
00094 $strCheckAll = 'Tanda Semua';
00095 $strCheckTable = 'Periksa Jadual';
00096 $strChoosePage = 'Sila Pilih Laman untuk diubah';
00097 $strColComFeat = 'Memaparkan Komen Kolum';
00098 $strColumnNames = 'Nama Kolum';
00099 $strCommand = 'Arahan';
00100 $strComments = 'Komen';
00101 $strCompleteInserts = 'Kemasukkan Selesai';
00102 $strCompression = 'Mampatan';
00103 $strConfigFileError = 'phpMyAdmin tidak dapat membaca fail konfigurasi!<br \\>Ini mungkin terjadi apabila ada kesalahan dalam php ataupun php tidak jumpa fail tersebut.<br />Sila panggil fail konfigurasi menggunakan pautan dibawah dan baca kesalahan php yang diterima. Dalam kebanyakan kes quote atau semicolon tertinggal.<br />Jika kamu terima laman kosong, semuanya berjalan lancar.';
00104 $strConfigureTableCoord = 'Sila konfigurasikan kordinat bagi jadual %s';
00105 $strConnections = 'Hubungan';
00106 $strCookiesRequired = 'Cecikut mestilah dihidupkan ketika ini.';
00107 $strCopyTable = 'Salin jadual ke (pangkalandata<b>.</b>jadual):';
00108 $strCopyTableOK = 'Jadual %s telah disalin ke %s.';
00109 $strCouldNotKill = 'phpMyAdmin tidak dapat mematikan bebenang %s. Ianya mungkin telah ditutup.';
00110 $strCreate = 'Cipta';
00111 $strCreateIndex = 'Cipta indeks pada &nbsp;%s&nbsp;';
00112 $strCreateIndexTopic = 'Cipta indeks baru';
00113 $strCreateNewDatabase = 'Cipta pangkalan data baru';
00114 $strCreateNewTable = 'Cipta jadual baru pada pangkalan data %s';
00115 $strCreatePage = 'Cipta Halaman baru';
00116 $strCreatePdfFeat = 'Ciptaan bagi PDF';
00117 $strCriteria = 'Kriteria';
00118 
00119 $strData = 'Data';
00120 $strDataDict = 'Kamus Data';
00121 $strDataOnly = 'Data sahaja';
00122 $strDatabase = 'Pangkalan Data';
00123 $strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.';
00124 $strDatabases = 'pangkalan data';
00125 $strDatabasesStats = 'Statistik pangkalan data';
00126 $strDefault = 'Asal';
00127 $strDelete = 'Padam';
00128 $strDeleted = 'Baris telah dipadam';
00129 $strDeletedRows = 'Baris dipadam:';
00130 $strDescending = 'Menurun';
00131 $strDisabled = 'Tidak Membenarkan';
00132 $strDisplayFeat = 'Paparkan Ciri-ciri';
00133 $strDisplayOrder = 'Turutan paparan:';
00134 $strDisplayPDF = 'Papar Skema PDF';
00135 $strDoAQuery = 'Lakukan "kueri melalui contoh" (wilidcard: "%")';
00136 $strDoYouReally = 'Adakah anda ingin ';
00137 $strDocu = 'Dokumentasi';
00138 $strDrop = 'Gugur';
00139 $strDumpXRows = 'Longgok %s baris bermula pada rekod # %s.';
00140 $strDumpingData = 'Melonggok data bagi jadual';
00141 $strDynamic = 'dinamik';
00142 
00143 $strEdit = 'Ubah';
00144 $strEditPDFPages = 'Ubah Halaman PDF';
00145 $strEditPrivileges = 'Ubah Privilej';
00146 $strEffective = 'Berkesan';
00147 $strEmpty = 'Kosong';
00148 $strEmptyResultSet = 'MySQL memulangkan set hasil kosong (i.e. sifar baris)';
00149 $strEnabled = 'Membenarkan';
00150 $strEnd = 'Tamat';
00151 $strEndCut = 'TAMAT SALIN';
00152 $strEndRaw = 'TAMAT MENTAH';
00153 $strEnglishPrivileges = ' Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris ';
00154 $strError = 'Ralat';
00155 $strExplain = 'Terangkan Kod SQL';
00156 $strExport = 'Eksport';
00157 $strExtendedInserts = 'Penyelitan Lanjutan';
00158 $strExtra = 'Ekstra';
00159 
00160 $strFailedAttempts = 'Percubaan Gagal';
00161 $strField = 'Medan';
00162 $strFieldHasBeenDropped = 'Medan %s telah digugurkan';
00163 $strFields = 'Medan';
00164 $strFieldsEmpty = ' Bilangan medan adalah kosong! ';
00165 $strFieldsEnclosedBy = 'Medan disertai oleh';
00166 $strFieldsEscapedBy = 'Medan dilarikan oleh';
00167 $strFieldsTerminatedBy = 'Medan dihapuskan oleh';
00168 $strFixed = 'tetap';
00169 $strFlushTable = 'Buang jadual ("FLUSH")';
00170 $strFormEmpty = 'Kehilangan nilai pada borang! !';
00171 $strFormat = 'Format';
00172 $strFullText = 'Teks Penuh';
00173 $strFunction = 'Fungsi';
00174 
00175 $strGenBy = 'Dijana oleh';
00176 $strGenTime = 'Masa dijana';
00177 $strGeneralRelationFeat = 'Ciri-ciri hubungan am';
00178 $strGlobalValue = 'Nilai Global';
00179 $strGo = 'Pergi';
00180 $strGzip = '"digzip"';
00181 
00182 $strHasBeenAltered = 'telah diubahsuai.';
00183 $strHasBeenCreated = 'telah dicipta.';
00184 $strHaveToShow = 'Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar';
00185 $strHome = 'Rumah';
00186 $strHomepageOfficial = 'Laman Rasmi phpMyAdmin';
00187 $strHost = 'Hos';
00188 $strHostEmpty = 'Nama hos adalah kosong!';
00189 
00190 $strId = 'ID';
00191 $strIdxFulltext = 'Tekspenuh';
00192 $strIfYouWish = 'Jika anda ingin hanya memuat sesetengah kolum jadual, nyatakan senarai medan dipisahi koma.';
00193 $strIgnore = 'Abai';
00194 $strImportDocSQL = 'Import Fail docSQL';
00195 $strInUse = 'sedang digunakan';
00196 $strIndex = 'Indeks';
00197 $strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
00198 $strIndexName = 'Nama indeks&nbsp;:';
00199 $strIndexType = 'Jenis indeks&nbsp;:';
00200 $strIndexes = 'Indeks';
00201 $strInsecureMySQL = 'Fail Konfigurasi anda mengandungi pelengkapan (root tidak berkata laluan) yang bersesuaian dengan privilej akaun MySQL. Pelayan MySQL anda dilaksanakan dengan pelengkapan asas, ianya terdedah kepada pencerobohan, dan anda hendaklah membetulkan lubang keselamatan ini.';
00202 $strInsert = 'Selit';
00203 $strInsertAsNewRow = 'Selitkan baris baru';
00204 $strInsertNewRow = 'Selitkan baris baru';
00205 $strInsertTextfiles = 'Selit data dari fail teks ke jadual';
00206 $strInsertedRows = 'Baris diselit:';
00207 $strInstructions = 'Arahan';
00208 
00209 $strKeepPass = 'Jangan tukar katalaluan';
00210 $strKeyname = 'Nama Kekunci';
00211 $strKill = 'Bunuh';
00212 
00213 $strLandscape = 'Menegak';
00214 $strLaTeX = 'LaTeX';
00215 $strLengthSet = 'Panjang/Nilai*';
00216 $strLimitNumRows = 'Bilangan baris per halaman';
00217 $strLineFeed = 'Suapanbaris: \\n';
00218 $strLinesTerminatedBy = 'Baris ditamatkan oleh';
00219 $strLinkNotFound = 'Pautan tidak dijumpai';
00220 $strLinksTo = 'Pautan ke';
00221 $strLocationTextfile = 'Lokasi bagi fail teks';
00222 $strLogPassword = 'Katalaluan:';
00223 $strLogUsername = 'Namapengguna:';
00224 $strLogin = 'Logmasuk';
00225 $strLogout = 'Log keluar';
00226 
00227 $strModifications = 'Pengubahsuaian telah disimpan';
00228 $strModify = 'Ubahsuai';
00229 $strModifyIndexTopic = 'Ubahsuai indeks';
00230 $strMoreStatusVars = 'Lagi pembolehubah status';
00231 $strMoveTable = 'Pindahkan jadual ke (pangkalandata<b>.</b>jadual):';
00232 $strMoveTableOK = 'Jadual %s telah dipindahkan ke %s.';
00233 $strMySQLCharset = 'Set Aksara MySQL';
00234 $strMySQLReloaded = 'MySQL tekah diulangmuat.';
00235 $strMySQLSaid = 'MySQL berkata: ';
00236 $strMySQLServerProcess = 'MySQL  %pma_s1% dilaksana pada %pma_s2% sebagai %pma_s3%';
00237 $strMySQLShowProcess = 'Papar proses';
00238 $strMySQLShowStatus = 'Papar maklumat masalaksana MySQL';
00239 $strMySQLShowVars = 'Papar pembolehubah sistem MySQL';
00240 
00241 $strName = 'Nama';
00242 $strNext = 'Berikut';
00243 $strNo = 'Tidak';
00244 $strNoDatabases = 'Tiada pangkalan data';
00245 $strNoDescription = 'tiada keterangan';
00246 $strNoDropDatabases = 'keterangan "DROP DATABASE" di tidak aktifkan .';
00247 $strNoExplain = 'Skip Explain SQL';
00248 $strNoFrames = 'phpMyAdmin lebih mesra dengan pelayar web <b>menyokong-kerangka</b> seperti mozilla.';
00249 $strNoIndex = 'Tiada indeks ditafrifkan!';
00250 $strNoIndexPartsDefined = 'Tiada bahagian indeks ditakrifkan!';
00251 $strNoModification = 'Tiada perubahan';
00252 $strNoPassword = 'Tiada Katalaluan';
00253 $strNoPhp = 'Tanpa Kod PHP';
00254 $strNoPrivileges = 'Tiada Privilej';
00255 $strNoQuery = 'Tiada kueri SQL!';
00256 $strNoRights = 'Anda tidak mempunyai hak mencukupi untuk berada disini sekarang!';
00257 $strNoTablesFound = 'Tiada jadual dijumpai pada pangkalan data.';
00258 $strNoUsersFound = 'Tiada pengguna dijumpai.';
00259 $strNoValidateSQL = 'Melangkau Pengesahan SQL';
00260 $strNone = 'Tiada';
00261 $strNotNumber = 'Ini adalah bukan nombor!!';
00262 $strNotOK = 'tidak OK';
00263 $strNotSet = 'Jadual <b>%s</b> tidak dijumpai atau ditetapkan pada %s';
00264 $strNull = 'Null';
00265 $strNumSearchResultsInTable = '%s padanan di dalam jadual <i>%s</i>';
00266 $strNumSearchResultsTotal = '<b>Jumlah</b>: <i>%s</i> padanan';
00267 $strNumTables = 'Jadual-jadual';
00268 
00269 $strOK = 'OK';
00270 $strOftenQuotation = 'Selalu tanda semakan. OPTIONALLY bermaksud hanya medan char dan varchar disertakan oleh "disertakan oleh"-aksara.';
00271 $strOperations = 'Operasi';
00272 $strOptimizeTable = 'Optimakan jadual';
00273 $strOptionalControls = 'Opsional. Kawal bagaimana menulis dan membaca aksara istimewa.';
00274 $strOptionally = 'Opsional';
00275 $strOr = 'Atau';
00276 $strOverhead = 'Melebihi';
00277 
00278 $strPHP40203 = 'Anda Menggunakan PHP 4.2.3, dimana terdapat pepijat serius didalam multi-byte strings (mbstring). Lihat Laporan Pepijat PHP 19404. PHP versi ini adalah tidak digalakkan dalam menggunakan phpMyAdmin.';
00279 $strPHPVersion = 'Versi PHP';
00280 $strPageNumber = 'Muka Surat:';
00281 $strPartialText = 'Sebahagian Teks';
00282 $strPassword = 'Katalaluan';
00283 $strPasswordEmpty = 'Katalaluan adalah kosong!';
00284 $strPasswordNotSame = 'Katalaluan tidak sama!';
00285 $strPdfDbSchema = 'Skema bagi pangkalan data "%s" database - Laman %s';
00286 $strPdfInvalidTblName = 'Jadual "%s" tidak wujud!';
00287 $strPdfNoTables = 'Tiada Jadual';
00288 $strPerHour = 'per jam';
00289 $strPhp = 'Cipta Kod PHP';
00290 $strPmaDocumentation = 'Dokumentasi phpMyAdmin';
00291 $strPmaUriError = '<tt>$cfg[PmaAbsoluteUri]</tt> MESTI disetkan di dalam fail konfigurasi.';
00292 $strPortrait = 'Melintang';
00293 $strPos1 = 'Mula';
00294 $strPrevious = 'Terdahulu';
00295 $strPrimary = 'Utama';
00296 $strPrimaryKeyHasBeenDropped = 'Kekunci utama telah digugurkan';
00297 $strPrimaryKeyName = 'Nama kekunci utama mestilah... PRIMARY!';
00298 $strPrimaryKeyWarning = '("PRIMARY" <b>mesti</b> nama dan <b>semesti</b> dari kekunci utama!)';
00299 $strPrint = 'Cetak';
00300 $strPrintView = 'Paparan Cetak';
00301 $strPrivileges = 'Privilej';
00302 $strProcesslist = 'Senarai Proses';
00303 $strPutColNames = 'Letakkan medan di baris pertama';
00304 
00305 $strQBE = 'Kueri';
00306 $strQBEDel = 'Del';
00307 $strQBEIns = 'Ins';
00308 $strQueryOnDb = 'SQL- kueri pada pangkalan data <b>%s</b>:';
00309 $strQueryStatistics = '<b>Kueri Statistik</b>: Sejak ia dijalankan, %s kueri telah dihantar kepada pelayan.';
00310 $strQueryType = 'Jenis Kueri';
00311 
00312 $strReType = 'Ulang-taip';
00313 $strReceived = 'DiTerima';
00314 $strRecords = 'Rekod';
00315 $strReferentialIntegrity = 'Semak integriti rujukan:';
00316 $strRelationalSchema = 'Skema Hubungan';
00317 $strRelationNotWorking = 'Ciri-ciri tambahan ini adalah untuk bekerja dengan pautan jadual yang telah tidak diaktifkan. Untuk mengetahuinya klik %shere%s.';
00318 $strRelationView = 'Paparan Hubungan';
00319 $strReloadFailed = 'Pengulangmuatan MySQL gagal.';
00320 $strReloadMySQL = 'Ulangmuat MySQL';
00321 $strRenameTable = 'Tukarnama jadual ke';
00322 $strRenameTableOK = 'Jadual %s telah ditukarnama ke %s';
00323 $strRepairTable = 'Baiki jadual';
00324 $strReplace = 'Ganti';
00325 $strReplaceTable = 'Ganti data jadual dengan fail';
00326 $strReset = 'Ulangtetap';
00327 $strRevoke = 'TarikBalik';
00328 $strRevokeMessage = 'Anda telah menarikbalik privilej Keistimewaan untuk %s';
00329 $strRowLength = 'Panjang baris';
00330 $strRowSize = ' Saiz baris ';
00331 $strRows = 'Baris';
00332 $strRowsFrom = 'baris bermula dari rekod #';
00333 $strRowsModeHorizontal = 'mengufuk';
00334 $strRowsModeOptions = 'pada mod %s dan ulang pengepala selepas %s sel';
00335 $strRowsModeVertical = 'menegak';
00336 $strRowsStatistic = 'Statistik Baris';
00337 $strRunQuery = 'Hantar Kueri';
00338 $strRunSQLQuery = 'Laksana kueri SQL pada pangkalan data %s';
00339 $strRunning = 'dilaksana pada %s';
00340 
00341 $strSQL = 'SQL';
00342 $strSQLParserBugMessage = 'Ada kemungkinan anda akan berjumpa dengan pepijat di penghuraian SQL. Sila semak kueri anda dengan teliti, dan periksa tanda quote adalah betul dan tidak tersalah letak. Antara kegagalan lain mungkin disebabkan fail yang dimuatnaik bersama binari oleh anda berada diluar kawasan quote. Anda juga boleh mencuba kueri MySQL anda di antaramuka aturan baris (cli). Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah. Jika masih terdapat pemasalahan atau masalah penghuraian dimana antaramuka aturan baris berjaya, sila kurangkan kemasukan kueri SQL kepada satu kueri yang bermasalah, dan lapurkan pepijat desertai oleh seruas data dan SALIN keratan rentas dibawah:';
00343 $strSQLParserUserError = 'Ada kemungkin kueri SQL anda salah. Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah';
00344 $strSQLQuery = 'kueri-SQL';
00345 $strSQLResult = 'Hasil SQL';
00346 $strSQPBugInvalidIdentifer = 'Pengenalan TidakSah';
00347 $strSQPBugUnclosedQuote = 'Tanda quote tidak disertakan';
00348 $strSQPBugUnknownPunctuation = 'TandaBaca tidak dikenali';
00349 $strSave = 'Simpan';
00350 $strScaleFactorSmall = 'Faktor skala adalah terlalu kecil supaya muat dengan skema dalam satu halaman';
00351 $strSearch = 'Cari';
00352 $strSearchFormTitle = 'Cari di pangkalan data';
00353 $strSearchInTables = 'Di dalam jadual:';
00354 $strSearchNeedle = 'Perkataan atau nilai untuk dicari (wildcard:  "%"):';
00355 $strSearchOption1 = 'sekurang-kurangnya satu perkataan';
00356 $strSearchOption2 = 'semua perkataan';
00357 $strSearchOption3 = 'Frasa tepat';
00358 $strSearchOption4 = 'sebagai penyataan regular (regexp)';
00359 $strSearchResultsFor = 'Hasil carian bagi "<i>%s</i>" %s:';
00360 $strSearchType = 'Cari:';
00361 $strSelectADb = 'Sila pilih pangkalan data';
00362 $strSelectAll = 'Sila pilih pangkalan data';
00363 $strSelectFields = 'Pilih medan (sekurang-kurangnya satu):';
00364 $strSelectNumRows = 'pada kueri';
00365 $strSelectTables = 'Pilih Jadual';
00366 $strSend = 'Simpan sebagai fail';
00367 $strSent = 'Hantar';
00368 $strServer = 'Pelayan';
00369 $strServerChoice = 'Pilihan Pelayan';
00370 $strServerStatus = 'Informasi MasaJana';
00371 $strServerStatusUptime = 'Pelayan MySQL ini telah berjalan selama %s. Ia dihidupkan pada %s.';
00372 $strServerTabVariables = 'Pemboleh-pembolehubah';
00373 $strServerTabProcesslist = 'Proses-proses';
00374 $strServerTrafficNotes = '<b>Kesibukan Pelayan</b>: Jadual menunjukkan statistik kesibukan rangkaian pada pelayan MySQL server semenjak ia dihidupkan.';
00375 $strServerVars = 'Pembolehubah dan Penetapan Pelayan';
00376 $strServerVersion = 'Versi Pelayan';
00377 $strSessionValue = 'Nilai Sessi';
00378 $strSetEnumVal = 'Jika jenis medan ialah "enum" atau "set", sila masukkan nilai menggunakan format: \'a\',\'b\',\'c\'...<br />Jika Anda ingin menggunakan backslash ("\") atau single quote ("\'") didalam nilai tersebut, backslashes kan ia (cth \'\\\\xyz\' or \'a\\\'b\').';
00379 $strShow = 'Papar';
00380 $strShowAll = 'Papar semua';
00381 $strShowColor = 'Papar warna';
00382 $strShowDatadictAs = 'Format Kamus Data';
00383 $strShowGrid = 'Papar grid';
00384 $strShowPHPInfo = 'Papar maklumat PHP';
00385 $strShowTableDimension = 'Papar dimensi jadual';
00386 $strShowTables = 'Papar jadual';
00387 $strShowThisQuery = ' Papar kueri ini di sini lagi ';
00388 $strShowingRecords = 'Papar baris';
00389 $strSingly = '(persatu)';
00390 $strSize = 'Saiz';
00391 $strSort = 'Isih';
00392 $strSpaceUsage = 'Penggunaan ruang';
00393 $strSplitWordsWithSpace = 'Perkataan dipisahkan oleh aksara ruang (" ").';
00394 $strStatement = 'Penyataan';
00395 $strStatus = 'Status';
00396 $strStrucCSV = 'data CSV';
00397 $strStrucData = 'Struktur dan data';
00398 $strStrucDrop = 'Tambah DROP TABLE';
00399 $strStrucExcelCSV = 'CSV untuk sata MS Excel';
00400 $strStrucOnly = 'Struktur sahaja';
00401 $strStructPropose = 'Cadangkan struktur jadual';
00402 $strStructure = 'Struktur';
00403 $strSubmit = 'Hantar';
00404 $strSuccess = 'Kueri-SQL anda telah dilaksanakan dengan jaya';
00405 $strSum = 'Jumlah';
00406 
00407 $strTable = 'Jadual';
00408 $strTableComments = 'Komen jadual';
00409 $strTableEmpty = 'Nama jadual  adalah kosong';
00410 $strTableHasBeenDropped = 'Jadual %s telah digugurkan';
00411 $strTableHasBeenEmptied = 'Jadual %s telah dikosongkan';
00412 $strTableHasBeenFlushed = 'Jadual %s telah dibuangkan';
00413 $strTableMaintenance = 'Penyenggaraan Jadual';
00414 $strTableOfContents = 'Kandungan';
00415 $strTableStructure = 'Struktur jadual bagi jadual';
00416 $strTableType = 'Jenis Jadual';
00417 $strTables = '%s jadual';
00418 $strTextAreaLength = ' Kerana kepanjangannya, <br />medan ini tidak boleh diedit ';
00419 $strTheContent = 'Kandungan fail anda telah diselit.';
00420 $strTheContents = 'Kandungan fail telah digantikan dengan kandungan dari pilihan jadual untuk baris dengan persamaan kekunci utama ataupun kekunci unik.';
00421 $strTheTerminator = 'Pemisah bagi medan.';
00422 $strThreadSuccessfullyKilled = 'Bebenang %s telah berjaya dimatikan.';
00423 $strTime = 'Masa';
00424 $strTotal = 'jumlah';
00425 $strTotalUC = 'Jumlah';
00426 $strTraffic = 'Kesibukan';
00427 $strType = 'Jenis';
00428 
00429 $strUncheckAll = 'Nyahtanda Semua';
00430 $strUnique = 'Unik';
00431 $strUnselectAll = 'Nyahpilih Semua';
00432 $strUpdatePrivMessage = 'Anda telah mengemaskini privilej bagi %s.';
00433 $strUpdateProfileMessage = 'Profil telah dikemaskini.';
00434 $strUpdateQuery = 'Kemaskini Kueri';
00435 $strUsage = 'Penggunaan';
00436 $strUseBackquotes = 'Sertakan nama jadual dan medan dengan backquotes';
00437 $strUseTables = 'Guna Jadual';
00438 $strUser = 'Pengguna';
00439 $strUserEmpty = 'Kata Pengenalan kosong!';
00440 $strUserName = 'Kata Pengenalan';
00441 
00442 $strValidateSQL = 'Mengesahkan SQL';
00443 $strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatit di %sdocumentation%s.';
00444 $strValue = 'Nilai';
00445 $strVar = 'Pembolehubah';
00446 $strViewDump = 'Lihat longgokan (skema) pangkalan data';
00447 $strViewDumpDB = 'Lihat longgokan (skema) pangkalan data';
00448 
00449 $strWebServerUploadDirectory = 'direktori muatnaik pelayan-web';
00450 $strWebServerUploadDirectoryError = 'Direktori muatnaik yang telah ditetapkan tidak dapat dicapai';
00451 $strWelcome = 'Selamat Datang ke %s';
00452 $strWithChecked = 'Dengan pilihan:';
00453 $strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.';
00454 
00455 $strYes = 'Ya';
00456 
00457 $strZip = '"zipped"';
00458 
00459 // To translate
00460 $strAdministration = 'Administration'; //to translate
00461 $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
00462 $strGlobalPrivileges = 'Global privileges'; //to translate
00463 $strGrantOption = 'Grant'; //to translate
00464 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
00465 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
00466 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
00467 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
00468 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
00469 $strPrivDescDelete = 'Allows deleting data.'; //to translate
00470 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
00471 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
00472 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
00473 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
00474 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
00475 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
00476 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
00477 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
00478 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
00479 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
00480 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
00481 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
00482 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
00483 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
00484 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
00485 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
00486 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
00487 $strPrivDescSelect = 'Allows reading data.'; //to translate
00488 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
00489 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
00490 $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
00491 $strPrivDescUpdate = 'Allows changing data.'; //to translate
00492 $strPrivDescUsage = 'No privileges.'; //to translate
00493 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
00494 $strResourceLimits = 'Resource limits'; //to translate
00495 $strUserOverview = 'User overview'; //to translate
00496 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
00497 
00498 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
00499 
00500 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
00501 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
00502 $strDeleting = 'Deleting %s'; //to translate
00503 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
00504 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
00505 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
00506 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
00507 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
00508 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
00509 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
00510 
00511 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
00512 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
00513 $strColumnPrivileges = 'Column-specific privileges'; //to translate
00514 $strDbPrivileges = 'Database-specific privileges'; //to translate
00515 $strLocalhost = 'Local';
00516 $strLoginInformation = 'Login Information'; //to translate
00517 $strTblPrivileges = 'Table-specific privileges'; //to translate
00518 $strThisHost = 'This Host'; //to translate
00519 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
00520 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
00521 $strUseTextField = 'Use text field'; //to translate
00522 
00523 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
00524 $strAddedColumnComment = 'Added comment for column';  //to translate
00525 $strWritingCommentNotPossible = 'Writing of comment not possible';  //to translate
00526 $strAddedColumnRelation = 'Added relation for column';  //to translate
00527 $strWritingRelationNotPossible = 'Writing of relation not possible';  //to translate
00528 $strImportFinished = 'Import finished';  //to translate
00529 $strFileCouldNotBeRead = 'File could not be read';  //to translate
00530 $strIgnoringFile = 'Ignoring file %s';  //to translate
00531 $strThisNotDirectory = 'This was not a directory';  //to translate
00532 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory';  //to translate
00533 $strImportFiles = 'Import files';  //to translate
00534 $strDBGModule = 'Module';  //to translate
00535 $strDBGLine = 'Line';  //to translate
00536 $strDBGHits = 'Hits';  //to translate
00537 $strDBGTimePerHitMs = 'Time/Hit, ms';  //to translate
00538 $strDBGTotalTimeMs = 'Total time, ms';  //to translate
00539 $strDBGMinTimeMs = 'Min time, ms';  //to translate
00540 $strDBGMaxTimeMs = 'Max time, ms';  //to translate
00541 $strDBGContextID = 'Context ID';  //to translate
00542 $strDBGContext = 'Context';  //to translate
00543 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';  //to translate
00544 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';  //to translate
00545 $strCheckPrivs = 'Check Privileges';  //to translate
00546 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';  //to translate
00547 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';  //to translate
00548 $strDatabasesStatsDisable = 'Disable Statistics';  //to translate
00549 $strDatabasesStatsEnable = 'Enable Statistics';  //to translate
00550 $strJumpToDB = 'Jump to database &quot;%s&quot;.';  //to translate
00551 $strDropSelectedDatabases = 'Drop Selected Databases';  //to translate
00552 $strNoDatabasesSelected = 'No databases selected.';  //to translate
00553 $strDatabasesDropped = '%s databases have been dropped successfully.';  //to translate
00554 $strGlobal = 'global';  //to translate
00555 $strDbSpecific = 'database-specific';  //to translate
00556 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';  //to translate
00557 $strChangeCopyUser = 'Change Login Information / Copy User';  //to translate
00558 $strChangeCopyMode = 'Create a new user with the same privileges and ...';  //to translate
00559 $strChangeCopyModeCopy = '... keep the old one.';  //to translate
00560 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';  //to translate
00561 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';  //to translate
00562 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';  //to translate
00563 $strWildcard = 'wildcard';  //to translate
00564 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
00565 $strQueryTime = 'Query took %01.4f sec';//to translate
00566 $strDBComment = 'Database comment: ';//to translate
00567 $strQueryFrame = 'Query window';//to translate
00568 $strQuerySQLHistory = 'SQL-history';//to translate
00569 $strMIME_MIMEtype = 'MIME-type';//to translate
00570 $strMIME_transformation = 'Browser transformation';//to translate
00571 $strMIME_transformation_options = 'Transformation options';//to translate
00572 $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
00573 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
00574 $strMIME_available_mime = 'Available MIME-types';//to translate
00575 $strMIME_available_transform = 'Available transformations';//to translate
00576 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
00577 $strMIME_description = 'Description';//to translate
00578 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
00579 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
00580 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
00581 $strInnodbStat = 'InnoDB Status';  //to translate
00582 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';  //to translate
00583 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';  //to translate
00584 $strTransformation_image_png__inline = 'See image/jpeg: inline';  //to translate
00585 $strSQLOptions = 'SQL options';//to translate
00586 $strXML = 'XML';//to translate
00587 $strCSVOptions = 'CSV options';//to translate
00588 $strNoOptions = 'This format has no options';//to translate
00589 $strStatCreateTime = 'Creation';//to translate
00590 $strStatUpdateTime = 'Last update';//to translate
00591 $strStatCheckTime = 'Last check';//to translate
00592 $strPerMinute = 'per minute';//to translate
00593 $strPerSecond = 'per second';//to translate
00594 $strAutomaticLayout = 'Automatic layout';  //to translate
00595 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
00596 $strFileNameTemplate = 'File name template';//to translate
00597 $strFileNameTemplateRemember = 'remember template';//to translate
00598 $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
00599 $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
00600 $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
00601 $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
00602 $strAutodetect = 'Autodetect';  //to translate
00603 $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
00604 $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
00605 $strUseHostTable = 'Use Host Table';  //to translate
00606 $strShowFullQueries = 'Show Full Queries';  //to translate
00607 $strTruncateQueries = 'Truncate Shown Queries';  //to translate
00608 $strSwitchToTable = 'Switch to copied table';  //to translate
00609 $strCharset = 'Charset';  //to translate
00610 $strLaTeXOptions = 'LaTeX options';  //to translate
00611 $strRelations = 'Relations';  //to translate
00612 $strMoveTableSameNames = 'Can\'t move table to same one!';  //to translate
00613 $strCopyTableSameNames = 'Can\'t copy table to same one!';  //to translate
00614 $strMustSelectFile = 'You should select file which you want to insert.';  //to translate
00615 $strSaveOnServer = 'Save on server in %s directory';  //to translate
00616 $strOverwriteExisting = 'Overwrite existing file(s)';  //to translate
00617 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';  //to translate
00618 $strDumpSaved = 'Dump has been saved to file %s.';  //to translate
00619 $strNoPermission = 'The web server does not have permission to save the file %s.';  //to translate
00620 $strNoSpace = 'Insufficient space to save the file %s.';  //to translate
00621 $strInsertedRowId = 'Inserted row id:';  //to translate
00622 $strLoadMethod = 'LOAD method';  //to translate
00623 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.';  //to translate
00624 $strExecuteBookmarked = 'Execute bookmarked query';  //to translate
00625 $strExcelOptions = 'Excel options';  //to translate
00626 $strReplaceNULLBy = 'Replace NULL by';  //to translate
00627 $strQueryWindowLock = 'Do not overwrite this query from outside the window';  //to translate
00628 $strPaperSize = 'Paper size';  //to translate
00629 $strDatabaseNoTable = 'This database contains no table!';//to translate
00630 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
00631 $strAddIntoComments = 'Add into comments';//to translate
00632 $strDatabaseExportOptions = 'Database export options';//to translate
00633 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
00634 $strToggleScratchboard = 'toggle scratchboard';  //to translate
00635 $strTableOptions = 'Table options';  //to translate
00636 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';  //to translate
00637 $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
00638 $strAddAutoIncrement = 'Add AUTO_INCREMENT value';  //to translate
00639 $strCharsets = 'Charsets';  //to translate
00640 $strDescription = 'Description';  //to translate
00641 $strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
00642 $strCollation = 'Collation';  //to translate
00643 $strMultilingual = 'multilingual';  //to translate
00644 $strGerman = 'German';  //to translate
00645 $strPhoneBook = 'phone book';  //to translate
00646 $strDictionary = 'dictionary';  //to translate
00647 $strSwedish = 'Swedish';  //to translate
00648 $strDanish = 'Danish';  //to translate
00649 $strCzech = 'Czech';  //to translate
00650 $strTurkish = 'Turkish';  //to translate
00651 $strEnglish = 'English';  //to translate
00652 $strHungarian = 'Hungarian';  //to translate
00653 $strCroatian = 'Croatian';  //to translate
00654 $strBulgarian = 'Bulgarian';  //to translate
00655 $strLithuanian = 'Lithuanian';  //to translate
00656 $strEstonian = 'Estonian';  //to translate
00657 $strCaseInsensitive = 'case-insensitive';  //to translate
00658 $strCaseSensitive = 'case-sensitive';  //to translate
00659 $strUkrainian = 'Ukrainian';  //to translate
00660 $strHebrew = 'Hebrew';  //to translate
00661 $strWestEuropean = 'West European';  //to translate
00662 $strCentralEuropean = 'Central European';  //to translate
00663 $strTraditionalChinese = 'Traditional Chinese';  //to translate
00664 $strCyrillic = 'Cyrillic';  //to translate
00665 $strArmenian = 'Armenian';  //to translate
00666 $strArabic = 'Arabic';  //to translate
00667 $strRussian = 'Russian';  //to translate
00668 $strUnknown = 'unknown';  //to translate
00669 $strBaltic = 'Baltic';  //to translate
00670 $strUnicode = 'Unicode';  //to translate
00671 $strSimplifiedChinese = 'Simplified Chinese';  //to translate
00672 $strKorean = 'Korean';  //to translate
00673 $strGreek = 'Greek';  //to translate
00674 $strJapanese = 'Japanese';  //to translate
00675 $strThai = 'Thai';  //to translate
00676 $strUseThisValue = 'Use this value';  //to translate
00677 $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
00678 $strBrowseForeignValues = 'Browse foreign values';  //to translate
00679 $strInternalRelations = 'Internal relations';  //to translate
00680 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
00681 $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
00682 $strLatexStructure = 'Structure of table __TABLE__';//to translate
00683 $strLatexContinued = '(continued)';//to translate
00684 $strLatexContent = 'Content of table __TABLE__';//to translate
00685 $strLatexIncludeCaption = 'Include table caption';//to translate
00686 $strLatexCaption = 'Table caption';//to translate
00687 $strLatexLabel = 'Label key';//to translate
00688 $strLatexContinuedCaption = 'Continued table caption';//to translate
00689 
00690 $strPrintViewFull = 'Print view (with full texts)';  //to translate
00691 $strLogServer = 'Server';  //to translate
00692 $strSortByKey = 'Sort by key';  //to translate
00693 $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
00694 $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
00695 $strConstraintsForTable = 'Constraints for table';  //to translate
00696 $strBookmarkOptions = 'Bookmark options';  //to translate
00697 $strCreationDates = 'Creation/Update/Check dates';  //to translate
00698 $strCheckOverhead = 'Check tables with overhead';  //to translate
00699 $strExcelEdition = 'Excel edition';  //to translate
00700 $strDelayedInserts = 'Use delayed inserts';  //to translate
00701 $strSQLExportType = 'Export type';  //to translate
00702 $strAddConstraints = 'Add constraints';  //to translate
00703 $strGeorgian = 'Georgian';  //to translate
00704 $strCzechSlovak = 'Czech-Slovak';  //to translate
00705 $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
00706 $strMaximumSize = 'Maximum size: %s%s';  //to translate
00707 $strConnectionError = 'Cannot connect: invalid settings.';  //to translate
00708 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';  //to translate
00709 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';  //to translate
00710 $strNeedPrimaryKey = 'You should define a primary key for this table.';  //to translate
00711 $strIgnoreInserts = 'Use ignore inserts';  //to translate
00712 $strAddIfNotExists = 'Add IF NOT EXISTS';  //to translate
00713 $strCommentsForTable = 'COMMENTS FOR TABLE';  //to translate
00714 $strMIMETypesForTable = 'MIME TYPES FOR TABLE';  //to translate
00715 $strRelationsForTable = 'RELATIONS FOR TABLE';  //to translate
00716 $strAfterInsertSame = 'Go back to this page';  //to translate
00717 $strRenameDatabaseOK = 'Database %s has been renamed to %s';  //to translate
00718 $strDatabaseEmpty = 'The database name is empty!';  //to translate
00719 $strDBRename = 'Rename database to';  //to translate
00720 $strOperator = 'Operator';  //to translate
00721 $strEncloseInTransaction = 'Enclose export in a transaction';  //to translate
00722 $strCalendar = 'Calendar';  //to translate
00723 $strRefresh = 'Refresh';  //to translate
00724 $strDefragment = 'Defragment table';  //to translate
00725 $strNoRowsSelected = 'No rows selected';  //to translate
00726 $strSpanish = 'Spanish';  //to translate
00727 $strStrucNativeExcel = 'Native MS Excel data';  //to translate
00728 $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
00729 $strServerNotResponding = 'The server is not responding';  //to translate
00730 $strTheme = 'Theme / Style';  //to translate
00731 $strTakeIt = 'take it';  //to translate
00732 $strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
00733 $strIcelandic = 'Icelandic';  //to translate
00734 $strLatvian = 'Latvian';  //to translate
00735 $strPolish = 'Polish';  //to translate
00736 $strRomanian = 'Romanian';  //to translate
00737 $strSlovenian = 'Slovenian';  //to translate
00738 $strTraditionalSpanish = 'Traditional Spanish';  //to translate
00739 $strSlovak = 'Slovak';  //to translate
00740 $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
00741 $strPersian = 'Persian';  //to translate
00742 $strAddFields = 'Add %s field(s)';  //to translate
00743 $strInsertBookmarkTitle = 'Please insert bookmark title';  //to translate
00744 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
00745 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
00746 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
00747 $strBinLogName = 'Log name';  //to translate
00748 $strBinLogPosition = 'Position';  //to translate
00749 $strBinLogEventType = 'Event type';  //to translate
00750 $strBinLogServerId = 'Server ID';  //to translate
00751 $strBinLogOriginalPosition = 'Original position';  //to translate
00752 $strBinLogInfo = 'Information';  //to translate
00753 $strBinaryLog = 'Binary log';  //to translate
00754 $strSelectBinaryLog = 'Select binary log to view';  //to translate
00755 $strDBCopy = 'Copy database to';  //to translate
00756 $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
00757 $strSwitchToDatabase = 'Switch to copied database';  //to translate
00758 $strPasswordHashing = 'Password Hashing';  //to translate
00759 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';  //to translate
00760 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
00761 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
00762 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
00763 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
00764 $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
00765 $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
00766 $strSQLExportCompatibility = 'SQL export compatibility';  //to translate
00767 $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
00768 $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
00769 $strAfterInsertNext = 'Edit next row';  //to translate
00770 $strView = 'View';  //to translate
00771 $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
00772 $strEngines = 'Engines';  //to translate
00773 $strStorageEngines = 'Storage Engines';  //to translate
00774 $strStorageEngine = 'Storage Engine';  //to translate
00775 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
00776 $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
00777 $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
00778 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
00779 $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
00780 $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
00781 $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
00782 $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
00783 $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
00784 $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
00785 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
00786 $strMyISAMRepairThreads = 'Repair threads';  //to translate
00787 $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
00788 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
00789 $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
00790 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
00791 $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
00792 $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
00793 $strVersionInformation = 'Version information';  //to translate
00794 $strInnoDBDataHomeDir = 'Data home directory';  //to translate
00795 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
00796 $strInnoDBDataFilePath = 'Data files';  //to translate
00797 $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
00798 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
00799 $strBufferPool = 'Buffer Pool';  //to translate
00800 $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
00801 $strDataPages = 'Pages containing data';  //to translate
00802 $strFreePages = 'Free pages';  //to translate
00803 $strBusyPages = 'Busy pages';  //to translate
00804 $strDirtyPages = 'Dirty pages';  //to translate
00805 $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
00806 $strLatchedPages = 'Latched pages';  //to translate
00807 $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
00808 $strReadRequests = 'Read requests';  //to translate
00809 $strWriteRequests = 'Write requests';  //to translate
00810 $strBufferReadMisses = 'Read misses';  //to translate
00811 $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
00812 $strBufferWriteWaits = 'Write waits';  //to translate
00813 $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
00814 $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
00815 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
00816 $strHTMLWord = 'Microsoft Word 2000';  //to translate
00817 $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
00818 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
00819 $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
00820 $strInnoDBPages = 'pages';  //to translate
00821 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
00822 $strPrivDescCreateView = 'Allows creating new views.';  //to translate
00823 $strPrivDescAlterDb = 'Allows altering the structure of existing tables as well as changing the default charset and collation of databases.';  //to translate
00824 $strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.';  //to translate
00825 $strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
00826 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
00827 $strRoutines = 'Routines';  //to translate
00828 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
00829 $strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
00830 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
00831 $strGeneratePassword = 'Generate Password';  //to translate
00832 $strGenerate = 'Generate';  //to translate
00833 $strCopy = 'Copy';  //to translate
00834 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';  //to translate
00835 $strInvalidFieldCount = 'Table must have at least one field.';  //to translate
00836 $strInvalidRowNumber = '%d is not valid row number.';  //to translate
00837 $strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
00838 $strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
00839 $strAndThen = 'and then';  //to translate
00840 ?>


Généré par Les spécialistes TYPO3 avec  doxygen 1.4.6