diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-09-03 12:36:54 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-09-03 12:36:54 +0200 |
commit | 1a09a4706b7cc53225abd5c6124f3da2f784ad61 (patch) | |
tree | bb48f68460379c2d73ccce5bdd78b059b3a48358 /res/values/strings.xml | |
parent | 1f378bffc80c73d23cb62106c912043504ce7fca (diff) |
added ability to disable notifications for specific conversations - fixed #322
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e799b0ae..7b9c8d95 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -235,5 +235,9 @@ <string name="server_info_session_established">Current session established</string> <string name="additional_information">Additional Information</string> <string name="skip">Skip</string> + <string name="disable_notifications">Disable notifications</string> + <string name="disable_notifications_for_this_conversation">Disable notifications for this conversation</string> + <string name="notifications_disabled">Notifications are disabled</string> + <string name="enable">Enable</string> </resources>
\ No newline at end of file |