"globalOptionsThemeOLEDAsDark": "OLED theme as dark theme",
"globalOptionsThemeKeepOriginalAccentColor": "Keep the original accent color",
"globalOptionsPushNotificationsNotice": "External services are used for delivering push notifications. While the content is encrypted and can only be read by this app, extracting metadata like the time and count of notifications is still possible.",
"globalOptionsPushNotificationsEnabledDisabledNotice": "No UnifiedPush distributor could be found. Please go to https://unifiedpush.org/users/distributors and setup any of the listed distributors. Then re-open this app and you should be able to enable notifications",
@ -171,6 +171,9 @@ class AppLocalizationsEn extends AppLocalizations {
@override
StringgetglobalOptionsThemeOLEDAsDark=>'OLED theme as dark theme';
@override
StringgetglobalOptionsThemeKeepOriginalAccentColor=>'Keep the original accent color';
@override
StringgetglobalOptionsPushNotificationsNotice=>
'External services are used for delivering push notifications. While the content is encrypted and can only be read by this app, extracting metadata like the time and count of notifications is still possible.';