ToDoList: improved i18n

This commit is contained in:
Maxim Ganetsky 2025-06-27 18:22:51 +03:00
parent 818eb2fb9c
commit aba7d17a9a
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -40,6 +40,7 @@ resourcestring
lisToDoLLine = 'Line';
lisToDoLOwner = 'Owner';
listToDoLCategory = 'Category';
lisEdit = 'Edit';
lisToDoGoto = 'Goto';
lisToDoExport = 'Export';
lisOptions = 'Options';