Add reminders

This commit is contained in:
2019-09-20 20:03:29 +02:00
committed by Matte23
parent 4a9533a756
commit 9c41010ed5
13 changed files with 377 additions and 16 deletions

View File

@@ -9,8 +9,16 @@
<string name="notification_summary">New circulars</string>
<string name="notification_summary_text">%1$d new circulars</string>
<string name="channel_name">Circular letters</string>
<string name="channel_description">Notify when your school issue a new circular letter</string>
<string name="notification_title_reminder">Reminder</string>
<string name="channel_name_new">Circular letters</string>
<string name="channel_description_new">Notify when your school issue a new circular letter</string>
<string name="channel_name_reminder">Reminders</string>
<string name="channel_description_reminder">Reminder linked with circular letter</string>
<string name="dialog_ok">OK</string>
<string name="dialog_next">Next</string>
<string name="dialog_cancel">Cancel</string>
<string name="snackbar_connection_not_available">Network not available. Results may be outdated</string>
</resources>