mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
Remove html escaping in plain text mails
This commit is contained in:
parent
0663650d9b
commit
80291b8835
4 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
||||||
Die TimeLimit-Installation von dem Gerät <%= deviceName %> hat eine Manipulation gemeldet.
|
Die TimeLimit-Installation von dem Gerät <%- deviceName %> hat eine Manipulation gemeldet.
|
||||||
Sie können die Details dazu in der TimeLimit-App einsehen.
|
Sie können die Details dazu in der TimeLimit-App einsehen.
|
||||||
|
|
||||||
Solange Sie nicht die Warnung in TimeLimit bestätigen (ignorieren und/ oder beheben)
|
Solange Sie nicht die Warnung in TimeLimit bestätigen (ignorieren und/ oder beheben)
|
||||||
erhalten Sie keine weitere Manipulationsbenachrichtigungen für dieses Gerät.
|
erhalten Sie keine weitere Manipulationsbenachrichtigungen für dieses Gerät.
|
||||||
|
|
||||||
|
|
||||||
TimeLimit at <%= deviceName %> reported a manipulation.
|
TimeLimit at <%- deviceName %> reported a manipulation.
|
||||||
You can see the details in the TimeLimit App.
|
You can see the details in the TimeLimit App.
|
||||||
|
|
||||||
You will not get any further warnings for this device
|
You will not get any further warnings for this device
|
||||||
|
|
|
@ -5,7 +5,7 @@ angezeigt. Dort kann die Erledigung bestätigt werden.
|
||||||
Da die Anzahl der Benachrichtigungs-E-Mails begrenzt ist erhalten Sie
|
Da die Anzahl der Benachrichtigungs-E-Mails begrenzt ist erhalten Sie
|
||||||
möglicherweise nicht bei jeder Aufgabenerledigung eine derartige E-Mail.
|
möglicherweise nicht bei jeder Aufgabenerledigung eine derartige E-Mail.
|
||||||
|
|
||||||
<%= child %> reported that <%= task %> was finished.
|
<%- child %> reported that <%- task %> was finished.
|
||||||
You can see the tasks which are marked as finished at the overview screen
|
You can see the tasks which are marked as finished at the overview screen
|
||||||
of the TimeLimit application. You can confirm the task completion there.
|
of the TimeLimit application. You can confirm the task completion there.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<%= subject %>
|
<%- subject %>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
TimeLimit wurde vom Gerät <%= deviceName %> entfernt. Ein Zurücksetzen der
|
TimeLimit wurde vom Gerät <%- deviceName %> entfernt. Ein Zurücksetzen der
|
||||||
App, wonach diese immer noch "da", aber nicht eingerichtet ist, zählt auch als Entfernen.
|
App, wonach diese immer noch "da", aber nicht eingerichtet ist, zählt auch als Entfernen.
|
||||||
In jedem Fall wurde diese Aktion durch den Benutzer des Gerätes durchgeführt -
|
In jedem Fall wurde diese Aktion durch den Benutzer des Gerätes durchgeführt -
|
||||||
in der Voreinstellung kann TimeLimit jederzeit, auch durch das Kind, entfernt werden.
|
in der Voreinstellung kann TimeLimit jederzeit, auch durch das Kind, entfernt werden.
|
||||||
Technisch bedingt wird nicht jede Entfernung erkannt, sodass nicht in jedem Fall diese
|
Technisch bedingt wird nicht jede Entfernung erkannt, sodass nicht in jedem Fall diese
|
||||||
Benachrichtigung kommt.
|
Benachrichtigung kommt.
|
||||||
|
|
||||||
TimeLimit was removed from <%= deviceName %>. A reset of the App, after which it is
|
TimeLimit was removed from <%- deviceName %>. A reset of the App, after which it is
|
||||||
still "there", but not set up, is considered a removal, too. In any case, this was
|
still "there", but not set up, is considered a removal, too. In any case, this was
|
||||||
done by the user of the device. Remember that by default, it is always possible
|
done by the user of the device. Remember that by default, it is always possible
|
||||||
to remove TimeLimit, for parents and children. For technical reasons, not every
|
to remove TimeLimit, for parents and children. For technical reasons, not every
|
||||||
|
@ -23,4 +23,4 @@ You can disable getting these messages in the TimeLimit App or by
|
||||||
replying to this message that you don't want to get these notifications anymore.
|
replying to this message that you don't want to get these notifications anymore.
|
||||||
If you have got any questions, then you can reply to this messagge.
|
If you have got any questions, then you can reply to this messagge.
|
||||||
|
|
||||||
<C> <%= mailimprint %>
|
<C> <%- mailimprint %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue