IconFinder: improved i18n

This commit is contained in:
Maxim Ganetsky 2024-09-09 18:48:20 +03:00
parent 6d186abc86
commit 6c534f86cc
2 changed files with 6 additions and 6 deletions

View File

@ -19,8 +19,8 @@ resourcestring
RSIconViewer_ExpressionToFilterByKeywordsHint = 'Expression to filter by keywords'; RSIconViewer_ExpressionToFilterByKeywordsHint = 'Expression to filter by keywords';
RSIconViewer_EditKeywordFilterHint = 'Enter/edit a keyword filter'; RSIconViewer_EditKeywordFilterHint = 'Enter/edit a keyword filter';
RSIconViewer_ClearFilterHint = 'Clear the keyword filter'; RSIconViewer_ClearFilterHint = 'Clear the keyword filter';
RSIconViewer_FilterByKeywordsHint = 'Filters by keywords'; RSIconViewer_FilterByKeywordsHint = 'Filter by keywords';
RSIconViewer_EnterKeywordsHere = 'Enter keywords here...'; RSIconViewer_EnterKeywordsHere = 'Enter keywords here';
RSIconViewer_FileNameLbl = 'File name:'; RSIconViewer_FileNameLbl = 'File name:';
RSIconViewer_SizeLbl = 'Size:'; RSIconViewer_SizeLbl = 'Size:';
RSIconViewer_StyleLbl = 'Style:'; RSIconViewer_StyleLbl = 'Style:';
@ -28,7 +28,7 @@ resourcestring
RSIconViewer_ConfirmDeleteIconMsg = 'Do you really want to delete the selected icon from the library?'; RSIconViewer_ConfirmDeleteIconMsg = 'Do you really want to delete the selected icon from the library?';
// IconFinderMetadata // IconFinderMetadata
RSMetadata_Caption = 'Edit Icon Metadata'; RSMetadata_Caption = 'Icon Metadata Editor';
RSMetadata_Keywords = 'Keywords (one keyword per line)'; RSMetadata_Keywords = 'Keywords (one keyword per line)';
RSMetadata_Style = 'Style'; RSMetadata_Style = 'Style';
RSMetadata_ClassicStyle = 'Classic'; RSMetadata_ClassicStyle = 'Classic';