mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-06 23:09:35 +01:00
Pas2JS: fixed new Pas2JS project options form layout, improved i18n, regenerated translations and updated Russian translation
This commit is contained in:
parent
062dbd72e1
commit
be4384ef19
@ -1,24 +1,24 @@
|
|||||||
object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
||||||
Left = 431
|
Left = 431
|
||||||
Height = 430
|
Height = 538
|
||||||
Top = 310
|
Top = 310
|
||||||
Width = 508
|
Width = 635
|
||||||
Caption = 'Pas2JS Browser project options'
|
Caption = 'Pas2JS Browser project options'
|
||||||
ClientHeight = 430
|
ClientHeight = 538
|
||||||
ClientWidth = 508
|
ClientWidth = 635
|
||||||
|
DesignTimePPI = 120
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '2.3.0.0'
|
|
||||||
object CBCreateHTML: TCheckBox
|
object CBCreateHTML: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
Left = 6
|
Left = 8
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 6
|
Top = 8
|
||||||
Width = 173
|
Width = 186
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 8
|
||||||
Caption = 'Create initial HTML page'
|
Caption = 'Create initial HTML page'
|
||||||
Checked = True
|
Checked = True
|
||||||
OnChange = CBCreateHTMLChange
|
OnChange = CBCreateHTMLChange
|
||||||
@ -29,32 +29,33 @@ object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
|||||||
AnchorSideLeft.Control = CBCreateHTML
|
AnchorSideLeft.Control = CBCreateHTML
|
||||||
AnchorSideTop.Control = cbShowUncaughtExceptions
|
AnchorSideTop.Control = cbShowUncaughtExceptions
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 8
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 122
|
Top = 136
|
||||||
Width = 213
|
Width = 229
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 8
|
||||||
Caption = 'Use Browser Application object'
|
Caption = 'Use Browser Application object'
|
||||||
OnChange = CBUseBrowserAppChange
|
OnChange = CBUseBrowserAppChange
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object CBUseBrowserConsole: TCheckBox
|
object CBUseBrowserConsole: TCheckBox
|
||||||
AnchorSideLeft.Control = CBCreateHTML
|
AnchorSideLeft.Control = CBCreateHTML
|
||||||
AnchorSideTop.Control = CBUseWASI
|
AnchorSideTop.Control = edtWasmProgram
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 8
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 180
|
Top = 236
|
||||||
Width = 341
|
Width = 364
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 8
|
||||||
Caption = 'Use Browser Console unit to display writeln() output'
|
Caption = 'Use Browser Console unit to display writeln() output'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object BPHelpOptions: TButtonPanel
|
object BPHelpOptions: TButtonPanel
|
||||||
Left = 6
|
Left = 8
|
||||||
Height = 38
|
Height = 38
|
||||||
Top = 386
|
Top = 492
|
||||||
Width = 496
|
Width = 619
|
||||||
|
BorderSpacing.Around = 8
|
||||||
OKButton.Name = 'OKButton'
|
OKButton.Name = 'OKButton'
|
||||||
OKButton.DefaultCaption = True
|
OKButton.DefaultCaption = True
|
||||||
HelpButton.Name = 'HelpButton'
|
HelpButton.Name = 'HelpButton'
|
||||||
@ -67,15 +68,14 @@ object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
|||||||
ShowButtons = [pbOK, pbCancel]
|
ShowButtons = [pbOK, pbCancel]
|
||||||
end
|
end
|
||||||
object SEPort: TSpinEdit
|
object SEPort: TSpinEdit
|
||||||
AnchorSideLeft.Control = RBStartServerAt
|
AnchorSideLeft.Control = edtWasmProgram
|
||||||
AnchorSideTop.Control = RBStartServerAt
|
AnchorSideTop.Control = RBStartServerAt
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 70
|
Left = 88
|
||||||
Height = 27
|
Height = 28
|
||||||
Top = 263
|
Top = 332
|
||||||
Width = 75
|
Width = 160
|
||||||
BorderSpacing.Left = 32
|
BorderSpacing.Top = 8
|
||||||
BorderSpacing.Top = 2
|
|
||||||
MaxValue = 65354
|
MaxValue = 65354
|
||||||
MinValue = 1024
|
MinValue = 1024
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
@ -85,11 +85,11 @@ object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
|||||||
AnchorSideLeft.Control = CBCreateHTML
|
AnchorSideLeft.Control = CBCreateHTML
|
||||||
AnchorSideTop.Control = CBUseBrowserConsole
|
AnchorSideTop.Control = CBUseBrowserConsole
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 8
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 209
|
Top = 268
|
||||||
Width = 194
|
Width = 206
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 8
|
||||||
Caption = 'Project needs a HTTP Server'
|
Caption = 'Project needs a HTTP Server'
|
||||||
OnChange = CBUseHTTPServerChange
|
OnChange = CBUseHTTPServerChange
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
@ -98,12 +98,12 @@ object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
|||||||
AnchorSideLeft.Control = CBCreateHTML
|
AnchorSideLeft.Control = CBCreateHTML
|
||||||
AnchorSideTop.Control = CBUseHTTPServer
|
AnchorSideTop.Control = CBUseHTTPServer
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 38
|
Left = 48
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 238
|
Top = 300
|
||||||
Width = 180
|
Width = 189
|
||||||
BorderSpacing.Left = 32
|
BorderSpacing.Left = 40
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 8
|
||||||
Caption = 'Start HTTP Server on port'
|
Caption = 'Start HTTP Server on port'
|
||||||
Checked = True
|
Checked = True
|
||||||
TabOrder = 6
|
TabOrder = 6
|
||||||
@ -113,39 +113,39 @@ object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
|||||||
AnchorSideLeft.Control = RBStartServerAt
|
AnchorSideLeft.Control = RBStartServerAt
|
||||||
AnchorSideTop.Control = SEPort
|
AnchorSideTop.Control = SEPort
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 38
|
Left = 48
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 292
|
Top = 362
|
||||||
Width = 173
|
Width = 183
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
Caption = 'Use this URL to start app'
|
Caption = 'Use this URL to start app'
|
||||||
TabOrder = 7
|
TabOrder = 7
|
||||||
end
|
end
|
||||||
object CBServerURL: TComboBox
|
object CBServerURL: TComboBox
|
||||||
AnchorSideLeft.Control = SEPort
|
AnchorSideLeft.Control = edtWasmProgram
|
||||||
AnchorSideTop.Control = RBUseURL
|
AnchorSideTop.Control = RBUseURL
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = edtWasmProgram
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 70
|
Left = 88
|
||||||
Height = 27
|
Height = 28
|
||||||
Top = 317
|
Top = 394
|
||||||
Width = 426
|
Width = 539
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 8
|
||||||
BorderSpacing.Right = 12
|
BorderSpacing.Bottom = 8
|
||||||
ItemHeight = 0
|
ItemHeight = 20
|
||||||
TabOrder = 8
|
TabOrder = 8
|
||||||
end
|
end
|
||||||
object CBMaintainPage: TCheckBox
|
object CBMaintainPage: TCheckBox
|
||||||
AnchorSideLeft.Control = CBCreateHTML
|
AnchorSideLeft.Control = CBCreateHTML
|
||||||
AnchorSideTop.Control = CBCreateHTML
|
AnchorSideTop.Control = CBCreateHTML
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 8
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 35
|
Top = 40
|
||||||
Width = 151
|
Width = 159
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 8
|
||||||
Caption = 'Maintain HTML Page'
|
Caption = 'Maintain HTML Page'
|
||||||
TabOrder = 9
|
TabOrder = 9
|
||||||
end
|
end
|
||||||
@ -153,11 +153,11 @@ object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
|||||||
AnchorSideLeft.Control = CBCreateHTML
|
AnchorSideLeft.Control = CBCreateHTML
|
||||||
AnchorSideTop.Control = CBMaintainPage
|
AnchorSideTop.Control = CBMaintainPage
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 8
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 64
|
Top = 72
|
||||||
Width = 313
|
Width = 335
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 8
|
||||||
Caption = 'Run rtl when all page resources are fully loaded'
|
Caption = 'Run rtl when all page resources are fully loaded'
|
||||||
TabOrder = 10
|
TabOrder = 10
|
||||||
end
|
end
|
||||||
@ -165,11 +165,11 @@ object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
|||||||
AnchorSideLeft.Control = CBRunOnReady
|
AnchorSideLeft.Control = CBRunOnReady
|
||||||
AnchorSideTop.Control = CBRunOnReady
|
AnchorSideTop.Control = CBRunOnReady
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 8
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 93
|
Top = 104
|
||||||
Width = 226
|
Width = 237
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 8
|
||||||
Caption = 'Let rtl show uncaught exceptions'
|
Caption = 'Let rtl show uncaught exceptions'
|
||||||
TabOrder = 11
|
TabOrder = 11
|
||||||
end
|
end
|
||||||
@ -177,25 +177,30 @@ object WebBrowserProjectOptionsForm: TWebBrowserProjectOptionsForm
|
|||||||
AnchorSideLeft.Control = CBCreateHTML
|
AnchorSideLeft.Control = CBCreateHTML
|
||||||
AnchorSideTop.Control = CBUseBrowserApp
|
AnchorSideTop.Control = CBUseBrowserApp
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 38
|
Left = 48
|
||||||
Height = 23
|
Height = 24
|
||||||
Top = 151
|
Top = 168
|
||||||
Width = 193
|
Width = 207
|
||||||
BorderSpacing.Left = 32
|
BorderSpacing.Left = 40
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 8
|
||||||
Caption = 'Host webassembly program'
|
Caption = 'Host webassembly program'
|
||||||
Enabled = False
|
Enabled = False
|
||||||
TabOrder = 12
|
TabOrder = 12
|
||||||
end
|
end
|
||||||
object edtWasmProgram: TEdit
|
object edtWasmProgram: TEdit
|
||||||
AnchorSideLeft.Control = CBUseWASI
|
AnchorSideLeft.Control = CBUseWASI
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideTop.Control = CBUseWASI
|
||||||
Left = 247
|
AnchorSideTop.Side = asrBottom
|
||||||
Height = 27
|
AnchorSideRight.Control = Owner
|
||||||
Top = 150
|
AnchorSideRight.Side = asrBottom
|
||||||
Width = 248
|
Left = 88
|
||||||
|
Height = 28
|
||||||
|
Top = 200
|
||||||
|
Width = 539
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 16
|
BorderSpacing.Left = 40
|
||||||
|
BorderSpacing.Top = 8
|
||||||
|
BorderSpacing.Right = 8
|
||||||
Enabled = False
|
Enabled = False
|
||||||
TabOrder = 13
|
TabOrder = 13
|
||||||
TextHint = 'Name of your webassembly file'
|
TextHint = 'Name of your webassembly file'
|
||||||
|
|||||||
@ -117,6 +117,7 @@ begin
|
|||||||
CBCreateHTML.Caption:=pjsdCreateInitialHTMLPage;
|
CBCreateHTML.Caption:=pjsdCreateInitialHTMLPage;
|
||||||
CBMaintainPage.Caption:=pjsdMaintainHTMLPage;
|
CBMaintainPage.Caption:=pjsdMaintainHTMLPage;
|
||||||
CBRunOnReady.Caption:=pjsdRunRTLWhenAllPageResourcesAreFullyLoaded;
|
CBRunOnReady.Caption:=pjsdRunRTLWhenAllPageResourcesAreFullyLoaded;
|
||||||
|
cbShowUncaughtExceptions.Caption:=pjsdLetRTLShowUncaughtExceptions;
|
||||||
CBUseBrowserApp.Caption:=pjsdUseBrowserApplicationObject;
|
CBUseBrowserApp.Caption:=pjsdUseBrowserApplicationObject;
|
||||||
CBUseBrowserConsole.Caption:=pjsdUseBrowserConsoleUnitToDisplayWritelnOutput;
|
CBUseBrowserConsole.Caption:=pjsdUseBrowserConsoleUnitToDisplayWritelnOutput;
|
||||||
CBUseHTTPServer.Caption:=pjsdProjectNeedsAHTTPServer;
|
CBUseHTTPServer.Caption:=pjsdProjectNeedsAHTTPServer;
|
||||||
|
|||||||
@ -55,6 +55,10 @@ msgstr "Options de ligne de commande supplémentaires du serveur HTTP (une par l
|
|||||||
msgid "Add extra command-line options for the command which starts the webserver."
|
msgid "Add extra command-line options for the command which starts the webserver."
|
||||||
msgstr "Ajouter des options de ligne de commande supplémentaires pour la commande qui démarre le serveur Web."
|
msgstr "Ajouter des options de ligne de commande supplémentaires pour la commande qui démarre le serveur Web."
|
||||||
|
|
||||||
|
#: strpas2jsdesign.pjsdletrtlshowuncaughtexceptions
|
||||||
|
msgid "Let RTL show uncaught exceptions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
||||||
msgid "Maintain HTML page"
|
msgid "Maintain HTML page"
|
||||||
msgstr "Gérer la page HTML"
|
msgstr "Gérer la page HTML"
|
||||||
@ -218,7 +222,7 @@ msgid "Use this URL to start application"
|
|||||||
msgstr "Utiliser cette URL pour démarrer l'application"
|
msgstr "Utiliser cette URL pour démarrer l'application"
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
||||||
msgid "Host webassembly program"
|
msgid "Run WebAssembly program:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
||||||
@ -243,7 +247,7 @@ msgid "You can use IDE macros like $MakeExe(). Without a full path, %s is search
|
|||||||
msgstr "Vous pouvez utiliser des macros de l'EDI comme $MakeExe(). Sans chemin complet, %s est recherché dans PATH."
|
msgstr "Vous pouvez utiliser des macros de l'EDI comme $MakeExe(). Sans chemin complet, %s est recherché dans PATH."
|
||||||
|
|
||||||
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
||||||
msgid "Name of your webassembly file"
|
msgid "Name of your WebAssembly file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.spasjswebservercaption
|
#: strpas2jsdesign.spasjswebservercaption
|
||||||
|
|||||||
@ -55,6 +55,10 @@ msgstr "Extra parancssori paraméterek a HTTP kiszolgáló számára (soronként
|
|||||||
msgid "Add extra command-line options for the command which starts the webserver."
|
msgid "Add extra command-line options for the command which starts the webserver."
|
||||||
msgstr "Extra parancssori paraméterek megadása a webkiszolgálót indító parancs számára."
|
msgstr "Extra parancssori paraméterek megadása a webkiszolgálót indító parancs számára."
|
||||||
|
|
||||||
|
#: strpas2jsdesign.pjsdletrtlshowuncaughtexceptions
|
||||||
|
msgid "Let RTL show uncaught exceptions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
||||||
msgid "Maintain HTML page"
|
msgid "Maintain HTML page"
|
||||||
msgstr "HTML lap karbantartása"
|
msgstr "HTML lap karbantartása"
|
||||||
@ -220,7 +224,7 @@ msgid "Use this URL to start application"
|
|||||||
msgstr "Az alkalmazás indításához ezt az URL-t használja"
|
msgstr "Az alkalmazás indításához ezt az URL-t használja"
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
||||||
msgid "Host webassembly program"
|
msgid "Run WebAssembly program:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
||||||
@ -247,7 +251,7 @@ msgid "You can use IDE macros like $MakeExe(). Without a full path, %s is search
|
|||||||
msgstr "Használhatók az IDE makrók, mint a $MakeExe(). Teljes útvonal nélkül a PATH-ban felsorolt helyeken lesz keresve a(z) %s."
|
msgstr "Használhatók az IDE makrók, mint a $MakeExe(). Teljes útvonal nélkül a PATH-ban felsorolt helyeken lesz keresve a(z) %s."
|
||||||
|
|
||||||
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
||||||
msgid "Name of your webassembly file"
|
msgid "Name of your WebAssembly file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.spasjswebservercaption
|
#: strpas2jsdesign.spasjswebservercaption
|
||||||
|
|||||||
@ -45,6 +45,10 @@ msgstr ""
|
|||||||
msgid "Add extra command-line options for the command which starts the webserver."
|
msgid "Add extra command-line options for the command which starts the webserver."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: strpas2jsdesign.pjsdletrtlshowuncaughtexceptions
|
||||||
|
msgid "Let RTL show uncaught exceptions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
||||||
msgid "Maintain HTML page"
|
msgid "Maintain HTML page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -208,7 +212,7 @@ msgid "Use this URL to start application"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
||||||
msgid "Host webassembly program"
|
msgid "Run WebAssembly program:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
||||||
@ -233,7 +237,7 @@ msgid "You can use IDE macros like $MakeExe(). Without a full path, %s is search
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
||||||
msgid "Name of your webassembly file"
|
msgid "Name of your WebAssembly file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.spasjswebservercaption
|
#: strpas2jsdesign.spasjswebservercaption
|
||||||
|
|||||||
@ -55,6 +55,10 @@ msgstr "Opções extra de linha de comando do servidor HTTP (uma por linha)"
|
|||||||
msgid "Add extra command-line options for the command which starts the webserver."
|
msgid "Add extra command-line options for the command which starts the webserver."
|
||||||
msgstr "Adicionar opções extra de linha de comando para o comando que inicia o servidor web."
|
msgstr "Adicionar opções extra de linha de comando para o comando que inicia o servidor web."
|
||||||
|
|
||||||
|
#: strpas2jsdesign.pjsdletrtlshowuncaughtexceptions
|
||||||
|
msgid "Let RTL show uncaught exceptions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
||||||
msgid "Maintain HTML page"
|
msgid "Maintain HTML page"
|
||||||
msgstr "Manter página HTML"
|
msgstr "Manter página HTML"
|
||||||
@ -219,7 +223,7 @@ msgid "Use this URL to start application"
|
|||||||
msgstr "Usar esta URL para iniciar a aplicação"
|
msgstr "Usar esta URL para iniciar a aplicação"
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
||||||
msgid "Host webassembly program"
|
msgid "Run WebAssembly program:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
||||||
@ -246,7 +250,7 @@ msgid "You can use IDE macros like $MakeExe(). Without a full path, %s is search
|
|||||||
msgstr "Você pode usar macros IDE como \"$MakeExe()\". Sem um caminho completo, %s é pesquisado em \"PATH\""
|
msgstr "Você pode usar macros IDE como \"$MakeExe()\". Sem um caminho completo, %s é pesquisado em \"PATH\""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
||||||
msgid "Name of your webassembly file"
|
msgid "Name of your WebAssembly file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.spasjswebservercaption
|
#: strpas2jsdesign.spasjswebservercaption
|
||||||
|
|||||||
@ -9,7 +9,7 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
"X-Generator: Poedit 2.2.1\n"
|
"X-Generator: Poedit 2.4.3\n"
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdatompackagetemplatedirectory
|
#: strpas2jsdesign.pjsdatompackagetemplatedirectory
|
||||||
msgid "Atom package template directory"
|
msgid "Atom package template directory"
|
||||||
@ -55,6 +55,10 @@ msgstr "Дополнительные параметры команды запу
|
|||||||
msgid "Add extra command-line options for the command which starts the webserver."
|
msgid "Add extra command-line options for the command which starts the webserver."
|
||||||
msgstr "Добавить дополнительные параметры в команду запуска веб-сервера."
|
msgstr "Добавить дополнительные параметры в команду запуска веб-сервера."
|
||||||
|
|
||||||
|
#: strpas2jsdesign.pjsdletrtlshowuncaughtexceptions
|
||||||
|
msgid "Let RTL show uncaught exceptions"
|
||||||
|
msgstr "Разрешать RTL показывать необработанные исключения"
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
||||||
msgid "Maintain HTML page"
|
msgid "Maintain HTML page"
|
||||||
msgstr "Поддерживать страницу HTML"
|
msgstr "Поддерживать страницу HTML"
|
||||||
@ -218,8 +222,8 @@ msgid "Use this URL to start application"
|
|||||||
msgstr "Использовать следующий адрес для запуска приложения"
|
msgstr "Использовать следующий адрес для запуска приложения"
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
||||||
msgid "Host webassembly program"
|
msgid "Run WebAssembly program:"
|
||||||
msgstr ""
|
msgstr "Запускать программу WebAssembly:"
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
||||||
msgid "Visual Studio Code extension template directory"
|
msgid "Visual Studio Code extension template directory"
|
||||||
@ -243,8 +247,8 @@ msgid "You can use IDE macros like $MakeExe(). Without a full path, %s is search
|
|||||||
msgstr "Можно использовать макросы IDE, например, $MakeExe(). Если полный путь не указан, поиск %s производится при помощи переменной окружения PATH."
|
msgstr "Можно использовать макросы IDE, например, $MakeExe(). Если полный путь не указан, поиск %s производится при помощи переменной окружения PATH."
|
||||||
|
|
||||||
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
||||||
msgid "Name of your webassembly file"
|
msgid "Name of your WebAssembly file"
|
||||||
msgstr ""
|
msgstr "Имя файла WebAssembly"
|
||||||
|
|
||||||
#: strpas2jsdesign.spasjswebservercaption
|
#: strpas2jsdesign.spasjswebservercaption
|
||||||
msgctxt "strpas2jsdesign.spasjswebservercaption"
|
msgctxt "strpas2jsdesign.spasjswebservercaption"
|
||||||
|
|||||||
@ -55,6 +55,10 @@ msgstr ""
|
|||||||
msgid "Add extra command-line options for the command which starts the webserver."
|
msgid "Add extra command-line options for the command which starts the webserver."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: strpas2jsdesign.pjsdletrtlshowuncaughtexceptions
|
||||||
|
msgid "Let RTL show uncaught exceptions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
||||||
msgid "Maintain HTML page"
|
msgid "Maintain HTML page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -220,7 +224,7 @@ msgid "Use this URL to start application"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
||||||
msgid "Host webassembly program"
|
msgid "Run WebAssembly program:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
||||||
@ -247,7 +251,7 @@ msgid "You can use IDE macros like $MakeExe(). Without a full path, %s is search
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
||||||
msgid "Name of your webassembly file"
|
msgid "Name of your WebAssembly file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.spasjswebservercaption
|
#: strpas2jsdesign.spasjswebservercaption
|
||||||
|
|||||||
@ -57,6 +57,10 @@ msgstr "Додаткові параметри командного рядка HT
|
|||||||
msgid "Add extra command-line options for the command which starts the webserver."
|
msgid "Add extra command-line options for the command which starts the webserver."
|
||||||
msgstr "Додайте параметри командного рядка для команди запуску вебсервера."
|
msgstr "Додайте параметри командного рядка для команди запуску вебсервера."
|
||||||
|
|
||||||
|
#: strpas2jsdesign.pjsdletrtlshowuncaughtexceptions
|
||||||
|
msgid "Let RTL show uncaught exceptions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
||||||
msgid "Maintain HTML page"
|
msgid "Maintain HTML page"
|
||||||
msgstr "Підтримувати HTML-сторінку"
|
msgstr "Підтримувати HTML-сторінку"
|
||||||
@ -220,7 +224,7 @@ msgid "Use this URL to start application"
|
|||||||
msgstr "Для запуску застосунку використати цей URL"
|
msgstr "Для запуску застосунку використати цей URL"
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
||||||
msgid "Host webassembly program"
|
msgid "Run WebAssembly program:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
||||||
@ -245,7 +249,7 @@ msgid "You can use IDE macros like $MakeExe(). Without a full path, %s is search
|
|||||||
msgstr "Можна використовувати макроси ІСР на зразок $MakeExe(). Без повного шляху %s буде шукатись у PATH."
|
msgstr "Можна використовувати макроси ІСР на зразок $MakeExe(). Без повного шляху %s буде шукатись у PATH."
|
||||||
|
|
||||||
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
||||||
msgid "Name of your webassembly file"
|
msgid "Name of your WebAssembly file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.spasjswebservercaption
|
#: strpas2jsdesign.spasjswebservercaption
|
||||||
|
|||||||
@ -56,6 +56,10 @@ msgstr ""
|
|||||||
msgid "Add extra command-line options for the command which starts the webserver."
|
msgid "Add extra command-line options for the command which starts the webserver."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: strpas2jsdesign.pjsdletrtlshowuncaughtexceptions
|
||||||
|
msgid "Let RTL show uncaught exceptions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
#: strpas2jsdesign.pjsdmaintainhtmlpage
|
||||||
msgid "Maintain HTML page"
|
msgid "Maintain HTML page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -221,7 +225,7 @@ msgid "Use this URL to start application"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
#: strpas2jsdesign.pjsdusewasiapplicationobject
|
||||||
msgid "Host webassembly program"
|
msgid "Run WebAssembly program:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
#: strpas2jsdesign.pjsdvisualstudiocodeextensiontemplatedirectory
|
||||||
@ -248,7 +252,7 @@ msgid "You can use IDE macros like $MakeExe(). Without a full path, %s is search
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
#: strpas2jsdesign.pjswasiprogramfiletexthint
|
||||||
msgid "Name of your webassembly file"
|
msgid "Name of your WebAssembly file"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: strpas2jsdesign.spasjswebservercaption
|
#: strpas2jsdesign.spasjswebservercaption
|
||||||
|
|||||||
@ -80,9 +80,10 @@ Resourcestring
|
|||||||
// New browser project options form
|
// New browser project options form
|
||||||
pjsdPas2JSBrowserProjectOptions = 'Pas2JS Browser project options';
|
pjsdPas2JSBrowserProjectOptions = 'Pas2JS Browser project options';
|
||||||
pjsdCreateInitialHTMLPage = 'Create initial HTML page';
|
pjsdCreateInitialHTMLPage = 'Create initial HTML page';
|
||||||
|
pjsdLetRTLShowUncaughtExceptions = 'Let RTL show uncaught exceptions';
|
||||||
pjsdUseBrowserApplicationObject = 'Use Browser Application object';
|
pjsdUseBrowserApplicationObject = 'Use Browser Application object';
|
||||||
pjsdUseWASIApplicationObject = 'Host webassembly program';
|
pjsdUseWASIApplicationObject = 'Run WebAssembly program:';
|
||||||
pjsWasiProgramFileTextHint = 'Name of your webassembly file';
|
pjsWasiProgramFileTextHint = 'Name of your WebAssembly file';
|
||||||
|
|
||||||
// New NodeJS project options form
|
// New NodeJS project options form
|
||||||
pjsdNodeJSProjectOptions = 'NodeJS project options';
|
pjsdNodeJSProjectOptions = 'NodeJS project options';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user