Skip to content
Snippets Groups Projects
Commit 3febc789 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: Entwicklung - xRM][TicketNr.: 1068555][Serienbrief - Preview/Tab...

[Projekt: Entwicklung - xRM][TicketNr.: 1068555][Serienbrief - Preview/Tab Empfänger - Meldung "Aktion nicht unterstützt" obwohl odt vorhanden]
parent 89b3f2f8
No related branches found
No related tags found
No related merge requests found
import("system.translate");
import("system.neon");
import("system.result");
import("system.vars");
......@@ -8,6 +9,6 @@ if(vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW)
if(bindata == null || bindata == "")
{
result.string("Dont forget to upload a file");
result.string(translate.text("Dont forget to upload a file"));
}
}
\ No newline at end of file
......@@ -106,6 +106,10 @@
<key>Radius Search</key>
<value>Umkreissuche</value>
</entry>
<entry>
<key>Dont forget to upload a file</key>
<value>Datei hochladen nicht vergessen</value>
</entry>
<entry>
<key>Discussion</key>
<value>Diskussion</value>
......@@ -8381,7 +8385,6 @@ Bitte Datumseingabe prüfen</value>
</entry>
<entry>
<key>Subcategory</key>
<value>Unterkategorie</value>
</entry>
<entry>
<key>The radius has to be at least %0.</key>
......@@ -10000,9 +10003,6 @@ Bitte Datumseingabe prüfen</value>
<entry>
<key>My campaigns</key>
</entry>
<entry>
<key>Subcategory</key>
</entry>
<entry>
<key>Campaign costs</key>
</entry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment