This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a4118a
commit 852b7a9
Showing
7 changed files
with
176 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("1.6.0")] | ||
[assembly: AssemblyFileVersion("1.7.0")] | ||
[assembly: AssemblyVersion("1.7.1")] | ||
[assembly: AssemblyFileVersion("1.7.1")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"label": "Label", | ||
"alias": "Alias", | ||
"hideFieldsetControls": "Skjul fieldsets?", | ||
"hideFieldsetControlsDescription": "Skjuler kontrollerne tilføj/fjern/sortér.", | ||
"toggleAdvanced": "Slå avancerede muligheder til/fra", | ||
"toggleAdvancedDescription": "Vis avancerede muligheder.", | ||
"hidePropertyLabels": "Skjul labels på egenskaber?", | ||
"hidePropertyLabelsDescription": "Skjuler labels på egenskaber.", | ||
"maxFieldsets": "Maks antal fieldsets", | ||
"maxFieldsetsDescription": "Hvor mange fieldsets er tilladt? Hvis der skrives '1' vil deaktivere kontrollerne. Som standard er det ubegrænset.", | ||
"enableMultipleFieldsets": "Aktivér flere Fieldsets?", | ||
"enableMultipleFieldsetsDescription": "Tillader flere typer af fieldsets i denne archetype.", | ||
"hideFieldsetToolbar": "Skjul Fieldset værktøjslinie?", | ||
"hideFieldsetToolbarDescription": "Skjuler den fieldset værktøjslinie der fremkommer når der findes mere end ét fieldset.", | ||
"customWrapperClass": "Egen Wrapper Class", | ||
"customWrapperClassDescription": "(Mulighed) Angiv din egen CSS class som tilføjes på wrapper div'en.", | ||
"cssFile": "CSS fil", | ||
"cssFileDescription": "(Mulighed) Tilføj en sti til din egen CSS fil der skal inkluderes på siden.", | ||
"jsFile": "JavaScript fil", | ||
"jsFileDescription": "(Mulighed) Tilføj en sti til din egen JavaScript fil der skal inkluderes på siden.", | ||
"toggleDeveloperMode": "Slå udvikler muligheder til/fra.", | ||
"toggleDeveloperModeDescription": "Aktivér på udvikler muligheder.", | ||
"configModel": "Konfigurationsmodel", | ||
"configModelDescription": "Vær forsigt med at redigere teksten for neden, den kontrollerer skemaet for denne archetype.", | ||
"helpText": "Hjælpe tekst", | ||
"defaultValue": "Standard værdi", | ||
"dataType": "Datatype", | ||
"required": "Påkrævet", | ||
"regEx": "RegEx validering", | ||
"properties": "Egenskaber", | ||
"labelTemplate": "Label skabelon", | ||
"select": "Vælg", | ||
"icon": "Ikon", | ||
"enableDisabling": "Aktivér fieldset-deaktivering?", | ||
"enableDisablingDescription": "Tillad brugere at aktivere/deaktivere individuelle fieldsets.", | ||
"deepDatatypeRequest":"Enable Deep Datatype Requests?", | ||
"deepDatatypeRequestDescription":"Allows for easier datatype interception at the cost of caching performance.", | ||
"overrideDefaultConverterDescription":"Check this if you wish to use your own custom property value converter.", | ||
"overrideDefaultConverter":"Override Default Property Value Converter?", | ||
"enableCloning":"Enable Cloning?", | ||
"enableCloningDescription":"Enable Fieldset Cloning." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"label": "Label", | ||
"alias": "Alias", | ||
"hideFieldsetControls": "Hide Fieldset Controls?", | ||
"hideFieldsetControlsDescription": "Hides the fieldset add/remove/sort controls.", | ||
"toggleAdvanced": "Toggle Advanced Options", | ||
"toggleAdvancedDescription": "Show advanced options.", | ||
"hidePropertyLabels": "Hide Property Labels?", | ||
"hidePropertyLabelsDescription": "Hides the property labels.", | ||
"maxFieldsets": "Max Fieldsets", | ||
"maxFieldsetsDescription": "How many Fieldsets are allowed? Entering '1' will disable the controls. Default is unlimited.", | ||
"enableMultipleFieldsets": "Enable Multiple Fieldsets?", | ||
"enableMultipleFieldsetsDescription": "Allows multiple types of fieldsets within this archetype.", | ||
"hideFieldsetToolbar": "Hide Fieldset Toolbar?", | ||
"hideFieldsetToolbarDescription": "Hides the fieldset toolbar that appears when more than one fieldset model appears.", | ||
"customWrapperClass": "Custom Wrapper Class", | ||
"customWrapperClassDescription": "(Optional) Enter a custom CSS class that will be applied to the wrapper div.", | ||
"cssFile": "CSS File", | ||
"cssFileDescription": "(Optional) Enter a path for a custom CSS file to be included on the page.", | ||
"jsFile": "JS File", | ||
"jsFileDescription": "(Optional) Enter a path for a custom JS file to be included on the page.", | ||
"toggleDeveloperMode": "Toggle Developer Mode", | ||
"toggleDeveloperModeDescription": "Turn on for developer options.", | ||
"configModel": "Config Model", | ||
"configModelDescription": "Be careful editing the text below, it controls the schema for this archetype.", | ||
"helpText": "Help Text", | ||
"defaultValue": "Default Value", | ||
"dataType": "DataType", | ||
"required": "Required", | ||
"regEx": "RegEx Validation", | ||
"properties": "Properties", | ||
"labelTemplate": "Label Template", | ||
"select": "Select", | ||
"icon": "Icon", | ||
"enableDisabling": "Enable Fieldset Disabling?", | ||
"enableDisablingDescription": "Allows fieldsets to be individually enabled/disabled.", | ||
"deepDatatypeRequest":"Enable Deep Datatype Requests?", | ||
"deepDatatypeRequestDescription":"Allows for easier datatype interception at the cost of caching performance.", | ||
"overrideDefaultConverterDescription":"Check this if you wish to use your own custom property value converter.", | ||
"overrideDefaultConverter":"Override Default Property Value Converter?", | ||
"enableCloning":"Enable Cloning?", | ||
"enableCloningDescription":"Enable Fieldset Cloning." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"label": "Label", | ||
"alias": "Alias", | ||
"hideFieldsetControls": "Hide Fieldset Controls?", | ||
"hideFieldsetControlsDescription": "Hides the fieldset add/remove/sort controls.", | ||
"toggleAdvanced": "Toggle Advanced Options", | ||
"toggleAdvancedDescription": "Show advanced options.", | ||
"hidePropertyLabels": "Hide Property Labels?", | ||
"hidePropertyLabelsDescription": "Hides the property labels.", | ||
"maxFieldsets": "Max Fieldsets", | ||
"maxFieldsetsDescription": "How many Fieldsets are allowed? Entering '1' will disable the controls. Default is unlimited.", | ||
"enableMultipleFieldsets": "Enable Multiple Fieldsets?", | ||
"enableMultipleFieldsetsDescription": "Allows multiple types of fieldsets within this archetype.", | ||
"hideFieldsetToolbar": "Hide Fieldset Toolbar?", | ||
"hideFieldsetToolbarDescription": "Hides the fieldset toolbar that appears when more than one fieldset model appears.", | ||
"customWrapperClass": "Custom Wrapper Class", | ||
"customWrapperClassDescription": "(Optional) Enter a custom CSS class that will be applied to the wrapper div.", | ||
"cssFile": "CSS File", | ||
"cssFileDescription": "(Optional) Enter a path for a custom CSS file to be included on the page.", | ||
"jsFile": "JS File", | ||
"jsFileDescription": "(Optional) Enter a path for a custom JS file to be included on the page.", | ||
"toggleDeveloperMode": "Toggle Developer Mode", | ||
"toggleDeveloperModeDescription": "Turn on for developer options.", | ||
"configModel": "Config Model", | ||
"configModelDescription": "Be careful editing the text below, it controls the schema for this archetype.", | ||
"helpText": "Help Text", | ||
"defaultValue": "Default Value", | ||
"dataType": "DataType", | ||
"required": "Required", | ||
"regEx": "RegEx Validation", | ||
"properties": "Properties", | ||
"labelTemplate": "Label Template", | ||
"select": "Select", | ||
"icon": "Icon", | ||
"enableDisabling": "Enable Fieldset Disabling?", | ||
"enableDisablingDescription": "Allows fieldsets to be individually enabled/disabled.", | ||
"deepDatatypeRequest":"Enable Deep Datatype Requests?", | ||
"deepDatatypeRequestDescription":"Allows for easier datatype interception at the cost of caching performance.", | ||
"overrideDefaultConverterDescription":"Check this if you wish to use your own custom property value converter.", | ||
"overrideDefaultConverter":"Override Default Property Value Converter?", | ||
"enableCloning":"Enable Cloning?", | ||
"enableCloningDescription":"Enable Fieldset Cloning." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"label": "Label", | ||
"alias": "Alias", | ||
"hideFieldsetControls": "Hide Fieldset Controls?", | ||
"hideFieldsetControlsDescription": "Hides the fieldset add/remove/sort controls.", | ||
"toggleAdvanced": "Toggle Advanced Options", | ||
"toggleAdvancedDescription": "Show advanced options.", | ||
"hidePropertyLabels": "Hide Property Labels?", | ||
"hidePropertyLabelsDescription": "Hides the property labels.", | ||
"maxFieldsets": "Max Fieldsets", | ||
"maxFieldsetsDescription": "How many Fieldsets are allowed? Entering '1' will disable the controls. Default is unlimited.", | ||
"enableMultipleFieldsets": "Enable Multiple Fieldsets?", | ||
"enableMultipleFieldsetsDescription": "Allows multiple types of fieldsets within this archetype.", | ||
"hideFieldsetToolbar": "Hide Fieldset Toolbar?", | ||
"hideFieldsetToolbarDescription": "Hides the fieldset toolbar that appears when more than one fieldset model appears.", | ||
"customWrapperClass": "Custom Wrapper Class", | ||
"customWrapperClassDescription": "(Optional) Enter a custom CSS class that will be applied to the wrapper div.", | ||
"cssFile": "CSS File", | ||
"cssFileDescription": "(Optional) Enter a path for a custom CSS file to be included on the page.", | ||
"jsFile": "JS File", | ||
"jsFileDescription": "(Optional) Enter a path for a custom JS file to be included on the page.", | ||
"toggleDeveloperMode": "Toggle Developer Mode", | ||
"toggleDeveloperModeDescription": "Turn on for developer options.", | ||
"configModel": "Config Model", | ||
"configModelDescription": "Be careful editing the text below, it controls the schema for this archetype.", | ||
"helpText": "Help Text", | ||
"defaultValue": "Default Value", | ||
"dataType": "DataType", | ||
"required": "Required", | ||
"regEx": "RegEx Validation", | ||
"properties": "Properties", | ||
"labelTemplate": "Label Template", | ||
"select": "Select", | ||
"icon": "Icon", | ||
"enableDisabling": "Enable Fieldset Disabling?", | ||
"enableDisablingDescription": "Allows fieldsets to be individually enabled/disabled.", | ||
"deepDatatypeRequest":"Enable Deep Datatype Requests?", | ||
"deepDatatypeRequestDescription":"Allows for easier datatype interception at the cost of caching performance.", | ||
"overrideDefaultConverterDescription":"Check this if you wish to use your own custom property value converter.", | ||
"overrideDefaultConverter":"Override Default Property Value Converter?", | ||
"enableCloning":"Enable Cloning?", | ||
"enableCloningDescription":"Enable Fieldset Cloning." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters