Add vCard attachment preview

This commit is contained in:
Naveen 2022-08-29 03:19:50 +05:30
parent d874e16024
commit f07abeb54c
58 changed files with 1263 additions and 117 deletions

View file

@ -20,6 +20,20 @@
<string name="unpin_conversation">Desfixar</string>
<string name="forward_message">Encaminhar</string>
<string name="compress_error">Não pôde comprimir imagem ao tamanho selecionado</string>
<!-- vCard-->
<plurals name="view_contact">
<item quantity="one">View contact</item>
<item quantity="other">View contacts</item>
</plurals>
<plurals name="and_other_contacts">
<item quantity="one">and %d other</item>
<item quantity="other">and %d others</item>
</plurals>
<string name="contact_info">Contact info</string>
<string name="notes">Notes</string>
<string name="anniversary">Anniversary</string>
<string name="birthday">Birthday</string>
<string name="add_contact">Add contact</string>
<!-- New conversation -->
<string name="new_conversation">Nova conversa</string>
<string name="add_contact_or_number">Adicionar contato ou número…</string>
@ -71,4 +85,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>