[ Index ]
 

Code source de phpMyAdmin 2.10.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/lang/ -> malay-utf-8.inc.php (source)

   1  <?php
   2  /* $Id: malay-utf-8.inc.php 10439 2007-06-15 17:13:29Z lem9 $ */
   3  
   4  /*
   5  Projek Penterjemahan (l10n) phpmyadmin.net boleh diakses di laman http://shapik.johordt.com/l10n
   6  Projek ini diusahakan oleh saya - sicksand - Mohammad Shafiq Mohd Mustapa
   7  Ditujukan untuk sayang saya Nur Khairiyah.
   8  Antara yang menjayakan projek ini ialah (turutan bukan keutamaan)
   9  
  10  Asrul Munir Bin Azizan - ntahsapentah@hotmail.com
  11  Hasbullah - exs2me@hotmail.com
  12  sot - sid80@yahoo.com
  13  silla - roscla@yahoo.com
  14  bagaksasa - bagaksasa@hotmail.com
  15  Bustamam Harun - bustamam98@yahoo.com
  16  Hasbullah Bin Pit - sebol@ikhlas.com, Merlimau
  17  nina - nina@hotmail.com
  18  muslim - sayamuslim@hotmail.com
  19  ejoe - webmaster@ejoe.net
  20  huhu - huhu@huh.net
  21  redkod - r3dkod@yahoo.com
  22  */
  23  
  24  $charset = 'utf-8';
  25  $allow_recoding = TRUE;
  26  $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
  27  $number_thousands_separator = ',';
  28  $number_decimal_separator = '.';
  29  // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  30  $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  31  $timespanfmt = '%s hari, %s jam, %s minit dan %s saat';
  32  
  33  $day_of_week = array('Aha', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab');
  34  $month = array('Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogos', 'Sept', 'Okt', 'Nov', 'Dis');
  35  // See http://www.php.net/manual/en/function.strftime.php to define the
  36  // variable below
  37  $datefmt = '%B %d, %Y at %I:%M %p';
  38  
  39  $strAbortedClients = 'DiBatalkan';
  40  $strAccessDenied = 'Akses dinafikan';
  41  $strAction = 'Aksi';
  42  $strAddDeleteColumn = 'Tambah/Padam Kolum Medan';
  43  $strAddDeleteRow = 'Tambah/Padam Baris Kriteria';
  44  $strAddNewField = 'Tambah medan baru';
  45  $strAddSearchConditions = 'Tambah kriteria carian (badan bagi klausa "where"):';
  46  $strAddToIndex = 'Tambah ke indeks &nbsp;%s&nbsp;kolum';
  47  $strAddUserMessage = 'Anda telah menambah pengguna baru.';
  48  $strAddUser = 'Tambah Pengguna Baru';
  49  $strAffectedRows = 'Baris yang terlibat:';
  50  $strAfterInsertBack = 'Kembali ke muka sebelumnya';
  51  $strAfterInsertNewInsert = 'Tambah baris yang baru';
  52  $strAfter = 'Selepas %s';
  53  $strAll = 'Semua';
  54  $strAllTableSameWidth = 'paparkan semua Jadual dengan kelebaran yang sama?';
  55  $strAlterOrderBy = 'Alter table order by';
  56  $strAnalyzeTable = 'Analyze table';
  57  $strAnd = 'Dan';
  58  $strAnIndex = 'Indeks telah ditambah pada %s';
  59  $strAnyHost = 'Sebarang hos';
  60  $strAny = 'Sebarang';
  61  $strAnyUser = 'Sebarang pengguna';
  62  $strAPrimaryKey = 'Kekunci utama telah ditambah pada %s';
  63  $strAscending = 'Menaik';
  64  $strAtBeginningOfTable = 'Pada Awalan Jadual';
  65  $strAtEndOfTable = 'Pada Akhir Jadual';
  66  $strAttr = 'Atribut';
  67  
  68  $strBack = 'Undur';
  69  $strBeginCut = 'MULA SALIN';
  70  $strBeginRaw = 'MULA MENTAH';
  71  $strBinary = 'Binari';
  72  $strBinaryDoNotEdit = 'Binari - jgn diubah';
  73  $strBookmarkDeleted = 'TandaBuku telah dipadam.';
  74  $strBookmarkLabel = 'Label';
  75  $strBookmarkQuery = 'Tandabuku kueri-SQL';
  76  $strBookmarkThis = 'andabuku kueri-SQL ini';
  77  $strBookmarkView = 'Paparan sahaja';
  78  $strBrowse = 'Lungsur';
  79  $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.';
  80  $strBzip = 'bzipped';
  81  
  82  $strCannotLogin = 'Tidak boleh log-masuk ke server MySQL';
  83  $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.';
  84  $strCantRenameIdxToPrimary = 'Tidak boleh menukar indekx ke PRIMARY!';
  85  $strCantUseRecodeIconv = 'Tidak boleh menggunakan fungsi iconv mahupun libiconv mahupun recode_string apabila sambungan lapuran dimuat. Periksa konfigurasi php anda.';
  86  $strCardinality = 'Kardinaliti';
  87  $strChangeDisplay = 'Pilih Medan untuk dipapar';
  88  $strChangePassword = 'Ubah Katalaluan';
  89  $strChange = 'Ubah';
  90  $strCharsetOfFile = 'Fail bagi set Aksara:';
  91  $strCheckAll = 'Tanda Semua';
  92  $strCheckTable = 'Periksa Jadual';
  93  $strChoosePage = 'Sila Pilih Laman untuk diubah';
  94  $strColComFeat = 'Memaparkan Komen Kolum';
  95  $strColumnNames = 'Nama Kolum';
  96  $strCommand = 'Arahan';
  97  $strComments = 'Komen';
  98  $strCompleteInserts = 'Kemasukkan Selesai';
  99  $strCompression = 'Mampatan';
 100  $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.';
 101  $strConfigureTableCoord = 'Sila konfigurasikan kordinat bagi jadual %s';
 102  $strConnections = 'Hubungan';
 103  $strCookiesRequired = 'Cecikut mestilah dihidupkan ketika ini.';
 104  $strCopyTableOK = 'Jadual %s telah disalin ke %s.';
 105  $strCopyTable = 'Salin jadual ke (pangkalandata<b>.</b>jadual):';
 106  $strCouldNotKill = 'phpMyAdmin tidak dapat mematikan bebenang %s. Ianya mungkin telah ditutup.';
 107  $strCreate = 'Cipta';
 108  $strCreateIndex = 'Cipta indeks pada &nbsp;%s&nbsp;';
 109  $strCreateIndexTopic = 'Cipta indeks baru';
 110  $strCreateNewDatabase = 'Cipta pangkalan data baru';
 111  $strCreateNewTable = 'Cipta jadual baru pada pangkalan data %s';
 112  $strCreatePage = 'Cipta Halaman baru';
 113  $strCreatePdfFeat = 'Ciptaan bagi PDF';
 114  $strCriteria = 'Kriteria';
 115  
 116  $strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.';
 117  $strDatabase = 'Pangkalan Data';
 118  $strDatabases = 'pangkalan data';
 119  $strDatabasesStats = 'Statistik pangkalan data';
 120  $strData = 'Data';
 121  $strDataDict = 'Kamus Data';
 122  $strDataOnly = 'Data sahaja';
 123  $strDefault = 'Asal';
 124  $strDeleted = 'Baris telah dipadam';
 125  $strDeletedRows = 'Baris dipadam:';
 126  $strDelete = 'Padam';
 127  $strDescending = 'Menurun';
 128  $strDisabled = 'Tidak Membenarkan';
 129  $strDisplayFeat = 'Paparkan Ciri-ciri';
 130  $strDisplayOrder = 'Turutan paparan:';
 131  $strDisplayPDF = 'Papar Skema PDF';
 132  $strDoAQuery = 'Lakukan "kueri melalui contoh" (wilidcard: "%")';
 133  $strDocu = 'Dokumentasi';
 134  $strDoYouReally = 'Adakah anda ingin ';
 135  $strDrop = 'Gugur';
 136  $strDumpingData = 'Melonggok data bagi jadual';
 137  $strDumpXRows = 'Longgok %s baris bermula pada rekod # %s.';
 138  $strDynamic = 'dinamik';
 139  
 140  $strEditPDFPages = 'Ubah Halaman PDF';
 141  $strEditPrivileges = 'Ubah Privilej';
 142  $strEdit = 'Ubah';
 143  $strEffective = 'Berkesan';
 144  $strEmpty = 'Kosong';
 145  $strEmptyResultSet = 'MySQL memulangkan set hasil kosong (i.e. sifar baris)';
 146  $strEnabled = 'Membenarkan';
 147  $strEndCut = 'TAMAT SALIN';
 148  $strEndRaw = 'TAMAT MENTAH';
 149  $strEnd = 'Tamat';
 150  $strEnglishPrivileges = ' Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris ';
 151  $strError = 'Ralat';
 152  $strExplain = 'Terangkan Kod SQL';
 153  $strExport = 'Eksport';
 154  $strExtendedInserts = 'Penyelitan Lanjutan';
 155  $strExtra = 'Ekstra';
 156  
 157  $strFailedAttempts = 'Percubaan Gagal';
 158  $strFieldHasBeenDropped = 'Medan %s telah digugurkan';
 159  $strField = 'Medan';
 160  $strFieldsEmpty = ' Bilangan medan adalah kosong! ';
 161  $strFieldsEnclosedBy = 'Medan disertai oleh';
 162  $strFieldsEscapedBy = 'Medan dilarikan oleh';
 163  $strFields = 'Medan';
 164  $strFieldsTerminatedBy = 'Medan dihapuskan oleh';
 165  $strFixed = 'tetap';
 166  $strFlushTable = 'Buang jadual ("FLUSH")';
 167  $strFormat = 'Format';
 168  $strFormEmpty = 'Kehilangan nilai pada borang! !';
 169  $strFullText = 'Teks Penuh';
 170  $strFunction = 'Fungsi';
 171  
 172  $strGenBy = 'Dijana oleh';
 173  $strGeneralRelationFeat = 'Ciri-ciri hubungan am';
 174  $strGenTime = 'Masa dijana';
 175  $strGlobalValue = 'Nilai Global';
 176  $strGo = 'Pergi';
 177  $strGzip = '"digzip"';
 178  
 179  $strHasBeenAltered = 'telah diubahsuai.';
 180  $strHasBeenCreated = 'telah dicipta.';
 181  $strHaveToShow = 'Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar';
 182  $strHomepageOfficial = 'Laman Rasmi phpMyAdmin';
 183  $strHome = 'Rumah';
 184  $strHostEmpty = 'Nama hos adalah kosong!';
 185  $strHost = 'Hos';
 186  
 187  $strId = 'ID';
 188  $strIdxFulltext = 'Tekspenuh';
 189  $strIgnore = 'Abai';
 190  $strIndexes = 'Indeks';
 191  $strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
 192  $strIndex = 'Indeks';
 193  $strIndexName = 'Nama indeks&nbsp;:';
 194  $strIndexType = 'Jenis indeks&nbsp;:';
 195  $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.';
 196  $strInsertAsNewRow = 'Selitkan baris baru';
 197  $strInsertedRows = 'Baris diselit:';
 198  $strInsert = 'Selit';
 199  $strInUse = 'sedang digunakan';
 200  
 201  $strKeepPass = 'Jangan tukar katalaluan';
 202  $strKeyname = 'Nama Kekunci';
 203  $strKill = 'Bunuh';
 204  
 205  $strLandscape = 'Menegak';
 206  $strLaTeX = 'LaTeX';
 207  $strLengthSet = 'Panjang/Nilai*';
 208  $strLimitNumRows = 'Bilangan baris per halaman';
 209  $strLinesTerminatedBy = 'Baris ditamatkan oleh';
 210  $strLinkNotFound = 'Pautan tidak dijumpai';
 211  $strLinksTo = 'Pautan ke';
 212  $strLocalhost = 'Local';
 213  $strLocationTextfile = 'Lokasi bagi fail teks';
 214  $strLogin = 'Logmasuk';
 215  $strLogout = 'Log keluar';
 216  $strLogPassword = 'Katalaluan:';
 217  $strLogUsername = 'Namapengguna:';
 218  
 219  $strModifications = 'Pengubahsuaian telah disimpan';
 220  $strModifyIndexTopic = 'Ubahsuai indeks';
 221  $strModify = 'Ubahsuai';
 222  $strMoveTableOK = 'Jadual %s telah dipindahkan ke %s.';
 223  $strMoveTable = 'Pindahkan jadual ke (pangkalandata<b>.</b>jadual):';
 224  $strMySQLCharset = 'Set Aksara MySQL';
 225  $strMySQLSaid = 'MySQL berkata: ';
 226  $strMySQLShowProcess = 'Papar proses';
 227  $strMySQLShowStatus = 'Papar maklumat masalaksana MySQL';
 228  $strMySQLShowVars = 'Papar pembolehubah sistem MySQL';
 229  
 230  $strName = 'Nama';
 231  $strNext = 'Berikut';
 232  $strNoDatabases = 'Tiada pangkalan data';
 233  $strNoDescription = 'tiada keterangan';
 234  $strNoDropDatabases = 'keterangan "DROP DATABASE" di tidak aktifkan .';
 235  $strNoExplain = 'Skip Explain SQL';
 236  $strNoFrames = 'phpMyAdmin lebih mesra dengan pelayar web <b>menyokong-kerangka</b> seperti mozilla.';
 237  $strNoIndexPartsDefined = 'Tiada bahagian indeks ditakrifkan!';
 238  $strNoIndex = 'Tiada indeks ditafrifkan!';
 239  $strNoModification = 'Tiada perubahan';
 240  $strNone = 'Tiada';
 241  $strNoPassword = 'Tiada Katalaluan';
 242  $strNoPhp = 'Tanpa Kod PHP';
 243  $strNoPrivileges = 'Tiada Privilej';
 244  $strNoRights = 'Anda tidak mempunyai hak mencukupi untuk berada disini sekarang!';
 245  $strNoTablesFound = 'Tiada jadual dijumpai pada pangkalan data.';
 246  $strNo = 'Tidak';
 247  $strNotNumber = 'Ini adalah bukan nombor!!';
 248  $strNotOK = 'tidak OK';
 249  $strNotSet = 'Jadual <b>%s</b> tidak dijumpai atau ditetapkan pada %s';
 250  $strNoUsersFound = 'Tiada pengguna dijumpai.';
 251  $strNoValidateSQL = 'Melangkau Pengesahan SQL';
 252  $strNull = 'Null';
 253  $strNumSearchResultsInTable = '%s padanan di dalam jadual <i>%s</i>';
 254  $strNumSearchResultsTotal = '<b>Jumlah</b>: <i>%s</i> padanan';
 255  $strNumTables = 'Jadual-jadual';
 256  
 257  $strOK = 'OK';
 258  $strOperations = 'Operasi';
 259  $strOptimizeTable = 'Optimakan jadual';
 260  $strOr = 'Atau';
 261  $strOverhead = 'Melebihi';
 262  
 263  $strPageNumber = 'Muka Surat:';
 264  $strPartialText = 'Sebahagian Teks';
 265  $strPasswordEmpty = 'Katalaluan adalah kosong!';
 266  $strPassword = 'Katalaluan';
 267  $strPasswordNotSame = 'Katalaluan tidak sama!';
 268  $strPdfDbSchema = 'Skema bagi pangkalan data "%s" database - Laman %s';
 269  $strPdfInvalidTblName = 'Jadual "%s" tidak wujud!';
 270  $strPdfNoTables = 'Tiada Jadual';
 271  $strPerHour = 'per jam';
 272  $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.';
 273  $strPhp = 'Cipta Kod PHP';
 274  $strPHPVersion = 'Versi PHP';
 275  $strPmaDocumentation = 'Dokumentasi phpMyAdmin';
 276  $strPmaUriError = '<tt>$cfg[PmaAbsoluteUri]</tt> MESTI disetkan di dalam fail konfigurasi.';
 277  $strPortrait = 'Melintang';
 278  $strPos1 = 'Mula';
 279  $strPrevious = 'Terdahulu';
 280  $strPrimaryKeyHasBeenDropped = 'Kekunci utama telah digugurkan';
 281  $strPrimaryKeyName = 'Nama kekunci utama mestilah... PRIMARY!';
 282  $strPrimaryKeyWarning = '("PRIMARY" <b>mesti</b> nama dan <b>semesti</b> dari kekunci utama!)';
 283  $strPrimary = 'Utama';
 284  $strPrint = 'Cetak';
 285  $strPrintView = 'Paparan Cetak';
 286  $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
 287  $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
 288  $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
 289  $strPrivileges = 'Privilej';
 290  $strProcesses = 'Proses-proses';
 291  $strProcesslist = 'Senarai Proses';
 292  $strPutColNames = 'Letakkan medan di baris pertama';
 293  
 294  $strQBEDel = 'Del';
 295  $strQBEIns = 'Ins';
 296  $strQBE = 'Kueri';
 297  $strQueryOnDb = 'SQL- kueri pada pangkalan data <b>%s</b>:';
 298  $strQueryStatistics = '<b>Kueri Statistik</b>: Sejak ia dijalankan, %s kueri telah dihantar kepada pelayan.';
 299  $strQueryType = 'Jenis Kueri';
 300  
 301  $strReceived = 'DiTerima';
 302  $strRecords = 'Rekod';
 303  $strReferentialIntegrity = 'Semak integriti rujukan:';
 304  $strRelationalSchema = 'Skema Hubungan';
 305  $strRelationNotWorking = 'Ciri-ciri tambahan ini adalah untuk bekerja dengan pautan jadual yang telah tidak diaktifkan. Untuk mengetahuinya klik %shere%s.';
 306  $strRelationView = 'Paparan Hubungan';
 307  $strRenameTableOK = 'Jadual %s telah ditukarnama ke %s';
 308  $strRenameTable = 'Tukarnama jadual ke';
 309  $strRepairTable = 'Baiki jadual';
 310  $strReplaceTable = 'Ganti data jadual dengan fail';
 311  $strReset = 'Ulangtetap';
 312  $strReType = 'Ulang-taip';
 313  $strRevokeMessage = 'Anda telah menarikbalik privilej Keistimewaan untuk %s';
 314  $strRevoke = 'TarikBalik';
 315  $strRowLength = 'Panjang baris';
 316  $strRows = 'Baris';
 317  $strRowsFrom = 'baris bermula dari rekod #';
 318  $strRowSize = ' Saiz baris ';
 319  $strRowsModeHorizontal = 'mengufuk';
 320  $strRowsModeOptions = 'pada mod %s dan ulang pengepala selepas %s sel';
 321  $strRowsModeVertical = 'menegak';
 322  $strRowsStatistic = 'Statistik Baris';
 323  $strRunning = 'dilaksana pada %s';
 324  $strRunQuery = 'Hantar Kueri';
 325  $strRunSQLQuery = 'Laksana kueri SQL pada pangkalan data %s';
 326  
 327  $strSave = 'Simpan';
 328  $strScaleFactorSmall = 'Faktor skala adalah terlalu kecil supaya muat dengan skema dalam satu halaman';
 329  $strSearch = 'Cari';
 330  $strSearchFormTitle = 'Cari di pangkalan data';
 331  $strSearchInTables = 'Di dalam jadual:';
 332  $strSearchNeedle = 'Perkataan atau nilai untuk dicari (wildcard:  "%"):';
 333  $strSearchOption1 = 'sekurang-kurangnya satu perkataan';
 334  $strSearchOption2 = 'semua perkataan';
 335  $strSearchOption3 = 'Frasa tepat';
 336  $strSearchOption4 = 'sebagai penyataan regular (regexp)';
 337  $strSearchResultsFor = 'Hasil carian bagi "<i>%s</i>" %s:';
 338  $strSearchType = 'Cari:';
 339  $strSelectADb = 'Sila pilih pangkalan data';
 340  $strSelectAll = 'Sila pilih pangkalan data';
 341  $strSelectFields = 'Pilih medan (sekurang-kurangnya satu):';
 342  $strSelectNumRows = 'pada kueri';
 343  $strSelectTables = 'Pilih Jadual';
 344  $strSend = 'Simpan sebagai fail';
 345  $strSent = 'Hantar';
 346  $strServerChoice = 'Pilihan Pelayan';
 347  $strServer = 'Pelayan';
 348  $strServerStatus = 'Informasi MasaJana';
 349  $strServerStatusUptime = 'Pelayan MySQL ini telah berjalan selama %s. Ia dihidupkan pada %s.';
 350  $strServerTabVariables = 'Pemboleh-pembolehubah';
 351  $strServerTrafficNotes = '<b>Kesibukan Pelayan</b>: Jadual menunjukkan statistik kesibukan rangkaian pada pelayan MySQL server semenjak ia dihidupkan.';
 352  $strServerVars = 'Pembolehubah dan Penetapan Pelayan';
 353  $strServerVersion = 'Versi Pelayan';
 354  $strSessionValue = 'Nilai Sessi';
 355  $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\').';
 356  $strShowAll = 'Papar semua';
 357  $strShowColor = 'Papar warna';
 358  $strShowDatadictAs = 'Format Kamus Data';
 359  $strShowGrid = 'Papar grid';
 360  $strShowingRecords = 'Papar baris';
 361  $strShow = 'Papar';
 362  $strShowPHPInfo = 'Papar maklumat PHP';
 363  $strShowTableDimension = 'Papar dimensi jadual';
 364  $strShowTables = 'Papar jadual';
 365  $strShowThisQuery = ' Papar kueri ini di sini lagi ';
 366  $strSingly = '(persatu)';
 367  $strSize = 'Saiz';
 368  $strSort = 'Isih';
 369  $strSpaceUsage = 'Penggunaan ruang';
 370  $strSplitWordsWithSpace = 'Perkataan dipisahkan oleh aksara ruang (" ").';
 371  $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:';
 372  $strSQLParserUserError = 'Ada kemungkin kueri SQL anda salah. Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah';
 373  $strSQLQuery = 'kueri-SQL';
 374  $strSQLResult = 'Hasil SQL';
 375  $strSQL = 'SQL';
 376  $strSQPBugInvalidIdentifer = 'Pengenalan TidakSah';
 377  $strSQPBugUnclosedQuote = 'Tanda quote tidak disertakan';
 378  $strSQPBugUnknownPunctuation = 'TandaBaca tidak dikenali';
 379  $strStatement = 'Penyataan';
 380  $strStatus = 'Status';
 381  $strStrucCSV = 'data CSV';
 382  $strStrucData = 'Struktur dan data';
 383  $strStrucExcelCSV = 'CSV untuk sata MS Excel';
 384  $strStrucOnly = 'Struktur sahaja';
 385  $strStructPropose = 'Cadangkan struktur jadual';
 386  $strStructure = 'Struktur';
 387  $strSubmit = 'Hantar';
 388  $strSuccess = 'Kueri-SQL anda telah dilaksanakan dengan jaya';
 389  $strSum = 'Jumlah';
 390  
 391  $strTableComments = 'Komen jadual';
 392  $strTableEmpty = 'Nama jadual  adalah kosong';
 393  $strTableHasBeenDropped = 'Jadual %s telah digugurkan';
 394  $strTableHasBeenEmptied = 'Jadual %s telah dikosongkan';
 395  $strTableHasBeenFlushed = 'Jadual %s telah dibuangkan';
 396  $strTable = 'Jadual';
 397  $strTableMaintenance = 'Penyenggaraan Jadual';
 398  $strTableOfContents = 'Kandungan';
 399  $strTables = '%s jadual';
 400  $strTableStructure = 'Struktur jadual bagi jadual';
 401  $strTextAreaLength = ' Kerana kepanjangannya, <br />medan ini tidak boleh diedit ';
 402  $strThreadSuccessfullyKilled = 'Bebenang %s telah berjaya dimatikan.';
 403  $strTime = 'Masa';
 404  $strTotal = 'jumlah';
 405  $strTotalUC = 'Jumlah';
 406  $strTraffic = 'Kesibukan';
 407  $strType = 'Jenis';
 408  
 409  $strUncheckAll = 'Nyahtanda Semua';
 410  $strUnique = 'Unik';
 411  $strUnselectAll = 'Nyahpilih Semua';
 412  $strUpdatePrivMessage = 'Anda telah mengemaskini privilej bagi %s.';
 413  $strUpdateProfileMessage = 'Profil telah dikemaskini.';
 414  $strUpdateQuery = 'Kemaskini Kueri';
 415  $strUsage = 'Penggunaan';
 416  $strUseBackquotes = 'Sertakan nama jadual dan medan dengan backquotes';
 417  $strUserEmpty = 'Kata Pengenalan kosong!';
 418  $strUserName = 'Kata Pengenalan';
 419  $strUser = 'Pengguna';
 420  $strUseTables = 'Guna Jadual';
 421  
 422  $strValidateSQL = 'Mengesahkan SQL';
 423  $strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatit di %sdocumentation%s.';
 424  $strValue = 'Nilai';
 425  $strVar = 'Pembolehubah';
 426  $strViewDumpDB = 'Lihat longgokan (skema) pangkalan data';
 427  $strViewDump = 'Lihat longgokan (skema) pangkalan data';
 428  
 429  $strWebServerUploadDirectory = 'direktori muatnaik pelayan-web';
 430  $strWebServerUploadDirectoryError = 'Direktori muatnaik yang telah ditetapkan tidak dapat dicapai';
 431  $strWelcome = 'Selamat Datang ke %s';
 432  $strWithChecked = 'Dengan pilihan:';
 433  $strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.';
 434  
 435  $strYes = 'Ya';
 436  
 437  $strZip = '"zipped"';
 438  
 439  // To translate:
 440  $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';  //to translate
 441  $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
 442  $strAddAutoIncrement = 'Add AUTO_INCREMENT value';  //to translate
 443  $strAddConstraints = 'Add constraints';  //to translate
 444  $strAddFields = 'Add %s field(s)';  //to translate
 445  $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';  //to translate
 446  $strAddIntoComments = 'Add into comments';//to translate
 447  $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
 448  $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
 449  $strAdministration = 'Administration'; //to translate
 450  $strAfterInsertNext = 'Edit next row';  //to translate
 451  $strAfterInsertSame = 'Go back to this page';  //to translate
 452  $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.';  //to translate
 453  $strAndThen = 'and then';  //to translate
 454  $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
 455  $strArabic = 'Arabic';  //to translate
 456  $strArmenian = 'Armenian';  //to translate
 457  $strAutomaticLayout = 'Automatic layout';  //to translate
 458  
 459  $strBaltic = 'Baltic';  //to translate
 460  $strBinaryLog = 'Binary log';  //to translate
 461  $strBinLogEventType = 'Event type';  //to translate
 462  $strBinLogInfo = 'Information';  //to translate
 463  $strBinLogName = 'Log name';  //to translate
 464  $strBinLogOriginalPosition = 'Original position';  //to translate
 465  $strBinLogPosition = 'Position';  //to translate
 466  $strBinLogServerId = 'Server ID';  //to translate
 467  $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
 468  $strBookmarkCreated = 'Bookmark %s created';  //to translate
 469  $strBookmarkReplace = 'Replace existing bookmark of same name';  //to translate
 470  $strBrowseDistinctValues = 'Browse distinct values';  //to translate
 471  $strBrowseForeignValues = 'Browse foreign values';  //to translate
 472  $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
 473  $strBufferPool = 'Buffer Pool';  //to translate
 474  $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
 475  $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
 476  $strBufferReadMisses = 'Read misses';  //to translate
 477  $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
 478  $strBufferWriteWaits = 'Write waits';  //to translate
 479  $strBulgarian = 'Bulgarian';  //to translate
 480  $strBusyPages = 'Busy pages';  //to translate
 481  
 482  $strCalendar = 'Calendar';  //to translate
 483  $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';  //to translate
 484  $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';  //to translate
 485  $strCaseInsensitive = 'case-insensitive';  //to translate
 486  $strCaseSensitive = 'case-sensitive';  //to translate
 487  $strCentralEuropean = 'Central European';  //to translate
 488  $strChangeCopyModeCopy = '... keep the old one.';  //to translate
 489  $strChangeCopyMode = 'Create a new user with the same privileges and ...';  //to translate
 490  $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';  //to translate
 491  $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';  //to translate
 492  $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';  //to translate
 493  $strChangeCopyUser = 'Change Login Information / Copy User';  //to translate
 494  $strCharset = 'Charset';  //to translate
 495  $strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
 496  $strCharsets = 'Charsets';  //to translate
 497  $strCheckOverhead = 'Check tables with overhead';  //to translate
 498  $strCheckPrivs = 'Check Privileges';  //to translate
 499  $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';  //to translate
 500  $strCollation = 'Collation';  //to translate
 501  $strColumnPrivileges = 'Column-specific privileges'; //to translate
 502  $strCommentsForTable = 'COMMENTS FOR TABLE';  //to translate
 503  $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';  //to translate
 504  $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s';  //to translate
 505  $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"';  //to translate
 506  $strConnectionError = 'Cannot connect: invalid settings.';  //to translate
 507  $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
 508  $strConstraintsForTable = 'Constraints for table';  //to translate
 509  $strCopy = 'Copy';  //to translate
 510  $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
 511  $strCopyTableSameNames = 'Can\'t copy table to same one!';  //to translate
 512  $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';  //to translate
 513  $strCreationDates = 'Creation/Update/Check dates';  //to translate
 514  $strCroatian = 'Croatian';  //to translate
 515  $strCSV = 'CSV';  //to translate
 516  $strCSVImportOptions = 'CSV options';  //to translate
 517  $strCSVOptions = 'CSV options';//to translate
 518  $strCyrillic = 'Cyrillic';  //to translate
 519  $strCzech = 'Czech';  //to translate
 520  $strCzechSlovak = 'Czech-Slovak';  //to translate
 521  
 522  $strDanish = 'Danish';  //to translate
 523  $strDatabaseEmpty = 'The database name is empty!';  //to translate
 524  $strDatabaseExportOptions = 'Database export options';//to translate
 525  $strDatabasesDropped = '%s databases have been dropped successfully.';  //to translate
 526  $strDatabasesStatsDisable = 'Disable Statistics';  //to translate
 527  $strDatabasesStatsEnable = 'Enable Statistics';  //to translate
 528  $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';  //to translate
 529  $strDataPages = 'Pages containing data';  //to translate
 530  $strDBComment = 'Database comment: ';//to translate
 531  $strDBCopy = 'Copy database to';  //to translate
 532  $strDbPrivileges = 'Database-specific privileges'; //to translate
 533  $strDBRename = 'Rename database to';  //to translate
 534  $strDbSpecific = 'database-specific';  //to translate
 535  $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
 536  $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';  //to translate
 537  $strDefragment = 'Defragment table';  //to translate
 538  $strDelayedInserts = 'Use delayed inserts';  //to translate
 539  $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
 540  $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
 541  $strDeleteNoUsersSelected = 'No users selected for deleting!';  //to translate
 542  $strDeleting = 'Deleting %s'; //to translate
 543  $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
 544  $strDescription = 'Description';  //to translate
 545  $strDictionary = 'dictionary';  //to translate
 546  $strDirtyPages = 'Dirty pages';  //to translate
 547  $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
 548  $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';  //to translate
 549  $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
 550  $strDumpSaved = 'Dump has been saved to file %s.';  //to translate
 551  
 552  $strEncloseInTransaction = 'Enclose export in a transaction';  //to translate
 553  $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
 554  $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
 555  $strEngines = 'Engines';  //to translate
 556  $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
 557  $strEnglish = 'English';  //to translate
 558  $strErrorInZipFile = 'Error in ZIP archive:';  //to translate
 559  $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
 560  $strEsperanto = 'Esperanto';  //to translate
 561  $strEstonian = 'Estonian';  //to translate
 562  $strExcelEdition = 'Excel edition';  //to translate
 563  $strExcelOptions = 'Excel options';  //to translate
 564  $strExecuteBookmarked = 'Execute bookmarked query';  //to translate
 565  
 566  $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';  //to translate
 567  $strFileCouldNotBeRead = 'File could not be read';  //to translate
 568  $strFileNameTemplateDescriptionDatabase = 'database name';  //to translate
 569  $strFileNameTemplateDescriptionServer = 'server name';  //to translate
 570  $strFileNameTemplateDescriptionTable = 'table name';  //to translate
 571  $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';  //to translate
 572  $strFileNameTemplate = 'File name template';//to translate
 573  $strFileNameTemplateRemember = 'remember template';//to translate
 574  $strFileToImport = 'File to import';  //to translate
 575  $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
 576  $strFlushQueryCache = 'Flush query cache';  //to translate
 577  $strFlushTables = 'Flush (close) all tables';  //to translate
 578  $strFreePages = 'Free pages';  //to translate
 579  
 580  $strGenerate = 'Generate';  //to translate
 581  $strGeneratePassword = 'Generate Password';  //to translate
 582  $strGeorgian = 'Georgian';  //to translate
 583  $strGerman = 'German';  //to translate
 584  $strGlobal = 'global';  //to translate
 585  $strGlobalPrivileges = 'Global privileges'; //to translate
 586  $strGrantOption = 'Grant'; //to translate
 587  $strGreek = 'Greek';  //to translate
 588  
 589  $strHandler = 'Handler';  //to translate
 590  $strHebrew = 'Hebrew';  //to translate
 591  $strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
 592  $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
 593  $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
 594  $strHTMLWord = 'Microsoft Word 2000';  //to translate
 595  $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
 596  $strHungarian = 'Hungarian';  //to translate
 597  
 598  $strIcelandic = 'Icelandic';  //to translate
 599  $strIgnoreDuplicates = 'Ignore duplicate rows';  //to translate
 600  $strIgnoreInserts = 'Use ignore inserts';  //to translate
 601  $strImportFiles = 'Import files';  //to translate
 602  $strImportFormat = 'Format of imported file';  //to translate
 603  $strImport = 'Import';  //to translate
 604  $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';  //to translate
 605  $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
 606  $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
 607  $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
 608  $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
 609  $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
 610  $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
 611  $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
 612  $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
 613  $strInnoDBDataFilePath = 'Data files';  //to translate
 614  $strInnoDBDataHomeDir = 'Data home directory';  //to translate
 615  $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
 616  $strInnoDBPages = 'pages';  //to translate
 617  $strInnodbStat = 'InnoDB Status';  //to translate
 618  $strInsertedRowId = 'Inserted row id:';  //to translate
 619  $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
 620  $strInternalRelations = 'Internal relations';  //to translate
 621  $strInvalidAuthMethod = 'Invalid authentication method set in configuration:';  //to translate
 622  $strInvalidColumnCount = 'Column count has to be larger than zero.';  //to translate
 623  $strInvalidColumn = 'Invalid column (%s) specified!';  //to translate
 624  $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';  //to translate
 625  $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';  //to translate
 626  $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';  //to translate
 627  $strInvalidFieldAddCount = 'You have to add at least one field.';  //to translate
 628  $strInvalidFieldCount = 'Table must have at least one field.';  //to translate
 629  $strInvalidLDIImport = 'This plugin does not support compressed imports!';  //to translate
 630  $strInvalidRowNumber = '%d is not valid row number.';  //to translate
 631  $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';  //to translate
 632  $strInvalidServerIndex = 'Invalid server index: "%s"';  //to translate
 633  
 634  $strJapanese = 'Japanese';  //to translate
 635  $strJoins = 'Joins';  //to translate
 636  $strJumpToDB = 'Jump to database &quot;%s&quot;.';  //to translate
 637  $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 638  $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
 639  
 640  $strKeyCache = 'Key cache';  //to translate
 641  $strKorean = 'Korean';  //to translate
 642  
 643  $strLanguageUnknown = 'Unknown language: %1$s.';  //to translate
 644  $strLatchedPages = 'Latched pages';  //to translate
 645  $strLatexCaption = 'Table caption';//to translate
 646  $strLatexContent = 'Content of table __TABLE__';//to translate
 647  $strLatexContinuedCaption = 'Continued table caption';//to translate
 648  $strLatexContinued = '(continued)';//to translate
 649  $strLatexIncludeCaption = 'Include table caption';//to translate
 650  $strLatexLabel = 'Label key';//to translate
 651  $strLaTeXOptions = 'LaTeX options';  //to translate
 652  $strLatexStructure = 'Structure of table __TABLE__';//to translate
 653  $strLatvian = 'Latvian';  //to translate
 654  $strLDI = 'CSV using LOAD DATA';  //to translate
 655  $strLDIImportOptions = 'Options for CSV import using LOAD DATA';  //to translate
 656  $strLDILocal = 'Use LOCAL keyword';  //to translate
 657  $strLithuanian = 'Lithuanian';  //to translate
 658  $strLoginInformation = 'Login Information'; //to translate
 659  $strLogServer = 'Server';  //to translate
 660  $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
 661  
 662  $strMaxConnects = 'max. concurrent connections';  //to translate
 663  $strMaximalQueryLength = 'Maximal length of created query';  //to translate
 664  $strMaximumSize = 'Maximum size: %s%s';  //to translate
 665  $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
 666  $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
 667  $strMIME_available_mime = 'Available MIME-types';//to translate
 668  $strMIME_available_transform = 'Available transformations';//to translate
 669  $strMIME_description = 'Description';//to translate
 670  $strMIME_MIMEtype = 'MIME-type';//to translate
 671  $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
 672  $strMIME_transformation = 'Browser transformation';//to translate
 673  $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
 674  $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\', 100, 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
 675  $strMIME_transformation_options = 'Transformation options';//to translate
 676  $strMIMETypesForTable = 'MIME TYPES FOR TABLE';  //to translate
 677  $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
 678  $strMoveTableSameNames = 'Can\'t move table to same one!';  //to translate
 679  $strMultilingual = 'multilingual';  //to translate
 680  $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
 681  $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
 682  $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
 683  $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
 684  $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
 685  $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
 686  $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
 687  $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
 688  $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
 689  $strMyISAMRepairThreads = 'Repair threads';  //to translate
 690  $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
 691  $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
 692  $strMysqlClientVersion = 'MySQL client version';  //to translate
 693  $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
 694  
 695  $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
 696  $strNoDatabasesSelected = 'No databases selected.';  //to translate
 697  $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
 698  $strNoFilesFoundInZip = 'No files found inside ZIP archive!';  //to translate
 699  $strNoOptions = 'This format has no options';//to translate
 700  $strNoPermission = 'The web server does not have permission to save the file %s.';  //to translate
 701  $strNoRowsSelected = 'No rows selected';  //to translate
 702  $strNoSpace = 'Insufficient space to save the file %s.';  //to translate
 703  $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
 704  $strNumberOfFields = 'Number of fields';  //to translate
 705  
 706  $strOpenNewWindow = 'Open new phpMyAdmin window';  //to translate
 707  $strOperator = 'Operator';  //to translate
 708  $strOverwriteExisting = 'Overwrite existing file(s)';  //to translate
 709  
 710  $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
 711  $strPaperSize = 'Paper size';  //to translate
 712  $strPartialImport = 'Partial import';  //to translate
 713  $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 714  $strPasswordHashing = 'Password Hashing';  //to translate
 715  $strPDFOptions = 'PDF options';  //to translate
 716  $strPDF = 'PDF';  //to translate
 717  $strPDFReportTitle = 'Report title';  //to translate
 718  $strPerMinute = 'per minute';//to translate
 719  $strPerSecond = 'per second';//to translate
 720  $strPersian = 'Persian';  //to translate
 721  $strPhoneBook = 'phone book';  //to translate
 722  $strPolish = 'Polish';  //to translate
 723  $strPrintViewFull = 'Print view (with full texts)';  //to translate
 724  $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
 725  $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
 726  $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';  //to translate
 727  $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
 728  $strPrivDescCreateRoutine = 'Allows creating stored routines.';  //to translate
 729  $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
 730  $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
 731  $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';  //to translate
 732  $strPrivDescCreateView = 'Allows creating new views.';  //to translate
 733  $strPrivDescDelete = 'Allows deleting data.'; //to translate
 734  $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
 735  $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
 736  $strPrivDescExecute5 = 'Allows executing stored routines.';  //to translate
 737  $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
 738  $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
 739  $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
 740  $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
 741  $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
 742  $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
 743  $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';  //to translate
 744  $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
 745  $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
 746  $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
 747  $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
 748  $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
 749  $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
 750  $strPrivDescSelect = 'Allows reading data.'; //to translate
 751  $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
 752  $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';  //to translate
 753  $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
 754  $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
 755  $strPrivDescUpdate = 'Allows changing data.'; //to translate
 756  $strPrivDescUsage = 'No privileges.'; //to translate
 757  $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
 758  $strProtocolVersion = 'Protocol version';  //to translate
 759  
 760  $strQueryCache = 'Query cache';  //to translate
 761  $strQueryFrame = 'Query window';//to translate
 762  $strQuerySQLHistory = 'SQL-history';//to translate
 763  $strQueryTime = 'Query took %01.4f sec';//to translate
 764  $strQueryWindowLock = 'Do not overwrite this query from outside the window';  //to translate
 765  
 766  $strReadRequests = 'Read requests';  //to translate
 767  $strRefresh = 'Refresh';  //to translate
 768  $strRelationsForTable = 'RELATIONS FOR TABLE';  //to translate
 769  $strRelations = 'Relations';  //to translate
 770  $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
 771  $strReloadPrivileges = 'Reload privileges';  //to translate
 772  $strRemoveSelectedUsers = 'Remove selected users'; //to translate
 773  $strRenameDatabaseOK = 'Database %s has been renamed to %s';  //to translate
 774  $strReplaceNULLBy = 'Replace NULL by';  //to translate
 775  $strReplication = 'Replication';  //to translate
 776  $strResourceLimits = 'Resource limits'; //to translate
 777  $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
 778  $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
 779  $strRomanian = 'Romanian';  //to translate
 780  $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
 781  $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s';  //to translate
 782  $strRussian = 'Russian';  //to translate
 783  
 784  $strSaveOnServer = 'Save on server in %s directory';  //to translate
 785  $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';  //to translate
 786  $strSelectBinaryLog = 'Select binary log to view';  //to translate
 787  $strServerNotResponding = 'The server is not responding';  //to translate
 788  $strServerStatusDelayedInserts = 'Delayed inserts';  //to translate
 789  $strShowFullQueries = 'Show Full Queries';  //to translate
 790  $strShowingBookmark = 'Showing bookmark';  //to translate
 791  $strShowOpenTables = 'Show open tables';  //to translate
 792  $strShowSlaveHosts = 'Show slave hosts';  //to translate
 793  $strShowSlaveStatus = 'Show slave status';  //to translate
 794  $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.';  //to translate
 795  $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.';  //to translate
 796  $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size  value to cause temporary tables to be memory-based instead of disk-based.';  //to translate
 797  $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.';  //to translate
 798  $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.';  //to translate
 799  $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).';  //to translate
 800  $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.';  //to translate
 801  $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.';  //to translate
 802  $strShowStatusFlush_commandsDescr  = 'The number of executed FLUSH statements.';  //to translate
 803  $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.';  //to translate
 804  $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.';  //to translate
 805  $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.';  //to translate
 806  $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.';  //to translate
 807  $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.';  //to translate
 808  $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.';  //to translate
 809  $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.';  //to translate
 810  $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.';  //to translate
 811  $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.';  //to translate
 812  $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.';  //to translate
 813  $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.';  //to translate
 814  $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.';  //to translate
 815  $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).';  //to translate
 816  $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.';  //to translate
 817  $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.';  //to translate
 818  $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.';  //to translate
 819  $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.';  //to translate
 820  $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';  //to translate
 821  $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.';  //to translate
 822  $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.';  //to translate
 823  $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.';  //to translate
 824  $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.';  //to translate
 825  $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.';  //to translate
 826  $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.';  //to translate
 827  $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.';  //to translate
 828  $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.';  //to translate
 829  $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.';  //to translate
 830  $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.';  //to translate
 831  $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.';  //to translate
 832  $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.';  //to translate
 833  $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.';  //to translate
 834  $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.';  //to translate
 835  $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.';  //to translate
 836  $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
 837  $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.';  //to translate
 838  $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.';  //to translate
 839  $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.';  //to translate
 840  $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.';  //to translate
 841  $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.';  //to translate
 842  $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.';  //to translate
 843  $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.';  //to translate
 844  $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.';  //to translate
 845  $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.';  //to translate
 846  $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.';  //to translate
 847  $strShowStatusInnodb_pages_readDescr = 'The number of pages read.';  //to translate
 848  $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.';  //to translate
 849  $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.';  //to translate
 850  $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.';  //to translate
 851  $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.';  //to translate
 852  $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.';  //to translate
 853  $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.';  //to translate
 854  $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.';  //to translate
 855  $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.';  //to translate
 856  $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.';  //to translate
 857  $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.';  //to translate
 858  $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.';  //to translate
 859  $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.';  //to translate
 860  $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.';  //to translate
 861  $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.';  //to translate
 862  $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.';  //to translate
 863  $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.';  //to translate
 864  $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.';  //to translate
 865  $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.';  //to translate
 866  $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.';  //to translate
 867  $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.';  //to translate
 868  $strShowStatusOpen_filesDescr = 'The number of files that are open.';  //to translate
 869  $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).';  //to translate
 870  $strShowStatusOpen_tablesDescr = 'The number of tables that are open.';  //to translate
 871  $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.';  //to translate
 872  $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.';  //to translate
 873  $strShowStatusQcache_hitsDescr = 'The number of cache hits.';  //to translate
 874  $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.';  //to translate
 875  $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.';  //to translate
 876  $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).';  //to translate
 877  $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.';  //to translate
 878  $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.';  //to translate
 879  $strShowStatusReset = 'Reset';  //to translate
 880  $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).';  //to translate
 881  $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.';  //to translate
 882  $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.';  //to translate
 883  $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)';  //to translate
 884  $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)';  //to translate
 885  $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.';  //to translate
 886  $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.';  //to translate
 887  $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.';  //to translate
 888  $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.';  //to translate
 889  $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.';  //to translate
 890  $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.';  //to translate
 891  $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.';  //to translate
 892  $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.';  //to translate
 893  $strShowStatusSort_rowsDescr = 'The number of sorted rows.';  //to translate
 894  $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.';  //to translate
 895  $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.';  //to translate
 896  $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.';  //to translate
 897  $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.';  //to translate
 898  $strShowStatusThreads_connectedDescr = 'The number of currently open connections.';  //to translate
 899  $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)';  //to translate
 900  $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.';  //to translate
 901  $strSimplifiedChinese = 'Simplified Chinese';  //to translate
 902  $strSkipQueries = 'Number of records(queries) to skip from start';  //to translate
 903  $strSlovak = 'Slovak';  //to translate
 904  $strSlovenian = 'Slovenian';  //to translate
 905  $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
 906  $strSortByKey = 'Sort by key';  //to translate
 907  $strSorting = 'Sorting';  //to translate
 908  $strSpanish = 'Spanish';  //to translate
 909  $strSQLCompatibility = 'SQL compatibility mode';  //to translate
 910  $strSQLExportType = 'Export type';  //to translate
 911  $strSQLImportOptions = 'SQL options';  //to translate
 912  $strSQLOptions = 'SQL options';//to translate
 913  $strStatCheckTime = 'Last check';//to translate
 914  $strStatCreateTime = 'Creation';//to translate
 915  $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';  //to translate
 916  $strStatUpdateTime = 'Last update';//to translate
 917  $strStorageEngines = 'Storage Engines';  //to translate
 918  $strStorageEngine = 'Storage Engine';  //to translate
 919  $strStrucNativeExcel = 'Native MS Excel data';  //to translate
 920  $strSwedish = 'Swedish';  //to translate
 921  $strSwitchToDatabase = 'Switch to copied database';  //to translate
 922  $strSwitchToTable = 'Switch to copied table';  //to translate
 923  
 924  $strTableAlreadyExists = 'Table %s already exists!';  //to translate
 925  $strTableOptions = 'Table options';  //to translate
 926  $strTakeIt = 'take it';  //to translate
 927  $strTblPrivileges = 'Table-specific privileges'; //to translate
 928  $strTempData = 'Temporary data';  //to translate
 929  $strThai = 'Thai';  //to translate
 930  $strThemeDefaultNotFound = 'Default theme %s not found!';  //to translate
 931  $strThemeNoPreviewAvailable = 'No preview available.';  //to translate
 932  $strThemeNotFound = 'Theme %s not found!';  //to translate
 933  $strThemeNoValidImgPath = 'No valid image path for theme %s found!';  //to translate
 934  $strThemePathNotFound = 'Theme path not found for theme %s!';  //to translate
 935  $strTheme = 'Theme / Style';  //to translate
 936  $strThisHost = 'This Host'; //to translate
 937  $strThreads = 'Threads';  //to translate
 938  $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.';  //to translate
 939  $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.';  //to translate
 940  $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.';  //to translate
 941  $strToggleScratchboard = 'toggle scratchboard';  //to translate
 942  $strTraditionalChinese = 'Traditional Chinese';  //to translate
 943  $strTraditionalSpanish = 'Traditional Spanish';  //to translate
 944  $strTransactionCoordinator = 'Transaction coordinator';  //to translate
 945  $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
 946  $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).';  //to translate
 947  $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';  //to translate
 948  $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
 949  $strTransformation_image_png__inline = 'See image/jpeg: inline';  //to translate
 950  $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
 951  $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
 952  $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
 953  $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
 954  $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';  //to translate
 955  $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
 956  $strTruncateQueries = 'Truncate Shown Queries';  //to translate
 957  $strTurkish = 'Turkish';  //to translate
 958  
 959  $strUkrainian = 'Ukrainian';  //to translate
 960  $strUnicode = 'Unicode';  //to translate
 961  $strUnknown = 'unknown';  //to translate
 962  $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.';  //to translate
 963  $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';  //to translate
 964  $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
 965  $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';  //to translate
 966  $strUsedPhpExtensions = 'Used PHP extensions';  //to translate
 967  $strUseHostTable = 'Use Host Table';  //to translate
 968  $strUserAlreadyExists = 'The user %s already exists!'; //to translate
 969  $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
 970  $strUserOverview = 'User overview'; //to translate
 971  $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 972  $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';  //to translate
 973  $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
 974  $strUseTextField = 'Use text field'; //to translate
 975  $strUseThisValue = 'Use this value';  //to translate
 976  
 977  $strVersionInformation = 'Version information';  //to translate
 978  $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 979  $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
 980  $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';  //to translate
 981  $strView = 'View';  //to translate
 982  
 983  $strWestEuropean = 'West European';  //to translate
 984  $strWildcard = 'wildcard';  //to translate
 985  $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
 986  $strWriteRequests = 'Write requests';  //to translate
 987  
 988  $strXML = 'XML';//to translate
 989  
 990  $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 991  
 992  $strQueryResultsOperations = 'Query results operations';  //to translate
 993  $strAddClause = 'Add %s';  //to translate
 994  $strUploadsNotAllowed = 'File uploads are not allowed on this server.';  //to translate
 995  $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet';  //to translate
 996  $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options';  //to translate
 997  $strExportMustBeFile = 'Selected export type has to be saved in file!';  //to translate
 998  $strXMLOptions = 'XML options';  //to translate
 999  $strStrucNativeExcelOptions = 'Native Excel export options';  //to translate
