Initial Commit
This commit is contained in:
18
lib/borealis/resources/i18n/en-US/installer.json
Normal file
18
lib/borealis/resources/i18n/en-US/installer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"open": "Open example installer",
|
||||
|
||||
"title": "My great installer",
|
||||
|
||||
"stage1": {
|
||||
"text": "Here, you would normally do useful things",
|
||||
"button": "Go to step 2"
|
||||
},
|
||||
|
||||
"stage2": {
|
||||
"text": "Example loading display"
|
||||
},
|
||||
|
||||
"stage3": {
|
||||
"button": "Finish"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user