Skip to content
Snippets Groups Projects
Commit fd72556f authored by Bart Visscher's avatar Bart Visscher
Browse files

Contacts: Make part.no_contacts.php translatable

parent 17af1ba8
No related branches found
No related tags found
No related merge requests found
<div id="firstrun">
You have no contacts in your list.
<?php echo $l->t('You have no contacts in your list.') ?>
<div id="selections">
<input type="button" value="Import contacts" onclick="Contacts.UI.Addressbooks.do_import()" />
<input type="button" value="Add contact" onclick="Contacts.UI.Card.editNew()" />
<input type="button" value="Edit addressbooks" onclick="Contacts.UI.Addressbooks.overview()" />
<input type="button" value="<?php echo $l->t('Import contacts') ?>" onclick="Contacts.UI.Addressbooks.do_import()" />
<input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="Contacts.UI.Card.editNew()" />
<input type="button" value="<?php echo $l->t('Edit addressbooks') ?>" onclick="Contacts.UI.Addressbooks.overview()" />
</div>
</div>
\ No newline at end of file
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment