Started work on Android contacts

This commit is contained in:
Juha Heinanen
2022-02-11 21:41:47 +02:00
parent 7faf64558e
commit bfecd70422
4 changed files with 54 additions and 61 deletions

View File

@ -358,10 +358,13 @@
<string name="avatar_image">Profile image</string>
<!-- Contacts Activity -->
<string name="contacts">Contacts</string>
<string name="baresip_contacts">baresip Contacts</string>
<string name="contact_action_question">Do you want to call or send message to \'%1$s\'?</string>
<string name="send_message">Send Message</string>
<string name="contact_delete_question">Do you want to delete contact \'%1$s\'?</string>
<string name="contacts_exceeded">Your maximum number of contacts %1$d has been exceeded.</string>
<!-- Android Contacts Activity -->
<string name="android_contacts">Android Contacts</string>
<!-- Generic -->
<string name="alert">Alert</string>
<string name="info">Info</string>