mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 03:00:20 +02:00
ToDoList: improved i18n
This commit is contained in:
parent
818eb2fb9c
commit
aba7d17a9a
@ -439,6 +439,7 @@ begin
|
||||
acRefresh.Hint := lisTodolistRefresh;
|
||||
acGoto.Hint := listodoListGotoLine;
|
||||
acExport.Hint := rsExportTodoIt;
|
||||
acEdit.Caption := lisEdit;
|
||||
acRefresh.Caption := dlgUnitDepRefresh;
|
||||
acGoto.Caption := lisToDoGoto;
|
||||
acExport.Caption := lisToDoExport;
|
||||
|
@ -40,6 +40,7 @@ resourcestring
|
||||
lisToDoLLine = 'Line';
|
||||
lisToDoLOwner = 'Owner';
|
||||
listToDoLCategory = 'Category';
|
||||
lisEdit = 'Edit';
|
||||
lisToDoGoto = 'Goto';
|
||||
lisToDoExport = 'Export';
|
||||
lisOptions = 'Options';
|
||||
|
Loading…
Reference in New Issue
Block a user