lazarus/components/editortoolbar/editortoolbar_str.pas
maxim 9570fff742 Components, editortoolbar:
1) Localized the component and added Portuguese translation from Marcelo B Paula, final part of bug #16726.
  2) Added Russian translation.
  3) Removed LRS file which is not needed anymore.

git-svn-id: trunk@26116 -
2010-06-14 17:51:26 +00:00

25 lines
498 B
ObjectPascal

unit editortoolbar_str;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
resourcestring
SErrCouldNotFind = 'Could not find <%s>';
rsConfigureToo = 'Configure Toolbar';
rsJumpTo = 'Jump To';
rsEditorToolbarConfigForm = 'Editor Toolbar Configuration';
rsOK = 'OK';
rsCancel = 'Cancel';
rsToolbar = 'Toolbar';
rsMenuTree = 'Menu Tree';
rsAddDivider = 'Add Divider';
implementation
end.