Documentation TYPO3 par Ameos

malay-iso-8859-1.inc.php

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


Généré par TYPO3 Ameos avec  doxygen 1.4.6