shorten priority strings

This commit is contained in:
Markus Doits 2022-12-01 11:45:57 +01:00
parent 9149bc3c8d
commit 00854808ff
No known key found for this signature in database
GPG key ID: 4D406BBC615201D1

View file

@ -2,11 +2,11 @@
tools:ignore="MissingTranslation">
<!-- Notification channels -->
<string name="channel_notifications_min_name">Notifications (min priority)</string>
<string name="channel_notifications_low_name">Notifications (low priority)</string>
<string name="channel_notifications_default_name">Notifications (default priority)</string>
<string name="channel_notifications_high_name">Notifications (high priority)</string>
<string name="channel_notifications_max_name">Notifications (max priority)</string>
<string name="channel_notifications_min_name">Min priority</string>
<string name="channel_notifications_low_name">Low priority</string>
<string name="channel_notifications_default_name">Default priority</string>
<string name="channel_notifications_high_name">High priority</string>
<string name="channel_notifications_max_name">Max priority</string>
<string name="channel_notifications_group_default_name">Default</string>
<string name="channel_subscriber_service_name">Subscription Service</string>
<string name="channel_subscriber_notification_title">Listening for incoming notifications</string>