bug #2998889 Import button does not work in Catalan
[phpmyadmin/madhuracj.git] / lang / indonesian-utf-8.inc.php
blob2d33119ddfc1d7e7621ca4a81c9d091a67b8ba7f
1 <?php
2 /* $Id$ */
4 $charset = 'utf-8';
5 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
6 $number_thousands_separator = '.';
7 $number_decimal_separator = ',';
8 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
9 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
11 $day_of_week = array('Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu');
12 $month = array('Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'Nopember', 'Desember');
13 // See http://www.php.net/manual/en/function.strftime.php to define the
14 // variable below
15 $datefmt = '%d. %B %Y jam %H:%M';
16 $timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
18 $strAbortedClients = 'Pembatalan';
19 $strAccessDenied = 'Akses ditolak';
20 $strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Silakan periksa kembali nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL.';
21 $strAction = 'Aksi';
22 $strAddAutoIncrement = 'Menambahkan nilai AUTO_INCREMENT';
23 $strAddConstraints = 'Menambahkan pembatas';
24 $strAddDeleteColumn = 'Menambahkan/Hapus kolom';
25 $strAddDeleteRow = 'Menambahkan/Hapus baris';
26 $strAddFields = 'Menambahkan %s field(s)';
27 $strAddHeaderComment = 'Menambahkan komentar individual pada Header (\\n membelahkan garis)';
28 $strAddIntoComments = 'Penambahkan pada komentar:';
29 $strAddNewField = 'Menambahkan field baru';
30 $strAddPrivilegesOnDb = 'Menambahkan hak (privileges) pada database berikut';
31 $strAddPrivilegesOnTbl = 'Menambahkan hak (privileges) pada tabel berikut';
32 $strAddSearchConditions = 'Menambahkan kriteria pencarian (Argumen untuk WHERE-Statement):';
33 $strAddToIndex = 'Menambahkan ke indeks &nbsp;%s&nbsp;kolom';
34 $strAddUser = 'Menambahkan pengguna baru';
35 $strAddUserMessage = 'Pengguna baru telah ditambahkan.';
36 $strAdministration = 'Administrasi';
37 $strAfterInsertBack = 'kembali';
38 $strAfterInsertNewInsert = 'sisipkan baris baru berikutnya';
39 $strAfterInsertNext = 'Edit baris berikut';
40 $strAfterInsertSame = 'Kembali ke halaman ini';
41 $strAfter = 'sisipkan setelah %s';
42 $strAll = 'Semua';
43 $strAllTableSameWidth = 'Tampilkan seluruh tabel dengan lebar yang sama?';
44 $strAlterOrderBy = 'Urutkan tabel berdasarkan';
45 $strAnalyzeTable = 'Analisa tabel';
46 $strAnd = 'dan';
47 $strAndThen = 'selanjutnya';
48 $strAnIndex = 'Indeks telah ditambahkan pada %s';
49 $strAnyHost = 'Setiap host';
50 $strAny = 'Setiap';
51 $strAnyUser = 'Setiap pengguna';
52 $strApproximateCount = 'Kemungkinan hanya perkiraan saja. Lihat FAQ 3.11';
53 $strAPrimaryKey = 'Primary key telah ditambahkan pada %s';
54 $strArabic = 'Bahasa Arab';
55 $strArmenian = 'Bahasa Armenia';
56 $strAscending = 'Urutan menaik';
57 $strAtBeginningOfTable = 'pada awal tabel';
58 $strAtEndOfTable = 'pada akhir tabel';
59 $strAttr = 'Atribut';
60 $strAutomaticLayout = 'Layout otomatis';
62 $strBack = 'Kembali';
63 $strBaltic = 'Bahasa Baltik';
64 $strBeginCut = 'Mulai potong (CUT)';
65 $strBeginRaw = 'MULAI mentah (RAW)';
66 $strBinary = 'Binari';
67 $strBinaryDoNotEdit = 'Binari - jangan di-edit';
68 $strBinaryLog = 'Log binari';
69 $strBinLogEventType = 'Tipe Kejadian';
70 $strBinLogInfo = 'Informasi';
71 $strBinLogName = 'Catat nama';
72 $strBinLogOriginalPosition = 'Posisi aslinya';
73 $strBinLogPosition = 'Posisi';
74 $strBinLogServerId = 'ID Server';
75 $strBookmarkAllUsers = 'Izinkan semua pengguna untuk mengakses simpanan ini';
76 $strBookmarkDeleted = 'Penyimpanan telah dihapus.';
77 $strBookmarkLabel = 'Judul';
78 $strBookmarkQuery = 'Ingat pada pencarian SQL ';
79 $strBookmarkThis = 'Simpan pencarian SQL ini';
80 $strBookmarkView = 'Hanya melihat';
81 $strBrowse = 'Browse';
82 $strBrowseForeignValues = 'Menjelajahi nilai luar';
83 $strBufferPoolActivity = 'Aktifitas penampungan Buffer';
84 $strBufferPool = 'Penampungan Buffer';
85 $strBufferPoolUsage = 'Penggunaan penampungan Buffer';
86 $strBufferReadMissesInPercent = 'Pembacaan yang kelewat dalam %';
87 $strBufferReadMisses = 'Pembacaan yang kelewat';
88 $strBufferWriteWaitsInPercent = 'Penundaan penulisan dalam %';
89 $strBufferWriteWaits = 'Penundaan penulisan';
90 $strBulgarian = 'Bahasa Bulgaria';
91 $strBusyPages = 'Halaman yang sibuk';
92 $strBzip = '"Dikompress dengan BZip"';
94 $strCalendar = 'Kalender';
95 $strCannotLogin = 'Gagal login ke MySQL server';
96 $strCantLoad = 'gagal loading ekstensi %s,<br />mohon periksa kembali konfigurasi PHP.';
97 $strCantLoadRecodeIconv = 'Gagal loading iconv atau perubahan kode extension untuk konversi charset diperlukan. Silakan konfigurasikan php untuk menggunakan extensions yang diperlukan atau matikan fasilitas konversi Charset pada phpMyAdmin.';
98 $strCantRenameIdxToPrimary = 'Gagal ubah nama Indeks ke PRIMARY!';
99 $strCantUseRecodeIconv = 'Gagal menggunakan iconv, libiconv atau fungsi recode_string selama ekstensi masih dalam keadaan di-load. Periksa kembali konfigurasi PHP.';
100 $strCardinality = 'Bilangan Pokok';
101 $strCaseInsensitive = 'peka terhadap huruf besar/kecil';
102 $strCaseSensitive = 'tidak peka terhadap huruf besar/kecil';
103 $strCentralEuropean = 'Eropa Tengah';
104 $strChangeCopyMode = 'Ciptakan pengguna baru dengan hak-hak yang sama dan ...';
105 $strChangeCopyModeCopy = '... mempertahankan yang lama.';
106 $strChangeCopyModeDeleteAndReload = ' ... hapuskan yang lama dari User Table, kemudian reload hak-hak.';
107 $strChangeCopyModeJustDelete = ' ... hapus yang lama dari User Table.';
108 $strChangeCopyModeRevoke = ' ... cabut seluruh hak yang aktif, kemudian hapuskan yang lama.';
109 $strChangeCopyUser = 'Ubah informasi Login / Salip pengguna';
110 $strChangeDisplay = 'Pilih Field untuk ditampilkan';
111 $strChangePassword = 'Ubah Kata Sandi';
112 $strChange = 'Ubah';
113 $strCharsetOfFile = 'Penyusunan karakter dalam file:';
114 $strCharset = 'Perangkat karakter (Charset)';
115 $strCharsetsAndCollations = 'Penyusunan karakter dan tabel urutan';
116 $strCharsets = 'Penyusunan Karakter';
117 $strCheckAll = 'Pilih semua';
118 $strCheckOverhead = 'Periksa Overheaded';
119 $strCheckPrivsLong = 'Periksa hak-hak untuk database &quot;%s&quot;.';
120 $strCheckPrivs = 'Periksa hak-hak';
121 $strCheckTable = 'Periksa tabel';
122 $strChoosePage = 'Silakan pilih halaman untuk diubah';
123 $strColComFeat = 'Tampilkan komentar kolom';
124 $strCollation = 'Penyortiran';
125 $strColumnNames = 'Nama kolom';
126 $strColumnPrivileges = 'Hak (privileges) khusus terhadap kolum';
127 $strCommand = 'Perintah';
128 $strComments = 'Komentar';
129 $strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
130 $strCompleteInserts = 'INSERT lengkap';
131 $strCompression = 'Kompresi';
132 $strConfigFileError = 'phpMyAdmin gagal membaca file konfigurasi!<br />Hal ini diakibatkan oleh Parse Error atau file tidak ditemukan.<br />Silakan bukakan file konfigurasi dengan cara mengunakan link dibawah ini. Mohon perhatikan PHP Error Message(s) yang akan ditampilkan. Seringkali sebuah tanda kutip atau titik-koma ketinggalan.<br />Jika muncul sebuah halaman kosong, artinya tidak ada masalah.';
133 $strConfigureTableCoord = 'Silakan konfigurasikan koordinasi bagi tabel %s';
134 $strConnectionError = 'Koneksi gagal: Stelan tidak berlaku.';
135 $strConnections = 'Koneksi';
136 $strConstraintsForDumped = 'Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)';
137 $strConstraintsForTable = 'Ketidakleluasaan untuk tabel';
138 $strCookiesRequired = 'Mulai dari sini Cookies harus diaktifkan.';
139 $strCopyDatabaseOK = 'Database %s telah disalin ke %s';
140 $strCopy = 'Salin';
141 $strCopyTableOK = 'Tabel %s telah disalin ke %s.';
142 $strCopyTable = 'Salin tabel ke (database<b>.</b>nama tabel):';
143 $strCopyTableSameNames = 'Penyalinan tabel pada diri-sendiri tidak bisa dilakukan!';
144 $strCouldNotKill = 'phpMyAdmin gagal menutup Thread %s. Kemungkinan Thread tersebut sudah ditutup terlebih dahulu';
145 $strCreate = 'Ciptakan';
146 $strCreateDatabaseBeforeCopying = 'CIPTAKAN DATABASE sebelum menyalin';
147 $strCreateIndex = 'Ciptakan indeks pada kolom &nbsp;%s&nbsp;';
148 $strCreateIndexTopic = 'Ciptakan indeks baru';
149 $strCreateNewDatabase = 'Ciptakan database baru';
150 $strCreateNewTable = 'Ciptakan tabel baru pada database %s';
151 $strCreatePage = 'Ciptakan halaman baru';
152 $strCreatePdfFeat = 'Penciptaan PDF';
153 $strCreationDates = 'Tanggal Penciptaan/Update/Pemeriksaan';
154 $strCriteria = 'Kriteria';
155 $strCroatian = 'Bahasa Kroatia';
156 $strCyrillic = 'Bahasa Kirilia';
157 $strCzech = 'Bahasa Ceko';
158 $strCzechSlovak = 'Cecko-Slovakia';
160 $strDanish = 'Bahasa Denmark';
161 $strDatabase = 'Database';
162 $strDatabaseEmpty = 'Nama database kosong!';
163 $strDatabaseExportOptions = 'Pilihan cara untuk mengekspor Database';
164 $strDatabaseHasBeenDropped = 'Database %s telah dihapus.';
165 $strDatabases = 'Database';
166 $strDatabasesDropped = 'Sukses menghapus database %s.';
167 $strDatabasesStatsDisable = 'Mencacatkan Statistik';
168 $strDatabasesStatsEnable = 'Menggiatkan Statistik';
169 $strDatabasesStatsHeavyTraffic = 'Perhatian: Menggiatkan statistik database dengan kemungkinan besar mengakibatkan traffic yang cukup tinggi antara webserver dan server MySQL.';
170 $strDatabasesStats = 'Statistik Database';
171 $strData = 'Data';
172 $strDataDict = 'Kamus Data';
173 $strDataOnly = 'Data saja';
174 $strDataPages = 'Halaman yang berisi data';
175 $strDBComment = 'Komentar Database: ';
176 $strDBCopy = 'Salin database ke';
177 $strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
178 $strDBRename = 'Ubah nama database menjadi';
179 $strDbSpecific = 'database-spesifik';
180 $strDefault = 'Default';
181 $strDefaultEngine = '%s adalah mesin penyimpan utama pada server MySQL ini.';
182 $strDefaultValueHelp = 'Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a';
183 $strDefragment = 'Defragmentasikan tabel';
184 $strDelayedInserts = 'Gunakan perintah INSERT memperlambat';
185 $strDeleteAndFlushDescr = 'Ini cara yang terbaik tetapi akan memakan waktu cukup lama.';
186 $strDeleteAndFlush = 'Hapus pengguna, lantas Reload hak-hak (Privileges).';
187 $strDeleted = 'Baris telah dihapus';
188 $strDelete = 'Hapus';
189 $strDeleting = 'Menghapus %s';
190 $strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
191 $strDescending = 'Urutan menurun';
192 $strDescription = 'Deskripsi';
193 $strDictionary = 'kamus';
194 $strDirtyPages = 'Halaman yang kotor';
195 $strDisabled = 'Tidak aktif';
196 $strDisableForeignChecks = 'Tanpa pemeriksaan kunci asing';
197 $strDisplayFeat = 'Tampilkan ciri-ciri';
198 $strDisplayOrder = 'Urut tampilan berdasarkan:';
199 $strDisplayPDF = 'Tampilkan skema PDF';
200 $strDoAQuery = 'cari berdasarkan data contoh ("query by example") (wildcard: "%")';
201 $strDocu = 'Dokumentasi';
202 $strDoYouReally = 'Apakah anda ingin ';
203 $strDropDatabaseStrongWarning = 'Anda akan MENGHAPUS SELURUH database!';
204 $strDrop = 'Hapus';
205 $strDropUsersDb = 'Hapus database yang memiliki nama yang sama dengan pengguna.';
206 $strDumpingData = 'Dumping data untuk tabel';
207 $strDumpSaved = 'Dump (Skema) disimpan pada file %s.';
208 $strDumpXRows = 'Dump %s baris bermula pada baris %s.';
209 $strDynamic = 'dinamis';
211 $strEditPDFPages = 'Ubah halaman PDF';
212 $strEditPrivileges = 'Ubah hak akses (privilege)';
213 $strEdit = 'Ubah';
214 $strEffective = 'Efektif';
215 $strEmpty = 'Mengosongkan';
216 $strEmptyResultSet = 'MySQL balikkan hasil kosong (a.k. baris yang kosong).';
217 $strEnabled = 'Aktif';
218 $strEncloseInTransaction = 'Menyertakan ekspor dalam transaksi';
219 $strEndCut = 'Akhiri potong (CUT)';
220 $strEndRaw = 'AKHIRI mentah (RAW)';
221 $strEnd = 'Terakhir';
222 $strEngineAvailable = '%s siap untuk digunakan pada server MySQL ini.';
223 $strEngineDisabled = '%s dimatikan untuk server MySQL ini.';
224 $strEngines = 'Mesin';
225 $strEngineUnsupported = 'Server MySQL ini tidak mendukung mesin penyimpan %s.';
226 $strEnglish = 'Bahasa Ingris';
227 $strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
228 $strError = 'Error';
229 $strEscapeWildcards = 'Wildcard _ dan % sebaiknya diakhiri dengan tanda \ untuk mengunakannya secara harfiah';
230 $strEstonian = 'Bahasa Estonia';
231 $strExcelEdition = 'Edisi Excel';
232 $strExecuteBookmarked = 'Eksekusikan pencarian dengan mengikuti penunjuk halaman';
233 $strExplain = 'Terangkan SQL';
234 $strExport = 'Ekspor';
235 $strExtendedInserts = 'INSERT memperluas';
236 $strExtra = 'Ekstra';
238 $strFailedAttempts = 'Gagal';
239 $strField = 'Field';
240 $strFieldHasBeenDropped = 'Field %s telah dihapus';
241 $strFieldsEnclosedBy = 'Field ditutup dengan';
242 $strFieldsEscapedBy = 'Field dikembalikan oleh';
243 $strFields = 'Field';
244 $strFieldsTerminatedBy = 'Fields diputus oleh';
245 $strFileAlreadyExists = 'File %s sudah ada pada server. Gantikan nama file atau periksa pilihan Overwrite.';
246 $strFileCouldNotBeRead = 'Gagal membaca File';
247 $strFileNameTemplate = 'Konvensi nama file';
248 $strFileNameTemplateRemember = 'ingat konvensi';
249 $strFlushPrivilegesNote = 'Perhatian: phpMyAdmin membaca data tentang pengguna secara langsung dari tabel profil pengguna MySQL. Isi dari tabel bisa saja berbeda dengan profil pengguna yang digunakan oleh Server pada saat ini bila tabel tsb. pernah diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum melanjut.';
250 $strFlushTable = 'Tutup tabel ("FLUSH")';
251 $strFormat = 'Format';
252 $strFormEmpty = 'Data dalam form kurang !';
253 $strFreePages = 'Halaman yang bebas';
254 $strFullText = 'Teks Penuh';
255 $strFunction = 'Fungsi';
257 $strGenBy = 'Diciptakan oleh';
258 $strGeneralRelationFeat = 'Ciri-ciri dari General Relation';
259 $strGenerate = 'Menghasilkan';
260 $strGeneratePassword = 'Menghasilkan kata sandi';
261 $strGenTime = 'Waktu pembuatan';
262 $strGeorgian = 'Georgia';
263 $strGerman = 'Bahasa Jerman';
264 $strGlobal = 'global';
265 $strGlobalPrivileges = 'Hak Istimewa (Privileges) Global';
266 $strGlobalValue = 'Nilai Global';
267 $strGo = 'Go';
268 $strGrantOption = 'Izin';
269 $strGreek = 'Bahasa Yunani';
270 $strGzip = 'Dikompress dengan GZip';
272 $strHasBeenAltered = 'telah diubah.';
273 $strHaveToShow = 'Sekurang-kurangnya satu kolom harus dipilih untuk ditampilkan';
274 $strHebrew = 'Bahasa Yahudi';
275 $strHome = 'Home';
276 $strHomepageOfficial = 'Homepage resmi phpMyAdmin';
277 $strHostEmpty = 'Nama Host harus diisi!';
278 $strHost = 'Host';
279 $strHTMLExcel = 'Microsoft Excel 2000';
280 $strHTMLWord = 'Microsoft Word 2000';
281 $strHungarian = 'Bahasa Hongaria';
283 $strIcelandic = 'Islandia';
284 $strId = 'ID';
285 $strIdxFulltext = 'Teks penuh';
286 $strIgnore = 'Abaikan';
287 $strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan';
288 $strImportFiles = 'Impor file';
289 $strIndexes = 'Indeks';
290 $strIndexHasBeenDropped = 'Indeks %s telah dihapus';
291 $strIndex = 'Indeks';
292 $strIndexName = 'Nama indeks&nbsp;:';
293 $strIndexType = 'Tipe indeks&nbsp;:';
294 $strIndexWarningTable = 'Ditemukan masalah dengan indeks dalam tabel `%s`';
295 $strInnoDBAutoextendIncrementDesc = ' Ukuran bertahap dari pembesaran ruang tabel otomatis bila ia mempenuh.';
296 $strInnoDBAutoextendIncrement = 'Pembesaran otomatis';
297 $strInnoDBBufferPoolSizeDesc = 'Ukuran Memory Buffer yang digunakan oleh InnoDB untuk meng-cache data dan indeks dari tabelnya.';
298 $strInnoDBBufferPoolSize = 'Ukuran penampungan buffer';
299 $strInnoDBDataFilePath = 'File data';
300 $strInnoDBDataHomeDirDesc = 'Bagian lazim dari Directory Path untuk seluruh file data milik InnoDB.';
301 $strInnoDBDataHomeDir = 'Home direktori data';
302 $strInnoDBPages = 'halaman';
303 $strInnodbStat = 'Status dari InnoDB';
304 $strInsecureMySQL = 'File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) ini.';
305 $strInsertAsNewRow = 'Sisipkan sebagai baris baru';
306 $strInsert = 'Sisipkan';
307 $strInternalRelations = 'Relasi internal';
308 $strInUse = 'sedang digunakan';
309 $strInvalidColumnCount = 'Perhitungan kolom wajib lebih besar dari nol.';
310 $strInvalidFieldAddCount = 'Anda perlu menambahkan sedikitnya satu Field.';
311 $strInvalidFieldCount = 'Tabel wajib mengandung sesedikitnya satu Field.';
312 $strInvalidRowNumber = '%d bukanlah nomor baris yang berlaku.';
314 $strJapanese = 'Bahasa Jepang';
315 $strJumpToDB = 'Lompat langsung ke database &quot;%s&quot;.';
316 $strJustDeleteDescr = 'Pengguna yang &quot;dihapus&quot; tetap berhak untuk mengakses Server seperti biasa sampai Hak Istimewa (Privileges) di-reload.';
317 $strJustDelete = 'Hapus pengguna dari dari tabel daftar pengguna.';
319 $strKeepPass = 'Jangan ubah Kata Sandi';
320 $strKeyname = 'Nama Kunci';
321 $strKill = 'Tutup';
322 $strKorean = 'Bahasa Korea';
324 $strLandscape = 'Landscape';
325 $strLatchedPages = 'Halaman yang dipalang';
326 $strLatexCaption = 'Judul halaman';
327 $strLatexContent = 'Isi dari tabel __TABLE__';
328 $strLatexContinuedCaption = 'Lanjutan dari judul halaman tabel';
329 $strLatexContinued = '(dilanjutkan)';
330 $strLatexIncludeCaption = 'Masukkan judul halaman tabel';
331 $strLatexLabel = 'Kunci nama';
332 $strLaTeX = 'LaTeX';
333 $strLatexStructure = 'Struktur dari tabel __TABLE__';
334 $strLatvian = 'Latvia';
335 $strLengthSet = 'Ukuran Panjang/Nilai*';
336 $strLimitNumRows = 'Jumlah baris per halaman';
337 $strLinesTerminatedBy = 'Garis diputuskan oleh';
338 $strLinkNotFound = 'Link tidak ditemukan';
339 $strLinksTo = 'Link ke';
340 $strLithuanian = 'Bahasa Lithuania';
341 $strLocalhost = 'Lokal';
342 $strLocationTextfile = 'dari File';
343 $strLoginInformation = 'Informasi Login';
344 $strLogin = 'Login';
345 $strLogout = 'Logout';
346 $strLogPassword = 'Kata Sandi:';
347 $strLogServer = 'Server';
348 $strLogUsername = 'Nama Pengguna:';
349 $strLongOperation = 'Aktifitas ini membutuhkan waktu yang lama. Tetap melanjutkan?';
351 $strMaximumSize = 'Batas ukuran: %s%s';
352 $strMbExtensionMissing = 'Ekstensi PHP mbstring tidak ditemukan dan rupanya Anda menggunakan Charset Multibyte. Tanpa ekstensi mbstring phpMyAdmin tidak sanggup untuk membagikan baris-baris dengan cara yang benar. Hal ini mampu mengakibatkan hasil yang tidak diinginkan.';
353 $strMbOverloadWarning = 'Fungsi mbstring.func_overload aktif pada konfigurasi PHP Anda. Pilihan ini tidak cocok dengan phpMyAdmin dan mampu merusak sebagian data!';
354 $strMIME_available_mime = 'Tipe MIME yang tersedia';
355 $strMIME_available_transform = 'Transformasi yang tersedia';
356 $strMIME_description = 'Deskripsi';
357 $strMIME_MIMEtype = 'Tipe MIME';
358 $strMIME_nodescription = 'Tidak ada deskripsi untuk transformasi ini.<br />Mohon ditanyakan kepada penulis tentang artinya %s.';
359 $strMIME_transformation_note = 'Untuk tampilan daftar tentang pilihan transformasi dan transformasi jenis MIME-nya, silakan klik pada %sDeskripsi Transformasi%s';
360 $strMIME_transformation_options_note = 'Mohon masukkan nilai untuk pilihan transformasi dengan menggunakan format sbb.: \'a\', 100, b,\'c\'...<br />Bila sebuah Backslash ("\") atau Single Quote ("\'") diperlukan di antara nilai tersebut, mohon gunakan tanda Backslash (contoh: \'\\\\xyz\' atau \'a\\\'b\').';
361 $strMIME_transformation_options = 'Pilihan transformasi';
362 $strMIME_transformation = 'Transformasi Browser';
363 $strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
364 $strMIME_without = 'Jenis MIME yang dicetak dalam huruf miring tidak memiliki fungsi transformasi';
365 $strModifications = 'Modifikasi telah disimpan';
366 $strModifyIndexTopic = 'Ubah indeks';
367 $strModify = 'Ubah';
368 $strMoveTableOK = 'Tabel %s telah dipindahkan ke %s.';
369 $strMoveTable = 'Pindahkan tabel ke (database<b>.</b>tabel):';
370 $strMoveTableSameNames = 'Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!';
371 $strMultilingual = 'berbagai bahasa';
372 $strMyISAMDataPointerSizeDesc = 'Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan.';
373 $strMyISAMDataPointerSize = 'Ukuran petunjuk data (Data Pointer)';
374 $strMyISAMMaxExtraSortFileSizeDesc = 'Jika ukuran file sementara untuk pembuatan Indeks MyISAM Cepat lebih besar dibandingkan dengan ukuran Key Cache yang disebut disini, disarankan untuk menggunakan metode Key Cache.';
375 $strMyISAMMaxExtraSortFileSize = 'Ukuran maksimal untuk file sementara pada pembuatan indeks';
376 $strMyISAMMaxSortFileSizeDesc = 'Ukuran maksimal untuk file sementara yang diperbolehkan untuk digunakan oleh MySQL pada saat pembuatan ulang sebuah indeks MyISAM (sewaktu menjalankan REPAIR TABLE, ALTER TABLE, atau LOAD DATA INFILE).';
377 $strMyISAMMaxSortFileSize = 'Ukuran maksimal untuk penyortiran file sementara';
378 $strMyISAMRecoverOptionsDesc = 'Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup server.';
379 $strMyISAMRecoverOptions = 'Modus restorasi otomatis';
380 $strMyISAMRepairThreadsDesc = 'Jika nilai ini lebih besar dari 1, pembuatan indeks MyISAM akan dijalankan dalam modus paralel (setiap indeks memiliki proses tersendiri) selama perbaikan dijalankan oleh proses penyortiran.';
381 $strMyISAMRepairThreads = 'Perbaiki proses';
382 $strMyISAMSortBufferSizeDesc = 'Buffer yang dialokasikan bila menyortir indeks MyISAM pada saat REPAIR TABLE atau pada saat membuat indeks dengan cara CREATE INDEX atau cara ALTER TABLE.';
383 $strMyISAMSortBufferSize = 'Urutkan ukuran Buffer';
384 $strMySQLCharset = 'Charset MySQL';
385 $strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
386 $strMySQLSaid = 'MySQL menyatakan: ';
387 $strMySQLShowProcess = 'Tampilkan Proses';
389 $strName = 'Nama';
390 $strNext = 'Berikutnya';
391 $strNoActivity = 'Tidak ada aktifitas selama %s detik atau lebih. Silakan login kembali';
392 $strNoDatabases = 'Database tidak ditemukan';
393 $strNoDatabasesSelected = 'Database belum dipilih.';
394 $strNoDescription = 'tanpa keterangan';
395 $strNoDetailsForEngine = 'Informasi secara rinci tentang keadaan mesin penyimpan ini tidak ditemukan.';
396 $strNoDropDatabases = 'Perintah "HAPUS DATABASE" dimatikan.';
397 $strNoExplain = 'Melewati keterangan SQL';
398 $strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang <b>mendukung frame</b>.';
399 $strNoIndex = 'Indeks belum ditentukan!';
400 $strNoIndexPartsDefined = 'Bagian indeks belum diberi definisin!';
401 $strNoModification = 'Tidak ada perubahan';
402 $strNone = 'tanpa';
403 $strNoOptions = 'Format ini tidak ada pilihannya';
404 $strNoPassword = 'Kata Sandi belum ditetapkan';
405 $strNoPermission = 'Webserver tidak memilik hak (permission) untuk menyimpan file %s.';
406 $strNoPhp = 'Kode PHP tidak ditemukan';
407 $strNoPrivileges = 'Tidak ada Hak Akses (privilege)';
408 $strNoRights = 'Hak Akses Anda untuk melanjut tidak cukup!';
409 $strNoRowsSelected = 'Tidak ada baris yang dipilih';
410 $strNoSpace = 'Tidak cukup ruang untuk menyimpan %s.';
411 $strNoTablesFound = 'Tidak ada tabel dalam database.';
412 $strNoThemeSupport = 'Tidak ada dukungan untuk desain penampilan. Mohon periksa kembali konfigurasi dan/atau desain penampilan dalam direktori %s.';
413 $strNo = 'Tidak';
414 $strNotNumber = 'Ini bukan angka!';
415 $strNotOK = 'tidak oke';
416 $strNotSet = '<b>%s</b> tabel tidak ditemukan atau tidak diset di %s';
417 $strNoUsersFound = 'Pengguna tidak ditemukan.';
418 $strNoValidateSQL = 'Melewati pengesahan (validation) SQL';
419 $strNull = 'Kosong';
420 $strNumSearchResultsInTable = '%s catatan dalam tabel <i>%s</i>';
421 $strNumSearchResultsTotal = '<b>Jumlah:</b> <i>%s</i> rekord';
422 $strNumTables = 'Tabel';
424 $strOK = 'Oke';
425 $strOperations = 'Operasi';
426 $strOperator = 'Operator';
427 $strOptimizeTable = 'Optimasikan tabel';
428 $strOr = 'Atau';
429 $strOverhead = 'Kelebihan (Overhead)';
430 $strOverwriteExisting = 'Timpahkan (Overwrite) file(s) yang ada';
432 $strPageNumber = 'Halaman no.:';
433 $strPagesToBeFlushed = 'Halaman yang akan di-flush';
434 $strPaperSize = 'Ukuran kertas';
435 $strPartialText = 'Teks yang disingkat';
436 $strPasswordChanged = 'Sukses mengubah Kata Sandi untuk %s .';
437 $strPasswordEmpty = 'Kata Sandi kosong!';
438 $strPasswordHashing = 'Pengernaian Kata Sandi (Password Hashing)';
439 $strPassword = 'Kata Sandi';
440 $strPasswordNotSame = 'Kata Sandi tidak sama!';
441 $strPdfDbSchema = 'Skema dari database "%s" - Halaman %s';
442 $strPdfInvalidTblName = 'Tabel "%s" tidak ditemukan!';
443 $strPdfNoTables = 'Tabel tidak ditemukan';
444 $strPerHour = 'dalam sejam';
445 $strPerMinute = 'per menit';
446 $strPerSecond = 'per detik';
447 $strPersian = 'Persia';
448 $strPhoneBook = 'buku telpon';
449 $strPhp = 'Ciptakan kode PHP';
450 $strPHPVersion = 'Versi PHP';
451 $strPmaDocumentation = 'Dokumentasi phpMyAdmin';
452 $strPmaUriError = 'Directif <tt>$cfg[\'PmaAbsoluteUri\']</tt> WAJIB diset dalam file konfigurasi!';
453 $strPolish = 'Polandia';
454 $strPortrait = 'Gambaran';
455 $strPos1 = 'Awal';
456 $strPrevious = 'Sebelumnya';
457 $strPrimaryKeyHasBeenDropped = 'Kunci utama telah dihapus';
458 $strPrimaryKeyName = 'Nama Kunci utama diwajibkan... PRIMARY!';
459 $strPrimaryKeyWarning = '(Tanda nama "PRIMARY" <b>wajib</b> sebagai satu-satunya nama dan <b>hanya</b> sebagai Kunci utama saja!)';
460 $strPrimary = 'Kunci Utama';
461 $strPrint = 'Cetak';
462 $strPrintViewFull = 'Pandangan cetak (dengan teks lengkap)';
463 $strPrintView = 'Pandangan cetak';
464 $strPrivDescAllPrivileges = 'Menggunakan seluruh Hak Istimewa (Privileges) selain GRANT.';
465 $strPrivDescAlter = 'Mengizinkan untuk merubah struktur dari tabel yang ada.';
466 $strPrivDescAlterRoutine = 'Mengizinkan perubahan dan penghapusan dari Routines yang tersimpan.';
467 $strPrivDescCreateDb = 'Mengizinkan untuk menciptakan database dan tabel baru.';
468 $strPrivDescCreateRoutine = 'Mengizinkan penciptaan Routines yang akan disimpan.';
469 $strPrivDescCreateTbl = 'Mengizinkan untuk menciptakan tabel baru.';
470 $strPrivDescCreateTmpTable = 'Mengizinkan untuk menciptakan tabel yang bersifat temporer.';
471 $strPrivDescCreateUser = 'Mengizinkan penciptaan, penghapusan dan perubahan account pengguna.';
472 $strPrivDescCreateView = 'Mengizinkan untuk menciptakan pandangan baru.';
473 $strPrivDescDelete = 'Mengizinkan untuk hapus data.';
474 $strPrivDescDropDb = 'Mengizinkan untuk hapus database dan tabel.';
475 $strPrivDescDropTbl = 'Mengizinkan untuk hapus tabel.';
476 $strPrivDescExecute5 = 'Mengizinkan eksekusi Routines yang tersimpan.';
477 $strPrivDescExecute = 'Mengizinkan untuk berjalan dengan prosedur yang tersimpan; tidak ada efek dalam versi MySQL ini.';
478 $strPrivDescFile = 'Mengizinkan untuk impor data dari file dan ekspor data kedalam file.';
479 $strPrivDescGrant = 'Mengizinkan untuk menambah pengguna dan Hak Istimewa (Privileges) tanpa harus me-reload ulang tabel Hak Istimewa.';
480 $strPrivDescIndex = 'Mengizinkan untuk menciptakan dan hapus Indeks.';
481 $strPrivDescInsert = 'Mengizinkan untuk tambah dan ganti data.';
482 $strPrivDescLockTables = 'Mengizinkan untuk mengunci tabel dalam Thread yang lagi berjalan.';
483 $strPrivDescMaxConnections = 'Membatasi jumlah koneksi baru yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
484 $strPrivDescMaxQuestions = 'Membatasi jumlah pencarian (Queries) yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
485 $strPrivDescMaxUpdates = 'Membatasi jumlah perintah untuk merubah sebuah tabel atau database untuk setiap pengguna dalam batas waktu satu jam.';
486 $strPrivDescReferences = 'Tidak ada efek dalam versi MySQL yang digunakan.';
487 $strPrivDescReload = 'Mengizinkan untuk reload stelan dari server dan untuk flush cache dari server.';
488 $strPrivDescReplClient = 'Memberi hak kepada pengguna untuk menanyakan lokasi dari slaves / masters.';
489 $strPrivDescReplSlave = 'Digunakan untuk replikasi dari slaves.';
490 $strPrivDescSelect = 'Mengizinkan untuk baca data.';
491 $strPrivDescShowDb = 'Memberi akses ke seluruh daftar database.';
492 $strPrivDescShowView = 'Mengizinkan pencarian dengan cara SHOW CREATE VIEW.';
493 $strPrivDescShutdown = 'Mengizinkan untuk shut-down server.';
494 $strPrivDescSuper = 'Mengizinkan untuk tetap konek meskipun jumlah batas koneksi telah tercapai; diperlukan untuk hampir semua operasi administratif seperti stelan variabel global atau untuk mematikan sebuah Thread yang dimiliki oleh pengguna lain.';
495 $strPrivDescUpdate = 'Mengizinkan untuk ubah data.';
496 $strPrivDescUsage = 'Tanpa Hak Istimewa (Privileges).';
497 $strPrivileges = 'Hak Akses';
498 $strPrivilegesReloaded = 'Sukses reload Hak Istimewa (Privileges).';
499 $strProcesses = 'Proses Aktif';
500 $strProcesslist = 'Daftar proses';
501 $strPutColNames = 'Letakkan nama Fields pada baris pertama';
503 $strQBE = 'Cari berdasarkan data contoh';
504 $strQBEDel = 'Hapus';
505 $strQBEIns = 'Sisipkan';
506 $strQueryFrame = 'Jendela Pencarian';
507 $strQueryOnDb = 'Pencarian SQL dalam database <b>%s</b>:';
508 $strQuerySQLHistory = 'Sejarah SQL';
509 $strQueryStatistics = '<b>Informasi statistik</b>: Sejak dihidupkan, %s pencarian telah dikirim kepada server.';
510 $strQueryTime = 'pencarian membutuhkan waktu %01.4f detik';
511 $strQueryType = 'Tipe Pencarian';
512 $strQueryWindowLock = 'Jangan timpahkan pencarian ini dari jendela luar';
514 $strReadRequests = 'Permintaan pembacaan';
515 $strReceived = 'Penerimaan';
516 $strRecords = 'Catatan';
517 $strReferentialIntegrity = 'Cek integriti referensial:';
518 $strRefresh = 'Menyegarkan';
519 $strRelationalSchema = 'Skema Relational';
520 $strRelationNotWorking = 'Fasilitas penambahan untuk bekerja dengan tabel yang di-link di nonaktifkan. Untuk mengetahui sebabnya silakan klik %sdisini%s.';
521 $strRelationsForTable = 'RELASI UNTUK TABEL';
522 $strRelations = 'Tabel Relasi';
523 $strRelationView = 'Tampilan relasi';
524 $strReloadingThePrivileges = 'Reload Hak Istimewa (Privileges)';
525 $strRemoveSelectedUsers = 'Hapus pengguna yang dipilih';
526 $strRenameDatabaseOK = 'Nama database %s telah diubah menjadi %s';
527 $strRenameTableOK = 'Nama tabel %s telah diubah menjadi %s';
528 $strRenameTable = 'Ubah nama tabel menjadi ';
529 $strRepairTable = 'Perbaiki tabel';
530 $strReplaceNULLBy = 'Menggantikan NULL dengan';
531 $strReplaceTable = 'Ganti data tabel dengan file';
532 $strReset = 'Reset';
533 $strResourceLimits = 'Batas dari sumber';
534 $strReType = 'Ketik ulang';
535 $strRevokeAndDelete = 'Cabut seluruh Hak Istimewa (Privileges) dari pengguna, lantas hapus pengguna tsb. dari daftar tabel pengguna.';
536 $strRevokeAndDeleteDescr = 'Pengguna yang bersangkutan tetap memiliki hak untuk USAGE sampai seluruh Hak Istimewa (Privileges) di-reload kembali.';
537 $strRevoke = 'Cabut';
538 $strRevokeMessage = 'Hak akses untuk %s telah dicabut';
539 $strRomanian = 'Romania';
540 $strRowLength = 'Panjangnya baris';
541 $strRows = 'Baris';
542 $strRowsFrom = 'baris dimulai dari rekord #';
543 $strRowSize = ' Besarnya baris ';
544 $strRowsModeFlippedHorizontal = 'horisontal (rotated headers)';
545 $strRowsModeHorizontal = 'horisontal';
546 $strRowsModeOptions = 'diatur dengan urutan %s dan mengulang header setelah %s sel.';
547 $strRowsModeVertical = 'vertikal';
548 $strRowsStatistic = 'Statistik Baris';
549 $strRunning = 'dijalankan pada %s';
550 $strRunQuery = 'Jalankan pencarian SQL';
551 $strRunSQLQuery = 'Melaksanakan perintah SQL pada database %s';
552 $strRussian = 'Bahasa Rusia';
554 $strSaveOnServer = 'Simpan pada server dalam direktori %s';
555 $strSave = 'Simpan';
556 $strScaleFactorSmall = 'Faktor skala yang dipilih terlalu kecil untuk dimuat dalam skema satu halaman';
557 $strSearch = 'Cari';
558 $strSearchFormTitle = 'Cari dalam database';
559 $strSearchInTables = 'Cari dalam tabel:';
560 $strSearchNeedle = 'Kata atau nilai untuk dicari (wildcard: "%"):';
561 $strSearchOption1 = 'sekurang-kurangnya salah satu kata';
562 $strSearchOption2 = 'seluruh kata';
563 $strSearchOption3 = 'kata-kata tepat';
564 $strSearchOption4 = 'sebagai regular expression';
565 $strSearchResultsFor = 'Hasil pencarian untuk "<i>%s</i>" %s:';
566 $strSearchType = 'Cari:';
567 $strSecretRequired = 'File konfigurasi membutuhkan susunan kata-kata rahasia (blowfish_secret).';
568 $strSelectADb = 'Silakan pilih database';
569 $strSelectAll = 'Pilih semua';
570 $strSelectBinaryLog = 'Pilih Log binari untuk ditinjau';
571 $strSelectFields = 'Pilihan field (min. satu):';
572 $strSelectNumRows = 'dalam susunan pemeriksaan';
573 $strSelectTables = 'Pilih tabel';
574 $strSend = 'Kirimkan ke';
575 $strSent = 'Pengiriman';
576 $strServerChoice = 'Pilihan Server';
577 $strServerNotResponding = 'Server tidak menjawab';
578 $strServer = 'Server';
579 $strServerStatus = 'Informasi Runtime';
580 $strServerStatusUptime = 'MySQL server ini telah berjalan secara berturut-turut selama %s. Server dijalankan pada tanggal %s.';
581 $strServerTabVariables = 'Variabel';
582 $strServerTrafficNotes = '<b>Server traffic</b>: Tabel ini menampilkan statistik jaringan lalu-lintas server MySQL sejak dihidupkan.';
583 $strServerVars = 'Variabel dan penyetelan server';
584 $strServerVersion = 'Versi Server';
585 $strSessionValue = 'Nilai dari Session';
586 $strSetEnumVal = 'Jika tipe field sama dengan "enum" atau "set", silakan masukkan nilai dengan format: \'a\',\'b\',\'c\'...<br />Jika sebuah backslash ("\") atau suatu tanda kutip ("\'") diperlukan, tanda tersebut perlu ditutupi dengan tanda backslash (seb. contoh \'\\\\xyz\' atau \'a\\\'b\').';
587 $strShowAll = 'Tampilkan semua';
588 $strShowColor = 'Tampilkan warna';
589 $strShowDatadictAs = 'Format dari kamus data';
590 $strShowFullQueries = 'Tampilkan pencarian yang lengkap';
591 $strShowGrid = 'Tampilkan garis';
592 $strShowingRecords = 'Tampilan baris';
593 $strShowPHPInfo = 'Tampilkan informasi PHP';
594 $strShowTableDimension = 'Tampilkan ukuran dari tabel';
595 $strShowTables = 'Tampilkan tabel';
596 $strShow = 'Tampilkan';
597 $strShowThisQuery = ' Tampilkan ulang perintah SQL ';
598 $strSimplifiedChinese = 'Bahasa Cina sederhana';
599 $strSingly = '(unik)';
600 $strSize = 'Ukuran';
601 $strSlovak = 'Slovakia';
602 $strSlovenian = 'Slovenia';
603 $strSocketProblem = '(atau konfigurasi socket dari server MySQL tidak benar)';
604 $strSortByKey = 'Urut berdasarkan kunci';
605 $strSort = 'Urutkan';
606 $strSpaceUsage = 'Penggunaan tempat';
607 $strSpanish = 'Bahasa Spanyol';
608 $strSplitWordsWithSpace = 'Kata dipisahkan oleh karakter spasi (" ").';
609 $strSQLExportType = 'Jenis Ekspor';
610 $strSQLParserBugMessage = 'Mungkin Anda telah temukan sebuah Bug dalam parser SQL. Mohon periksa ulang pencarian SQL dengan teliti dan perhatikan apakah seluruh tanda kutip benar dan seimbang. Penyebab kegagalan bisa terjadi bila Anda meng-upload sebuah file binari diluar teks kutipan. Silakan menjalankan ulang pencarian tersebut dengan menggunakan command line interface. Hasil dari MySQL server error, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari masalah ini. Bila masalah ini tetap muncul atau Parser dari kami masih juga gagal meskipun pencarian melalui command line interface berhasil mohon kurangi input pada SQL query sampai pencarian yang menyebabkan masalah ini ditemukan. Mohon kirimkan sebuah Bug Report dengan cara menyisipkan data di bagian bawah ini kepada kami:';
611 $strSQLParserUserError = 'Rupanya ada Error pada Query SQL. Hasil dari MySQL server error dibawa ini, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari problem tersebut.';
612 $strSQLQuery = 'Pencarian SQL';
613 $strSQLResult = 'Hasil SQL';
614 $strSQL = 'SQL';
615 $strSQPBugInvalidIdentifer = 'Identifer tidak valid';
616 $strSQPBugUnclosedQuote = 'Tanda kutip tidak ditutup';
617 $strSQPBugUnknownPunctuation = 'Punctation String tidak dikenali';
618 $strStatCheckTime = 'Pemeriksaan terakhir';
619 $strStatCreateTime = 'Pembuatan';
620 $strStatement = 'Keterangan';
621 $strStatUpdateTime = 'Update terakhir';
622 $strStatus = 'Status';
623 $strStorageEngine = 'Mesin Penyimpan';
624 $strStorageEngines = 'Mesin Penyimpan';
625 $strStrucCSV = 'Data CSV';
626 $strStrucData = 'Struktur dan data';
627 $strStrucExcelCSV = 'CSV untuk data MS Excel';
628 $strStrucNativeExcel = 'Data asli MS Excel';
629 $strStrucOnly = 'Struktur saja';
630 $strStructPropose = 'Menganalisa struktur tabel';
631 $strStructure = 'Struktur';
632 $strSubmit = 'Kirim';
633 $strSuccess = 'Sukses menjalankan perintah SQL';
634 $strSum = 'Jumlah';
635 $strSwedish = 'Bahasa Swedia';
636 $strSwitchToDatabase = 'Pindah ke database yang disalin';
637 $strSwitchToTable = 'Pindah ke tabel salinan';
639 $strTableComments = 'Komentar tabel';
640 $strTableEmpty = 'Nama tabel kosong!';
641 $strTableHasBeenDropped = 'Tabel %s telah dihapus';
642 $strTableHasBeenEmptied = 'Tabel %s telah dikosongkan';
643 $strTableHasBeenFlushed = 'Tabel %s telah dibuang';
644 $strTableMaintenance = 'Pemeliharaan tabel';
645 $strTableOfContents = 'Daftar Isi';
646 $strTableOptions = 'Pilihan untuk tabel';
647 $strTables = 'tabel %s';
648 $strTableStructure = 'Struktur dari tabel';
649 $strTable = 'Tabel';
650 $strTakeIt = 'ambil';
651 $strTblPrivileges = 'Hak (privileges) khusus terhadap tabel';
652 $strTextAreaLength = ' Disebabkan ukuran panjangnya,<br /> field ini tidak dapat di-edit ulang. ';
653 $strThai = 'Bahasa Thailand';
654 $strTheme = 'Desain Penampilan';
655 $strThisHost = 'Host yang ini';
656 $strThreadSuccessfullyKilled = 'Sukses hentikan Thread %s.';
657 $strTime = 'Jangka Waktu';
658 $strToggleScratchboard = 'pindah buku catatan (Scratchboard)';
659 $strTotal = 'jumlah';
660 $strTotalUC = 'Jumlah';
661 $strTraditionalChinese = 'Bahasa Cina tradisional';
662 $strTraditionalSpanish = 'Spanyol tradisional';
663 $strTraffic = 'Lalu-Lintas';
664 $strTransformation_application_octetstream__download = 'Tampilkan Link untuk men-download data binari dari Field. Pilihan pertama adalah nama dari file binari tersebut. Pilihan kedua adalah nama Field dari sebuah baris tabel yang memiliki nama file. Bila Anda menetapkan pilihan kedua, pilihan pertama harus ditepatkan ke sebuah string yang kosong';
665 $strTransformation_image_jpeg__inline = 'Tampilkan Thumbnail yang bisa diklik; pilihan: lebar, tinggi dalam piksel (rasio asli dipertahankan)';
666 $strTransformation_image_jpeg__link = 'Tampilkan link ke gambar ini (direct blob download, i.e.).';
667 $strTransformation_image_png__inline = 'Lihat image/jpeg: inline';
668 $strTransformation_text_plain__external = 'HANYA UNTUK LINUX: Luncurkan aplikasi eksternal dan mengisi data Field dengan cara standar. Menghasilkan output standar dari aplikasi yang bersangkutan. Default-nya adalah Tidy untuk mempercantik kode HTML cetakan. Dengan alasan pengamanan sistem, Anda perlu meng-edit file libraries/transformations/text_plain__external.inc.php dan menambahkan Tools yang akan diizinkan secara manual. Pilihan pertama adalah jumlah dari program yang ingin digunakan dan pilihan kedua adalah parameter untuk program-program tersebut. Parameter ketiga, bila diset ke 1 akan mengubah output dengan menggunakan htmlspecialchars() (Default adalah 1). Parameter keempat, bila diset ke 1 akan menambahkan sebuah NOWRAP pada Content Cell dengan hasil output yang akan ditampilkan tanpa keperluan untuk me-format ulang (Default 1)';
669 $strTransformation_text_plain__formatted = 'Menyimpan format asli dari field. Escaping tidak dilakukan.';
670 $strTransformation_text_plain__imagelink = 'Tampilkan sebuah gambar dan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah lebar dalam piksel, pilihan ketiga adalah tingginya.';
671 $strTransformation_text_plain__link = 'Tampilkan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah judul untuk Link tersebut.';
672 $strTransformation_text_plain__substr = 'Hanya menampilkan sebagian dari sebuah String. Pilihan pertama adalah sebuah Offset untuk menentukan tempat dari permulaan teks Anda (Default 0). Pilihan kedua adalah sebuah Offset untuk menentukan jumlah teks yang akan dikembalikan. Bila ditinggal kosong, seluruh teks yang tersisa akan dibalikkan. Pilihan ketiga mendefinisikan Chars yang akan ditambahkan pada Output bila sebuah Substring dibalikkan (Default: ...) .';
673 $strTruncateQueries = 'Potongkan pencarian yang ditampilkan';
674 $strTurkish = 'Bahasa Turki';
675 $strType = 'Jenis';
677 $strUkrainian = 'Bahasa Ukrainia';
678 $strUncheckAll = 'Balik pilihan';
679 $strUnicode = 'Unikode';
680 $strUnique = 'Unik';
681 $strUnknown = 'tidak diketahui';
682 $strUnselectAll = 'Unselect semua';
683 $strUpdatePrivMessage = 'Hak Akses (privilege) untuk %s telah di-update.';
684 $strUpdateProfileMessage = 'Profil pengguna telah di-update.';
685 $strUpdateQuery = 'Update proses pencarian';
686 $strUpdComTab = 'Mohon belajari dokumentasi untuk mengetahui cara meng-update tabel Column_comments Anda';
687 $strUpgrade = 'Disarankan untuk meng-update ke %s versi %s atau lebih baru.';
688 $strUsage = 'Penggunaan';
689 $strUseBackquotes = 'Nama tabel dan nama field dalam tanda kutip biasa';
690 $strUseHostTable = 'Gunakan Host Table';
691 $strUserAlreadyExists = 'Pengguna %s telah terdaftar!';
692 $strUserEmpty = 'Nama pengguna masih kosong!';
693 $strUserName = 'Nama pengguna';
694 $strUserNotFound = 'Pengguna yang dipilih tidak ditemukan pada tabel hak (privilege table).';
695 $strUserOverview = 'Pandangan Umum Pengguna';
696 $strUser = 'Pengguna';
697 $strUsersDeleted = 'Sukses menghapus Pengguna yang dipilih.';
698 $strUsersHavingAccessToDb = 'Pengguna memiliki akses ke &quot;%s&quot;';
699 $strUseTabKey = 'Gunakan tombol TAB untuk maju dari angka ke angka atau gunakan CTRL+panah untuk maju kemana saja';
700 $strUseTables = 'Gunakan tabel';
701 $strUseTextField = 'Gunakan text field';
702 $strUseThisValue = 'gunakan nilai ini';
704 $strValidateSQL = 'Mengesahkan (validate) SQL';
705 $strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s.';
706 $strValue = 'Nilai';
707 $strVar = 'Variabel';
708 $strVersionInformation = 'Informasi tentang versi';
709 $strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
710 $strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
711 $strViewDump = 'Tampilkan Dump (Skema) dari tabel';
712 $strView = 'Gambarkan';
713 $strViewHasBeenDropped = 'Pandangan %s telah dibubarkan';
715 $strWebServerUploadDirectory = 'direktori upload pada web-server';
716 $strWebServerUploadDirectoryError = 'Direktori yang telah ditetapkan untuk meng-upload tidak dapat dihubungi';
717 $strWelcome = 'Selamat Datang di %s';
718 $strWestEuropean = 'Eropa Barat';
719 $strWildcard = 'wildcard';
720 $strWindowNotFound = 'Mengupdate jendela browser gagal. Ada kemungkinan Anda telah menutup jendela induknya atau pilihan keamanan pada browser Anda melarang untuk mengupdate dengan cara Cross-Window';
721 $strWithChecked = 'yang ditandai:';
722 $strWriteRequests = 'Permintaan penulisan';
723 $strWrongUser = 'Nama Pengguna/Kata Sandi salah. Akses ditolak.';
725 $strXML = 'XML';
727 $strYes = 'Ya';
729 $strZeroRemovesTheLimit = 'Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan.';
730 $strZip = 'Dikompress dengan Zip';
732 // To translate:
733 $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
734 $strActions = 'Actions'; //to translate
735 $strAddClause = 'Add %s'; //to translate
736 $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
737 $strAnalyze = 'Analyze'; //to translate
738 $strAndSmall = 'and'; //to translate
739 $strAngularLinks = 'Angular links'; //to translate
740 $strApplyChanges = 'Apply Selected Changes'; //to translate
741 $strAsDefined = 'As defined:'; //to translate
743 $strBLOBRepository = 'BLOB Repository'; //to translate
744 $strBLOBRepositoryDamaged = 'Damaged'; //to translate
745 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
746 $strBLOBRepositoryDisabled = 'Disabled'; //to translate
747 $strBLOBRepositoryDisable = 'Disable'; //to translate
748 $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
749 $strBLOBRepositoryEnabled = 'Enabled'; //to translate
750 $strBLOBRepositoryEnable = 'Enable'; //to translate
751 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
752 $strBLOBRepositoryRepair = 'Repair'; //to translate
753 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
754 $strBookmarkCreated = 'Bookmark %s created'; //to translate
755 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
756 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
758 $strCancel = 'Cancel'; //to translate
759 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
760 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
761 $strCheck = 'Check'; //to translate
762 $strClickToSelect = 'Click to select'; //to translate
763 $strClickToUnselect = 'Click to unselect'; //to translate
764 $strComment = 'Comment'; //to translate
765 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
766 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
767 $strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
768 $strControluserFailed = 'Connection for controluser as defined in your configuration failed.'; //to translate
769 $strCouldNotConnectSource = 'Could not connect to the source'; //to translate
770 $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
771 $strCreateRelation = 'Create relation'; //to translate
772 $strCreateTable = 'Create table'; //to translate
773 $strCreateUserDatabase = 'Database for user'; //to translate
774 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate
775 $strCreateUserDatabaseNone = 'None'; //to translate
776 $strCreateUserDatabasePrivileges = 'Grant all privileges on database &quot;%s&quot;'; //to translate
777 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate
778 $strCSV = 'CSV'; //to translate
779 $strCurrentServer = 'Current server'; //to translate
780 $strCustomColor = 'Custom color'; //to translate
782 $strDatabaseHasBeenCreated = 'Database %1$s has been created.'; //to translate
783 $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
784 $strDatabase_src = 'Source database'; //to translate
785 $strDatabase_trg = 'Target database'; //to translate
786 $strDataDiff = 'Data Difference'; //to translate
787 $strDataSyn = 'Data Synchronization'; //to translate
788 $strDbIsEmpty = 'Database seems to be empty!'; //to translate
789 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
790 $strDeleteRelation = 'Delete relation'; //to translate
791 $strDelimiter = 'Delimiter'; //to translate
792 $strDesigner = 'Designer'; //to translate
793 $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
794 $strDetails = 'Details...'; //to translate
795 $strDifference = 'Difference'; //to translate
796 $strDirectLinks = 'Direct links'; //to translate
797 $strDocSQL = 'DocSQL'; //to translate
798 $strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
799 $strDownloadFile = 'Download file'; //to translate
800 $strDumpAllRows = 'Dump all rows'; //to translate
802 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
803 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate
804 $strErrorRelationExists = 'Error: relation already exists.'; //to translate
805 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
806 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate
807 $strEsperanto = 'Esperanto'; //to translate
808 $strEvent = 'Event'; //to translate
809 $strEvents = 'Events'; //to translate
810 $strExportImportToScale = 'Export/Import to scale'; //to translate
811 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate
813 $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; //to translate
814 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
815 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
816 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
817 $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
818 $strFiles = 'Files'; //to translate
819 $strFileToImport = 'File to import'; //to translate
820 $strFlushQueryCache = 'Flush query cache'; //to translate
821 $strFlushTables = 'Flush (close) all tables'; //to translate
822 $strFontSize = 'Font size'; //to translate
823 $strForeignKeyError = 'Error creating foreign key on %1$s (check data types)'; //to translate
824 $strForeignKeyRelationAdded = 'FOREIGN KEY relation added'; //to translate
825 $strFullStart = 'Full start'; //to translate
826 $strFullStop = 'Full stop'; //to translate
827 $strFunctions = 'Functions'; //to translate
829 $strGetMoreThemes = 'Get more themes!'; //to translate
830 $strGoToDatabase = 'Go to database'; //to translate
831 $strGoToTable = 'Go to table'; //to translate
832 $strGoToView = 'Go to view'; //to translate
834 $strHandler = 'Handler'; //to translate
835 $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
836 $strHelp = 'Help'; //to translate
837 $strHexForBLOB = 'Use hexadecimal for BLOB'; //to translate
838 $strHide = 'Hide'; //to translate
839 $strHideShowAll = 'Hide/Show all'; //to translate
840 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate
841 $strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
843 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate
844 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
845 $strImportColNames = 'Column names in first row'; //to translate
846 $strImportEmptyRows = 'Do not import empty rows'; //to translate
847 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate
848 $strImportFormat = 'Format of imported file'; //to translate
849 $strImport = 'Import'; //to translate
850 $strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
851 $strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
852 $strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
853 $strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
854 $strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
855 $strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
856 $strImportODS = 'Open Document Spreadsheet'; //to translate
857 $strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
858 $strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
859 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
860 $strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
861 $strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
862 $strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
863 $strIndexesSeemEqual = 'The indexes %1$s and %2$s seem to be equal and one of them could possibly be removed.'; //to translate
864 $strInsertedRowId = 'Inserted row id: %1$d'; //to translate
865 $strInterface = 'Interface'; //to translate
866 $strInternalAndForeign = 'An internal relation is not necessary when a corresponding FOREIGN KEY relation exists.'; //to translate
867 $strInternalRelationAdded = 'Internal relation added'; //to translate
868 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
869 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
870 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
871 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
872 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
873 $strInvalidDatabase = 'Invalid database'; //to translate
874 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
875 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
876 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
877 $strInvalidTableName = 'Invalid table name'; //to translate
879 $strJoins = 'Joins'; //to translate
881 $strKeyCache = 'Key cache'; //to translate
882 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate
884 $strLanguage = 'Language'; //to translate
885 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
886 $strLDI = 'CSV using LOAD DATA'; //to translate
887 $strLDILocal = 'Use LOCAL keyword'; //to translate
888 $strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
889 $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
891 $strMaxConnects = 'max. concurrent connections'; //to translate
892 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
893 $strMediaWiki = 'MediaWiki Table'; //to translate
894 $strMoveMenu = 'Move Menu'; //to translate
895 $strMysqlClientVersion = 'MySQL client version'; //to translate
896 $strMysqlLibDiffersServerVersion = 'Your PHP MySQL library version %s differs from your MySQL server version %s. This may cause unpredictable behavior.'; //to translate
898 $strNavTableFilter = 'Filter'; //to translate
899 $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
900 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
901 $strNoneDefault = 'None'; //to translate
902 $strNotPresent = 'not present'; //to translate
903 $strNumberOfFields = 'Number of fields'; //to translate
904 $strNumberOfTables = 'Number of tables'; //to translate
906 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate
907 $strOpenDocumentText = 'Open Document Text'; //to translate
908 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
909 $strOptimize = 'Optimize'; //to translate
910 $strOptions = 'Options'; //to translate
912 $strPacked = 'Packed'; //to translate
913 $strPartialImport = 'Partial import'; //to translate
914 $strPartitionDefinition = 'PARTITION definition'; //to translate
915 $strPartitioned = 'partitioned'; //to translate
916 $strPartitionMaintenance = 'Partition maintenance'; //to translate
917 $strPartition = 'Partition %s'; //to translate
918 $strPBXTCheckpointFrequency = 'Checkpoint frequency'; //to translate
919 $strPBXTCheckpointFrequencyDesc = 'The amount of data written to the transaction log before a checkpoint is performed. The default value is 24MB.'; //to translate
920 $strPBXTDataFileGrowSize = 'Data file grow size'; //to translate
921 $strPBXTDataFileGrowSizeDesc = 'The grow size of the handle data (.xtd) files.'; //to translate
922 $strPBXTDataLogThreshold = 'Data log threshold'; //to translate
923 $strPBXTDataLogThresholdDesc = 'The maximum size of a data log file. The default value is 64MB. PBXT can create a maximum of 32000 data logs, which are used by all tables. So the value of this variable can be increased to increase the total amount of data that can be stored in the database.'; //to translate
924 $strPBXTGarbageThresholdDesc = 'The percentage of garbage in a data log file before it is compacted. This is a value between 1 and 99. The default is 50.'; //to translate
925 $strPBXTGarbageThreshold = 'Garbage threshold'; //to translate
926 $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Default value is 32MB. The memory allocated here is used only for caching index pages.'; //to translate
927 $strPBXTIndexCacheSize = 'Index cache size'; //to translate
928 $strPBXTLogBufferSizeDesc = 'The size of the buffer used when writing a data log. The default is 256MB. The engine allocates one buffer per thread, but only if the thread is required to write a data log.'; //to translate
929 $strPBXTLogBufferSize = 'Log buffer size'; //to translate
930 $strPBXTLogCacheSizeDesc = 'The amount of memory allocated to the transaction log cache used to cache on transaction log data. The default is 16MB.'; //to translate
931 $strPBXTLogCacheSize = 'Log cache size'; //to translate
932 $strPBXTLogFileCountDesc = 'This is the number of transaction log files (pbxt/system/xlog*.xt) the system will maintain. If the number of logs exceeds this value then old logs will be deleted, otherwise they are renamed and given the next highest number.'; //to translate
933 $strPBXTLogFileCount = 'Log file count'; //to translate
934 $strPBXTLogFileThresholdDesc = 'The size of a transaction log before rollover, and a new log is created. The default value is 16MB.'; //to translate
935 $strPBXTLogFileThreshold = 'Log file threshold'; //to translate
936 $strPBXTRecordCacheSizeDesc = 'This is the amount of memory allocated to the record cache used to cache table data. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.'; //to translate
937 $strPBXTRecordCacheSize = 'Record cache size'; //to translate
938 $strPBXTRowFileGrowSizeDesc = 'The grow size of the row pointer (.xtr) files.'; //to translate
939 $strPBXTRowFileGrowSize = 'Row file grow size'; //to translate
940 $strPBXTTransactionBufferSizeDesc = 'The size of the global transaction log buffer (the engine allocates 2 buffers of this size). The default is 1MB.'; //to translate
941 $strPBXTTransactionBufferSize = 'Transaction buffer size'; //to translate
942 $strPDF = 'PDF'; //to translate
943 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate
944 $strPDFReportTitle = 'Report title'; //to translate
945 $strPhpArray = 'PHP array'; //to translate
946 $strPHPExtension = 'PHP extension'; //to translate
947 $strPlayAudio = 'Play audio'; //to translate
948 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate
949 $strPort = 'Port'; //to translate
950 $strPrivDescEvent = 'Allows to set up events for the event scheduler'; //to translate
951 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
952 $strPrivDescProcess = 'Allows viewing processes of all users'; //to translate
953 $strPrivDescTrigger = 'Allows creating and dropping triggers'; //to translate
954 $strProcedures = 'Procedures'; //to translate
955 $strProfiling = 'Profiling'; //to translate
956 $strProtocolVersion = 'Protocol version'; //to translate
958 $strQueriesExecuted = 'The following queries have been executed:'; //to translate
959 $strQueryCache = 'Query cache'; //to translate
960 $strQueryResultsOperations = 'Query results operations'; //to translate
962 $strRebuild = 'Rebuild'; //to translate
963 $strRecommended = 'recommended'; //to translate
964 $strRelationalDisplayField = 'Relational display field'; //to translate
965 $strRelationalKey = 'Relational key'; //to translate
966 $strRelationDeleted = 'Relation deleted'; //to translate
967 $strReloadPrivileges = 'Reload privileges'; //to translate
968 $strReload = 'Reload'; //to translate
969 $strRemoteServer = 'Remote server'; //to translate
970 $strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
971 $strRemovePartitioning = 'Remove partitioning'; //to translate
972 $strRepair = 'Repair'; //to translate
973 $strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
974 $strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
975 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
976 $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
977 $strReplicationControlSlave = 'Control slave:'; //to translate
978 $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
979 $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
980 $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
981 $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
982 $strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
983 $strReplicationMasterConfiguration = 'Master configuration'; //to translate
984 $strReplicationMaster = 'Master replication'; //to translate
985 $strReplication = 'Replication'; //to translate
986 $strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master'; //to translate
987 $strReplicationSelectDatabases = 'Please select databases:'; //to translate
988 $strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
989 $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
990 $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
991 $strReplicationShowMasterStatus = 'Show master status'; //to translate
992 $strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
993 $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
994 $strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
995 $strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
996 $strReplicationSlaveErrorManagement = 'Error management:'; //to translate
997 $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
998 $strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
999 $strReplicationSlaveReset = 'Reset slave'; //to translate
1000 $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
1001 $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
1002 $strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
1003 $strReplicationSlaveSkipNext = 'Skip next'; //to translate
1004 $strReplicationSlave = 'Slave replication'; //to translate
1005 $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
1006 $strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; //to translate
1007 $strReplicationStatus_master = 'Master status'; //to translate
1008 $strReplicationStatus = 'Replication status'; //to translate
1009 $strReplicationStatus_slave = 'Slave status'; //to translate
1010 $strReplicationSynchronize = 'Synchronize databases with master'; //to translate
1011 $strReplicationUnableToChange = 'Unable to change master'; //to translate
1012 $strReplicationUnknownError = 'Unknown error'; //to translate
1013 $strRestartInsertion = 'Restart insertion with %s rows'; //to translate
1014 $strRoutineReturnType = 'Return type'; //to translate
1015 $strRoutines = 'Routines'; //to translate
1016 $strRowsAffected = '%1$d row(s) affected.'; //to translate
1017 $strRowsDeleted = '%1$d row(s) deleted.'; //to translate
1018 $strRowsInserted = '%1$d row(s) inserted.'; //to translate
1019 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
1021 $strSavePosition = 'Save position'; //to translate
1022 $strSearchInField = 'Inside field:'; //to translate
1023 $strSelectForeignKey = 'Select Foreign Key'; //to translate
1024 $strSelectReferencedKey = 'Select referenced key'; //to translate
1025 $strServers = 'Servers'; //to translate
1026 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
1027 $strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
1028 $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
1029 $strSettings = 'settings'; //to translate
1030 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1031 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1032 $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1033 $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
1034 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1035 $strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
1036 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1037 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1038 $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
1039 $strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
1040 $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
1041 $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
1042 $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
1043 $strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
1044 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1045 $strSetupBZipDump_name = 'Bzip2'; //to translate
1046 $strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1047 $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
1048 $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
1049 $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
1050 $strSetupCharEditing_name = 'CHAR fields editing'; //to translate
1051 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1052 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1053 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1054 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1055 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1056 $strSetupClear = 'Clear'; //to translate
1057 $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
1058 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1059 $strSetupConfigurationFile = 'Configuration file'; //to translate
1060 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1061 $strSetupConfirm_name = 'Confirm DROP queries'; //to translate
1062 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1063 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1064 $strSetupDefaultLanguage = 'Default language'; //to translate
1065 $strSetupDefaultServer = 'Default server'; //to translate
1066 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1067 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1068 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1069 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1070 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1071 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1072 $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
1073 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1074 $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
1075 $strSetupDisplay = 'Display'; //to translate
1076 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1077 $strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
1078 $strSetupDonateLink = 'Donate'; //to translate
1079 $strSetupDownload = 'Download'; //to translate
1080 $strSetupEndOfLine = 'End of line'; //to translate
1081 $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
1082 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1083 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1084 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1085 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1086 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1087 $strSetuperror_form = 'Submitted form contains errors'; //to translate
1088 $strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
1089 $strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
1090 $strSetuperror_incorrect_value = 'Incorrect value'; //to translate
1091 $strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
1092 $strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
1093 $strSetuperror_nan_p = 'Not a positive number'; //to translate
1094 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1095 $strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
1096 $strSetupExport_asfile_name = 'Save as file'; //to translate
1097 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1098 $strSetupExport_compression_name = 'Compression'; //to translate
1099 $strSetupExport_file_template_database_name = 'Database name template'; //to translate
1100 $strSetupExport_file_template_server_name = 'Server name template'; //to translate
1101 $strSetupExport_file_template_table_name = 'Table name template'; //to translate
1102 $strSetupExport_format_name = 'Format'; //to translate
1103 $strSetupExport_onserver_name = 'Save on server'; //to translate
1104 $strSetupExport_onserver_overwrite_name = 'Overwrite existing file(s)'; //to translate
1105 $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
1106 $strSetupFalse = 'no'; //to translate
1107 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1108 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1109 $strSetupForceSSL_name = 'Force SSL connection'; //to translate
1110 $strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
1111 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1112 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1113 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1114 $strSetupForm_Browse = 'Browse mode'; //to translate
1115 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1116 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1117 $strSetupForm_Edit = 'Edit mode'; //to translate
1118 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1119 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1120 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1121 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1122 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1123 $strSetupForm_Import_export = 'Import / export'; //to translate
1124 $strSetupForm_Left_databases = 'Databases'; //to translate
1125 $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
1126 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1127 $strSetupForm_Left_frame = 'Navigation frame'; //to translate
1128 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1129 $strSetupForm_Left_servers = 'Servers'; //to translate
1130 $strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
1131 $strSetupForm_Left_tables = 'Tables'; //to translate
1132 $strSetupForm_Main_frame = 'Main frame'; //to translate
1133 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1134 $strSetupForm_Other_core_settings = 'Other core settings'; //to translate
1135 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1136 $strSetupForm_Query_window = 'Query window'; //to translate
1137 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1138 $strSetupForm_Security = 'Security'; //to translate
1139 $strSetupForm_Server = 'Basic settings'; //to translate
1140 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1141 $strSetupForm_Server_config = 'Server configuration'; //to translate
1142 $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
1143 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1144 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1145 $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
1146 $strSetupForm_Server_pmadb = 'PMA database'; //to translate
1147 $strSetupFormset_customization = 'Customization'; //to translate
1148 $strSetupFormset_export = 'Customize export options'; //to translate
1149 $strSetupFormset_features = 'Features'; //to translate
1150 $strSetupFormset_import = 'Customize import defaults'; //to translate
1151 $strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
1152 $strSetupFormset_main_frame = 'Customize main frame'; //to translate
1153 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1154 $strSetupForm_Sql_box = 'SQL Query box'; //to translate
1155 $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
1156 $strSetupForm_Sql_queries = 'SQL queries'; //to translate
1157 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1158 $strSetupForm_Startup = 'Startup'; //to translate
1159 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1160 $strSetupForm_Tabs = 'Tabs'; //to translate
1161 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1162 $strSetupGZipDump_name = 'GZip'; //to translate
1163 $strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1164 $strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
1165 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1166 $strSetupIgnoreErrors = 'Ignore errors'; //to translate
1167 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
1168 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1169 $strSetupImport_allow_interrupt_desc = '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
1170 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1171 $strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
1172 $strSetupImport_format_name = 'Format of imported file'; //to translate
1173 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1174 $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
1175 $strSetupInsecureConnection = 'Insecure connection'; //to translate
1176 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
1177 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1178 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1179 $strSetupInsertRows_name = 'Number of inserted rows'; //to translate
1180 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1181 $strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
1182 $strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
1183 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1184 $strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
1185 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1186 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1187 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1188 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1189 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1190 $strSetupLeftFrameLight_name = 'Use light version'; //to translate
1191 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1192 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1193 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1194 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1195 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1196 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1197 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1198 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1199 $strSetupLetUserChoose = 'let the user choose'; //to translate
1200 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1201 $strSetupLightTabs_name = 'Light tabs'; //to translate
1202 $strSetupLoad = 'Load'; //to translate
1203 $strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
1204 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1205 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1206 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1207 $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
1208 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1209 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1210 $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
1211 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1212 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1213 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1214 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1215 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1216 $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.'; //to translate
1217 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1218 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1219 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1220 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1221 $strSetupMemoryLimit_name = 'Memory limit'; //to translate
1222 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1223 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1224 $strSetupNewServer = 'New server'; //to translate
1225 $strSetupNoServers = 'There are no configured servers'; //to translate
1226 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1227 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1228 $strSetupOptionNone = '- none -'; //to translate
1229 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1230 $strSetupOrder_name = 'Default sorting order'; //to translate
1231 $strSetupOverview = 'Overview'; //to translate
1232 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1233 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1234 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1235 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1236 $strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
1237 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1238 $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
1239 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1240 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1241 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1242 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1243 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1244 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1245 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1246 $strSetupRestoreDefaultValue = 'Restore default value'; //to translate
1247 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1248 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1249 $strSetupSaveDir_name = 'Save directory'; //to translate
1250 $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
1251 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1252 $strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
1253 $strSetupServersAdd = 'Add a new server'; //to translate
1254 $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
1255 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1256 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1257 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1258 $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
1259 $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
1260 $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
1261 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1262 $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
1263 $strSetupServers_auth_type_name = 'Authentication type'; //to translate
1264 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
1265 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1266 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
1267 $strSetupServers_column_info_name = 'Column information table'; //to translate
1268 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1269 $strSetupServers_compress_name = 'Compress connection'; //to translate
1270 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1271 $strSetupServers_connect_type_name = 'Connection type'; //to translate
1272 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1273 $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
1274 $strSetupServers_controluser_name = 'Control user'; //to translate
1275 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1276 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1277 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
1278 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1279 $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
1280 $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
1281 $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1282 $strSetupServersEdit = 'Edit server'; //to translate
1283 $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
1284 $strSetupServers_extension_name = 'PHP extension to use'; //to translate
1285 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1286 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1287 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
1288 $strSetupServers_history_name = 'SQL query history table'; //to translate
1289 $strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
1290 $strSetupServers_host_name = 'Server hostname'; //to translate
1291 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1292 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1293 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1294 $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
1295 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1296 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1297 $strSetupServers_password_name = 'Password for config auth'; //to translate
1298 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
1299 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1300 $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
1301 $strSetupServers_pmadb_name = 'PMA database'; //to translate
1302 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1303 $strSetupServers_port_name = 'Server port'; //to translate
1304 $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
1305 $strSetupServers_relation_name = 'Relation table'; //to translate
1306 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1307 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1308 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1309 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1310 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1311 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1312 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1313 $strSetupServers_socket_name = 'Server socket'; //to translate
1314 $strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
1315 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1316 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
1317 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1318 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
1319 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1320 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1321 $strSetupServers_user_name = 'User for config auth'; //to translate
1322 $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
1323 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1324 $strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
1325 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1326 $strSetupSetValue = 'Set value: %s'; //to translate
1327 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1328 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1329 $strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
1330 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1331 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1332 $strSetupShowForm = 'Show form'; //to translate
1333 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1334 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1335 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1336 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1337 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1338 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1339 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1340 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1341 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1342 $strSetupShowStats_name = 'Show statistics'; //to translate
1343 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1344 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1345 $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
1346 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1347 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1348 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1349 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1350 $strSetupSQLQuery_Edit_name = 'Edit'; //to translate
1351 $strSetupSQLQuery_Explain_name = 'Explain SQL'; //to translate
1352 $strSetupSQLQuery_Refresh_name = 'Refresh'; //to translate
1353 $strSetupSQLQuery_ShowAsPHP_name = 'Create PHP Code'; //to translate
1354 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1355 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1356 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1357 $strSetupTrue = 'yes'; //to translate
1358 $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
1359 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1360 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1361 $strSetupUploadDir_name = 'Upload directory'; //to translate
1362 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1363 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1364 $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
1365 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1366 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1367 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1368 $strSetupVersionCheckLink = 'Check for latest version'; //to translate
1369 $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
1370 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1371 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1372 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1373 $strSetupVersionCheck = 'Version check'; //to translate
1374 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1375 $strSetupWarning = 'Warning'; //to translate
1376 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1377 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1378 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1379 $strSetupZipDump_name = 'ZIP'; //to translate
1380 $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
1381 $strShowBinaryContents = 'Show binary contents'; //to translate
1382 $strShowBLOBContents = 'Show BLOB contents'; //to translate
1383 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate
1384 $strShowingBookmark = 'Showing bookmark'; //to translate
1385 $strShowingPhp = 'Showing as PHP code'; //to translate
1386 $strShowingSQL = 'Showing SQL query'; //to translate
1387 $strShowKeys = 'Only show keys'; //to translate
1388 $strShowMasterStatus = 'Show master status'; //to translate
1389 $strShowOpenTables = 'Show open tables'; //to translate
1390 $strShowSlaveHosts = 'Show slave hosts'; //to translate
1391 $strShowSlaveStatus = 'Show slave status'; //to translate
1392 $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
1393 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
1394 $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
1395 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
1396 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
1397 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
1398 $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
1399 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
1400 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
1401 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
1402 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
1403 $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
1404 $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
1405 $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
1406 $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
1407 $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
1408 $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
1409 $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
1410 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
1411 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
1412 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
1413 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
1414 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
1415 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
1416 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
1417 $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
1418 $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
1419 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
1420 $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
1421 $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
1422 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
1423 $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
1424 $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
1425 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
1426 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
1427 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
1428 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
1429 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
1430 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
1431 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
1432 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
1433 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
1434 $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
1435 $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
1436 $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
1437 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
1438 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
1439 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
1440 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
1441 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
1442 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
1443 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
1444 $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
1445 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
1446 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
1447 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
1448 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
1449 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
1450 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
1451 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
1452 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
1453 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
1454 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
1455 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
1456 $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
1457 $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
1458 $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
1459 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
1460 $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
1461 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
1462 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
1463 $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
1464 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate
1465 $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
1466 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
1467 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
1468 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
1469 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
1470 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
1471 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
1472 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
1473 $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
1474 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
1475 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
1476 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
1477 $strShowStatusReset = 'Reset'; //to translate
1478 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
1479 $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
1480 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
1481 $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
1482 $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
1483 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
1484 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
1485 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
1486 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
1487 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
1488 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
1489 $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
1490 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
1491 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
1492 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
1493 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
1494 $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
1495 $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
1496 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
1497 $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
1498 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
1499 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
1500 $strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
1501 $strSmallBigAll = 'Small/Big All'; //to translate
1502 $strSnapToGrid = 'Snap to grid'; //to translate
1503 $strSocket = 'Socket'; //to translate
1504 $strSorting = 'Sorting'; //to translate
1505 $strSQLCompatibility = 'SQL compatibility mode'; //to translate
1506 $strStandInStructureForView = 'Stand-in structure for view'; //to translate
1507 $strStart = 'Start'; //to translate
1508 $strStatic = 'static'; //to translate
1509 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
1510 $strStop = 'Stop'; //to translate
1511 $strStructureDiff = 'Structure Difference' ; //to translate
1512 $strStructureForView = 'Structure for view'; //to translate
1513 $strStructureLC = 'structure'; //to translate
1514 $strStructureSyn = 'Structure Synchronization'; //to translate
1515 $strSuhosin = 'Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'; //to translate
1516 $strSwekeyAuthenticating = 'Authenticating...'; //to translate
1517 $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
1518 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1519 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1520 $strSynchronizationNote = 'Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
1521 $strSynchronizeDb = 'Synchronize Databases'; //to translate
1522 $strSynchronize = 'Synchronize'; //to translate
1524 $strTableAddColumn = 'Add column(s)'; //to translate
1525 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
1526 $strTableAlterColumn = 'Alter column(s)'; //to translate
1527 $strTableAlteredSuccessfully = 'Table %1$s has been altered successfully'; //to translate
1528 $strTableAlterIndex = 'Alter index(s)'; //to translate
1529 $strTableApplyIndex = 'Apply index(s)'; //to translate
1530 $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
1531 $strTableHasBeenCreated = 'Table %1$s has been created.'; //to translate
1532 $strTableInsertRow = 'Insert row(s)'; //to translate
1533 $strTableIsEmpty = 'Table seems to be empty!'; //to translate
1534 $strTableName = 'Table name'; //to translate
1535 $strTableRemoveColumn = 'Remove column(s)'; //to translate
1536 $strTableRemoveIndex = 'Remove index(s)'; //to translate
1537 $strTableUpdateRow = 'Update row(s)'; //to translate
1538 $strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
1539 $strTempData = 'Temporary data'; //to translate
1540 $strTexyText = 'Texy! text'; //to translate
1541 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
1542 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
1543 $strThemeNotFound = 'Theme %s not found!'; //to translate
1544 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
1545 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
1546 $strThreads = 'Threads'; //to translate
1547 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
1548 $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
1549 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
1550 $strToFromPage = 'to/from page'; //to translate
1551 $strToggleSmallBig = 'Toggle small/big'; //to translate
1552 $strToSelectRelation = 'To select relation, click :'; //to translate
1553 $strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
1554 $strTrackingActivateNow = 'Activate now'; //to translate
1555 $strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
1556 $strTrackingCreateVersion = 'Create version'; //to translate
1557 $strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
1558 $strTrackingDatabaseLog = 'Database Log'; //to translate
1559 $strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
1560 $strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
1561 $strTrackingDate = 'Date'; //to translate
1562 $strTrackingDeactivateNow = 'Deactivate now'; //to translate
1563 $strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
1564 $strTrackingExportAs = 'Export as %s'; //to translate
1565 $strTrackingIsActive = 'Tracking is active.'; //to translate
1566 $strTrackingIsNotActive = 'Tracking is not active.'; //to translate
1567 $strTrackingMechanism = 'Tracking Mechanism'; //to translate
1568 $strTrackingReportClose = 'Close'; //to translate
1569 $strTrackingReport = 'Tracking report'; //to translate
1570 $strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
1571 $strTrackingShowVersions = 'Show versions'; //to translate
1572 $strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
1573 $strTrackingSQLDump = 'SQL dump'; //to translate
1574 $strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
1575 $strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
1576 $strTrackingSQLExecution = 'SQL execution'; //to translate
1577 $strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
1578 $strTrackingStatements = 'Tracking statements'; //to translate
1579 $strTrackingStatusActive = 'active'; //to translate
1580 $strTrackingStatusNotActive = 'not active'; //to translate
1581 $strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
1582 $strTrackingThCreated = 'Created'; //to translate
1583 $strTrackingThLastVersion = 'Last version'; //to translate
1584 $strTrackingThUpdated = 'Updated'; //to translate
1585 $strTrackingThVersion = 'Version'; //to translate
1586 $strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
1587 $strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
1588 $strTrackingTrackedTables = 'Tracked tables'; //to translate
1589 $strTracking = 'Tracking'; //to translate
1590 $strTrackingTrackTable = 'Track table'; //to translate
1591 $strTrackingUntrackedTables = 'Untracked tables'; //to translate
1592 $strTrackingUsername = 'Username'; //to translate
1593 $strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
1594 $strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
1595 $strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
1596 $strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
1597 $strTrackingVersions = 'Versions'; //to translate
1598 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
1599 $strTransformation_application_octetstream__hex = 'Menampilkan representasi data heksadesimal. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate
1600 $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
1601 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
1602 $strTriggers = 'Triggers'; //to translate
1604 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
1605 $strUploadErrorCantWrite = 'Failed to write file to disk.'; //to translate
1606 $strUploadErrorExtension = 'File upload stopped by extension.'; //to translate
1607 $strUploadErrorFormSize = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; //to translate
1608 $strUploadErrorIniSize = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; //to translate
1609 $strUploadErrorNoTempDir = 'Missing a temporary folder.'; //to translate
1610 $strUploadErrorPartial = 'The uploaded file was only partially uploaded.'; //to translate
1611 $strUploadErrorUnknown = 'Unknown error in file upload.'; //to translate
1612 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
1613 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate
1615 $strViewHasAtLeast = 'This view has at least this number of rows. Please refer to %sdocumentation%s.'; //to translate
1616 $strViewImage = 'View image'; //to translate
1617 $strViewName = 'VIEW name'; //to translate
1618 $strViewVideo = 'View video'; //to translate
1620 $strWebServer = 'Web server'; //to translate
1621 $strWiki = 'Wiki'; //to translate
1623 $strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
1624 $strXMLExportContents = 'Export contents'; //to translate
1625 $strXMLExportFunctions = 'Export functions'; //to translate
1626 $strXMLExportProcedures = 'Export procedures'; //to translate
1627 $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
1628 $strXMLExportTables = 'Export tables'; //to translate
1629 $strXMLExportTriggers = 'Export triggers'; //to translate
1630 $strXMLExportViews = 'Export views'; //to translate
1632 $strTrackingYouCanExecute = 'You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.'; //to translate
1633 $strTrackingCommentOut = 'Comment out these two lines if you do not need them.'; //to translate
1634 $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate
1635 $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
1636 $strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread not running!'; //to translate
1637 $strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread not running!'; //to translate