option to move entries from one entity to another upon deletion (#409)

This commit is contained in:
Kevin Papst
2018-11-12 00:01:49 +01:00
committed by GitHub
parent 1dabeedaa0
commit f9dc42d1f9
18 changed files with 524 additions and 23 deletions

View File

@@ -442,6 +442,7 @@
Momentan existieren für das Projekt %project% des Kunden %customer% insgesamt %activities%
Tätigkeiten und %records% Zeiteinträge, welche sich auf eine Gesamtdauer von %duration% belaufen.
Diese Tätigkeiten und Zeiteinträge werden ebenfalls mit gelöscht!
Alternativ können Sie ein Projekt auswählen, auf das alle existierenden Aktivitäten und Einträge umgebucht werden:
</target>
</trans-unit>
@@ -462,6 +463,7 @@
Momentan existieren für die Tätigkeit %activity% im Projekt %project% für den Kunden %customer%
insgesamt %records% Zeiteinträge, welche sich auf eine Gesamtdauer von %duration% belaufen. Diese
Zeiteinträge werden ebenfalls mit gelöscht!
Alternativ können Sie eine Tätigkeit auswählen, auf die alle existierenden Einträge umgebucht werden:
</target>
</trans-unit>
@@ -530,6 +532,7 @@
Momentan existieren für den Kunden %customer% insgesamt %project% Projekte mit %activity%
Tätigkeiten, die sich in %records% Zeiteinträgen auf eine Gesamtdauer von %duration% belaufen. Diese
Projekte, Tätigkeiten und Zeiteinträge werden ebenfalls mit gelöscht!
Alternativ können Sie einen Kunden auswählen, auf den alle Daten umgebucht werden:
</target>
</trans-unit>

View File

@@ -442,6 +442,7 @@
Currently the project %project% for the customer %customer% has %activities%
activities and %records% time-records, which count up to a total of %duration%.
These activities and time-records will be deleted as well!
Alternatively, you can select a project to which all existing activities and entries are transferred:
</target>
</trans-unit>
@@ -462,6 +463,7 @@
Currently the activity %activity% in the project %project% for the customer %customer%
has %records% time-records, which count up to a total of %duration%.
These time-records will be deleted as well!
Alternatively, you can select an activity to which all existing entries are transferred:
</target>
</trans-unit>
@@ -530,6 +532,7 @@
Currently the customer %customer% has %project% projects with %activity% activities, which count up
in %records% time-records to a total of %duration%.
These projects, activities and time-records will be deleted as well!
Alternatively, you can select a customer to whom all data is transferred:
</target>
</trans-unit>