diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-02 17:22:00 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-02 17:22:00 +0000 |
| commit | 48ac9b2adc7a4e37dd934a5c45e6ffb112dff299 (patch) | |
| tree | af4afd13427d5bbf5b9c5b6a406f3be3dcf8112e /roundcubemail/program/localization/en_US/labels.inc | |
| parent | 7ea6112e4580bf3c1a73c015275d60c5acf39225 (diff) | |
New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation
git-svn-id: https://svn.roundcube.net/trunk@1716 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US/labels.inc')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 43d91f94b..b628799b2 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/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'; |
