mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Localize some strings
This commit is contained in:
parent
c2d92ea38c
commit
6d15f4c2fd
3 changed files with 7 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ implementation
|
|||
{$R *.lfm}
|
||||
|
||||
uses
|
||||
Forms, uGlobs, uGlobsPaths, uShowForm, uOSUtils, uLng, fOptions;
|
||||
Forms, DCStrUtils, uGlobs, uGlobsPaths, uShowForm, uOSUtils, uLng, fOptions;
|
||||
|
||||
{ TfrmOptionsConfiguration }
|
||||
|
||||
|
|
@ -134,6 +134,7 @@ begin
|
|||
lblCmdLineConfigDir.Visible := True;
|
||||
lblCmdLineConfigDir.Caption := lblCmdLineConfigDir.Caption + ' - [' + IncludeTrailingPathDelimiter(gpCmdLineCfgDir) + ']';
|
||||
end;
|
||||
ParseLineToList(rsOptConfigSortOrder, gbSortOrderConfigurationOption.Items);
|
||||
end;
|
||||
|
||||
procedure TfrmOptionsConfiguration.Load;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ implementation
|
|||
{$R *.lfm}
|
||||
|
||||
uses
|
||||
uDCUtils, uGlobs, uLng;
|
||||
DCStrUtils, uDCUtils, uGlobs, uLng;
|
||||
|
||||
{ TfrmOptionsDiffer }
|
||||
|
||||
|
|
@ -58,6 +58,7 @@ procedure TfrmOptionsDiffer.Init;
|
|||
begin
|
||||
ExternalTool := etDiffer;
|
||||
inherited Init;
|
||||
ParseLineToList(rsOptDifferFramePosition, rgResultingFramePositionAfterCompare.Items);
|
||||
end;
|
||||
|
||||
procedure TfrmOptionsDiffer.Load;
|
||||
|
|
|
|||
|
|
@ -511,6 +511,9 @@ resourcestring
|
|||
rsOptionsEditorFileAssoc = 'File associations';
|
||||
rsOptionsEditorDirectoryHotlist = 'Directory Hotlist';
|
||||
//-------------------------------
|
||||
rsOptConfigSortOrder = 'Classic, legacy order;Alphabetic order (but language still first)';
|
||||
rsOptDifferFramePosition = 'Active frame panel on left, inactive on right (legacy);Left frame panel on left, right on right';
|
||||
//-------------------------------
|
||||
rsOptArchiveParam = 'Parameter';
|
||||
rsOptArchiveValue = 'Value';
|
||||
rsOptArchiveDelete = 'Delete:';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue