From 84da39628191a7cbe6bef91238cedd423af9ca15 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Thu, 15 Aug 2024 11:11:17 +0300 Subject: [PATCH] initialize templates and menu handling scripts --- services/registration/registration | 1 + services/registration/registration.vis | 7 +++++++ services/registration/registration_swa | 1 + services/registration/terms | 1 + services/registration/terms.vis | 2 ++ services/registration/terms_swa | 1 + 6 files changed, 13 insertions(+) create mode 100644 services/registration/registration create mode 100644 services/registration/registration.vis create mode 100644 services/registration/registration_swa create mode 100644 services/registration/terms create mode 100644 services/registration/terms.vis create mode 100644 services/registration/terms_swa diff --git a/services/registration/registration b/services/registration/registration new file mode 100644 index 0000000..3928a82 --- /dev/null +++ b/services/registration/registration @@ -0,0 +1 @@ +Welcome to Sarafu Network \ No newline at end of file diff --git a/services/registration/registration.vis b/services/registration/registration.vis new file mode 100644 index 0000000..65dc910 --- /dev/null +++ b/services/registration/registration.vis @@ -0,0 +1,7 @@ +LOAD select_language 0 +MOUT english 0 +MOUT kiswahili 1 +HALT +INCMP terms 0 +INCMP terms 1 +RELOAD select_language diff --git a/services/registration/registration_swa b/services/registration/registration_swa new file mode 100644 index 0000000..7edd566 --- /dev/null +++ b/services/registration/registration_swa @@ -0,0 +1 @@ +Karibu Sarafu Network \ No newline at end of file diff --git a/services/registration/terms b/services/registration/terms new file mode 100644 index 0000000..05b8c11 --- /dev/null +++ b/services/registration/terms @@ -0,0 +1 @@ +Do you agree to terms and conditions? \ No newline at end of file diff --git a/services/registration/terms.vis b/services/registration/terms.vis new file mode 100644 index 0000000..59b1e06 --- /dev/null +++ b/services/registration/terms.vis @@ -0,0 +1,2 @@ +MOUT yes 0 +MOUT no 1 diff --git a/services/registration/terms_swa b/services/registration/terms_swa new file mode 100644 index 0000000..7113cd7 --- /dev/null +++ b/services/registration/terms_swa @@ -0,0 +1 @@ +Kwa kutumia hii huduma umekubali sheria na masharti? \ No newline at end of file