JSONViewer: improved some strings/fixed typos, regenerated translations and updated Russian translation

git-svn-id: trunk@57981 -
This commit is contained in:
maxim 2018-05-20 23:23:16 +00:00
parent 662a81e1a2
commit 1f81cd02d5
19 changed files with 103 additions and 433 deletions

View File

@ -6,16 +6,15 @@ object RestFrame: TRestFrame
ClientHeight = 209
ClientWidth = 568
Constraints.MinHeight = 180
OnClick = FrameClick
TabOrder = 0
DesignLeft = 524
DesignTop = 266
object CBMethod: TComboBox
Left = 72
Height = 29
Height = 23
Top = 4
Width = 100
ItemHeight = 0
ItemHeight = 15
Items.Strings = (
'GET'
'POST'
@ -30,19 +29,19 @@ object RestFrame: TRestFrame
end
object CBURL: TComboBox
Left = 176
Height = 29
Height = 23
Top = 4
Width = 350
Anchors = [akTop, akLeft, akRight]
ItemHeight = 0
ItemHeight = 15
OnKeyPress = CBURLKeyPress
TabOrder = 1
end
object CBUseCurrentTabContent: TCheckBox
Left = 8
Height = 22
Top = 180
Width = 172
Height = 19
Top = 183
Width = 158
Anchors = [akLeft, akBottom]
Caption = 'Use current tab as content'
TabOrder = 2
@ -60,25 +59,23 @@ object RestFrame: TRestFrame
Height = 140
Top = 36
Width = 518
ActivePage = TSRequestContent
ActivePage = TSHeaders
Anchors = [akTop, akLeft, akRight, akBottom]
TabIndex = 1
TabIndex = 0
TabOrder = 4
OnChange = PCRestChange
object TSHeaders: TTabSheet
Caption = 'Request headers'
ClientHeight = 105
ClientWidth = 512
ClientHeight = 112
ClientWidth = 510
object LBHeaders: TListBox
Left = 40
Height = 97
Height = 104
Top = 4
Width = 481
Width = 479
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 0
ScrollWidth = 479
TabOrder = 0
TopIndex = -1
end
object SBAdd: TSpeedButton
Left = 7
@ -127,13 +124,13 @@ object RestFrame: TRestFrame
end
object TSRequestContent: TTabSheet
Caption = 'Request content'
ClientHeight = 105
ClientWidth = 512
ClientHeight = 112
ClientWidth = 510
inline SERequestContent: TSynEdit
Left = 0
Height = 105
Height = 112
Top = 0
Width = 512
Width = 510
Align = alClient
Font.Height = 13
Font.Name = 'DejaVu Sans Mono'
@ -142,7 +139,7 @@ object RestFrame: TRestFrame
ParentColor = False
ParentFont = False
TabOrder = 0
Gutter.Width = 57
Gutter.Width = 55
Gutter.MouseActions = <>
RightGutter.Width = 0
RightGutter.MouseActions = <>
@ -599,7 +596,7 @@ object RestFrame: TRestFrame
MouseActions = <>
end
object SynGutterLineNumber1: TSynGutterLineNumber
Width = 17
Width = 15
MouseActions = <>
MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone
@ -643,7 +640,6 @@ object RestFrame: TRestFrame
ItemHeight = 0
ScrollWidth = 510
TabOrder = 0
TopIndex = -1
end
object LHTTPStatus: TLabel
Left = 0
@ -703,7 +699,7 @@ object RestFrame: TRestFrame
end
object AAuthentication: TAction
Category = 'Headers'
Caption = 'AAuthentication'
Caption = 'HTTP Basic authentication'
Hint = 'HTTP Basic authentication'
ImageIndex = 3
OnExecute = AAuthenticationExecute

View File

@ -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":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":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":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..."}
]}

View File

@ -86,8 +86,6 @@ type
procedure ASendExecute(Sender: TObject);
procedure ASendUpdate(Sender: TObject);
procedure CBURLKeyPress(Sender: TObject; var Key: char);
procedure FrameClick(Sender: TObject);
procedure PCRestChange(Sender: TObject);
private
FFavourites: TRequestDataList;
FOnContentReceived: TRestRequest;
@ -203,16 +201,6 @@ begin
ExecuteRequest;
end;
procedure TRestFrame.FrameClick(Sender: TObject);
begin
end;
procedure TRestFrame.PCRestChange(Sender: TObject);
begin
end;
Function TRestFrame.GetURL : String;
Var

