mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-15 04:02:53 +00:00
added default value handling to setup wizard
added table to store the default values of the whole system, to not require the property files added ability to cancel setup wizard
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Setup for ${featureName} has been cancelled.
|
||||
@@ -1 +1 @@
|
||||
${featureName} has been successfully setup.
|
||||
Setup for ${featureName} has been completed successfully.
|
||||
@@ -0,0 +1 @@
|
||||
Starting setup of feature ${featureName}. Type 'exit' to stop or 'default' to keep the proposed default value.
|
||||
@@ -1 +1 @@
|
||||
The value each gained experience is multiplied by. Default 1.0
|
||||
The value each gained experience is multiplied by. Default: ${defaultValue}
|
||||
@@ -1 +1 @@
|
||||
The maximum of experience given randomly. Default: 25
|
||||
The maximum of experience given randomly. Default: ${defaultValue}
|
||||
@@ -1 +1 @@
|
||||
The minimum experience given randomly. Default: 10
|
||||
The minimum experience given randomly. Default: ${defaultValue}
|
||||
@@ -1 +1 @@
|
||||
The amount of days after which a warning is decayed.
|
||||
The amount of days after which a warning is decayed. Default: ${defaultValue}
|
||||
@@ -1 +1 @@
|
||||
The text to close mod mail threads with.
|
||||
The text to close mod mail threads with. Default: `${defaultValue}`
|
||||
Reference in New Issue
Block a user