Skip to content
Snippets Groups Projects
Commit a83adad9 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#632 - updated what's new dialog

parent 3ad773ed
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ public class AboutController extends BaseController ...@@ -40,6 +40,7 @@ public class AboutController extends BaseController
newsEntries.add(NewsEntry.createWithLocalizationKey("newFromExisting")); newsEntries.add(NewsEntry.createWithLocalizationKey("newFromExisting"));
newsEntries.add(NewsEntry.createWithLocalizationKey("imagePerformance")); newsEntries.add(NewsEntry.createWithLocalizationKey("imagePerformance"));
newsEntries.add(NewsEntry.createWithLocalizationKey("searchOption")); newsEntries.add(NewsEntry.createWithLocalizationKey("searchOption"));
newsEntries.add(NewsEntry.createWithLocalizationKey("newHotkey"));
newsEntries.add(NewsEntry.createWithLocalizationKey("trimInputs")); newsEntries.add(NewsEntry.createWithLocalizationKey("trimInputs"));
newsEntries.add(NewsEntry.createWithLocalizationKey("fix.sortTemplates")); newsEntries.add(NewsEntry.createWithLocalizationKey("fix.sortTemplates"));
......
...@@ -14,6 +14,9 @@ news.imagePerformance.description=Verbesserung der Performance beim Laden von Bi ...@@ -14,6 +14,9 @@ news.imagePerformance.description=Verbesserung der Performance beim Laden von Bi
news.searchOption.headline=Option zur Suche in versteckten Konten news.searchOption.headline=Option zur Suche in versteckten Konten
news.searchOption.description=Neue Checkbox um beim Suchen auch Transaktionen aus versteckten Konten einzubeziehen. news.searchOption.description=Neue Checkbox um beim Suchen auch Transaktionen aus versteckten Konten einzubeziehen.
news.newHotkey.headline=Neue Tastenkombination
news.newHotkey.description=Die Buchungsübersicht lässt sich mithilfe der neuen Tastenkombination "o" öffnen.
news.trimInputs.headline=Texteingaben abschneiden news.trimInputs.headline=Texteingaben abschneiden
news.trimInputs.description=Leerzeichen am Anfang und Ende von Texteingaben werden automatisch entfernt (Hinweis: Das betrifft auch Passwortfelder!). news.trimInputs.description=Leerzeichen am Anfang und Ende von Texteingaben werden automatisch entfernt (Hinweis: Das betrifft auch Passwortfelder!).
......
...@@ -14,6 +14,9 @@ news.imagePerformance.description=Improved the loading performance for custom ac ...@@ -14,6 +14,9 @@ news.imagePerformance.description=Improved the loading performance for custom ac
news.searchOption.headline=Search: Option to include hidden accounts news.searchOption.headline=Search: Option to include hidden accounts
news.searchOption.description=Added a new checkbox to include transactions from hidden accounts news.searchOption.description=Added a new checkbox to include transactions from hidden accounts
news.newHotkey.headline=New hotkey
news.newHotkey.description=The transaction overview can be opened by using the new key combination "o".
news.trimInputs.headline=Trim text inputs news.trimInputs.headline=Trim text inputs
news.trimInputs.description=All whitespace in text inputs should be trimmed before saving (Note: This affects password inputs too!). news.trimInputs.description=All whitespace in text inputs should be trimmed before saving (Note: This affects password inputs too!).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment