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