adding a missing string
This commit is contained in:
parent
0cb9326774
commit
ef12fd9939
|
@ -56,7 +56,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:ea74adfbfd'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:fd08255626'
|
||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.3'
|
||||
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<string name="send_email_to_group">Enviar e-mail para o grupo</string>
|
||||
<string name="create_new_contact">Criar novo contacto</string>
|
||||
<string name="add_to_existing_contact">Adicionar a um contacto existente</string>
|
||||
<string name="fields_empty">At least 1 field has to be filled out</string>
|
||||
|
||||
<!-- Placeholders -->
|
||||
<string name="no_contacts_with_emails">Não existem contactos com endereço de e-mail</string>
|
||||
|
|
Loading…
Reference in New Issue