Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit abbf1bc

Browse files
author
Thomas Broyer
committed
Regenerate i18n constants
Change-Id: Ie78f7ddbc6ebefb0d38e6b619599317e26d0cd1c
1 parent 2a6325b commit abbf1bc

2 files changed

Lines changed: 3 additions & 31 deletions

File tree

sormas-api/src/main/java/de/symeda/sormas/api/i18n/Captions.java

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
/*
2-
* SORMAS® - Surveillance Outbreak Response Management & Analysis System
3-
* Copyright © 2016-2020 Helmholtz-Zentrum für Infektionsforschung GmbH (HZI)
4-
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
8-
* This program is distributed in the hope that it will be useful,
9-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
* GNU General Public License for more details.
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14-
*/
151
package de.symeda.sormas.api.i18n;
162

173
import javax.annotation.Generated;
@@ -720,7 +706,6 @@ public interface Captions {
720706
String districtAllDistricts = "districtAllDistricts";
721707
String districtArchivedDistricts = "districtArchivedDistricts";
722708
String districtName = "districtName";
723-
String documentUploadDocument = "documentUploadDocument";
724709
String documentNoDocuments = "documentNoDocuments";
725710
String DocumentTemplate = "DocumentTemplate";
726711
String DocumentTemplate_documentTemplateGuide = "DocumentTemplate.documentTemplateGuide";
@@ -731,6 +716,7 @@ public interface Captions {
731716
String DocumentTemplate_QuarantineOrder_create = "DocumentTemplate.QuarantineOrder.create";
732717
String DocumentTemplate_QuarantineOrder_templates = "DocumentTemplate.QuarantineOrder.templates";
733718
String DocumentTemplate_uploadTemplate = "DocumentTemplate.uploadTemplate";
719+
String documentUploadDocument = "documentUploadDocument";
734720
String EpiData = "EpiData";
735721
String EpiData_animalCondition = "EpiData.animalCondition";
736722
String EpiData_animalVaccinationStatus = "EpiData.animalVaccinationStatus";

sormas-api/src/main/java/de/symeda/sormas/api/i18n/Strings.java

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
/*
2-
* SORMAS® - Surveillance Outbreak Response Management & Analysis System
3-
* Copyright © 2016-2020 Helmholtz-Zentrum für Infektionsforschung GmbH (HZI)
4-
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
8-
* This program is distributed in the hope that it will be useful,
9-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
* GNU General Public License for more details.
12-
* You should have received a copy of the GNU General Public License
13-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
14-
*/
151
package de.symeda.sormas.api.i18n;
162

173
import javax.annotation.Generated;
@@ -176,8 +162,8 @@ public interface Strings {
176162
String errorCampaignDiagramTotalsCalculationError = "errorCampaignDiagramTotalsCalculationError";
177163
String errorCaseDuplicateDeletion = "errorCaseDuplicateDeletion";
178164
String errorCaseMerging = "errorCaseMerging";
179-
String errorDeletingDocumentTemplate = "errorDeletingDocumentTemplate";
180165
String errorDeletingDocument = "errorDeletingDocument";
166+
String errorDeletingDocumentTemplate = "errorDeletingDocumentTemplate";
181167
String errorDocumentGeneration = "errorDocumentGeneration";
182168
String errorEntityOutdated = "errorEntityOutdated";
183169
String errorFieldValidationFailed = "errorFieldValidationFailed";
@@ -191,8 +177,8 @@ public interface Strings {
191177
String errorProblemOccurred = "errorProblemOccurred";
192178
String errorProcessingTemplate = "errorProcessingTemplate";
193179
String errorQuarantineOnlyCaseAndContacts = "errorQuarantineOnlyCaseAndContacts";
194-
String errorReadingTemplate = "errorReadingTemplate";
195180
String errorReadingDocument = "errorReadingDocument";
181+
String errorReadingTemplate = "errorReadingTemplate";
196182
String errorSetFeverRequired = "errorSetFeverRequired";
197183
String errorSormasToSormasCertNotGenerated = "errorSormasToSormasCertNotGenerated";
198184
String errorSormasToSormasConnection = "errorSormasToSormasConnection";

0 commit comments

Comments
 (0)