generate account using english and swahili
This commit is contained in:
1
services/registration/account_creation
Normal file
1
services/registration/account_creation
Normal file
@@ -0,0 +1 @@
|
||||
Your account is being created...
|
||||
2
services/registration/account_creation.vis
Normal file
2
services/registration/account_creation.vis
Normal file
@@ -0,0 +1,2 @@
|
||||
LOAD create_account 0
|
||||
HALT
|
||||
1
services/registration/account_pending
Normal file
1
services/registration/account_pending
Normal file
@@ -0,0 +1 @@
|
||||
Your account is still being created.
|
||||
3
services/registration/account_pending.vis
Normal file
3
services/registration/account_pending.vis
Normal file
@@ -0,0 +1,3 @@
|
||||
RELOAD check_account_status
|
||||
CATCH profile 11 1
|
||||
HALT
|
||||
1
services/registration/account_pending_swa
Normal file
1
services/registration/account_pending_swa
Normal file
@@ -0,0 +1 @@
|
||||
Akaunti yako bado inatengenezwa
|
||||
1
services/registration/no_menu
Normal file
1
services/registration/no_menu
Normal file
@@ -0,0 +1 @@
|
||||
no
|
||||
1
services/registration/no_menu_swa
Normal file
1
services/registration/no_menu_swa
Normal file
@@ -0,0 +1 @@
|
||||
la
|
||||
2
services/registration/profile
Normal file
2
services/registration/profile
Normal file
@@ -0,0 +1,2 @@
|
||||
Welcome. Your account is
|
||||
{{.check_identifier}}
|
||||
4
services/registration/profile.vis
Normal file
4
services/registration/profile.vis
Normal file
@@ -0,0 +1,4 @@
|
||||
LOAD check_identifier 64
|
||||
RELOAD check_identifier
|
||||
MAP check_identifier
|
||||
HALT
|
||||
2
services/registration/profile_swa
Normal file
2
services/registration/profile_swa
Normal file
@@ -0,0 +1,2 @@
|
||||
Karibu. Akaunti yako ni
|
||||
{{.check_identifier}}
|
||||
@@ -1 +1 @@
|
||||
Welcome to Sarafu Network registration
|
||||
Welcome to Sarafu Network
|
||||
@@ -1,5 +1,6 @@
|
||||
MOUT english 0
|
||||
MOUT kiswahili 1
|
||||
CATCH select_language 8 0
|
||||
CATCH terms 9 0
|
||||
CATCH account_pending 10 1
|
||||
CATCH profile 11 1
|
||||
LOAD check_account_status 0
|
||||
HALT
|
||||
INCMP terms 0
|
||||
INCMP terms 1
|
||||
|
||||
@@ -1 +1 @@
|
||||
Karibu Sarafu Network
|
||||
Karibu Sarafu Network
|
||||
2
services/registration/select_language
Normal file
2
services/registration/select_language
Normal file
@@ -0,0 +1,2 @@
|
||||
Welcome to Sarafu Network
|
||||
Please select a language
|
||||
5
services/registration/select_language.vis
Normal file
5
services/registration/select_language.vis
Normal file
@@ -0,0 +1,5 @@
|
||||
MOUT english 0
|
||||
MOUT kiswahili 1
|
||||
HALT
|
||||
INCMP terms 0
|
||||
INCMP terms 1
|
||||
@@ -2,3 +2,6 @@ LOAD select_language 0
|
||||
RELOAD select_language
|
||||
MOUT yes 0
|
||||
MOUT no 1
|
||||
HALT
|
||||
INCMP account_creation 0
|
||||
INCMP _ *
|
||||
|
||||
1
services/registration/yes_menu
Normal file
1
services/registration/yes_menu
Normal file
@@ -0,0 +1 @@
|
||||
yes
|
||||
1
services/registration/yes_menu_swa
Normal file
1
services/registration/yes_menu_swa
Normal file
@@ -0,0 +1 @@
|
||||
ndio
|
||||
Reference in New Issue
Block a user