Skip to content
Snippets Groups Projects
Commit 7ca4f615 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

Notifications: NotificationState-Keyword add + translation

parent bb3c85ab
No related branches found
No related tags found
No related merge requests found
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd">
<changeSet author="a.schindlbeck" id="866dab92-b0fe-4a8c-8b90-123824c10ffd">
<update tableName="AB_KEYWORD_ENTRY">
<column name="TITLE" value="Unread"/>
<where>AB_KEYWORD_ENTRYID='765dacdb-8f9c-46e9-8303-41355ba17010'</where>
</update>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
...@@ -5,4 +5,5 @@ ...@@ -5,4 +5,5 @@
<include relativeToChangelogFile="true" file="ImportFields/changelog.xml"/> <include relativeToChangelogFile="true" file="ImportFields/changelog.xml"/>
<include relativeToChangelogFile="true" file="LeadimportMappingAssistant/changelog.xml"/> <include relativeToChangelogFile="true" file="LeadimportMappingAssistant/changelog.xml"/>
<include relativeToChangelogFile="true" file="optimizeIndizes.xml"/> <include relativeToChangelogFile="true" file="optimizeIndizes.xml"/>
<include relativeToChangelogFile="true" file="addNotificationStateKeywords/addNotificationStateKeyword.xml"/>
</databaseChangeLog> </databaseChangeLog>
...@@ -7302,6 +7302,9 @@ ...@@ -7302,6 +7302,9 @@
<entry> <entry>
<key>Hint</key> <key>Hint</key>
</entry> </entry>
<entry>
<key>Unread</key>
</entry>
</keyValueMap> </keyValueMap>
<font name="Dialog" style="0" size="11" /> <font name="Dialog" style="0" size="11" />
<sqlModels> <sqlModels>
......
...@@ -5113,6 +5113,10 @@ ...@@ -5113,6 +5113,10 @@
<key>Create</key> <key>Create</key>
<value>erstelle</value> <value>erstelle</value>
</entry> </entry>
<entry>
<key>Unread</key>
<value>Ungelesen</value>
</entry>
<entry> <entry>
<key>Permission Overview</key> <key>Permission Overview</key>
<value>Berechtigungsüberblick</value> <value>Berechtigungsüberblick</value>
...@@ -8928,6 +8932,7 @@ Bitte Datumseingabe prüfen</value> ...@@ -8928,6 +8932,7 @@ Bitte Datumseingabe prüfen</value>
</entry> </entry>
<entry> <entry>
<key>New</key> <key>New</key>
<value>Neu</value>
</entry> </entry>
<entry> <entry>
<key>Archived</key> <key>Archived</key>
......
...@@ -7373,6 +7373,9 @@ ...@@ -7373,6 +7373,9 @@
<entry> <entry>
<key>Hint</key> <key>Hint</key>
</entry> </entry>
<entry>
<key>Unread</key>
</entry>
</keyValueMap> </keyValueMap>
<font name="Dialog" style="0" size="11" /> <font name="Dialog" style="0" size="11" />
</language> </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