Add vCard attachment preview
This commit is contained in:
parent
d874e16024
commit
f07abeb54c
58 changed files with 1263 additions and 117 deletions
|
|
@ -20,6 +20,20 @@
|
|||
<string name="unpin_conversation">Desafixar</string>
|
||||
<string name="forward_message">Reencaminhar</string>
|
||||
<string name="compress_error">Incapaz de comprimir imagem no 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 contacto 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue