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:
parent
647238052b
commit
e735e4843e
44 changed files with 1076 additions and 318 deletions
|
|
@ -201,14 +201,14 @@
|
|||
<string name="media_hide_sensitive">Ocultar medios marcados como sensibles</string>
|
||||
<string name="media_hide_none">Mostrar siempre los medios marcados como sensibles</string>
|
||||
<string name="media_hide_all">Ocultar siempre todos los medios</string>
|
||||
<string name="notification_channel_mention_name">Nuevas menciones</string>
|
||||
<string name="notification_channel_mention_descriptions">Notificaciones de nuevas menciones</string>
|
||||
<string name="notification_channel_follow_name">Nuevos seguidores</string>
|
||||
<string name="notification_channel_follow_description">Notificaciones de nuevos seguidores</string>
|
||||
<string name="notification_channel_boost_name">Compartidos</string>
|
||||
<string name="notification_channel_boost_description">Notificaciones de estados que fueron compartidos</string>
|
||||
<string name="notification_channel_favourite_name">Favoritos</string>
|
||||
<string name="notification_channel_favourite_description">Notificaciones de estados que recibieron favorito</string>
|
||||
<string name="notification_mention_name">Nuevas menciones</string>
|
||||
<string name="notification_mention_descriptions">Notificaciones de nuevas menciones</string>
|
||||
<string name="notification_follow_name">Nuevos seguidores</string>
|
||||
<string name="notification_follow_description">Notificaciones de nuevos seguidores</string>
|
||||
<string name="notification_boost_name">Compartidos</string>
|
||||
<string name="notification_boost_description">Notificaciones de estados que fueron compartidos</string>
|
||||
<string name="notification_favourite_name">Favoritos</string>
|
||||
<string name="notification_favourite_description">Notificaciones de estados que recibieron favorito</string>
|
||||
<string name="notification_mention_format">%s te mencionó</string>
|
||||
<string name="notification_summary_large">%1$s, %2$s, %3$s y %4$d otros</string>
|
||||
<string name="notification_summary_medium">%1$s, %2$s, y %3$s</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue