Poll notifications (#1229)

* show poll notifications in the app

* show poll notifications in the app

* allow filtering poll notifications in the poll fragment

* show poll notifications in system notifications
This commit is contained in:
Konrad Pozniak 2019-05-02 19:44:35 +02:00 committed by GitHub
commit e735e4843e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 1076 additions and 318 deletions

View file

@ -212,14 +212,14 @@
<string name="media_hide_sensitive">إخفاء الوسائط المعينة كحساسة</string>
<string name="media_hide_none">اظهار الوسائط المعينة كمحتوى حساس دائمًا</string>
<string name="media_hide_all">إخفاء كافة الوسائط دائما</string>
<string name="notification_channel_mention_name">إشارات جديدة</string>
<string name="notification_channel_mention_descriptions">الإخطارات عندما يشار إليك</string>
<string name="notification_channel_follow_name">متابِعون جدد</string>
<string name="notification_channel_follow_description">إخطارات عند تلقي متابعين جدد</string>
<string name="notification_channel_boost_name">الترقيات</string>
<string name="notification_channel_boost_description">إخطارات عندما يقوم أحدهم بترقية تبويقاتي</string>
<string name="notification_channel_favourite_name">المفضلة</string>
<string name="notification_channel_favourite_description">الإشعار عندما يقوم أحدهم بإضافة تبويقاتك إلى مفضلاته</string>
<string name="notification_mention_name">إشارات جديدة</string>
<string name="notification_mention_descriptions">الإخطارات عندما يشار إليك</string>
<string name="notification_follow_name">متابِعون جدد</string>
<string name="notification_follow_description">إخطارات عند تلقي متابعين جدد</string>
<string name="notification_boost_name">الترقيات</string>
<string name="notification_boost_description">إخطارات عندما يقوم أحدهم بترقية تبويقاتي</string>
<string name="notification_favourite_name">المفضلة</string>
<string name="notification_favourite_description">الإشعار عندما يقوم أحدهم بإضافة تبويقاتك إلى مفضلاته</string>
<string name="notification_mention_format">%s أشار إليك</string>
<string name="notification_summary_large">%1$s, %2$s, %3$s و %4$d أخرى</string>
<string name="notification_summary_medium">%1$s, %2$s, و %3$s</string>