IdeDebugger: missing button caption

This commit is contained in:
Martin 2024-04-22 15:18:50 +02:00
parent af5212d267
commit 72fa9a1c96
26 changed files with 191 additions and 0 deletions

View File

@ -309,6 +309,8 @@ var
begin
btnAdd.Caption := dlgBackConvOptAddNew;
btnRemove.Caption := dlgBackConvOptRemove;
btnUp.Caption := dlgSortUp;
btnDown.Caption := dlgSortDown;
lblName.Caption := dlgBackConvOptName;
lblTypeNames.Caption := dlgBackConvOptMatchTypesByName;
lblAction.Caption := dlgBackConvOptAction;

View File

@ -381,6 +381,8 @@ var
begin
btnAdd.Caption := dlgBackConvOptAddNew;
btnRemove.Caption := dlgBackConvOptRemove;
btnUp.Caption := dlgSortUp;
btnDown.Caption := dlgSortDown;
lblName.Caption := dlgBackConvOptName;
lblTypeNames.Caption := dlgBackConvOptMatchTypesByName;

View File

@ -46,6 +46,9 @@ resourcestring
//
lisMenuViewCallStack = 'Call Stack';
dlgSortUp = 'Up';
dlgSortDown = 'Down';
dlgInspectIndexOfFirstItemToShow = 'Index of first item to show';
dlgInspectAmountOfItemsToShow = 'Amount of items to show';
dlgInspectBoundsDD = 'Bounds: %d .. %d';

View File

@ -485,6 +485,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgid "Refresh"
msgstr ""

View File

@ -488,6 +488,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgid "Refresh"
msgstr ""

View File

@ -494,6 +494,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -500,6 +500,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -499,6 +499,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -502,6 +502,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -498,6 +498,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -500,6 +500,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -499,6 +499,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -500,6 +500,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -494,6 +494,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -501,6 +501,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -499,6 +499,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -499,6 +499,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -494,6 +494,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -499,6 +499,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -488,6 +488,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -520,6 +520,14 @@ msgstr "Limites: %d .. %d"
msgid "Index of first item to show"
msgstr "Índice do primeiro item a exibir"
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -500,6 +500,14 @@ msgstr "Границы: %d .. %d"
msgid "Index of first item to show"
msgstr "Индекс первого показываемого элемента"
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -505,6 +505,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -504,6 +504,14 @@ msgstr "Sınırlar: %d .. %d"
msgid "Index of first item to show"
msgstr "Gösterilecek ilk öğenin dizini"
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgid "Refresh"
msgstr "Yenile"

View File

@ -508,6 +508,14 @@ msgstr "Межі: %d .. %d"
msgid "Index of first item to show"
msgstr "Індекс першого елемента для показу"
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"

View File

@ -505,6 +505,14 @@ msgstr ""
msgid "Index of first item to show"
msgstr ""
#: idedebuggerstringconstants.dlgsortdown
msgid "Down"
msgstr ""
#: idedebuggerstringconstants.dlgsortup
msgid "Up"
msgstr ""
#: idedebuggerstringconstants.dlgunitdeprefresh
msgctxt "lazarusidestrconsts.dlgunitdeprefresh"
msgid "Refresh"