File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed
Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change @@ -206,4 +206,35 @@ class EnglishSentences extends Sentences {
206206 @override
207207 String get deleteTaskWarning =>
208208 'The action is irreversible and will delete all the tasks that are stored locally.' ;
209+
210+ @override
211+ String get profilePageProfile => 'Profile' ;
212+ @override
213+ String get profilePageProfiles => 'Profiles' ;
214+ @override
215+ String get profilePageCurrentProfile => 'Current Profile' ;
216+ @override
217+ String get profilePageManageSelectedProfile => 'Manage Selected Profile' ;
218+ @override
219+ String get profilePageRenameAlias => 'Rename Alias' ;
220+
221+ @override
222+ String get profilePageConfigureTaskserver => 'Configure Taskserver' ;
223+ @override
224+ String get profilePageExportTasks => 'Export Tasks' ;
225+ @override
226+ String get profilePageCopyConfigToNewProfile => 'Copy Config To New Profile' ;
227+ @override
228+ String get profilePageDeleteProfile => 'Delete Profile' ;
229+ @override
230+ String get profilePageAddNewProfile => 'Add New Profile' ;
231+
232+ @override
233+ String get profilePageRenameAliasDialogueBoxTitle => 'Rename Alias' ;
234+ @override
235+ String get profilePageRenameAliasDialogueBoxNewAlias => 'New Alias' ;
236+ @override
237+ String get profilePageRenameAliasDialogueBoxCancel => 'Cancel' ;
238+ @override
239+ String get profilePageRenameAliasDialogueBoxSubmit => 'Submit' ;
209240}
Original file line number Diff line number Diff line change @@ -106,4 +106,20 @@ abstract class Sentences {
106106
107107 String get reportsPageNoTasksFound;
108108 String get reportsPageAddTasksToSeeReports;
109+
110+ String get profilePageProfile;
111+ String get profilePageProfiles;
112+ String get profilePageCurrentProfile;
113+ String get profilePageManageSelectedProfile;
114+ String get profilePageRenameAlias;
115+ String get profilePageConfigureTaskserver;
116+ String get profilePageExportTasks;
117+ String get profilePageCopyConfigToNewProfile;
118+ String get profilePageDeleteProfile;
119+ String get profilePageAddNewProfile;
120+
121+ String get profilePageRenameAliasDialogueBoxTitle;
122+ String get profilePageRenameAliasDialogueBoxNewAlias;
123+ String get profilePageRenameAliasDialogueBoxCancel;
124+ String get profilePageRenameAliasDialogueBoxSubmit;
109125}
You can’t perform that action at this time.
0 commit comments