View File

@ -4,7 +4,7 @@ object MainForm: TMainForm
Top = 125
Width = 695
Caption = 'JSON Viewer'
ClientHeight = 486
ClientHeight = 489
ClientWidth = 695
Icon.Data = {
7E04000000000100010010100000010020006804000016000000280000001000
@ -140,7 +140,7 @@ object MainForm: TMainForm
object TBShowRest: TToolButton
Left = 293
Top = 2
Caption = 'TBShowRest'
Caption = 'Show &REST query'
ImageIndex = 18
OnClick = TBShowRestClick
Style = tbsCheck
@ -148,7 +148,7 @@ object MainForm: TMainForm
end
object PCJSON: TPageControl
Left = 0
Height = 460
Height = 463
Top = 26
Width = 695
Align = alClient
@ -468,7 +468,6 @@ object MainForm: TMainForm
object MFavourites: TMenuItem
Caption = 'Favourites'
Visible = False
OnClick = MFavouritesClick
object MenuItem15: TMenuItem
Action = AAddToFavourites
end

View File

@ -3,7 +3,7 @@
{"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":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":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"},

View File

@ -223,7 +223,6 @@ type
procedure FormDestroy(Sender: TObject);
procedure FormShow(Sender: TObject);
procedure HaveData(Sender: TObject);
procedure MFavouritesClick(Sender: TObject);
procedure MIAllowTrailingCommaClick(Sender: TObject);
procedure MIAllowCommentsClick(Sender: TObject);
procedure MICompactClick(Sender: TObject);
@ -1538,10 +1537,6 @@ begin
MFavourites.Add(A);
end;
procedure TMainForm.MFavouritesClick(Sender: TObject);
begin
end;
procedure TMainForm.MIAllowTrailingCommaClick(Sender: TObject);
begin
{$IF FPC_FULLVERSION>=30002}

View File

@ -114,11 +114,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -181,26 +176,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -448,7 +423,7 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -517,10 +492,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -112,11 +112,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -179,26 +174,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -446,7 +421,7 @@ msgid "TBJSON"
msgstr ""
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -515,10 +490,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -111,11 +111,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -178,26 +173,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -445,7 +420,7 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -514,10 +489,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -103,11 +103,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -170,27 +165,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -439,7 +413,7 @@ msgid "TBJSON"
msgstr ""
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -508,10 +482,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -110,11 +110,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -177,27 +172,6 @@ msgstr "Aperçu"
msgid "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
msgid "Request header"
msgstr ""
@ -446,7 +420,7 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -515,10 +489,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -113,11 +113,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -180,27 +175,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -449,7 +423,7 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -518,10 +492,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -114,11 +114,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -181,26 +176,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -448,7 +423,7 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -517,10 +492,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -114,11 +114,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -181,27 +176,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -450,7 +424,7 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -519,10 +493,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -97,11 +97,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -164,26 +159,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -430,7 +405,7 @@ msgid "TBJSON"
msgstr ""
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -499,10 +474,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -113,11 +113,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -180,27 +175,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -448,7 +422,7 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -517,10 +491,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -107,21 +107,16 @@ msgstr "Визуальное представление"
#: tauthenticationform.caption
msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
msgstr "Проверка подлинности HTTP"
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
msgstr ""
msgstr "&Имя пользователя"
#: tauthenticationform.lepassword.caption
msgid "&Password"
msgstr ""
msgstr "&Пароль"
#: tcreatecodeform.caption
msgctxt "tcreatecodeform.caption"
@ -176,46 +171,23 @@ msgstr "Предварительный просмотр"
msgid "Options"
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
msgid "Request header"
msgstr ""
msgstr "Заголовок запроса"
#: theaderform.lcbname.caption
#, fuzzy
msgctxt "theaderform.lcbname.caption"
msgid "&Name"
msgstr "&Имя"
#: theaderform.lcbvalue.caption
#, fuzzy
msgctxt "theaderform.lcbvalue.caption"
msgid "&Value"
msgstr "&Значение"
#: tmainform.aaddtofavourites.caption
msgid "Add request to favourites"
msgstr ""
msgstr "Добавить запрос в избранное"
#: tmainform.aclose.caption
msgid "&Close"
@ -389,7 +361,7 @@ msgstr "&Правка"
#: tmainform.mfavourites.caption
msgid "Favourites"
msgstr ""
msgstr "Избранное"
#: tmainform.mfile.caption
msgid "&File"
@ -445,8 +417,8 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgstr ""
msgid "Show &REST query"
msgstr "Показать запрос &REST"
#: tmainform.toolbutton1.caption
msgid "ToolButton1"
@ -502,83 +474,85 @@ msgstr "&Значение"
#: trestframe.aaddheader.caption
msgctxt "trestframe.aaddheader.caption"
msgid "Add Header"
msgstr ""
msgstr "Добавить заголовок"
#: trestframe.aaddheader.hint
msgctxt "trestframe.aaddheader.hint"
msgid "Add Header"
msgstr ""
msgstr "Добавить заголовок"
#: trestframe.aaddtofavourites.caption
msgid "Add to favourites..."
msgstr ""
msgstr "Добавить в избранное..."
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgstr ""
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr "Базовая проверка подлинности HTTP"
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""
msgstr "Базовая проверка подлинности HTTP"
#: trestframe.adeleteheader.caption
msgctxt "trestframe.adeleteheader.caption"
msgid "Delete Header"
msgstr ""
msgstr "Удалить заголовок"
#: trestframe.adeleteheader.hint
msgctxt "trestframe.adeleteheader.hint"
msgid "Delete Header"
msgstr ""
msgstr "Удалить заголовок"
#: trestframe.aeditheader.caption
msgctxt "trestframe.aeditheader.caption"
msgid "Edit Header"
msgstr ""
msgstr "Редактировать заголовок"
#: trestframe.aeditheader.hint
msgctxt "trestframe.aeditheader.hint"
msgid "Edit Header"
msgstr ""
msgstr "Редактировать заголовок"
#: trestframe.asend.caption
msgid "&Send"
msgstr ""
msgstr "О&тправить"
#: trestframe.asend.hint
msgid "Send request"
msgstr ""
msgstr "Отправить запрос"
#: trestframe.cbusecurrenttabcontent.caption
msgctxt "trestframe.cbusecurrenttabcontent.caption"
msgid "Use current tab as content"
msgstr ""
msgstr "Использовать текущую вкладку в качестве содержимого"
#: trestframe.lhttpstatus.caption
msgid "HTTP"
msgstr ""
msgstr "HTTP"
#: trestframe.tsheaders.caption
msgid "Request headers"
msgstr ""
msgstr "Заголовки запроса"
#: trestframe.tsrequestcontent.caption
msgid "Request content"
msgstr ""
msgstr "Содержимое запроса"
#: trestframe.tsresult.caption
msgid "Request result"
msgstr ""
msgstr "Результат запроса"
#: tsaverequestdataform.caption
msgid "Save request data as favourite"
msgstr ""
msgstr "Сохранить данные запроса как избранное"
#: tsaverequestdataform.cbsavecontent.caption
msgid "Save request content"
msgstr ""
msgstr "Сохранить содержимое запроса"
#: tsaverequestdataform.label1.caption
msgid "Name"
msgstr ""
msgstr "Имя"

View File

@ -111,11 +111,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -178,27 +173,6 @@ msgstr "Попередній перегляд"
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -447,7 +421,7 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -516,10 +490,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""

View File

@ -114,11 +114,6 @@ msgctxt "tauthenticationform.caption"
msgid "HTTP Authentication"
msgstr ""
#: tauthenticationform.epassword.text
msgctxt "tauthenticationform.epassword.text"
msgid "EPassword"
msgstr ""
#: tauthenticationform.lcbusername.caption
msgctxt "tauthenticationform.lcbusername.caption"
msgid "&Username"
@ -181,26 +176,6 @@ msgstr ""
msgid "Options"
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
msgid "Request header"
msgstr ""
@ -447,7 +422,7 @@ msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.tbshowrest.caption
msgid "TBShowRest"
msgid "Show &REST query"
msgstr ""
#: tmainform.toolbutton1.caption
@ -516,10 +491,12 @@ msgid "Add to favourites..."
msgstr ""
#: trestframe.aauthentication.caption
msgid "AAuthentication"
msgctxt "trestframe.aauthentication.caption"
msgid "HTTP Basic authentication"
msgstr ""
#: trestframe.aauthentication.hint
msgctxt "trestframe.aauthentication.hint"
msgid "HTTP Basic authentication"
msgstr ""