EditorToolbar package updates by G. Colla. Issue #26692.

git-svn-id: trunk@46183 -
This commit is contained in:
juha 2014-09-11 16:22:17 +00:00
parent 07712d3201
commit 2471a0a5b2
17 changed files with 91 additions and 77 deletions

View File

@ -19,7 +19,7 @@
"/> "/>
<License Value="GPL <License Value="GPL
"/> "/>
<Version Minor="8"/> <Version Minor="8" Release="2"/>
<Files Count="4"> <Files Count="4">
<Item1> <Item1>
<Filename Value="jumpto_impl.pas"/> <Filename Value="jumpto_impl.pas"/>
@ -42,6 +42,7 @@
<i18n> <i18n>
<EnableI18N Value="True"/> <EnableI18N Value="True"/>
<OutDir Value="languages"/> <OutDir Value="languages"/>
<EnableI18NForLFM Value="True"/>
</i18n> </i18n>
<Type Value="DesignTime"/> <Type Value="DesignTime"/>
<RequiredPkgs Count="5"> <RequiredPkgs Count="5">

View File

@ -105,7 +105,7 @@ var
bToolBarShow: boolean; bToolBarShow: boolean;
EditorMenuCommand:TIDEMenuCommand; EditorMenuCommand:TIDEMenuCommand;
ProfileMask: array [0..4] of Integer = (iAll,iDesign,iDebug,iHTML,iCustom); ProfileMask: array [0..4] of Integer = (iAll,iDesign,iDebug,iHTML,iCustom);
ProfileNames: array [0..4] of String = (rsAll,rsDesign,rsDebug,rsHTML,rsCustom); sLocalizedProfileNames: array[0..4] of string;
implementation implementation
@ -253,7 +253,7 @@ function TEditorToolbar.CreateProfileItem(ProfIndx: Integer; O: TComponent
begin begin
Result := TMenuItem.Create(O); Result := TMenuItem.Create(O);
Result.Tag := ProfIndx; Result.Tag := ProfIndx;
Result.Caption := ProfileNames[ProfIndx]; Result.Caption := sLocalizedProfileNames[ProfIndx];
Result.GroupIndex := 1; Result.GroupIndex := 1;
Result.RadioItem := True; Result.RadioItem := True;
//Result.AutoCheck := True; //Result.AutoCheck := True;
@ -295,11 +295,17 @@ begin
uEditorToolbarList.AddBar(Self); uEditorToolbarList.AddBar(Self);
if assigned(TB) then exit; if assigned(TB) then exit;
sLocalizedProfileNames[0] := rsAll;
sLocalizedProfileNames[1] := rsDesign;
sLocalizedProfileNames[2] := rsDebug;
sLocalizedProfileNames[3] := rsHTML;
sLocalizedProfileNames[4] := rsCustom;
FJumpHandler := TJumpHandler.Create(nil); FJumpHandler := TJumpHandler.Create(nil);
FWindow := TSourceEditorWindowInterface(AOwner); FWindow := TSourceEditorWindowInterface(AOwner);
PPUP := TPopupMenu.Create(FWindow); PPUP := TPopupMenu.Create(FWindow);
for c := 0 to High(ProfileNames) do begin for c := 0 to High(sLocalizedProfileNames) do begin
PPUP.Items.Add(CreateProfileItem(c,FWindow)); PPUP.Items.Add(CreateProfileItem(c,FWindow));
end; end;

View File

@ -30,6 +30,7 @@ resourcestring
rsRight = 'Right'; rsRight = 'Right';
rsEditorToolbar = 'Editor ToolBar'; rsEditorToolbar = 'Editor ToolBar';
rsMenuView = 'View'; rsMenuView = 'View';
rsProfile = 'Profile';
rsAll = 'All'; rsAll = 'All';
rsDesign = 'Design'; rsDesign = 'Design';
rsDebug = 'Debug'; rsDebug = 'Debug';

View File

@ -173,7 +173,7 @@ object EdtTbConfigForm: TEdtTbConfigForm
Width = 100 Width = 100
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 6 BorderSpacing.Bottom = 6
ItemHeight = 0 ItemHeight = 17
ItemIndex = 0 ItemIndex = 0
Items.Strings = ( Items.Strings = (
'All' 'All'
@ -249,7 +249,7 @@ object EdtTbConfigForm: TEdtTbConfigForm
Width = 100 Width = 100
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
BorderSpacing.Bottom = 6 BorderSpacing.Bottom = 6
ItemHeight = 0 ItemHeight = 17
ItemIndex = 0 ItemIndex = 0
Items.Strings = ( Items.Strings = (
'Top' 'Top'
@ -328,42 +328,6 @@ object EdtTbConfigForm: TEdtTbConfigForm
Top = 276 Top = 276
Width = 22 Width = 22
BorderSpacing.Top = 50 BorderSpacing.Top = 50
Glyph.Data = {
36040000424D3604000000000000360000002800000010000000100000000100
2000000000000004000064000000640000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000008F9091FF8F90
91FF8F9091FF8F9091FF8F9091FF8F9091FF8F9091FF8F9091FF8F9091FF8F90
91FF8F9091FF8F9091FF8F9091FF8F9091FF8F9091FF8F9091FFC7CFD3FFC8D0
D4FFC6CED1FFC4CCD0FFC5CDD1FFC6CED2FFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFBAC0C3FFA0A3A5FF999C9DFFC3CBCFFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFBAC0C3FFA0A3A5FF999C9DFFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFD5DADDFFD2D6D8FF8F9192FFC2CACDFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFD5DADDFFD2D6D8FF8F9192FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFDCE1E3FFE0E4E7FF929495FFC2CACDFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFDCE1E3FFE0E4E7FF929495FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFDCE1E3FFE0E4E7FF929495FFC2CACDFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFDCE1E3FFE0E4E7FF929495FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFDCE1E3FFE0E4E7FF929495FFC2CACDFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFDCE1E3FFE0E4E7FF929495FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFDCE1E3FFE0E4E7FF929495FFC2CACDFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFDCE1E3FFE0E4E7FF929495FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFDCE1E3FFE0E4E7FF929495FFC2CACDFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFDCE1E3FFE0E4E7FF929495FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFDCE1E3FFE0E4E7FF929495FFC2CACDFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFDCE1E3FFE0E4E7FF929495FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFDCE1E3FFE0E4E7FF929495FFC2CACDFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFDCE1E3FFE0E4E7FF929495FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFD8DEE1FFEFF2F2FFA1A3A4FFC2CACDFFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFD8DEE1FFEFF2F2FFA1A3A4FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC8D0
D4FFC9D1D5FFCED5D8FFC2C9CCFFC6CED2FFC7CFD3FFD5DADDFF8F9091FFC7CF
D3FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFC7CFD3FFE4E8EAFFE4E7
EAFFE4E7EAFFE4E7EAFFE4E8EAFFE4E7EAFFE4E7EAFFE4E7EAFFE4E8EAFFE4E7
EAFFE4E7EAFFE4E8EAFFE4E7EAFFE4E7EAFFE4E7EAFFE4E8EAFFD4D9DDFFD4D9
DCFFD4D9DCFFD4D9DCFFD4D9DDFFD4D9DCFFD4D9DCFFD4D9DCFFD4D9DDFFD4D9
DCFFD4D9DCFFD4D9DDFFD4D9DCFFD4D9DCFFD4D9DCFFD4D9DDFF
}
OnClick = btnAddDividerClick OnClick = btnAddDividerClick
ShowHint = True ShowHint = True
ParentShowHint = False ParentShowHint = False

View File

@ -177,6 +177,7 @@ begin
btnMoveDown.LoadGlyphFromResourceName(HInstance, 'arrow_down'); btnMoveDown.LoadGlyphFromResourceName(HInstance, 'arrow_down');
btnClear.LoadGlyphFromResourceName(HINSTANCE,'menu_close'); btnClear.LoadGlyphFromResourceName(HINSTANCE,'menu_close');
btnHelp.LoadGlyphFromResourceName(HINSTANCE, 'menu_help'); btnHelp.LoadGlyphFromResourceName(HINSTANCE, 'menu_help');
sbAddDivider.LoadGlyphFromResourceName(HINSTANCE, 'menu_divider16');
btnAdd.Hint := rsAddSelected; btnAdd.Hint := rsAddSelected;
btnRemove.Hint := rsRemoveSelected; btnRemove.Hint := rsRemoveSelected;
@ -195,8 +196,8 @@ begin
MainList := TStringList.Create; MainList := TStringList.Create;
MainList.OwnsObjects:= True; // it should be the default, but just to make sure... MainList.OwnsObjects:= True; // it should be the default, but just to make sure...
LoadStyleSettings;
SetupCaptions; SetupCaptions;
LoadStyleSettings;
LoadCategories; LoadCategories;
LoadSettings; LoadSettings;
end; end;
@ -319,8 +320,6 @@ end;
procedure TEdtTbConfigForm.ExchangeMainListItem(Item1, Item2: TListItem); procedure TEdtTbConfigForm.ExchangeMainListItem(Item1, Item2: TListItem);
var var
I,J: Integer;
MainListItem1,MainListItem2: TLvItem;
MainIndex1,MainIndex2: Integer; MainIndex1,MainIndex2: Integer;
aMainListItem: TLvItem; aMainListItem: TLvItem;
begin begin
@ -600,19 +599,21 @@ begin
lblMenuTree.Caption := rsMenuTree; lblMenuTree.Caption := rsMenuTree;
lblToolbar.Caption := rsToolbar; lblToolbar.Caption := rsToolbar;
lblpos.Caption := rsPosition; lblpos.Caption := rsPosition;
lblProfile.Caption := rsProfile;
sLocalizedPosValues[0] := rsTop; sLocalizedPosValues[0] := rsTop;
sLocalizedPosValues[1] := rsBottom; sLocalizedPosValues[1] := rsBottom;
sLocalizedPosValues[2] := rsRight; sLocalizedPosValues[2] := rsRight;
sLocalizedPosValues[3] := rsLeft; sLocalizedPosValues[3] := rsLeft;
for i := 0 to 3 do
for i := 0 to high(sLocalizedPosValues) do
begin begin
cbPos.Items[i] := sLocalizedPosValues[i]; // localized cbPos.Items[i] := sLocalizedPosValues[i]; // localized
end; end;
cbProfile.Items[0] := rsAll; for i := 0 to high(sLocalizedProfileNames) do
cbProfile.Items[1] := rsDesign; begin
cbProfile.Items[2] := rsDebug; cbProfile.Items[i] := sLocalizedProfileNames[i];
cbProfile.Items[3] := rsHTML; end;
cbProfile.Items[4] := rsCustom;
end; end;
procedure TEdtTbConfigForm.LoadCategories; procedure TEdtTbConfigForm.LoadCategories;
@ -638,7 +639,6 @@ var
aProfileMask: Integer; aProfileMask: Integer;
mi: TIDEMenuItem; mi: TIDEMenuItem;
ms: TIDEMenuSection; ms: TIDEMenuSection;
lvItem: TListItem;
begin begin
cfg := GetIDEConfigStorage(cSettingsFile, True); cfg := GetIDEConfigStorage(cSettingsFile, True);
try try
@ -689,7 +689,8 @@ begin
value := cfg.GetValue('Profile',iAll); value := cfg.GetValue('Profile',iAll);
CurrProfile := value; CurrProfile := value;
value := GetProfileIndex(value); value := GetProfileIndex(value);
cbProfile.ItemIndex:= value; //cbProfile.ItemIndex:= value;
cbProfile.Text:= sLocalizedProfileNames[value];
finally finally
cfg.Free; cfg.Free;
end; end;

View File

@ -5,3 +5,4 @@ arrowup_blue16.xpm
execute16.xpm execute16.xpm
jumpto16.xpm jumpto16.xpm
preferences16.xpm preferences16.xpm
menu_divider16.xpm

View File

@ -142,6 +142,10 @@ msgstr ""
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr ""
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "Odstranit položku z panelu nástrojů" msgstr "Odstranit položku z panelu nástrojů"

View File

@ -143,6 +143,10 @@ msgstr ""
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr ""
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "Gewähltes Element aus der Toolbar entfernen" msgstr "Gewähltes Element aus der Toolbar entfernen"

View File

@ -141,6 +141,10 @@ msgstr ""
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr ""
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "Eliminar el elemento seleccionado de la barra de herramientas" msgstr "Eliminar el elemento seleccionado de la barra de herramientas"

View File

@ -143,6 +143,10 @@ msgstr "Csomagszerkesztő fájljai"
msgid "Position" msgid "Position"
msgstr "Elhelyezés" msgstr "Elhelyezés"
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr ""
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "A kijelölt elem eltávolítása az eszköztárról" msgstr "A kijelölt elem eltávolítása az eszköztárról"

View File

@ -1,6 +1,6 @@
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2014-07-17 19:57+0100\n" "PO-Revision-Date: 2014-09-01 16:52+0100\n"
"Last-Translator: Giuliano Colla <giuliano.colla@fastwebnet.it>\n" "Last-Translator: Giuliano Colla <giuliano.colla@fastwebnet.it>\n"
"Language-Team: PincoPallo Team\n" "Language-Team: PincoPallo Team\n"
"Language: it\n" "Language: it\n"
@ -22,7 +22,7 @@ msgstr "Aggiungere alla barra degli strumenti"
#: editortoolbar_str.rsall #: editortoolbar_str.rsall
msgid "All" msgid "All"
msgstr "" msgstr "Tutti"
#: editortoolbar_str.rsbottom #: editortoolbar_str.rsbottom
msgid "Bottom" msgid "Bottom"
@ -34,15 +34,15 @@ msgstr "Annulla"
#: editortoolbar_str.rsclearselection #: editortoolbar_str.rsclearselection
msgid "Clear selection" msgid "Clear selection"
msgstr "" msgstr "Annulla selezione"
#: editortoolbar_str.rscodeexplorer #: editortoolbar_str.rscodeexplorer
msgid "Code Explorer" msgid "Code Explorer"
msgstr "" msgstr "Esplora codice"
#: editortoolbar_str.rscodetemplates #: editortoolbar_str.rscodetemplates
msgid "Code Templates" msgid "Code Templates"
msgstr "" msgstr "Modelli di codice"
#: editortoolbar_str.rsconfiguretoo #: editortoolbar_str.rsconfiguretoo
msgid "Configure Toolbar" msgid "Configure Toolbar"
@ -50,19 +50,19 @@ msgstr "Configura la toolbar"
#: editortoolbar_str.rscustom #: editortoolbar_str.rscustom
msgid "Custom" msgid "Custom"
msgstr "" msgstr "Personale"
#: editortoolbar_str.rsdebug #: editortoolbar_str.rsdebug
msgid "Debug" msgid "Debug"
msgstr "" msgstr "Debug"
#: editortoolbar_str.rsdesign #: editortoolbar_str.rsdesign
msgid "Design" msgid "Design"
msgstr "" msgstr "Progetto"
#: editortoolbar_str.rsdesigner #: editortoolbar_str.rsdesigner
msgid "Designer" msgid "Designer"
msgstr "" msgstr "Progettazione"
#: editortoolbar_str.rseditortoolbar #: editortoolbar_str.rseditortoolbar
msgid "Editor ToolBar" msgid "Editor ToolBar"
@ -74,31 +74,31 @@ msgstr "Editor di configurazione toolbar"
#: editortoolbar_str.rshelp1 #: editortoolbar_str.rshelp1
msgid "The \"Add\" button inserts a Menu Item before the selected Item of the Toolbar." msgid "The \"Add\" button inserts a Menu Item before the selected Item of the Toolbar."
msgstr "" msgstr "Il bottone \"Aggiungi\" inserisce una voce prima di quella selezionata nella Barra Strumenti."
#: editortoolbar_str.rshelp2 #: editortoolbar_str.rshelp2
msgid "If none is selected, the Item will be appended at the end of the Toolbar." msgid "If none is selected, the Item will be appended at the end of the Toolbar."
msgstr "" msgstr "Se nessuna è selezionata, la voce sarà aggiunta alla fine."
#: editortoolbar_str.rshelp3 #: editortoolbar_str.rshelp3
msgid "You may rearrage Toolbar Items with \"Move Up\" and \"Move Down\" buttons." msgid "You may rearrage Toolbar Items with \"Move Up\" and \"Move Down\" buttons."
msgstr "" msgstr "Potete riposizionare le voci della barra con i bottoni \"Sposta su\" e \"Sposta giù\"."
#: editortoolbar_str.rshelp4 #: editortoolbar_str.rshelp4
msgid "Hint: to append an Item at the end, use \"Clear selection\"" msgid "Hint: to append an Item at the end, use \"Clear selection\""
msgstr "" msgstr "Consiglio: per aggiungere una voce in fondo, usa \"Annulla selezione\""
#: editortoolbar_str.rshint #: editortoolbar_str.rshint
msgid "You may add here your favorite commands" msgid "You may add here your favorite commands"
msgstr "" msgstr "Potete aggiungere qui i vostri comandi preferiti"
#: editortoolbar_str.rshtml #: editortoolbar_str.rshtml
msgid "HTML" msgid "HTML"
msgstr "" msgstr "HTML"
#: editortoolbar_str.rsidemainmenu #: editortoolbar_str.rsidemainmenu
msgid "IDE Main Menu" msgid "IDE Main Menu"
msgstr "" msgstr "Menu principale"
#: editortoolbar_str.rsjumpto #: editortoolbar_str.rsjumpto
msgid "Jump To" msgid "Jump To"
@ -119,15 +119,15 @@ msgstr "Visualizza"
#: editortoolbar_str.rsmessages #: editortoolbar_str.rsmessages
msgid "Messages" msgid "Messages"
msgstr "" msgstr "Messaggi"
#: editortoolbar_str.rsmoveselecteddown #: editortoolbar_str.rsmoveselecteddown
msgid "Move selected toolbar item down" msgid "Move selected toolbar item down"
msgstr "Spostare in basso" msgstr "Spostare in giù"
#: editortoolbar_str.rsmoveselectedup #: editortoolbar_str.rsmoveselectedup
msgid "Move selected toolbar item up" msgid "Move selected toolbar item up"
msgstr "Spostare in alto" msgstr "Spostare in su"
#: editortoolbar_str.rsok #: editortoolbar_str.rsok
msgid "OK" msgid "OK"
@ -135,16 +135,20 @@ msgstr "OK"
#: editortoolbar_str.rspackageeditor #: editortoolbar_str.rspackageeditor
msgid "Package Editor" msgid "Package Editor"
msgstr "" msgstr "Editor Pacchetti"
#: editortoolbar_str.rspackageeditorfiles #: editortoolbar_str.rspackageeditorfiles
msgid "Package Editor Files" msgid "Package Editor Files"
msgstr "" msgstr "File di editor pacchetti"
#: editortoolbar_str.rsposition #: editortoolbar_str.rsposition
msgid "Position" msgid "Position"
msgstr "Posizione" msgstr "Posizione"
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr "Profilo"
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "Rimuovere dalla barra degli strumenti" msgstr "Rimuovere dalla barra degli strumenti"
@ -155,11 +159,11 @@ msgstr "Destra"
#: editortoolbar_str.rssourceeditor #: editortoolbar_str.rssourceeditor
msgid "Source Editor" msgid "Source Editor"
msgstr "" msgstr "Editor sorgente"
#: editortoolbar_str.rssourcetab #: editortoolbar_str.rssourcetab
msgid "Source Tab" msgid "Source Tab"
msgstr "" msgstr "Linguette editor sorgente"
#: editortoolbar_str.rstoolbar #: editortoolbar_str.rstoolbar
#| msgid "Toolbar" #| msgid "Toolbar"

View File

@ -143,6 +143,10 @@ msgstr ""
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr ""
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "Iš įrankių juostos pašalinti pažymėtą elementą" msgstr "Iš įrankių juostos pašalinti pažymėtą elementą"

View File

@ -133,6 +133,10 @@ msgstr ""
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr ""
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "" msgstr ""

View File

@ -142,6 +142,10 @@ msgstr ""
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr ""
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "Excluir item selecionado da barra de ferramentas" msgstr "Excluir item selecionado da barra de ferramentas"

View File

@ -142,6 +142,10 @@ msgstr "Файлы в редакторе пакетов"
msgid "Position" msgid "Position"
msgstr "Положение" msgstr "Положение"
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr ""
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "Удалить выбранный элемент с панели" msgstr "Удалить выбранный элемент с панели"

View File

@ -143,6 +143,10 @@ msgstr ""
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#: editortoolbar_str.rsprofile
msgid "Profile"
msgstr ""
#: editortoolbar_str.rsremoveselected #: editortoolbar_str.rsremoveselected
msgid "Remove selected item from toolbar" msgid "Remove selected item from toolbar"
msgstr "" msgstr ""

Binary file not shown.