diff options
Diffstat (limited to 'app/src/main/res/values/strings_preferences')
-rw-r--r-- | app/src/main/res/values/strings_preferences | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index e9cc643c..f70ffe59 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -44,6 +44,12 @@ <string name="add_keyword">Add Keyword</string> <string name="hint_keyword">Type keyword and press +</string> <string name="empty_keyword">Empty Keyword</string> + <string name="notification_all_accounts">Notify from all accounts</string> + <string name="notification_all_accounts_desc">Get notifications for every account that is logged in. Disabling this will only fetch notifications form the currently selected account.</string> + <string name="notification_fetch_now">Fetch Notifications Now</string> + <string name="notification_fetch_now_desc">Trigger the notification fetcher one time.</string> + <string name="notification_fetch_success">Fetching Notifications…</string> + <string name="notification_fetch_fail">Couldn\'t fetch notifications</string> <string name="fancy_animations">Fancy Animations</string> <string name="fancy_animations_desc">Reveal webviews using ripples and animate transitions</string> |