FastMM4Messages.pas 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. Fast Memory Manager: Messages
  3. Indonesian translation by Zaenal Mutaqin.
  4. }
  5. unit FastMM4Messages;
  6. interface
  7. {$Include FastMM4Options.inc}
  8. const
  9. {The name of the debug info support DLL}
  10. FullDebugModeLibraryName32Bit = 'FastMM_FullDebugMode.dll';
  11. FullDebugModeLibraryName64Bit = 'FastMM_FullDebugMode64.dll';
  12. {Event log strings}
  13. LogFileExtension = '_Laporan_ManajerMemori.txt'#0;
  14. CRLF = #13#10;
  15. EventSeparator = '--------------------------------';
  16. {Class name messages}
  17. UnknownClassNameMsg = 'Tidak dikenal';
  18. {Memory dump message}
  19. MemoryDumpMsg = #13#10#13#10'Dump memori saat ini dari 256 byte dimulai pada alamat pointer ';
  20. {Block Error Messages}
  21. BlockScanLogHeader = 'Allocated block logged by LogAllocatedBlocksToFile. The size is: ';
  22. ErrorMsgHeader = 'FastMM mendeteksi terjadi kesalahan sewaktu ';
  23. GetMemMsg = 'GetMem';
  24. FreeMemMsg = 'FreeMem';
  25. ReallocMemMsg = 'ReallocMem';
  26. BlockCheckMsg = 'membebaskan pemantauan blok';
  27. OperationMsg = ' operasi. ';
  28. BlockHeaderCorruptedMsg = 'Kepala blok sudah terkorupsi. ';
  29. BlockFooterCorruptedMsg = 'Kaki blok sudah terkorupsi. ';
  30. FreeModifiedErrorMsg = 'FastMM mendeteksi bahwa blok sudah diubah setelah dibebaskan. ';
  31. FreeModifiedDetailMsg = #13#10#13#10'Modified byte offsets (and lengths): ';
  32. DoubleFreeErrorMsg = 'Percobaan dilakukan untuk membebaskan/realokasi blok yang tidak dialokasikan';
  33. WrongMMFreeErrorMsg = 'An attempt has been made to free/reallocate a block that was allocated through a different FastMM instance. Check your memory manager sharing settings.';
  34. PreviousBlockSizeMsg = #13#10#13#10'Besar blok sebelumnya adalah: ';
  35. CurrentBlockSizeMsg = #13#10#13#10'Besar blok adalah: ';
  36. PreviousObjectClassMsg = #13#10#13#10'Blok yang sebelumnya digunakan untuk obyek dari kelas: ';
  37. CurrentObjectClassMsg = #13#10#13#10'Blok yang digunakan saat ini untuk obyek dari kelas: ';
  38. PreviousAllocationGroupMsg = #13#10#13#10'The allocation group was: ';
  39. PreviousAllocationNumberMsg = #13#10#13#10'The allocation number was: ';
  40. CurrentAllocationGroupMsg = #13#10#13#10'The allocation group is: ';
  41. CurrentAllocationNumberMsg = #13#10#13#10'The allocation number is: ';
  42. BlockErrorMsgTitle = 'Kesalahan Memori Terdeteksi';
  43. VirtualMethodErrorHeader = 'FastMM mendeteksi percobaan pemanggilan metode virtual pada obyek yang dibebaskan. Pelanggaran akses akan ditampilkan sekarang untuk membatalkan operasi saat ini.';
  44. InterfaceErrorHeader = 'FastMM mendeteksi percobaan penggunaan antar muka dari obyek yang sudah dibebaskan. Pelanggaran akses akan ditampilkan sekarang untuk membatalkan operasi saat ini.';
  45. BlockHeaderCorruptedNoHistoryMsg = ' Kebetulan kepala blok sudah terkorupsi oleh karenanya tidak ada histori yang tersedia.';
  46. FreedObjectClassMsg = #13#10#13#10'Kelas obyek yang dibebaskan: ';
  47. VirtualMethodName = #13#10#13#10'Metode virtual: ';
  48. VirtualMethodOffset = 'Ofset +';
  49. VirtualMethodAddress = #13#10#13#10'Alamat metode virtual: ';
  50. {Stack trace messages}
  51. CurrentThreadIDMsg = #13#10#13#10'The current thread ID is 0x';
  52. CurrentStackTraceMsg = ', and the stack trace (return addresses) leading to this error is:';
  53. ThreadIDPrevAllocMsg = #13#10#13#10'This block was previously allocated by thread 0x';
  54. ThreadIDAtAllocMsg = #13#10#13#10'This block was allocated by thread 0x';
  55. ThreadIDAtFreeMsg = #13#10#13#10'The block was previously freed by thread 0x';
  56. ThreadIDAtObjectAllocMsg = #13#10#13#10'The object was allocated by thread 0x';
  57. ThreadIDAtObjectFreeMsg = #13#10#13#10'The object was subsequently freed by thread 0x';
  58. StackTraceMsg = ', and the stack trace (return addresses) at the time was:';
  59. {Installation Messages}
  60. AlreadyInstalledMsg = 'FastMM4 sudah diinstalasi.';
  61. AlreadyInstalledTitle = 'Sudah terinstalasi.';
  62. OtherMMInstalledMsg = 'FastMM4 tidak bisa diinstalasi karena manajer memori pihak ketiga '
  63. + 'sudah menginstalasi dirinya sendiri.'#13#10'Jika anda ingin menggunakan FastMM4, '
  64. + 'pastikan bahwa FastMM4.pas adalah untit paling pertama dalam seksi "uses"'
  65. + #13#10'dari file proyek .dpr anda.';
  66. OtherMMInstalledTitle = 'Tidak bisa menginstalasi FastMM4 - Manajer memori lain sudah diinstalasi';
  67. MemoryAllocatedMsg = 'FastMM4 tidak bisa menginstalasi karena memori sudah '
  68. + 'dialokasikan melalui manajer memori default.'#13#10'FastMM4.pas HARUS '
  69. + 'unit pertama dalam file proyek .dpr anda, sebaliknya memori bisa '
  70. + 'dialokasikan '#13#10'melalui manajer memori default sebelum FastMM4 '
  71. + 'mendapatkan kontrolnya. '#13#10#13#10'Jika anda menggunakan penjebak kekecualian '
  72. + 'seperti MadExcept (atau piranti lain yang mengubah urutan inisialiasai unit, '
  73. + #13#10'lihat ke dalam halaman konfigurasinya dan pastikan bahwa '
  74. + 'unit FastMM4.pas diinisialisasi sebelum unit lainnya.';
  75. MemoryAllocatedTitle = 'Tidak bisa menginstalasi FastMM4 - Memori sudah dialokasikan';
  76. {Leak checking messages}
  77. LeakLogHeader = 'Blok memori sudah bocor. Besarnya adalah: ';
  78. LeakMessageHeader = 'Aplikasi ini mempunyai kebocoran memori. ';
  79. SmallLeakDetail = 'Blok kecil kebocoran adalah'
  80. {$ifdef HideExpectedLeaksRegisteredByPointer}
  81. + ' (tidak termasuk kebocoran yang didaftarkan oleh pointer)'
  82. {$endif}
  83. + ':'#13#10;
  84. LargeLeakDetail = 'Besar dari kebocoran blok medium dan besar adalah'
  85. {$ifdef HideExpectedLeaksRegisteredByPointer}
  86. + ' (tidak termasuk kebocoran yang terdaftar oleh pointer)'
  87. {$endif}
  88. + ': ';
  89. BytesMessage = ' byte: ';
  90. AnsiStringBlockMessage = 'AnsiString';
  91. UnicodeStringBlockMessage = 'UnicodeString';
  92. LeakMessageFooter = #13#10
  93. {$ifndef HideMemoryLeakHintMessage}
  94. + #13#10'Catatan: '
  95. {$ifdef RequireIDEPresenceForLeakReporting}
  96. + 'Kebocoran memori ini hanya ditampilkan jika Delphi saat ini berjalan pada komputer yang sama. '
  97. {$endif}
  98. {$ifdef FullDebugMode}
  99. {$ifdef LogMemoryLeakDetailToFile}
  100. + 'Perincian kebocoran memori dicatat ke file teks dalam folder yang sama dengan aplikasi ini. '
  101. {$else}
  102. + 'Hidupkan "LogMemoryLeakDetailToFile" untuk mendapatkan file log yang berisi perincian kebocoran memori. '
  103. {$endif}
  104. {$else}
  105. + 'Untuk mendapatkan file log yang berisi perincian kebocoran memori, hidupkan definisi kondisional "FullDebugMode" dan "LogMemoryLeakDetailToFile". '
  106. {$endif}
  107. + 'Untuk mematikan pemeriksaan kebocoran, jangan definisikan "EnableMemoryLeakReporting".'#13#10
  108. {$endif}
  109. + #0;
  110. LeakMessageTitle = 'Kebocoran Memori Terdeteksi';
  111. {$ifdef UseOutputDebugString}
  112. FastMMInstallMsg = 'FastMM sudah diinstalasi.';
  113. FastMMInstallSharedMsg = 'Membagi instan FastMM yang sudah ada.';
  114. FastMMUninstallMsg = 'FastMM sudah di deinstalasi.';
  115. FastMMUninstallSharedMsg = 'Pembagian instan FastMM yang ada dihentikan.';
  116. {$endif}
  117. {$ifdef DetectMMOperationsAfterUninstall}
  118. InvalidOperationTitle = 'Operasi MM setelah deinstalasi.';
  119. InvalidGetMemMsg = 'FastMM mendeteksi pemanggilan GetMem setelah FastMM di deinstalasi.';
  120. InvalidFreeMemMsg = 'FastMM mendeteksi pemanggilan FreeMem setelah FastMM di deinstalasi.';
  121. InvalidReallocMemMsg = 'FastMM mendeteksi pemanggilan ReallocMem setelah FastMM di deinstalasi.';
  122. InvalidAllocMemMsg = 'FastMM mendeteksi pemanggilan ReallocMem setelah FastMM di deinstalasi.';
  123. {$endif}
  124. implementation
  125. end.