mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +02:00
IDE, about form: added popupmenu to copy version info to clipboard (#10405) from Graeme
git-svn-id: trunk@13296 -
This commit is contained in:
parent
d27b65a627
commit
596a4ef548
@ -10,38 +10,39 @@ object AboutForm: TAboutForm
|
||||
ClientHeight = 270
|
||||
ClientWidth = 608
|
||||
OnCreate = AboutFormCreate
|
||||
PopupMenu = PopupMenu1
|
||||
Position = poScreenCenter
|
||||
object VersionLabel: TLabel
|
||||
Left = 14
|
||||
Height = 20
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 67
|
||||
Width = 73
|
||||
Alignment = taCenter
|
||||
Caption = 'Version #:'
|
||||
ParentColor = False
|
||||
end
|
||||
object BuildDateLabel: TLabel
|
||||
Left = 14
|
||||
Height = 20
|
||||
Height = 17
|
||||
Top = 23
|
||||
Width = 36
|
||||
Width = 40
|
||||
Alignment = taCenter
|
||||
Caption = 'Date:'
|
||||
ParentColor = False
|
||||
end
|
||||
object RevisionLabel: TLabel
|
||||
Left = 14
|
||||
Height = 20
|
||||
Height = 17
|
||||
Top = 40
|
||||
Width = 86
|
||||
Width = 101
|
||||
Caption = 'RevisionLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object PlatformLabel: TLabel
|
||||
Left = 14
|
||||
Height = 20
|
||||
Height = 17
|
||||
Top = 61
|
||||
Width = 89
|
||||
Width = 101
|
||||
Caption = 'PlatformLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -52,7 +53,7 @@ object AboutForm: TAboutForm
|
||||
AnchorSideRight.Control = Notebook1
|
||||
Left = 6
|
||||
Height = 113
|
||||
Top = 87
|
||||
Top = 84
|
||||
Width = 203
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
@ -62,7 +63,7 @@ object AboutForm: TAboutForm
|
||||
end
|
||||
object CloseButton: TBitBtn
|
||||
Left = 70
|
||||
Height = 36
|
||||
Height = 34
|
||||
Top = 225
|
||||
Width = 74
|
||||
AutoSize = True
|
||||
@ -108,11 +109,11 @@ object AboutForm: TAboutForm
|
||||
TabOrder = 0
|
||||
object AboutPage: TPage
|
||||
Caption = 'About'
|
||||
ClientWidth = 385
|
||||
ClientHeight = 230
|
||||
ClientWidth = 389
|
||||
ClientHeight = 261
|
||||
object AboutMemo: TMemo
|
||||
Height = 230
|
||||
Width = 385
|
||||
Height = 261
|
||||
Width = 389
|
||||
Align = alClient
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
@ -121,11 +122,11 @@ object AboutForm: TAboutForm
|
||||
end
|
||||
object ContributorsPage: TPage
|
||||
Caption = 'Contributors'
|
||||
ClientWidth = 385
|
||||
ClientHeight = 230
|
||||
ClientWidth = 389
|
||||
ClientHeight = 261
|
||||
object ContributorsMemo: TMemo
|
||||
Height = 230
|
||||
Width = 385
|
||||
Height = 261
|
||||
Width = 389
|
||||
Align = alClient
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
@ -134,11 +135,11 @@ object AboutForm: TAboutForm
|
||||
end
|
||||
object AcknowledgementsPage: TPage
|
||||
Caption = 'Acknowledgements'
|
||||
ClientWidth = 385
|
||||
ClientHeight = 230
|
||||
ClientWidth = 389
|
||||
ClientHeight = 261
|
||||
object AcknowledgementsMemo: TMemo
|
||||
Height = 230
|
||||
Width = 385
|
||||
Height = 261
|
||||
Width = 389
|
||||
Align = alClient
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
@ -148,13 +149,21 @@ object AboutForm: TAboutForm
|
||||
object LogoPage: TPage
|
||||
Caption = 'LogoPage'
|
||||
ClientWidth = 385
|
||||
ClientHeight = 230
|
||||
ClientHeight = 227
|
||||
object LogoImage: TImage
|
||||
Height = 230
|
||||
Height = 227
|
||||
Width = 385
|
||||
Align = alClient
|
||||
Transparent = False
|
||||
end
|
||||
end
|
||||
end
|
||||
object PopupMenu1: TPopupMenu
|
||||
left = 18
|
||||
top = 218
|
||||
object miVerToClipboard: TMenuItem
|
||||
Caption = 'Copy version information to clipboard'
|
||||
OnClick = miVerToClipboardClick
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -4,49 +4,51 @@ LazarusResources.Add('TAboutForm','FORMDATA',[
|
||||
'TPF0'#10'TAboutForm'#9'AboutForm'#4'Left'#3'_'#1#6'Height'#3#14#1#3'Top'#3
|
||||
+#133#1#5'Width'#3'`'#2#18'HorzScrollBar.Page'#3'_'#2#18'VertScrollBar.Page'#3
|
||||
+#13#1#13'ActiveControl'#7#9'Notebook1'#7'Caption'#6#13'About Lazarus'#12'Cli'
|
||||
+'entHeight'#3#14#1#11'ClientWidth'#3'`'#2#8'OnCreate'#7#15'AboutFormCreate'#8
|
||||
+'Position'#7#14'poScreenCenter'#0#6'TLabel'#12'VersionLabel'#4'Left'#2#14#6
|
||||
+'Height'#2#20#3'Top'#2#6#5'Width'#2'C'#9'Alignment'#7#8'taCenter'#7'Caption'
|
||||
+#6#10'Version #:'#11'ParentColor'#8#0#0#6'TLabel'#14'BuildDateLabel'#4'Left'
|
||||
+#2#14#6'Height'#2#20#3'Top'#2#23#5'Width'#2'$'#9'Alignment'#7#8'taCenter'#7
|
||||
+'Caption'#6#5'Date:'#11'ParentColor'#8#0#0#6'TLabel'#13'RevisionLabel'#4'Lef'
|
||||
+'t'#2#14#6'Height'#2#20#3'Top'#2'('#5'Width'#2'V'#7'Caption'#6#13'RevisionLa'
|
||||
+'bel'#11'ParentColor'#8#0#0#6'TLabel'#13'PlatformLabel'#4'Left'#2#14#6'Heigh'
|
||||
+'t'#2#20#3'Top'#2'='#5'Width'#2'Y'#7'Caption'#6#13'PlatformLabel'#11'ParentC'
|
||||
+'olor'#8#0#0#6'TImage'#6'Image1'#22'AnchorSideLeft.Control'#7#5'Owner'#21'An'
|
||||
+'chorSideTop.Control'#7#13'PlatformLabel'#18'AnchorSideTop.Side'#7#9'asrBott'
|
||||
+'om'#23'AnchorSideRight.Control'#7#9'Notebook1'#4'Left'#2#6#6'Height'#2'q'#3
|
||||
+'Top'#2'W'#5'Width'#3#203#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20
|
||||
+'BorderSpacing.Around'#2#6#6'Center'#9#12'Proportional'#9#11'Transparent'#8#0
|
||||
+#0#7'TBitBtn'#11'CloseButton'#4'Left'#2'F'#6'Height'#2'$'#3'Top'#3#225#0#5'W'
|
||||
+'idth'#2'J'#8'AutoSize'#9#6'Cancel'#9#7'Caption'#6#5'Close'#10'Glyph.Data'#10
|
||||
+#251#2#0#0#247#2#0#0'/* XPM */'#10'static char * botaoFechar_xpm[] = {'#10'"'
|
||||
+'24 24 2 1",'#10'" '#9'c None",'#10'".'#9'c #000000",'#10'" '
|
||||
+' ",'#10'" ",'#10'" ",'
|
||||
+#10'" ",'#10'" ",'#10'" '
|
||||
+' ",'#10'" . . ",'#10'" . ... '
|
||||
+' ",'#10'" .. .... ",'#10'" .. ... ",'#10
|
||||
+'" ..... ",'#10'" ... ",'#10'" .'
|
||||
+'.... ",'#10'" ....... ",'#10'" ... .... '
|
||||
+' ",'#10'" ... .... ",'#10'" ... .. ",'#10'"'
|
||||
+' ",'#10'" ",'#10'" '
|
||||
+' ",'#10'" ",'#10'" '
|
||||
+' ",'#10'" ",'#10'" "};'#10#11
|
||||
+'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#9'TNotebook'#9'Notebo'
|
||||
+'ok1'#4'Left'#3#215#0#6'Height'#3#5#1#3'Top'#2#6#5'Width'#3#133#1#7'Anchors'
|
||||
+#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#3#8'TabOrder'
|
||||
+#2#0#0#5'TPage'#9'AboutPage'#7'Caption'#6#5'About'#11'ClientWidth'#3#129#1#12
|
||||
+'ClientHeight'#3#230#0#0#5'TMemo'#9'AboutMemo'#6'Height'#3#230#0#5'Width'#3
|
||||
+#129#1#5'Align'#7#8'alClient'#8'ReadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8
|
||||
+'TabOrder'#2#0#0#0#0#5'TPage'#16'ContributorsPage'#7'Caption'#6#12'Contribut'
|
||||
+'ors'#11'ClientWidth'#3#129#1#12'ClientHeight'#3#230#0#0#5'TMemo'#16'Contrib'
|
||||
+'utorsMemo'#6'Height'#3#230#0#5'Width'#3#129#1#5'Align'#7#8'alClient'#8'Read'
|
||||
+'Only'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#5'TPage'#20'A'
|
||||
+'cknowledgementsPage'#7'Caption'#6#16'Acknowledgements'#11'ClientWidth'#3#129
|
||||
+#1#12'ClientHeight'#3#230#0#0#5'TMemo'#20'AcknowledgementsMemo'#6'Height'#3
|
||||
+#230#0#5'Width'#3#129#1#5'Align'#7#8'alClient'#8'ReadOnly'#9#10'ScrollBars'#7
|
||||
+#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#5'TPage'#8'LogoPage'#7'Caption'#6#8'Lo'
|
||||
+'goPage'#11'ClientWidth'#3#129#1#12'ClientHeight'#3#230#0#0#6'TImage'#9'Logo'
|
||||
+'Image'#6'Height'#3#230#0#5'Width'#3#129#1#5'Align'#7#8'alClient'#11'Transpa'
|
||||
+'rent'#8#0#0#0#0#0
|
||||
+'entHeight'#3#14#1#11'ClientWidth'#3'`'#2#8'OnCreate'#7#15'AboutFormCreate'#9
|
||||
+'PopupMenu'#7#10'PopupMenu1'#8'Position'#7#14'poScreenCenter'#0#6'TLabel'#12
|
||||
+'VersionLabel'#4'Left'#2#14#6'Height'#2#17#3'Top'#2#6#5'Width'#2'I'#9'Alignm'
|
||||
+'ent'#7#8'taCenter'#7'Caption'#6#10'Version #:'#11'ParentColor'#8#0#0#6'TLab'
|
||||
+'el'#14'BuildDateLabel'#4'Left'#2#14#6'Height'#2#17#3'Top'#2#23#5'Width'#2'('
|
||||
+#9'Alignment'#7#8'taCenter'#7'Caption'#6#5'Date:'#11'ParentColor'#8#0#0#6'TL'
|
||||
+'abel'#13'RevisionLabel'#4'Left'#2#14#6'Height'#2#17#3'Top'#2'('#5'Width'#2
|
||||
+'e'#7'Caption'#6#13'RevisionLabel'#11'ParentColor'#8#0#0#6'TLabel'#13'Platfo'
|
||||
+'rmLabel'#4'Left'#2#14#6'Height'#2#17#3'Top'#2'='#5'Width'#2'e'#7'Caption'#6
|
||||
+#13'PlatformLabel'#11'ParentColor'#8#0#0#6'TImage'#6'Image1'#22'AnchorSideLe'
|
||||
+'ft.Control'#7#5'Owner'#21'AnchorSideTop.Control'#7#13'PlatformLabel'#18'Anc'
|
||||
+'horSideTop.Side'#7#9'asrBottom'#23'AnchorSideRight.Control'#7#9'Notebook1'#4
|
||||
+'Left'#2#6#6'Height'#2'q'#3'Top'#2'T'#5'Width'#3#203#0#7'Anchors'#11#5'akTop'
|
||||
+#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#6'Center'#9#12'Proporti'
|
||||
+'onal'#9#11'Transparent'#8#0#0#7'TBitBtn'#11'CloseButton'#4'Left'#2'F'#6'Hei'
|
||||
+'ght'#2'"'#3'Top'#3#225#0#5'Width'#2'J'#8'AutoSize'#9#6'Cancel'#9#7'Caption'
|
||||
+#6#5'Close'#10'Glyph.Data'#10#251#2#0#0#247#2#0#0'/* XPM */'#10'static char '
|
||||
+'* botaoFechar_xpm[] = {'#10'"24 24 2 1",'#10'" '#9'c None",'#10'".'#9'c #00'
|
||||
+'0000",'#10'" ",'#10'" ",'#10
|
||||
+'" ",'#10'" ",'#10'" '
|
||||
+' ",'#10'" ",'#10'" . . '
|
||||
+' ",'#10'" . ... ",'#10'" .. .... ",'#10'"'
|
||||
+' .. ... ",'#10'" ..... ",'#10'" .'
|
||||
+'.. ",'#10'" ..... ",'#10'" ....... '
|
||||
+' ",'#10'" ... .... ",'#10'" ... .... ",'#10'" '
|
||||
+' ... .. ",'#10'" ",'#10'" '
|
||||
+' ",'#10'" ",'#10'" '
|
||||
+' ",'#10'" ",'#10'" ",'#10'" '
|
||||
+' "};'#10#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrd'
|
||||
+'er'#2#1#0#0#9'TNotebook'#9'Notebook1'#4'Left'#3#215#0#6'Height'#3#5#1#3'Top'
|
||||
+#2#6#5'Width'#3#133#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'
|
||||
+#0#9'PageIndex'#2#3#8'TabOrder'#2#0#0#5'TPage'#9'AboutPage'#7'Caption'#6#5'A'
|
||||
+'bout'#11'ClientWidth'#3#133#1#12'ClientHeight'#3#5#1#0#5'TMemo'#9'AboutMemo'
|
||||
+#6'Height'#3#5#1#5'Width'#3#133#1#5'Align'#7#8'alClient'#8'ReadOnly'#9#10'Sc'
|
||||
+'rollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#5'TPage'#16'ContributorsPa'
|
||||
+'ge'#7'Caption'#6#12'Contributors'#11'ClientWidth'#3#133#1#12'ClientHeight'#3
|
||||
+#5#1#0#5'TMemo'#16'ContributorsMemo'#6'Height'#3#5#1#5'Width'#3#133#1#5'Alig'
|
||||
+'n'#7#8'alClient'#8'ReadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2
|
||||
+#0#0#0#0#5'TPage'#20'AcknowledgementsPage'#7'Caption'#6#16'Acknowledgements'
|
||||
+#11'ClientWidth'#3#133#1#12'ClientHeight'#3#5#1#0#5'TMemo'#20'Acknowledgemen'
|
||||
+'tsMemo'#6'Height'#3#5#1#5'Width'#3#133#1#5'Align'#7#8'alClient'#8'ReadOnly'
|
||||
+#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#0#0#0#0#5'TPage'#8'LogoPage'
|
||||
+#7'Caption'#6#8'LogoPage'#11'ClientWidth'#3#129#1#12'ClientHeight'#3#227#0#0
|
||||
+#6'TImage'#9'LogoImage'#6'Height'#3#227#0#5'Width'#3#129#1#5'Align'#7#8'alCl'
|
||||
+'ient'#11'Transparent'#8#0#0#0#0#10'TPopupMenu'#10'PopupMenu1'#4'left'#2#18#3
|
||||
+'top'#3#218#0#0#9'TMenuItem'#16'miVerToClipboard'#7'Caption'#6'%Copy version'
|
||||
+' information to clipboard'#7'OnClick'#7#21'miVerToClipboardClick'#0#0#0#0
|
||||
]);
|
||||
|
@ -27,7 +27,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, FPCAdds, Forms, Controls, Graphics, Dialogs, LResources,
|
||||
StdCtrls, Buttons, LazConf, LazarusIDEStrConsts, ExtCtrls, EnvironmentOpts,
|
||||
Clipbrd, FileUtil;
|
||||
Clipbrd, FileUtil, Menus;
|
||||
|
||||
type
|
||||
|
||||
@ -40,7 +40,9 @@ type
|
||||
Image1: TImage;
|
||||
LogoImage: TImage;
|
||||
LogoPage: TPage;
|
||||
miVerToClipboard: TMenuItem;
|
||||
PlatformLabel: TLabel;
|
||||
PopupMenu1: TPopupMenu;
|
||||
VersionLabel: TLABEL;
|
||||
ContributorsMemo:TMemo;
|
||||
AcknowledgementsMemo:TMemo;
|
||||
@ -50,6 +52,7 @@ type
|
||||
ContributorsPage:TPage;
|
||||
AcknowledgementsPage:TPage;
|
||||
procedure AboutFormCreate(Sender:TObject);
|
||||
procedure miVerToClipboardClick(Sender: TObject);
|
||||
private
|
||||
procedure LoadContributors;
|
||||
procedure LoadAcknowledgements;
|
||||
@ -132,6 +135,8 @@ begin
|
||||
AboutPage.Caption:=lisMenuTemplateAbout;
|
||||
ContributorsPage.Caption:=lisContributors;
|
||||
AcknowledgementsPage.Caption:=lisAcknowledgements;
|
||||
miVerToClipboard.Caption := lisVerToClipboard;
|
||||
|
||||
Constraints.MinWidth:= 600;
|
||||
Constraints.MinHeight:= 300;
|
||||
|
||||
@ -145,6 +150,12 @@ begin
|
||||
CloseButton.Caption:=lisClose;
|
||||
end;
|
||||
|
||||
procedure TAboutForm.miVerToClipboardClick(Sender: TObject);
|
||||
begin
|
||||
Clipboard.AsText := 'v' + LazarusVersionStr + ' r' + LazarusRevisionStr +
|
||||
' ' + PlatformLabel.Caption;
|
||||
end;
|
||||
|
||||
procedure TAboutForm.LoadContributors;
|
||||
var
|
||||
ContributorsFileName: string;
|
||||
|
@ -715,6 +715,7 @@ resourcestring
|
||||
lisPleaseCheckTheCompilerName = 'Please check the compiler name';
|
||||
lisAboutLazarus = 'About Lazarus';
|
||||
lisVersion = 'Version';
|
||||
lisVerToClipboard = 'Copy version information to clipboard';
|
||||
lisDate = 'Date';
|
||||
lisSVNRevision = 'SVN Revision: ';
|
||||
lisClose = '&Close';
|
||||
|
@ -1980,6 +1980,10 @@ msgstr ""
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr ""
|
||||
|
@ -1978,6 +1978,10 @@ msgstr ""
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr ""
|
||||
|
@ -1977,6 +1977,10 @@ msgstr ""
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Copia la selecció al porta-retalls"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Copia paraula abans de no copiar-la"
|
||||
|
@ -1979,6 +1979,10 @@ msgstr "Gewählte Meldungen in die Zwischenablage kopieren"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Auswahl in die Zwischenablage kopieren"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Kopiere Wort wenn nichts ausgewählt"
|
||||
|
@ -1976,6 +1976,10 @@ msgstr "Copiar mensajes seleccionados al portapapeles"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Copiar la selección al portapapeles"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Copiar palabra al copiar ninguna"
|
||||
|
@ -1966,6 +1966,10 @@ msgstr "Kopio valitut kääntäjän viestit leikepöydälle"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Kopio valittu leikepöydälle"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Valitse kopioinnissa kursorin osoittama sana jos muuta ei ole valittu"
|
||||
|
@ -1979,6 +1979,10 @@ msgstr "Copier les messages sélectionnés dans le presse-papier"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Copier la sélection vers le presse-papiers"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Copier le mot si rien à copier"
|
||||
|
@ -1977,6 +1977,10 @@ msgstr ""
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr ""
|
||||
|
@ -1977,6 +1977,10 @@ msgstr "Copy pesan yang dipilih ke clipboard"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Copy pilihan ke clipboard"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Copy kata pada copy kosong"
|
||||
|
@ -1978,6 +1978,10 @@ msgstr "Copia i messaggi selezionati negli appunti"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Copia la selezione negli appunti"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Copia la parola sulla copia nulla"
|
||||
|
@ -1976,6 +1976,10 @@ msgstr "選択したメッセージをクリップボードにコピー"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "選択対象をクリップボードにコピー"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "選択されていなくてもコピー可能に"
|
||||
|
@ -1983,6 +1983,10 @@ msgstr "Kopijuoti pažymėtus pranešimus į iškarpinę"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Pažymėtą kopijuoti į iškarpinę"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Kai kopijuojant nieks nepažymėta- kopijuoti žodį"
|
||||
|
@ -1977,6 +1977,10 @@ msgstr "Kopieer de geselecteerde boodschap naar het klembord"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Kopieer selectie naar klembord"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Kopieer woord asl niets geselecteerd"
|
||||
|
@ -1969,6 +1969,10 @@ msgstr "Copiar mensagens selecionadas para Área de Transferência"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Copiar seleção para Área de Transferência"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Copiar palavra ao tentar copiar nada"
|
||||
|
@ -1981,6 +1981,10 @@ msgstr ""
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Skopiuj zaznaczenie do schowka"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Kopiuj słowo jeśli nic nie wybrano"
|
||||
|
@ -1977,6 +1977,10 @@ msgstr ""
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Skopiuj zaznaczenie do schowka"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Kopiuj s³owo je¶li nic nie wybrano"
|
||||
|
@ -1977,6 +1977,10 @@ msgstr ""
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Skopiuj zaznaczenie do schowka"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Kopiuj s³owo jeœli nic nie wybrano"
|
||||
|
@ -2122,6 +2122,10 @@ msgstr ""
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:lisdate
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
@ -1977,6 +1977,10 @@ msgstr "Копировать выделенные сообщения в буфе
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Копировать выделение в буфер"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Слово при пустом копировании"
|
||||
|
@ -1966,6 +1966,10 @@ msgstr "Копіювати"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "Копіювати вибране у буфер обміну"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "Копіювати слово при порожньому"
|
||||
|
@ -1980,6 +1980,10 @@ msgstr "复制所选的消息到剪切板"
|
||||
msgid "Copy selection to clipboard"
|
||||
msgstr "复制选区到剪切板"
|
||||
|
||||
#: lazarusidestrconsts:lisvertoclipboard
|
||||
msgid "Copy version information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: lazarusidestrconsts:dlgcopywordatcursoroncopynone
|
||||
msgid "Copy word on copy none"
|
||||
msgstr "在没有复制时复制单词"
|
||||
|
Loading…
Reference in New Issue
Block a user