mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:39:24 +02:00
IconFinder: improved i18n
This commit is contained in:
parent
6d186abc86
commit
6c534f86cc
@ -19,8 +19,8 @@ resourcestring
|
||||
RSIconViewer_ExpressionToFilterByKeywordsHint = 'Expression to filter by keywords';
|
||||
RSIconViewer_EditKeywordFilterHint = 'Enter/edit a keyword filter';
|
||||
RSIconViewer_ClearFilterHint = 'Clear the keyword filter';
|
||||
RSIconViewer_FilterByKeywordsHint = 'Filters by keywords';
|
||||
RSIconViewer_EnterKeywordsHere = 'Enter keywords here...';
|
||||
RSIconViewer_FilterByKeywordsHint = 'Filter by keywords';
|
||||
RSIconViewer_EnterKeywordsHere = 'Enter keywords here';
|
||||
RSIconViewer_FileNameLbl = 'File name:';
|
||||
RSIconViewer_SizeLbl = 'Size:';
|
||||
RSIconViewer_StyleLbl = 'Style:';
|
||||
@ -28,7 +28,7 @@ resourcestring
|
||||
RSIconViewer_ConfirmDeleteIconMsg = 'Do you really want to delete the selected icon from the library?';
|
||||
|
||||
// IconFinderMetadata
|
||||
RSMetadata_Caption = 'Edit Icon Metadata';
|
||||
RSMetadata_Caption = 'Icon Metadata Editor';
|
||||
RSMetadata_Keywords = 'Keywords (one keyword per line)';
|
||||
RSMetadata_Style = 'Style';
|
||||
RSMetadata_ClassicStyle = 'Classic';
|
||||
|
Loading…
Reference in New Issue
Block a user