allow disabling of swagger and package service
This commit is contained in:
@ -150,4 +150,7 @@
|
||||
<data name="Success.Language.Install" xml:space="preserve">
|
||||
<value>Translations Installed Successfully. You Must <a href={0}>Restart</a> Your Application To Apply These Changes.</value>
|
||||
</data>
|
||||
<data name="Search.NoResults" xml:space="preserve">
|
||||
<value>No Translations Match The Criteria Provided Or Package Service Is Disabled</value>
|
||||
</data>
|
||||
</root>
|
@ -136,6 +136,6 @@
|
||||
<value>Upload one or more module packages. Once they are uploaded click Install to complete the installation.</value>
|
||||
</data>
|
||||
<data name="Search.NoResults" xml:space="preserve">
|
||||
<value>No Modules Match The Criteria Provided</value>
|
||||
<value>No Modules Match The Criteria Provided Or Package Service Is Disabled</value>
|
||||
</data>
|
||||
</root>
|
@ -118,7 +118,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Access.ApiFramework" xml:space="preserve">
|
||||
<value>Access Framework API</value>
|
||||
<value>Access Swagger API</value>
|
||||
</data>
|
||||
<data name="FrameworkVersion.HelpText" xml:space="preserve">
|
||||
<value>Framework Version</value>
|
||||
@ -231,4 +231,16 @@
|
||||
<data name="Success.Register" xml:space="preserve">
|
||||
<value>You Have Been Successfully Registered For Updates</value>
|
||||
</data>
|
||||
<data name="PackageService.HelpText" xml:space="preserve">
|
||||
<value>Specify If The Package Service Is Enabled For Installing Modules, Themes, And Translations</value>
|
||||
</data>
|
||||
<data name="PackageService.Text" xml:space="preserve">
|
||||
<value>Package Service Enabled?</value>
|
||||
</data>
|
||||
<data name="Swagger.HelpText" xml:space="preserve">
|
||||
<value>Specify If Swagger Is Enabled For Your Server API</value>
|
||||
</data>
|
||||
<data name="Swagger.Text" xml:space="preserve">
|
||||
<value>Swagger Enabled?</value>
|
||||
</data>
|
||||
</root>
|
@ -136,6 +136,6 @@
|
||||
<value>Upload one or more theme packages. Once they are uploaded click Install to complete the installation.</value>
|
||||
</data>
|
||||
<data name="Search.NoResults" xml:space="preserve">
|
||||
<value>No Themes Match The Criteria Provided</value>
|
||||
<value>No Themes Match The Criteria Provided Or Package Service Is Disabled</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user