mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:59:39 +02:00
JSONViewer: improved some strings/fixed typos, regenerated translations and updated Russian translation
git-svn-id: trunk@57981 -
This commit is contained in:
parent
662a81e1a2
commit
1f81cd02d5
@ -6,16 +6,15 @@ object RestFrame: TRestFrame
|
|||||||
ClientHeight = 209
|
ClientHeight = 209
|
||||||
ClientWidth = 568
|
ClientWidth = 568
|
||||||
Constraints.MinHeight = 180
|
Constraints.MinHeight = 180
|
||||||
OnClick = FrameClick
|
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
DesignLeft = 524
|
DesignLeft = 524
|
||||||
DesignTop = 266
|
DesignTop = 266
|
||||||
object CBMethod: TComboBox
|
object CBMethod: TComboBox
|
||||||
Left = 72
|
Left = 72
|
||||||
Height = 29
|
Height = 23
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 100
|
Width = 100
|
||||||
ItemHeight = 0
|
ItemHeight = 15
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'GET'
|
'GET'
|
||||||
'POST'
|
'POST'
|
||||||
@ -30,19 +29,19 @@ object RestFrame: TRestFrame
|
|||||||
end
|
end
|
||||||
object CBURL: TComboBox
|
object CBURL: TComboBox
|
||||||
Left = 176
|
Left = 176
|
||||||
Height = 29
|
Height = 23
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 350
|
Width = 350
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
ItemHeight = 0
|
ItemHeight = 15
|
||||||
OnKeyPress = CBURLKeyPress
|
OnKeyPress = CBURLKeyPress
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object CBUseCurrentTabContent: TCheckBox
|
object CBUseCurrentTabContent: TCheckBox
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 180
|
Top = 183
|
||||||
Width = 172
|
Width = 158
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
Caption = 'Use current tab as content'
|
Caption = 'Use current tab as content'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -60,25 +59,23 @@ object RestFrame: TRestFrame
|
|||||||
Height = 140
|
Height = 140
|
||||||
Top = 36
|
Top = 36
|
||||||
Width = 518
|
Width = 518
|
||||||
ActivePage = TSRequestContent
|
ActivePage = TSHeaders
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
TabIndex = 1
|
TabIndex = 0
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
OnChange = PCRestChange
|
|
||||||
object TSHeaders: TTabSheet
|
object TSHeaders: TTabSheet
|
||||||
Caption = 'Request headers'
|
Caption = 'Request headers'
|
||||||
ClientHeight = 105
|
ClientHeight = 112
|
||||||
ClientWidth = 512
|
ClientWidth = 510
|
||||||
object LBHeaders: TListBox
|
object LBHeaders: TListBox
|
||||||
Left = 40
|
Left = 40
|
||||||
Height = 97
|
Height = 104
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 481
|
Width = 479
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
ItemHeight = 0
|
ItemHeight = 0
|
||||||
ScrollWidth = 479
|
ScrollWidth = 479
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TopIndex = -1
|
|
||||||
end
|
end
|
||||||
object SBAdd: TSpeedButton
|
object SBAdd: TSpeedButton
|
||||||
Left = 7
|
Left = 7
|
||||||
@ -127,13 +124,13 @@ object RestFrame: TRestFrame
|
|||||||
end
|
end
|
||||||
object TSRequestContent: TTabSheet
|
object TSRequestContent: TTabSheet
|
||||||
Caption = 'Request content'
|
Caption = 'Request content'
|
||||||
ClientHeight = 105
|
ClientHeight = 112
|
||||||
ClientWidth = 512
|
ClientWidth = 510
|
||||||
inline SERequestContent: TSynEdit
|
inline SERequestContent: TSynEdit
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 105
|
Height = 112
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 512
|
Width = 510
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Font.Height = 13
|
Font.Height = 13
|
||||||
Font.Name = 'DejaVu Sans Mono'
|
Font.Name = 'DejaVu Sans Mono'
|
||||||
@ -142,7 +139,7 @@ object RestFrame: TRestFrame
|
|||||||
ParentColor = False
|
ParentColor = False
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Gutter.Width = 57
|
Gutter.Width = 55
|
||||||
Gutter.MouseActions = <>
|
Gutter.MouseActions = <>
|
||||||
RightGutter.Width = 0
|
RightGutter.Width = 0
|
||||||
RightGutter.MouseActions = <>
|
RightGutter.MouseActions = <>
|
||||||
@ -599,7 +596,7 @@ object RestFrame: TRestFrame
|
|||||||
MouseActions = <>
|
MouseActions = <>
|
||||||
end
|
end
|
||||||
object SynGutterLineNumber1: TSynGutterLineNumber
|
object SynGutterLineNumber1: TSynGutterLineNumber
|
||||||
Width = 17
|
Width = 15
|
||||||
MouseActions = <>
|
MouseActions = <>
|
||||||
MarkupInfo.Background = clBtnFace
|
MarkupInfo.Background = clBtnFace
|
||||||
MarkupInfo.Foreground = clNone
|
MarkupInfo.Foreground = clNone
|
||||||
@ -643,7 +640,6 @@ object RestFrame: TRestFrame
|
|||||||
ItemHeight = 0
|
ItemHeight = 0
|
||||||
ScrollWidth = 510
|
ScrollWidth = 510
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TopIndex = -1
|
|
||||||
end
|
end
|
||||||
object LHTTPStatus: TLabel
|
object LHTTPStatus: TLabel
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -703,7 +699,7 @@ object RestFrame: TRestFrame
|
|||||||
end
|
end
|
||||||
object AAuthentication: TAction
|
object AAuthentication: TAction
|
||||||
Category = 'Headers'
|
Category = 'Headers'
|
||||||
Caption = 'AAuthentication'
|
Caption = 'HTTP Basic authentication'
|
||||||
Hint = 'HTTP Basic authentication'
|
Hint = 'HTTP Basic authentication'
|
||||||
ImageIndex = 3
|
ImageIndex = 3
|
||||||
OnExecute = AAuthenticationExecute
|
OnExecute = AAuthenticationExecute
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
{"hash":237613298,"name":"trestframe.adeleteheader.hint","sourcebytes":[68,101,108,101,116,101,32,72,101,97,100,101,114],"value":"Delete Header"},
|
{"hash":237613298,"name":"trestframe.adeleteheader.hint","sourcebytes":[68,101,108,101,116,101,32,72,101,97,100,101,114],"value":"Delete Header"},
|
||||||
{"hash":2858052,"name":"trestframe.asend.caption","sourcebytes":[38,83,101,110,100],"value":"&Send"},
|
{"hash":2858052,"name":"trestframe.asend.caption","sourcebytes":[38,83,101,110,100],"value":"&Send"},
|
||||||
{"hash":223673044,"name":"trestframe.asend.hint","sourcebytes":[83,101,110,100,32,114,101,113,117,101,115,116],"value":"Send request"},
|
{"hash":223673044,"name":"trestframe.asend.hint","sourcebytes":[83,101,110,100,32,114,101,113,117,101,115,116],"value":"Send request"},
|
||||||
{"hash":53981310,"name":"trestframe.aauthentication.caption","sourcebytes":[65,65,117,116,104,101,110,116,105,99,97,116,105,111,110],"value":"AAuthentication"},
|
{"hash":103840190,"name":"trestframe.aauthentication.caption","sourcebytes":[72,84,84,80,32,66,97,115,105,99,32,97,117,116,104,101,110,116,105,99,97,116,105,111,110],"value":"HTTP Basic authentication"},
|
||||||
{"hash":103840190,"name":"trestframe.aauthentication.hint","sourcebytes":[72,84,84,80,32,66,97,115,105,99,32,97,117,116,104,101,110,116,105,99,97,116,105,111,110],"value":"HTTP Basic authentication"},
|
{"hash":103840190,"name":"trestframe.aauthentication.hint","sourcebytes":[72,84,84,80,32,66,97,115,105,99,32,97,117,116,104,101,110,116,105,99,97,116,105,111,110],"value":"HTTP Basic authentication"},
|
||||||
{"hash":104897198,"name":"trestframe.aaddtofavourites.caption","sourcebytes":[65,100,100,32,116,111,32,102,97,118,111,117,114,105,116,101,115,46,46,46],"value":"Add to favourites..."}
|
{"hash":104897198,"name":"trestframe.aaddtofavourites.caption","sourcebytes":[65,100,100,32,116,111,32,102,97,118,111,117,114,105,116,101,115,46,46,46],"value":"Add to favourites..."}
|
||||||
]}
|
]}
|
||||||
|
@ -86,8 +86,6 @@ type
|
|||||||
procedure ASendExecute(Sender: TObject);
|
procedure ASendExecute(Sender: TObject);
|
||||||
procedure ASendUpdate(Sender: TObject);
|
procedure ASendUpdate(Sender: TObject);
|
||||||
procedure CBURLKeyPress(Sender: TObject; var Key: char);
|
procedure CBURLKeyPress(Sender: TObject; var Key: char);
|
||||||
procedure FrameClick(Sender: TObject);
|
|
||||||
procedure PCRestChange(Sender: TObject);
|
|
||||||
private
|
private
|
||||||
FFavourites: TRequestDataList;
|
FFavourites: TRequestDataList;
|
||||||
FOnContentReceived: TRestRequest;
|
FOnContentReceived: TRestRequest;
|
||||||
@ -203,16 +201,6 @@ begin
|
|||||||
ExecuteRequest;
|
ExecuteRequest;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TRestFrame.FrameClick(Sender: TObject);
|
|
||||||
begin
|
|
||||||
|
|
||||||
end;
|
|
||||||
|
|
||||||
procedure TRestFrame.PCRestChange(Sender: TObject);
|
|
||||||
begin
|
|
||||||
|
|
||||||
end;
|
|
||||||
|
|
||||||
Function TRestFrame.GetURL : String;
|
Function TRestFrame.GetURL : String;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
|
@ -4,7 +4,7 @@ object MainForm: TMainForm
|
|||||||
Top = 125
|
Top = 125
|
||||||
Width = 695
|
Width = 695
|
||||||
Caption = 'JSON Viewer'
|
Caption = 'JSON Viewer'
|
||||||
ClientHeight = 486
|
ClientHeight = 489
|
||||||
ClientWidth = 695
|
ClientWidth = 695
|
||||||
Icon.Data = {
|
Icon.Data = {
|
||||||
7E04000000000100010010100000010020006804000016000000280000001000
|
7E04000000000100010010100000010020006804000016000000280000001000
|
||||||
@ -140,7 +140,7 @@ object MainForm: TMainForm
|
|||||||
object TBShowRest: TToolButton
|
object TBShowRest: TToolButton
|
||||||
Left = 293
|
Left = 293
|
||||||
Top = 2
|
Top = 2
|
||||||
Caption = 'TBShowRest'
|
Caption = 'Show &REST query'
|
||||||
ImageIndex = 18
|
ImageIndex = 18
|
||||||
OnClick = TBShowRestClick
|
OnClick = TBShowRestClick
|
||||||
Style = tbsCheck
|
Style = tbsCheck
|
||||||
@ -148,7 +148,7 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
object PCJSON: TPageControl
|
object PCJSON: TPageControl
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 460
|
Height = 463
|
||||||
Top = 26
|
Top = 26
|
||||||
Width = 695
|
Width = 695
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -468,7 +468,6 @@ object MainForm: TMainForm
|
|||||||
object MFavourites: TMenuItem
|
object MFavourites: TMenuItem
|
||||||
Caption = 'Favourites'
|
Caption = 'Favourites'
|
||||||
Visible = False
|
Visible = False
|
||||||
OnClick = MFavouritesClick
|
|
||||||
object MenuItem15: TMenuItem
|
object MenuItem15: TMenuItem
|
||||||
Action = AAddToFavourites
|
Action = AAddToFavourites
|
||||||
end
|
end
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{"hash":92731454,"name":"tmainform.tbjson.caption","sourcebytes":[84,66,74,83,79,78],"value":"TBJSON"},
|
{"hash":92731454,"name":"tmainform.tbjson.caption","sourcebytes":[84,66,74,83,79,78],"value":"TBJSON"},
|
||||||
{"hash":160486420,"name":"tmainform.toolbutton4.caption","sourcebytes":[84,111,111,108,66,117,116,116,111,110,52],"value":"ToolButton4"},
|
{"hash":160486420,"name":"tmainform.toolbutton4.caption","sourcebytes":[84,111,111,108,66,117,116,116,111,110,52],"value":"ToolButton4"},
|
||||||
{"hash":160486417,"name":"tmainform.toolbutton1.caption","sourcebytes":[84,111,111,108,66,117,116,116,111,110,49],"value":"ToolButton1"},
|
{"hash":160486417,"name":"tmainform.toolbutton1.caption","sourcebytes":[84,111,111,108,66,117,116,116,111,110,49],"value":"ToolButton1"},
|
||||||
{"hash":258542388,"name":"tmainform.tbshowrest.caption","sourcebytes":[84,66,83,104,111,119,82,101,115,116],"value":"TBShowRest"},
|
{"hash":257313145,"name":"tmainform.tbshowrest.caption","sourcebytes":[83,104,111,119,32,38,82,69,83,84,32,113,117,101,114,121],"value":"Show &REST query"},
|
||||||
{"hash":177351,"name":"tmainform.anew.caption","sourcebytes":[38,78,101,119],"value":"&New"},
|
{"hash":177351,"name":"tmainform.anew.caption","sourcebytes":[38,78,101,119],"value":"&New"},
|
||||||
{"hash":158092548,"name":"tmainform.anew.hint","sourcebytes":[67,114,101,97,116,101,32,110,101,119,32,74,83,79,78,32,100,111,99,117,109,101,110,116],"value":"Create new JSON document"},
|
{"hash":158092548,"name":"tmainform.anew.hint","sourcebytes":[67,114,101,97,116,101,32,110,101,119,32,74,83,79,78,32,100,111,99,117,109,101,110,116],"value":"Create new JSON document"},
|
||||||
{"hash":2844350,"name":"tmainform.aopen.caption","sourcebytes":[38,79,112,101,110],"value":"&Open"},
|
{"hash":2844350,"name":"tmainform.aopen.caption","sourcebytes":[38,79,112,101,110],"value":"&Open"},
|
||||||
|
@ -223,7 +223,6 @@ type
|
|||||||
procedure FormDestroy(Sender: TObject);
|
procedure FormDestroy(Sender: TObject);
|
||||||
procedure FormShow(Sender: TObject);
|
procedure FormShow(Sender: TObject);
|
||||||
procedure HaveData(Sender: TObject);
|
procedure HaveData(Sender: TObject);
|
||||||
procedure MFavouritesClick(Sender: TObject);
|
|
||||||
procedure MIAllowTrailingCommaClick(Sender: TObject);
|
procedure MIAllowTrailingCommaClick(Sender: TObject);
|
||||||
procedure MIAllowCommentsClick(Sender: TObject);
|
procedure MIAllowCommentsClick(Sender: TObject);
|
||||||
procedure MICompactClick(Sender: TObject);
|
procedure MICompactClick(Sender: TObject);
|
||||||
@ -1538,10 +1537,6 @@ begin
|
|||||||
MFavourites.Add(A);
|
MFavourites.Add(A);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TMainForm.MFavouritesClick(Sender: TObject);
|
|
||||||
begin
|
|
||||||
end;
|
|
||||||
|
|
||||||
procedure TMainForm.MIAllowTrailingCommaClick(Sender: TObject);
|
procedure TMainForm.MIAllowTrailingCommaClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
{$IF FPC_FULLVERSION>=30002}
|
{$IF FPC_FULLVERSION>=30002}
|
||||||
|
@ -114,11 +114,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -181,26 +176,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -448,7 +423,7 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -517,10 +492,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -112,11 +112,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -179,26 +174,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -446,7 +421,7 @@ msgid "TBJSON"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -515,10 +490,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -111,11 +111,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -178,26 +173,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -445,7 +420,7 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -514,10 +489,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -103,11 +103,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -170,27 +165,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
#, fuzzy
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr "Arvo"
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -439,7 +413,7 @@ msgid "TBJSON"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -508,10 +482,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -110,11 +110,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -177,27 +172,6 @@ msgstr "Aperçu"
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr "Options"
|
msgstr "Options"
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
#, fuzzy
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr "&Valeur"
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -446,7 +420,7 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -515,10 +489,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -113,11 +113,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -180,27 +175,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
#, fuzzy
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr "É&rték"
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -449,7 +423,7 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -518,10 +492,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -114,11 +114,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -181,26 +176,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -448,7 +423,7 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -517,10 +492,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -114,11 +114,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -181,27 +176,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
#, fuzzy
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr "&Vertė"
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -450,7 +424,7 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -519,10 +493,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -97,11 +97,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -164,26 +159,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -430,7 +405,7 @@ msgid "TBJSON"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -499,10 +474,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -113,11 +113,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -180,27 +175,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
#, fuzzy
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr "&Valor"
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -448,7 +422,7 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -517,10 +491,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -107,21 +107,16 @@ msgstr "Визуальное представление"
|
|||||||
#: tauthenticationform.caption
|
#: tauthenticationform.caption
|
||||||
msgctxt "tauthenticationform.caption"
|
msgctxt "tauthenticationform.caption"
|
||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr "Проверка подлинности HTTP"
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
msgstr ""
|
msgstr "&Имя пользователя"
|
||||||
|
|
||||||
#: tauthenticationform.lepassword.caption
|
#: tauthenticationform.lepassword.caption
|
||||||
msgid "&Password"
|
msgid "&Password"
|
||||||
msgstr ""
|
msgstr "&Пароль"
|
||||||
|
|
||||||
#: tcreatecodeform.caption
|
#: tcreatecodeform.caption
|
||||||
msgctxt "tcreatecodeform.caption"
|
msgctxt "tcreatecodeform.caption"
|
||||||
@ -176,46 +171,23 @@ msgstr "Предварительный просмотр"
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr "Параметры"
|
msgstr "Параметры"
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
#, fuzzy
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr "&Значение"
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr "Заголовок запроса"
|
||||||
|
|
||||||
#: theaderform.lcbname.caption
|
#: theaderform.lcbname.caption
|
||||||
#, fuzzy
|
|
||||||
msgctxt "theaderform.lcbname.caption"
|
msgctxt "theaderform.lcbname.caption"
|
||||||
msgid "&Name"
|
msgid "&Name"
|
||||||
msgstr "&Имя"
|
msgstr "&Имя"
|
||||||
|
|
||||||
#: theaderform.lcbvalue.caption
|
#: theaderform.lcbvalue.caption
|
||||||
#, fuzzy
|
|
||||||
msgctxt "theaderform.lcbvalue.caption"
|
msgctxt "theaderform.lcbvalue.caption"
|
||||||
msgid "&Value"
|
msgid "&Value"
|
||||||
msgstr "&Значение"
|
msgstr "&Значение"
|
||||||
|
|
||||||
#: tmainform.aaddtofavourites.caption
|
#: tmainform.aaddtofavourites.caption
|
||||||
msgid "Add request to favourites"
|
msgid "Add request to favourites"
|
||||||
msgstr ""
|
msgstr "Добавить запрос в избранное"
|
||||||
|
|
||||||
#: tmainform.aclose.caption
|
#: tmainform.aclose.caption
|
||||||
msgid "&Close"
|
msgid "&Close"
|
||||||
@ -389,7 +361,7 @@ msgstr "&Правка"
|
|||||||
|
|
||||||
#: tmainform.mfavourites.caption
|
#: tmainform.mfavourites.caption
|
||||||
msgid "Favourites"
|
msgid "Favourites"
|
||||||
msgstr ""
|
msgstr "Избранное"
|
||||||
|
|
||||||
#: tmainform.mfile.caption
|
#: tmainform.mfile.caption
|
||||||
msgid "&File"
|
msgid "&File"
|
||||||
@ -445,8 +417,8 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr "Показать запрос &REST"
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
msgid "ToolButton1"
|
msgid "ToolButton1"
|
||||||
@ -502,83 +474,85 @@ msgstr "&Значение"
|
|||||||
#: trestframe.aaddheader.caption
|
#: trestframe.aaddheader.caption
|
||||||
msgctxt "trestframe.aaddheader.caption"
|
msgctxt "trestframe.aaddheader.caption"
|
||||||
msgid "Add Header"
|
msgid "Add Header"
|
||||||
msgstr ""
|
msgstr "Добавить заголовок"
|
||||||
|
|
||||||
#: trestframe.aaddheader.hint
|
#: trestframe.aaddheader.hint
|
||||||
msgctxt "trestframe.aaddheader.hint"
|
msgctxt "trestframe.aaddheader.hint"
|
||||||
msgid "Add Header"
|
msgid "Add Header"
|
||||||
msgstr ""
|
msgstr "Добавить заголовок"
|
||||||
|
|
||||||
#: trestframe.aaddtofavourites.caption
|
#: trestframe.aaddtofavourites.caption
|
||||||
msgid "Add to favourites..."
|
msgid "Add to favourites..."
|
||||||
msgstr ""
|
msgstr "Добавить в избранное..."
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
msgstr ""
|
msgid "HTTP Basic authentication"
|
||||||
|
msgstr "Базовая проверка подлинности HTTP"
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr "Базовая проверка подлинности HTTP"
|
||||||
|
|
||||||
#: trestframe.adeleteheader.caption
|
#: trestframe.adeleteheader.caption
|
||||||
msgctxt "trestframe.adeleteheader.caption"
|
msgctxt "trestframe.adeleteheader.caption"
|
||||||
msgid "Delete Header"
|
msgid "Delete Header"
|
||||||
msgstr ""
|
msgstr "Удалить заголовок"
|
||||||
|
|
||||||
#: trestframe.adeleteheader.hint
|
#: trestframe.adeleteheader.hint
|
||||||
msgctxt "trestframe.adeleteheader.hint"
|
msgctxt "trestframe.adeleteheader.hint"
|
||||||
msgid "Delete Header"
|
msgid "Delete Header"
|
||||||
msgstr ""
|
msgstr "Удалить заголовок"
|
||||||
|
|
||||||
#: trestframe.aeditheader.caption
|
#: trestframe.aeditheader.caption
|
||||||
msgctxt "trestframe.aeditheader.caption"
|
msgctxt "trestframe.aeditheader.caption"
|
||||||
msgid "Edit Header"
|
msgid "Edit Header"
|
||||||
msgstr ""
|
msgstr "Редактировать заголовок"
|
||||||
|
|
||||||
#: trestframe.aeditheader.hint
|
#: trestframe.aeditheader.hint
|
||||||
msgctxt "trestframe.aeditheader.hint"
|
msgctxt "trestframe.aeditheader.hint"
|
||||||
msgid "Edit Header"
|
msgid "Edit Header"
|
||||||
msgstr ""
|
msgstr "Редактировать заголовок"
|
||||||
|
|
||||||
#: trestframe.asend.caption
|
#: trestframe.asend.caption
|
||||||
msgid "&Send"
|
msgid "&Send"
|
||||||
msgstr ""
|
msgstr "О&тправить"
|
||||||
|
|
||||||
#: trestframe.asend.hint
|
#: trestframe.asend.hint
|
||||||
msgid "Send request"
|
msgid "Send request"
|
||||||
msgstr ""
|
msgstr "Отправить запрос"
|
||||||
|
|
||||||
#: trestframe.cbusecurrenttabcontent.caption
|
#: trestframe.cbusecurrenttabcontent.caption
|
||||||
msgctxt "trestframe.cbusecurrenttabcontent.caption"
|
msgctxt "trestframe.cbusecurrenttabcontent.caption"
|
||||||
msgid "Use current tab as content"
|
msgid "Use current tab as content"
|
||||||
msgstr ""
|
msgstr "Использовать текущую вкладку в качестве содержимого"
|
||||||
|
|
||||||
#: trestframe.lhttpstatus.caption
|
#: trestframe.lhttpstatus.caption
|
||||||
msgid "HTTP"
|
msgid "HTTP"
|
||||||
msgstr ""
|
msgstr "HTTP"
|
||||||
|
|
||||||
#: trestframe.tsheaders.caption
|
#: trestframe.tsheaders.caption
|
||||||
msgid "Request headers"
|
msgid "Request headers"
|
||||||
msgstr ""
|
msgstr "Заголовки запроса"
|
||||||
|
|
||||||
#: trestframe.tsrequestcontent.caption
|
#: trestframe.tsrequestcontent.caption
|
||||||
msgid "Request content"
|
msgid "Request content"
|
||||||
msgstr ""
|
msgstr "Содержимое запроса"
|
||||||
|
|
||||||
#: trestframe.tsresult.caption
|
#: trestframe.tsresult.caption
|
||||||
msgid "Request result"
|
msgid "Request result"
|
||||||
msgstr ""
|
msgstr "Результат запроса"
|
||||||
|
|
||||||
#: tsaverequestdataform.caption
|
#: tsaverequestdataform.caption
|
||||||
msgid "Save request data as favourite"
|
msgid "Save request data as favourite"
|
||||||
msgstr ""
|
msgstr "Сохранить данные запроса как избранное"
|
||||||
|
|
||||||
#: tsaverequestdataform.cbsavecontent.caption
|
#: tsaverequestdataform.cbsavecontent.caption
|
||||||
msgid "Save request content"
|
msgid "Save request content"
|
||||||
msgstr ""
|
msgstr "Сохранить содержимое запроса"
|
||||||
|
|
||||||
#: tsaverequestdataform.label1.caption
|
#: tsaverequestdataform.label1.caption
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr ""
|
msgstr "Имя"
|
||||||
|
|
||||||
|
@ -111,11 +111,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -178,27 +173,6 @@ msgstr "Попередній перегляд"
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr "Параметри"
|
msgstr "Параметри"
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
#, fuzzy
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr "&Значення"
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -447,7 +421,7 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -516,10 +490,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -114,11 +114,6 @@ msgctxt "tauthenticationform.caption"
|
|||||||
msgid "HTTP Authentication"
|
msgid "HTTP Authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tauthenticationform.epassword.text
|
|
||||||
msgctxt "tauthenticationform.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tauthenticationform.lcbusername.caption
|
#: tauthenticationform.lcbusername.caption
|
||||||
msgctxt "tauthenticationform.lcbusername.caption"
|
msgctxt "tauthenticationform.lcbusername.caption"
|
||||||
msgid "&Username"
|
msgid "&Username"
|
||||||
@ -181,26 +176,6 @@ msgstr ""
|
|||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tform1.caption
|
|
||||||
msgctxt "tform1.caption"
|
|
||||||
msgid "AuthenticationForm"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.epassword.text
|
|
||||||
msgctxt "tform1.epassword.text"
|
|
||||||
msgid "EPassword"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbusername.caption
|
|
||||||
msgctxt "tform1.lcbusername.caption"
|
|
||||||
msgid "&Username"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: tform1.lcbvalue.caption
|
|
||||||
msgctxt "tform1.lcbvalue.caption"
|
|
||||||
msgid "&Value"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: theaderform.caption
|
#: theaderform.caption
|
||||||
msgid "Request header"
|
msgid "Request header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -447,7 +422,7 @@ msgid "TBJSON"
|
|||||||
msgstr "TBJSON"
|
msgstr "TBJSON"
|
||||||
|
|
||||||
#: tmainform.tbshowrest.caption
|
#: tmainform.tbshowrest.caption
|
||||||
msgid "TBShowRest"
|
msgid "Show &REST query"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tmainform.toolbutton1.caption
|
#: tmainform.toolbutton1.caption
|
||||||
@ -516,10 +491,12 @@ msgid "Add to favourites..."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.caption
|
#: trestframe.aauthentication.caption
|
||||||
msgid "AAuthentication"
|
msgctxt "trestframe.aauthentication.caption"
|
||||||
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: trestframe.aauthentication.hint
|
#: trestframe.aauthentication.hint
|
||||||
|
msgctxt "trestframe.aauthentication.hint"
|
||||||
msgid "HTTP Basic authentication"
|
msgid "HTTP Basic authentication"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user