mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Display a notification when a new call is available.
This commit is contained in:
@ -320,4 +320,8 @@
|
||||
<string name="err_get_group_info">Impossible de récupérer les informations sur le groupe !</string>
|
||||
<string name="notice_closed_registration">Accès sur invitation</string>
|
||||
<string name="err_create_call_for_conversation">Une erreur a survenu lors de la création d\'un appel pour la conversation !</string>
|
||||
<string name="activity_call_label">Appel</string>
|
||||
<string name="notification_call_accept">Répondre</string>
|
||||
<string name="notification_call_reject">Rejeter</string>
|
||||
<string name="notification_call_content">%s vous appelle.</string>
|
||||
</resources>
|
@ -320,4 +320,7 @@
|
||||
<string name="err_get_search_results">Could not get results of your search!</string>
|
||||
<string name="err_create_call_for_conversation">Could not create a call for the conversation!</string>
|
||||
<string name="activity_call_label">Call</string>
|
||||
<string name="notification_call_accept">Respond</string>
|
||||
<string name="notification_call_reject">Reject call</string>
|
||||
<string name="notification_call_content">%s is calling you</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user