Skip to content
Snippets Groups Projects
Commit 1ff3d986 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

better error message

parent 87e0c1ad
No related branches found
No related tags found
No related merge requests found
......@@ -3945,6 +3945,9 @@
<entry>
<key>Email Template</key>
</entry>
<entry>
<key>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</key>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
<sqlModels>
......
......@@ -30,6 +30,10 @@
<key>Company</key>
<value>Firma</value>
</entry>
<entry>
<key>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</key>
<value>Das Feld %0 hat ein falsches Format. Das Datenbankfeld muss wie "tablename.columnname" ("ORGANISATION.NAME") oder als Array mit Column-alias formatiert sein: ["ORGANISATION", "NAME", "myorgAlias"]</value>
</entry>
<entry>
<key>Open tasks</key>
<value>Offene Aufgaben</value>
......
......@@ -3997,6 +3997,10 @@
<entry>
<key>Email Template</key>
</entry>
<entry>
<key>${SQL_LIB_FIELD_WRONG_FORMAT} field: %0</key>
<value>Field %0 is in an incorrect format. The database field has to be like "tablename.columnname" ("ORGANISATION.NAME") or as array with column-alias: ["ORGANISATION", "NAME", "myorgAlias"]</value>
</entry>
</keyValueMap>
<font name="Dialog" style="0" size="11" />
</language>
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