mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 19:01:43 +02:00
leakview: fixed typo
git-svn-id: trunk@44934 -
This commit is contained in:
parent
702dfa4206
commit
dd68e3e52e
@ -11,6 +11,7 @@ uses
|
||||
|
||||
type
|
||||
TJumpProc = procedure (Sender: TObject; const SourceName: string; Line: integer) of object;
|
||||
|
||||
{ THeapTrcViewForm }
|
||||
|
||||
THeapTrcViewForm = class(TForm)
|
||||
@ -36,7 +37,6 @@ type
|
||||
procedure FormDestroy(Sender: TObject);
|
||||
procedure trvTraceInfoDblClick(Sender: TObject);
|
||||
private
|
||||
{ private declarations }
|
||||
Finfo : TLeakInfo;
|
||||
fItems : TList;
|
||||
|
||||
@ -58,12 +58,9 @@ type
|
||||
protected
|
||||
procedure LazarusJump(Sender: TObject; const SourceFile: string; Line: Integer);
|
||||
public
|
||||
{ public declarations }
|
||||
destructor Destroy; override;
|
||||
|
||||
public
|
||||
OnJumpProc : TJumpProc; //= procedure (Sender: TObject; const SourceName: string; Line: integer) of object;
|
||||
|
||||
end;
|
||||
|
||||
resourcestring
|
||||
@ -72,7 +69,7 @@ resourcestring
|
||||
StackLineFormatWithFile = '%s file: %s : %d; '; // stack addr, filename (no path), line number
|
||||
StackLineFormat = '%s'; // stack addr
|
||||
|
||||
strTotalMemAlloc = 'Total Mem alloced: %d';
|
||||
strTotalMemAlloc = 'Total Mem allocated: %d';
|
||||
strLeakingMemSize = 'Leaking Mem Size: %d';
|
||||
strLeakingBlocksCount = 'Leaking Blocks Count: %d';
|
||||
//
|
||||
|
@ -80,6 +80,8 @@ msgid "Leaking Mem Size: %d"
|
||||
msgstr "Velikost uniklé paměti: %s"
|
||||
|
||||
#: heaptrcview.strtotalmemalloc
|
||||
msgid "Total Mem alloced: %d"
|
||||
#, fuzzy
|
||||
#| msgid "Total Mem alloced: %d"
|
||||
msgid "Total Mem allocated: %d"
|
||||
msgstr "Celkem přidělené paměti: %d"
|
||||
|
||||
|
@ -80,6 +80,8 @@ msgid "Leaking Mem Size: %d"
|
||||
msgstr "Szivárgó memória mérete: %d"
|
||||
|
||||
#: heaptrcview.strtotalmemalloc
|
||||
msgid "Total Mem alloced: %d"
|
||||
#, fuzzy
|
||||
#| msgid "Total Mem alloced: %d"
|
||||
msgid "Total Mem allocated: %d"
|
||||
msgstr "Teljes lefoglalt memória: %d"
|
||||
|
||||
|
@ -81,6 +81,8 @@ msgid "Leaking Mem Size: %d"
|
||||
msgstr "Dimensione memoria perduta: %d"
|
||||
|
||||
#: heaptrcview.strtotalmemalloc
|
||||
msgid "Total Mem alloced: %d"
|
||||
#, fuzzy
|
||||
#| msgid "Total Mem alloced: %d"
|
||||
msgid "Total Mem allocated: %d"
|
||||
msgstr "Totale memoria ALLOCata: %d"
|
||||
|
||||
|
@ -82,6 +82,8 @@ msgid "Leaking Mem Size: %d"
|
||||
msgstr "Nutekėjusios atminties dydis: %d"
|
||||
|
||||
#: heaptrcview.strtotalmemalloc
|
||||
msgid "Total Mem alloced: %d"
|
||||
#, fuzzy
|
||||
#| msgid "Total Mem alloced: %d"
|
||||
msgid "Total Mem allocated: %d"
|
||||
msgstr "Viso paskirta atminties: %d"
|
||||
|
||||
|
@ -70,6 +70,6 @@ msgid "Leaking Mem Size: %d"
|
||||
msgstr ""
|
||||
|
||||
#: heaptrcview.strtotalmemalloc
|
||||
msgid "Total Mem alloced: %d"
|
||||
msgid "Total Mem allocated: %d"
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,6 +82,8 @@ msgid "Leaking Mem Size: %d"
|
||||
msgstr "Tamanho Mem Vazando: %d"
|
||||
|
||||
#: heaptrcview.strtotalmemalloc
|
||||
msgid "Total Mem alloced: %d"
|
||||
#, fuzzy
|
||||
#| msgid "Total Mem alloced: %d"
|
||||
msgid "Total Mem allocated: %d"
|
||||
msgstr "Total Mem alocada: %d"
|
||||
|
||||
|
@ -80,6 +80,8 @@ msgid "Leaking Mem Size: %d"
|
||||
msgstr "Размер утерянной памяти: %d"
|
||||
|
||||
#: heaptrcview.strtotalmemalloc
|
||||
msgid "Total Mem alloced: %d"
|
||||
#, fuzzy
|
||||
#| msgid "Total Mem alloced: %d"
|
||||
msgid "Total Mem allocated: %d"
|
||||
msgstr "Размер выделенной памяти: %d"
|
||||
|
||||
|
@ -80,6 +80,8 @@ msgid "Leaking Mem Size: %d"
|
||||
msgstr "Розмір втраченої пам'яті: %d"
|
||||
|
||||
#: heaptrcview.strtotalmemalloc
|
||||
msgid "Total Mem alloced: %d"
|
||||
#, fuzzy
|
||||
#| msgid "Total Mem alloced: %d"
|
||||
msgid "Total Mem allocated: %d"
|
||||
msgstr "Розмір виділеної пам'яті: %d"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user