diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-08 16:47:00 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-08 16:47:00 +0200 |
commit | 0272081d05e8cb60f1a2ac032698332b639cc527 (patch) | |
tree | 4043e22cac8abd22bc7b713212782d0ab91d9088 /program/localization | |
parent | 028e2a17affd0df163908e97db32ca58661f9730 (diff) |
Add option to import vcards with group assignments (pull-request 105)
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_US/labels.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 1865bcb3d..840c9358c 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -367,8 +367,11 @@ $labels['searchdelete'] = 'Delete search'; $labels['import'] = 'Import'; $labels['importcontacts'] = 'Import contacts'; $labels['importfromfile'] = 'Import from file:'; -$labels['importtarget'] = 'Add new contacts to address book:'; +$labels['importtarget'] = 'Add contacts to'; $labels['importreplace'] = 'Replace the entire address book'; +$labels['importgroups'] = 'Import group assignments'; +$labels['importgroupsall'] = 'All (create groups if necessary)'; +$labels['importgroupsexisting'] = 'Only for existing groups'; $labels['importdesc'] = 'You can upload contacts from an existing address book.<br/>We currently support importing addresses from the <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> or CSV (comma-separated) data format.'; $labels['done'] = 'Done'; |