passo_mobile_app/unit2/lib/utils/text_container.dart

42 lines
1.9 KiB
Dart

const String addMobile = "Enter your mobile number(s)";
const String addMobileCaption =
"These mobile numbers will be used to contact you if you request an emergency response. Please provide at least one active number";
const String mobileNumberRequired = "You must add atleast one mobile";
const String numericValidator = "Please a number only";
const String mobile1 = "Mobile number 1";
const String mobile2 = "Mobile number 2";
const String currentLocation = "You current location";
const String noModule = "No Module Assign";
const String noModuleSubTitle =
"Please contact the admin if you want to access a module.";
const String submit = "SUBMIT";
const String login = "LOGIN";
const String sOSTitle = "Request SOS";
const String sOSReceivedMessage =
"your SOS request has been received. Please wait for respondent's acknowledgement.";
const String unit2ModuleScreen = "uniT2 Modules";
const String welcome = "Welcome to!";
const String unitApp = 'uniT-App';
const String loginToContinue = "Please login to continue.";
const String loginViaQr = "Login via QR code";
const String emergencyReponseLabel = " Request Emergency Response ";
const String requestSOS = "Request SOS";
const String qrScannerTitle = "QR-Code Scanner";
const String establishment = "Establishment";
const String checkpointArea = "Checkpoint Area";
const String scanMode = 'Scan Mode';
const String registrationInChargeTitle = "Registration In Charge";
const String basicInformation = "Basic Information";
const String address = "Address";
const String syncTitle = "Sync Data";
const String syncSubTittle = "Press Sync button to get latest data available";
const String syncNow = "SYNC NOW";
const String documentId = "Document ID";
const String documentTitle = "Document Title";
const String documentSubject = "Document Subject";
const String documentType = "Document Type";
const String registerToContinue = "Create your password to register";
//
//
//
//