completion of documents web screen added
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
class FinalCompletionOfDocumentsStrings {
|
||||
FinalCompletionOfDocumentsStrings._();
|
||||
static const String completionOfDocuments = 'Completion of documents';
|
||||
static const String commentNoteTitle = 'Comment / note';
|
||||
static const String replyToComment = 'reply to comment';
|
||||
static const String deadlineForCompletionOfDocuments =
|
||||
'Deadline for Completion of documents:';
|
||||
static const String numberOfServersListedTitle = 'Number of servers listed';
|
||||
static const String technicalTeamOrganizationChartUploadedTitle =
|
||||
'Technical team organization chart uploaded';
|
||||
static const String describeInfrastructureCapabilitiestitle =
|
||||
'Describe infrastructure capabilities';
|
||||
static const String statusTitle = 'Status';
|
||||
static const String statusWaitingForOthers = 'Waiting for others';
|
||||
static const String statusToDo = 'To do';
|
||||
static const String statusDone = 'Done';
|
||||
static const String chooseFile = 'Choose file';
|
||||
static const String toUpload = 'To upload';
|
||||
static const String selectZipOrEtcTitle = 'Select zip,image,pdf or ms.word';
|
||||
static const String uploadTechnicalTeamOrgChartTitle =
|
||||
'Upload technical team org chart';
|
||||
static const String describeYourTeamHint = 'Describe your team';
|
||||
static const String noCertificationInISO27001Title =
|
||||
'No certification in ISO 27001';
|
||||
static const String uploadCompletionCertificateTitle =
|
||||
'Upload completion certificate';
|
||||
static const String back = 'Back';
|
||||
static const String next = 'Next';
|
||||
}
|
||||
Reference in New Issue
Block a user