Added an system for showing flash messages to user.

This commit is contained in:
Jan Böhmer 2019-03-13 14:53:12 +01:00
parent cc1badb853
commit 2d18014b35
6 changed files with 146 additions and 6 deletions

View file

@ -301,6 +301,26 @@
<source>part_list.loading.message</source>
<target state="translated">This can take a moment. If this message do not disappear, try to reload the page.</target>
</trans-unit>
<trans-unit resname="flash.success" id="flash.success">
<source>flash.success</source>
<target state="translated">Success</target>
</trans-unit>
<trans-unit resname="flash.error" id="flash.error">
<source>flash.error</source>
<target state="translated">Error</target>
</trans-unit>
<trans-unit resname="flash.warning" id="flash.warning">
<source>flash.warning</source>
<target state="translated">Warning</target>
</trans-unit>
<trans-unit resname="flash.notice" id="flash.notice">
<source>flash.notice</source>
<target state="translated">Notice</target>
</trans-unit>
<trans-unit resname="flash.info" id="flash.info">
<source>flash.info</source>
<target state="translated">Info</target>
</trans-unit>
</body>
</file>
</xliff>