1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00

Update language string

This commit is contained in:
Tom Needham 2012-04-13 20:09:04 +00:00
parent 3800fdeb40
commit d2fdd24307

View File

@ -1,5 +1,5 @@
<div id="firstrun"> <div id="firstrun">
<?php echo $l->t('You have no contacts in your list.') ?> <?php echo $l->t('You have no contacts in your addressbook.') ?>
<div id="selections"> <div id="selections">
<input type="button" value="<?php echo $l->t('Import contacts') ?>" onclick="Contacts.UI.Addressbooks.doImport()" /> <input type="button" value="<?php echo $l->t('Import contacts') ?>" onclick="Contacts.UI.Addressbooks.doImport()" />
<input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="Contacts.UI.Card.editNew()" /> <input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="Contacts.UI.Card.editNew()" />