1000  $strCreateUserDatabase = 'Database for user';  //to translate
1001  $strCreateUserDatabaseNone = 'None';  //to translate
1002  $strCreateUserDatabaseName = 'Create database with same name and grant all privileges';  //to translate
1003  $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)';  //to translate
1004  $strOpenDocumentText = 'Open Document Text';  //to translate
1005  $strOpenDocumentTextOptions = 'Open Document Text options';  //to translate
1006  $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.';  //to translate
1007  $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!';  //to translate
1008  $strErrorRenamingTable = 'Error renaming table %1$s to %2$s';  //to translate
1009  $strInvalidTableName = 'Invalid table name';  //to translate
1010  $strInvalidDatabase = 'Invalid database';  //to translate
1011  $strServers = 'Servers';  //to translate
1012  $strDelimiter = 'Delimiter';  //to translate
1013  $strFunctions = 'Functions';  //to translate
1014  $strProcedures = 'Procedures';  //to translate
1015  $strPDFReportExplanation = '(Generates a report containing the data of a single table)';  //to translate
1016  $strFontSize = 'Font size';  //to translate
1017  $strLanguage = 'Language';  //to translate
1018  $strPmaWiki = 'phpMyAdmin wiki';  //to translate
1019  $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.';  //to translate
1020  $strDocSQL = 'DocSQL';  //to translate
1021  $strDocSQLOptions = 'DocSQL options';  //to translate
1022  $strTableName = 'Table name';  //to translate
1023  $strTableIsEmpty = 'Table seems to be empty!';  //to translate
1024  $strDbIsEmpty = 'Database seems to be empty!';  //to translate
1025  $strShowingPhp = 'Showing as PHP code';  //to translate
1026  $strShowingSQL = 'Showing SQL query';  //to translate
1027  $strDesigner = 'Designer';  //to translate
1028  $strNumberOfTables = 'Number of tables';  //to translate
1029  $strCreateTable  = 'Create table';  //to translate
1030  $strCreateRelation = 'Create relation';  //to translate
1031  $strSavePosition = 'Save position';  //to translate
1032  $strSelectForeignKey = 'Select Foreign Key';  //to translate
1033  $strHide         = 'Hide';  //to translate
1034  $strShowHideLeftMenu = 'Show/Hide left menu';  //to translate
1035  $strReload = 'Reload';  //to translate
1036  $strSmallBigAll = 'Small/Big All';  //to translate
1037  $strImportExportCoords = 'Import/Export coordinates for PDF schema';  //to translate
1038  $strMoveMenu = 'Move Menu';  //to translate
1039  $strAngularLinks = 'Angular links';  //to translate
1040  $strDirectLinks = 'Direct links';  //to translate
1041  $strHideShowAll = 'Hide/Show all';  //to translate
1042  $strHideShowNoRelation = 'Hide/Show Tables with no relation';  //to translate
1043  $strInternalRelationAdded = 'Internal relation added';  //to translate
1044  $strInnoDBRelationAdded = 'InnoDB relation added';  //to translate
1045  $strRelationDeleted = 'Relation deleted';  //to translate
1046  $strToSelectRelation = 'To select relation, click :';  //to translate
1047  $strExportImportToScale = 'Export/Import to scale';  //to translate
1048  $strRecommended = 'recommended';  //to translate
1049  $strToFromPage = 'to/from page';  //to translate
1050  $strSelectReferencedKey = 'Select referenced key';  //to translate
1051  $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key';  //to translate
1052  $strForeignKeyError = 'Error creating foreign key (check data types)';  //to translate
1053  $strHelp = 'Help';  //to translate
1054  $strCancel = 'Cancel';  //to translate
1055  $strDeleteRelation = 'Delete relation';  //to translate
1056  $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s';  //to translate
1057  $strStructureForView = 'Structure for view';  //to translate
1058  $strStandInStructureForView = 'Stand-in structure for view';  //to translate
1059  $strToggleSmallBig = 'Toggle small/big';  //to translate
1060  $strIEUnsupported = 'Internet Explorer does not support this function.';  //to translate
1061  $strErrorRelationAdded = 'Error: Relation not added.';  //to translate
1062  $strErrorRelationExists = 'Error: relation already exists.';  //to translate
1063  $strErrorSaveTable = 'Error saving coordinates for Designer.';  //to translate
1064  $strSnapToGrid = 'Snap to grid';  //to translate
1065  $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.';  //to translate
1066  $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.';  //to translate
1067  ?>


Généré le : Mon Nov 26 15:18:20 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics