start quesitonnaire
This commit is contained in:
@@ -151,5 +151,9 @@
|
||||
"customerWidgetDownloadInProgress": "Download wird vorbereitet…",
|
||||
"@customerWidgetDownloadInProgress": {
|
||||
"description": "Download in progress message"
|
||||
},
|
||||
"questionnaireLoginTitle": "FRAGEBOGEN",
|
||||
"@questionnaireLoginTitle": {
|
||||
"description": "Questionnaire login page title"
|
||||
}
|
||||
}
|
||||
@@ -297,6 +297,12 @@ abstract class AppLocalizations {
|
||||
/// In de, this message translates to:
|
||||
/// **'Download wird vorbereitet…'**
|
||||
String get customerWidgetDownloadInProgress;
|
||||
|
||||
/// Questionnaire login page title
|
||||
///
|
||||
/// In de, this message translates to:
|
||||
/// **'FRAGEBOGEN'**
|
||||
String get questionnaireLoginTitle;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
@@ -117,4 +117,7 @@ class AppLocalizationsDe extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get customerWidgetDownloadInProgress => 'Download wird vorbereitet…';
|
||||
|
||||
@override
|
||||
String get questionnaireLoginTitle => 'FRAGEBOGEN';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user