diff options
author | thomascube <thomas@roundcube.net> | 2008-09-02 17:22:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-02 17:22:00 +0000 |
commit | ed132eddea4a5a21f6f0c1454efa14c5ebe79520 (patch) | |
tree | ddca59a3305bc72f414a9b9a3ba5794126822e0b /program/localization/en_US/labels.inc | |
parent | 82bac871fa626e82a593f7ab5a4ca3509261049f (diff) |
New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 43d91f94b..b628799b2 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -232,6 +232,12 @@ $labels['lastpage'] = 'Show last set'; $labels['groups'] = 'Groups'; $labels['personaladrbook'] = 'Personal Addresses'; +$labels['import'] = 'Import'; +$labels['importcontacts'] = 'Import contacts'; +$labels['importfromfile'] = 'Import from file:'; +$labels['importreplace'] = 'Replace the entire address book'; +$labels['importtext'] = '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> data format.'; +$labels['done'] = 'Done'; // settings $labels['settingsfor'] = 'Settings for'; |