mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:09:41 +02:00
LCL: resourcestring
git-svn-id: trunk@26449 -
This commit is contained in:
parent
db9b27c1ca
commit
e5ff98cb75
@ -205,7 +205,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
if C > 1 then
|
if C > 1 then
|
||||||
FmtStr(Descriptions, '%s (%s)|%1:s|%s',
|
FmtStr(Descriptions, '%s (%s)|%1:s|%s',
|
||||||
['Graphic', Filters, Descriptions]);
|
[rsGraphic, Filters, Descriptions]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
@ -267,6 +267,7 @@ resourceString
|
|||||||
rsCursor = 'Cursor';
|
rsCursor = 'Cursor';
|
||||||
rsJpeg = 'Joint Picture Expert Group';
|
rsJpeg = 'Joint Picture Expert Group';
|
||||||
rsTiff = 'Tagged Image File Format';
|
rsTiff = 'Tagged Image File Format';
|
||||||
|
rsGraphic = 'Graphic';
|
||||||
rsUnsupportedClipboardFormat = 'Unsupported clipboard format: %s';
|
rsUnsupportedClipboardFormat = 'Unsupported clipboard format: %s';
|
||||||
rsGroupIndexCannotBeLessThanPrevious = 'GroupIndex cannot be less than a '
|
rsGroupIndexCannotBeLessThanPrevious = 'GroupIndex cannot be less than a '
|
||||||
+'previous menu item''s GroupIndex';
|
+'previous menu item''s GroupIndex';
|
||||||
|
Loading…
Reference in New Issue
Block a user