update
This commit is contained in:
@@ -190,6 +190,7 @@ $strDatabasesStatsHeavyTraffic = 'Perhatian: Menggiatkan statistik database deng
|
|||||||
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
|
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
|
||||||
$strDbSpecific = 'database-spesifik';
|
$strDbSpecific = 'database-spesifik';
|
||||||
$strDefault = 'Default';
|
$strDefault = 'Default';
|
||||||
|
$strDefaultEngine = '%s adalah mesin penyimpan utama pada server MySQL ini.';
|
||||||
$strDefaultValueHelp = 'Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a';
|
$strDefaultValueHelp = 'Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a';
|
||||||
$strDefragment = 'Defragmentasikan tabel';
|
$strDefragment = 'Defragmentasikan tabel';
|
||||||
$strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
|
$strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
|
||||||
@@ -231,6 +232,10 @@ $strEncloseInTransaction = 'Menyertakan ekspor dalam transaksi';
|
|||||||
$strEnd = 'Terakhir';
|
$strEnd = 'Terakhir';
|
||||||
$strEndCut = 'Akhiri potong (CUT)';
|
$strEndCut = 'Akhiri potong (CUT)';
|
||||||
$strEndRaw = 'AKHIRI mentah (RAW)';
|
$strEndRaw = 'AKHIRI mentah (RAW)';
|
||||||
|
$strEngineAvailable = '%s siap untuk digunakan pada server MySQL ini.';
|
||||||
|
$strEngineDisabled = '%s dimatikan untuk server MySQL ini.';
|
||||||
|
$strEngineUnsupported = 'Server MySQL ini tidak mendukung mesin penyimpan %s.';
|
||||||
|
$strEngines = 'Mesin';
|
||||||
$strEnglish = 'Bahasa Ingris';
|
$strEnglish = 'Bahasa Ingris';
|
||||||
$strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
|
$strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
|
||||||
$strError = 'Error';
|
$strError = 'Error';
|
||||||
@@ -360,6 +365,7 @@ $strLogUsername = 'Nama Pengguna:';
|
|||||||
$strLogin = 'Login';
|
$strLogin = 'Login';
|
||||||
$strLoginInformation = 'Informasi Login';
|
$strLoginInformation = 'Informasi Login';
|
||||||
$strLogout = 'Logout';
|
$strLogout = 'Logout';
|
||||||
|
$strLongOperation = 'Aktifitas ini membutuhkan waktu yang lama. Tetap melanjutkan?';
|
||||||
|
|
||||||
$strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
|
$strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
|
||||||
$strMIME_MIMEtype = 'Tipe MIME';
|
$strMIME_MIMEtype = 'Tipe MIME';
|
||||||
@@ -384,6 +390,18 @@ $strMoveTableOK = 'Tabel %s telah dipindahkan ke %s.';
|
|||||||
$strMoveTableSameNames = 'Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!';
|
$strMoveTableSameNames = 'Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!';
|
||||||
$strMultilingual = 'berbagai bahasa';
|
$strMultilingual = 'berbagai bahasa';
|
||||||
$strMustSelectFile = 'Anda perlu pilih file untuk disisipkan terlebih dahulu.';
|
$strMustSelectFile = 'Anda perlu pilih file untuk disisipkan terlebih dahulu.';
|
||||||
|
$strMyISAMDataPointerSize = 'Ukuran petunjuk data (Data Pointer)';
|
||||||
|
$strMyISAMDataPointerSizeDesc = 'Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan.';
|
||||||
|
$strMyISAMMaxExtraSortFileSize = 'Ukuran maksimal untuk file sementara pada pembuatan indeks';
|
||||||
|
$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.';
|
||||||
|
$strMyISAMMaxSortFileSize = 'Ukuran maksimal untuk penyortiran file sementara';
|
||||||
|
$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).';
|
||||||
|
$strMyISAMRecoverOptions = 'Modus restorasi otomatis';
|
||||||
|
$strMyISAMRecoverOptionsDesc = 'Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup server.';
|
||||||
|
$strMyISAMRepairThreads = 'Perbaiki proses';
|
||||||
|
$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.';
|
||||||
|
$strMyISAMSortBufferSize = 'Urutkan ukuran Buffer';
|
||||||
|
$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.';
|
||||||
$strMySQLCharset = 'Charset MySQL';
|
$strMySQLCharset = 'Charset MySQL';
|
||||||
$strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
|
$strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
|
||||||
$strMySQLReloaded = 'MySQL telah di-reload.';
|
$strMySQLReloaded = 'MySQL telah di-reload.';
|
||||||
@@ -401,6 +419,7 @@ $strNoActivity = 'Tidak ada aktifitas selama %s detik atau lebih. Silakan login
|
|||||||
$strNoDatabases = 'Database tidak ditemukan';
|
$strNoDatabases = 'Database tidak ditemukan';
|
||||||
$strNoDatabasesSelected = 'Database belum dipilih.';
|
$strNoDatabasesSelected = 'Database belum dipilih.';
|
||||||
$strNoDescription = 'tanpa keterangan';
|
$strNoDescription = 'tanpa keterangan';
|
||||||
|
$strNoDetailsForEngine = 'Informasi secara rinci tentang keadaan mesin penyimpan ini tidak ditemukan.';
|
||||||
$strNoDropDatabases = 'Perintah "HAPUS DATABASE" dimatikan.';
|
$strNoDropDatabases = 'Perintah "HAPUS DATABASE" dimatikan.';
|
||||||
$strNoExplain = 'Melewati keterangan SQL';
|
$strNoExplain = 'Melewati keterangan SQL';
|
||||||
$strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang <b>mendukung frame</b>.';
|
$strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang <b>mendukung frame</b>.';
|
||||||
@@ -631,6 +650,8 @@ $strStatCreateTime = 'Pembuatan';
|
|||||||
$strStatUpdateTime = 'Update terakhir';
|
$strStatUpdateTime = 'Update terakhir';
|
||||||
$strStatement = 'Keterangan';
|
$strStatement = 'Keterangan';
|
||||||
$strStatus = 'Status';
|
$strStatus = 'Status';
|
||||||
|
$strStorageEngine = 'Mesin Penyimpan';
|
||||||
|
$strStorageEngines = 'Mesin Penyimpan';
|
||||||
$strStrucCSV = 'Data CSV';
|
$strStrucCSV = 'Data CSV';
|
||||||
$strStrucData = 'Struktur dan data';
|
$strStrucData = 'Struktur dan data';
|
||||||
$strStrucDrop = 'Berikut \'HAPUS TABEL\'';
|
$strStrucDrop = 'Berikut \'HAPUS TABEL\'';
|
||||||
@@ -722,9 +743,12 @@ $strValidateSQL = 'Mengesahkan (validate) SQL';
|
|||||||
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s.';
|
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s.';
|
||||||
$strValue = 'Nilai';
|
$strValue = 'Nilai';
|
||||||
$strVar = 'Variabel';
|
$strVar = 'Variabel';
|
||||||
|
$strVersionInformation = 'Informasi tentang versi';
|
||||||
|
$strView = 'Gambarkan';
|
||||||
$strViewDump = 'Tampilkan Dump (Skema) dari tabel';
|
$strViewDump = 'Tampilkan Dump (Skema) dari tabel';
|
||||||
$strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
|
$strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
|
||||||
$strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
|
$strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
|
||||||
|
$strViewHasBeenDropped = 'Pandangan %s telah dibubarkan';
|
||||||
|
|
||||||
$strWebServerUploadDirectory = 'direktori upload pada web-server';
|
$strWebServerUploadDirectory = 'direktori upload pada web-server';
|
||||||
$strWebServerUploadDirectoryError = 'Direktori yang telah ditetapkan untuk meng-upload tidak dapat dihubungi';
|
$strWebServerUploadDirectoryError = 'Direktori yang telah ditetapkan untuk meng-upload tidak dapat dihubungi';
|
||||||
@@ -744,56 +768,44 @@ $strYes = 'Ya';
|
|||||||
$strZeroRemovesTheLimit = 'Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan.';
|
$strZeroRemovesTheLimit = 'Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan.';
|
||||||
$strZip = 'Dikompress dengan Zip';
|
$strZip = 'Dikompress dengan Zip';
|
||||||
|
|
||||||
$strView = 'View'; //to translate
|
// To translate:
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
|
||||||
$strEngines = 'Engines'; //to translate
|
|
||||||
$strStorageEngines = 'Storage Engines'; //to translate
|
|
||||||
$strStorageEngine = 'Storage Engine'; //to translate
|
|
||||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
|
||||||
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
|
||||||
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
|
||||||
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
|
||||||
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
|
||||||
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
|
|
||||||
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
|
|
||||||
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
|
|
||||||
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
|
|
||||||
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
|
|
||||||
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
|
|
||||||
$strMyISAMRepairThreads = 'Repair threads'; //to translate
|
|
||||||
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
|
|
||||||
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
|
|
||||||
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
|
|
||||||
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
|
|
||||||
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
|
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
|
||||||
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
|
||||||
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
|
||||||
$strInnoDBDataFilePath = 'Data files'; //to translate
|
|
||||||
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
|
|
||||||
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
|
|
||||||
$strBufferPool = 'Buffer Pool'; //to translate
|
$strBufferPool = 'Buffer Pool'; //to translate
|
||||||
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
|
|
||||||
$strDataPages = 'Pages containing data'; //to translate
|
|
||||||
$strFreePages = 'Free pages'; //to translate
|
|
||||||
$strBusyPages = 'Busy pages'; //to translate
|
|
||||||
$strDirtyPages = 'Dirty pages'; //to translate
|
|
||||||
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
|
|
||||||
$strLatchedPages = 'Latched pages'; //to translate
|
|
||||||
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
|
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
|
||||||
$strReadRequests = 'Read requests'; //to translate
|
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
|
||||||
$strWriteRequests = 'Write requests'; //to translate
|
|
||||||
$strBufferReadMisses = 'Read misses'; //to translate
|
$strBufferReadMisses = 'Read misses'; //to translate
|
||||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||||
|
$strBusyPages = 'Busy pages'; //to translate
|
||||||
|
|
||||||
|
$strDataPages = 'Pages containing data'; //to translate
|
||||||
|
$strDirtyPages = 'Dirty pages'; //to translate
|
||||||
|
|
||||||
|
$strFreePages = 'Free pages'; //to translate
|
||||||
|
|
||||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||||
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
|
|
||||||
|
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
|
||||||
|
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
|
||||||
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
|
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
|
||||||
|
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
$strInnoDBPages = 'pages'; //to translate
|
$strInnoDBPages = 'pages'; //to translate
|
||||||
|
|
||||||
|
$strLatchedPages = 'Latched pages'; //to translate
|
||||||
|
|
||||||
|
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
|
||||||
|
|
||||||
|
$strReadRequests = 'Read requests'; //to translate
|
||||||
|
|
||||||
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
|
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
|
||||||
|
|
||||||
|
$strWriteRequests = 'Write requests'; //to translate
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
@@ -191,6 +191,7 @@ $strDatabasesStatsHeavyTraffic = 'Perhatian: Menggiatkan statistik database deng
|
|||||||
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
|
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
|
||||||
$strDbSpecific = 'database-spesifik';
|
$strDbSpecific = 'database-spesifik';
|
||||||
$strDefault = 'Default';
|
$strDefault = 'Default';
|
||||||
|
$strDefaultEngine = '%s adalah mesin penyimpan utama pada server MySQL ini.';
|
||||||
$strDefaultValueHelp = 'Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a';
|
$strDefaultValueHelp = 'Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a';
|
||||||
$strDefragment = 'Defragmentasikan tabel';
|
$strDefragment = 'Defragmentasikan tabel';
|
||||||
$strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
|
$strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
|
||||||
@@ -232,6 +233,10 @@ $strEncloseInTransaction = 'Menyertakan ekspor dalam transaksi';
|
|||||||
$strEnd = 'Terakhir';
|
$strEnd = 'Terakhir';
|
||||||
$strEndCut = 'Akhiri potong (CUT)';
|
$strEndCut = 'Akhiri potong (CUT)';
|
||||||
$strEndRaw = 'AKHIRI mentah (RAW)';
|
$strEndRaw = 'AKHIRI mentah (RAW)';
|
||||||
|
$strEngineAvailable = '%s siap untuk digunakan pada server MySQL ini.';
|
||||||
|
$strEngineDisabled = '%s dimatikan untuk server MySQL ini.';
|
||||||
|
$strEngineUnsupported = 'Server MySQL ini tidak mendukung mesin penyimpan %s.';
|
||||||
|
$strEngines = 'Mesin';
|
||||||
$strEnglish = 'Bahasa Ingris';
|
$strEnglish = 'Bahasa Ingris';
|
||||||
$strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
|
$strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
|
||||||
$strError = 'Error';
|
$strError = 'Error';
|
||||||
@@ -361,6 +366,7 @@ $strLogUsername = 'Nama Pengguna:';
|
|||||||
$strLogin = 'Login';
|
$strLogin = 'Login';
|
||||||
$strLoginInformation = 'Informasi Login';
|
$strLoginInformation = 'Informasi Login';
|
||||||
$strLogout = 'Logout';
|
$strLogout = 'Logout';
|
||||||
|
$strLongOperation = 'Aktifitas ini membutuhkan waktu yang lama. Tetap melanjutkan?';
|
||||||
|
|
||||||
$strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
|
$strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
|
||||||
$strMIME_MIMEtype = 'Tipe MIME';
|
$strMIME_MIMEtype = 'Tipe MIME';
|
||||||
@@ -385,6 +391,18 @@ $strMoveTableOK = 'Tabel %s telah dipindahkan ke %s.';
|
|||||||
$strMoveTableSameNames = 'Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!';
|
$strMoveTableSameNames = 'Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!';
|
||||||
$strMultilingual = 'berbagai bahasa';
|
$strMultilingual = 'berbagai bahasa';
|
||||||
$strMustSelectFile = 'Anda perlu pilih file untuk disisipkan terlebih dahulu.';
|
$strMustSelectFile = 'Anda perlu pilih file untuk disisipkan terlebih dahulu.';
|
||||||
|
$strMyISAMDataPointerSize = 'Ukuran petunjuk data (Data Pointer)';
|
||||||
|
$strMyISAMDataPointerSizeDesc = 'Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan.';
|
||||||
|
$strMyISAMMaxExtraSortFileSize = 'Ukuran maksimal untuk file sementara pada pembuatan indeks';
|
||||||
|
$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.';
|
||||||
|
$strMyISAMMaxSortFileSize = 'Ukuran maksimal untuk penyortiran file sementara';
|
||||||
|
$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).';
|
||||||
|
$strMyISAMRecoverOptions = 'Modus restorasi otomatis';
|
||||||
|
$strMyISAMRecoverOptionsDesc = 'Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup server.';
|
||||||
|
$strMyISAMRepairThreads = 'Perbaiki proses';
|
||||||
|
$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.';
|
||||||
|
$strMyISAMSortBufferSize = 'Urutkan ukuran Buffer';
|
||||||
|
$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.';
|
||||||
$strMySQLCharset = 'Charset MySQL';
|
$strMySQLCharset = 'Charset MySQL';
|
||||||
$strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
|
$strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
|
||||||
$strMySQLReloaded = 'MySQL telah di-reload.';
|
$strMySQLReloaded = 'MySQL telah di-reload.';
|
||||||
@@ -402,6 +420,7 @@ $strNoActivity = 'Tidak ada aktifitas selama %s detik atau lebih. Silakan login
|
|||||||
$strNoDatabases = 'Database tidak ditemukan';
|
$strNoDatabases = 'Database tidak ditemukan';
|
||||||
$strNoDatabasesSelected = 'Database belum dipilih.';
|
$strNoDatabasesSelected = 'Database belum dipilih.';
|
||||||
$strNoDescription = 'tanpa keterangan';
|
$strNoDescription = 'tanpa keterangan';
|
||||||
|
$strNoDetailsForEngine = 'Informasi secara rinci tentang keadaan mesin penyimpan ini tidak ditemukan.';
|
||||||
$strNoDropDatabases = 'Perintah "HAPUS DATABASE" dimatikan.';
|
$strNoDropDatabases = 'Perintah "HAPUS DATABASE" dimatikan.';
|
||||||
$strNoExplain = 'Melewati keterangan SQL';
|
$strNoExplain = 'Melewati keterangan SQL';
|
||||||
$strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang <b>mendukung frame</b>.';
|
$strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang <b>mendukung frame</b>.';
|
||||||
@@ -632,6 +651,8 @@ $strStatCreateTime = 'Pembuatan';
|
|||||||
$strStatUpdateTime = 'Update terakhir';
|
$strStatUpdateTime = 'Update terakhir';
|
||||||
$strStatement = 'Keterangan';
|
$strStatement = 'Keterangan';
|
||||||
$strStatus = 'Status';
|
$strStatus = 'Status';
|
||||||
|
$strStorageEngine = 'Mesin Penyimpan';
|
||||||
|
$strStorageEngines = 'Mesin Penyimpan';
|
||||||
$strStrucCSV = 'Data CSV';
|
$strStrucCSV = 'Data CSV';
|
||||||
$strStrucData = 'Struktur dan data';
|
$strStrucData = 'Struktur dan data';
|
||||||
$strStrucDrop = 'Berikut \'HAPUS TABEL\'';
|
$strStrucDrop = 'Berikut \'HAPUS TABEL\'';
|
||||||
@@ -723,9 +744,12 @@ $strValidateSQL = 'Mengesahkan (validate) SQL';
|
|||||||
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s.';
|
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s.';
|
||||||
$strValue = 'Nilai';
|
$strValue = 'Nilai';
|
||||||
$strVar = 'Variabel';
|
$strVar = 'Variabel';
|
||||||
|
$strVersionInformation = 'Informasi tentang versi';
|
||||||
|
$strView = 'Gambarkan';
|
||||||
$strViewDump = 'Tampilkan Dump (Skema) dari tabel';
|
$strViewDump = 'Tampilkan Dump (Skema) dari tabel';
|
||||||
$strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
|
$strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
|
||||||
$strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
|
$strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
|
||||||
|
$strViewHasBeenDropped = 'Pandangan %s telah dibubarkan';
|
||||||
|
|
||||||
$strWebServerUploadDirectory = 'direktori upload pada web-server';
|
$strWebServerUploadDirectory = 'direktori upload pada web-server';
|
||||||
$strWebServerUploadDirectoryError = 'Direktori yang telah ditetapkan untuk meng-upload tidak dapat dihubungi';
|
$strWebServerUploadDirectoryError = 'Direktori yang telah ditetapkan untuk meng-upload tidak dapat dihubungi';
|
||||||
@@ -745,56 +769,44 @@ $strYes = 'Ya';
|
|||||||
$strZeroRemovesTheLimit = 'Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan.';
|
$strZeroRemovesTheLimit = 'Perhatian: Perubahan pilihan ini ke posisi 0 (zero) akan menghapus batas yang telah ditentukan.';
|
||||||
$strZip = 'Dikompress dengan Zip';
|
$strZip = 'Dikompress dengan Zip';
|
||||||
|
|
||||||
$strView = 'View'; //to translate
|
// To translate:
|
||||||
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
|
|
||||||
$strEngines = 'Engines'; //to translate
|
|
||||||
$strStorageEngines = 'Storage Engines'; //to translate
|
|
||||||
$strStorageEngine = 'Storage Engine'; //to translate
|
|
||||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
|
||||||
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
|
||||||
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
|
|
||||||
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
|
||||||
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
|
|
||||||
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
|
|
||||||
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
|
|
||||||
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
|
|
||||||
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
|
|
||||||
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
|
|
||||||
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
|
|
||||||
$strMyISAMRepairThreads = 'Repair threads'; //to translate
|
|
||||||
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
|
|
||||||
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
|
|
||||||
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
|
|
||||||
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
|
|
||||||
$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate
|
|
||||||
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
|
|
||||||
$strVersionInformation = 'Version information'; //to translate
|
|
||||||
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
|
||||||
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
|
||||||
$strInnoDBDataFilePath = 'Data files'; //to translate
|
|
||||||
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
|
|
||||||
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
|
|
||||||
$strBufferPool = 'Buffer Pool'; //to translate
|
$strBufferPool = 'Buffer Pool'; //to translate
|
||||||
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
|
|
||||||
$strDataPages = 'Pages containing data'; //to translate
|
|
||||||
$strFreePages = 'Free pages'; //to translate
|
|
||||||
$strBusyPages = 'Busy pages'; //to translate
|
|
||||||
$strDirtyPages = 'Dirty pages'; //to translate
|
|
||||||
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
|
|
||||||
$strLatchedPages = 'Latched pages'; //to translate
|
|
||||||
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
|
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
|
||||||
$strReadRequests = 'Read requests'; //to translate
|
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
|
||||||
$strWriteRequests = 'Write requests'; //to translate
|
|
||||||
$strBufferReadMisses = 'Read misses'; //to translate
|
$strBufferReadMisses = 'Read misses'; //to translate
|
||||||
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
|
||||||
$strBufferWriteWaits = 'Write waits'; //to translate
|
$strBufferWriteWaits = 'Write waits'; //to translate
|
||||||
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
|
||||||
|
$strBusyPages = 'Busy pages'; //to translate
|
||||||
|
|
||||||
|
$strDataPages = 'Pages containing data'; //to translate
|
||||||
|
$strDirtyPages = 'Dirty pages'; //to translate
|
||||||
|
|
||||||
|
$strFreePages = 'Free pages'; //to translate
|
||||||
|
|
||||||
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
|
||||||
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
|
||||||
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
$strHTMLWord = 'Microsoft Word 2000'; //to translate
|
||||||
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
|
||||||
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
|
|
||||||
|
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
|
||||||
|
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
|
||||||
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
|
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
|
||||||
|
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
|
||||||
|
$strInnoDBDataFilePath = 'Data files'; //to translate
|
||||||
|
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
|
||||||
|
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
|
||||||
$strInnoDBPages = 'pages'; //to translate
|
$strInnoDBPages = 'pages'; //to translate
|
||||||
|
|
||||||
|
$strLatchedPages = 'Latched pages'; //to translate
|
||||||
|
|
||||||
|
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
|
||||||
|
|
||||||
|
$strReadRequests = 'Read requests'; //to translate
|
||||||
|
|
||||||
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
|
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
|
||||||
|
|
||||||
|
$strWriteRequests = 'Write requests'; //to translate
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user