diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-14 13:45:26 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-14 13:45:26 +0000 |
| commit | 16d46bb8c1ba457399911687cd88d6f6923c75c1 (patch) | |
| tree | af07774e56e92415a527abbd7b6930c2b4a085ea /roundcubemail/program/localization | |
| parent | eea774e42998fd46d190da346b74b4f178420e33 (diff) | |
- Added searching in all addressbook sources (global-search)
- Added addressbook source selection in contacts import
git-svn-id: https://svn.roundcube.net/trunk@4850 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index fa0fab581..e6927e89b 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -326,6 +326,7 @@ $labels['personaladrbook'] = 'Personal Addresses'; $labels['import'] = 'Import'; $labels['importcontacts'] = 'Import contacts'; $labels['importfromfile'] = 'Import from file:'; +$labels['importtarget'] = 'Add new contacts to address book:'; $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'; diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index e425f1202..f51e2e0d2 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -413,5 +413,6 @@ $labels['allfields'] = 'Wszystkie pola'; $labels['search'] = 'Szukaj'; $labels['advsearch'] = 'Wyszukiwanie zaawansowane'; $labels['other'] = 'Inne'; +$labels['importtarget'] = 'Dodaj nowe kontakty do książki adresowej:'; ?> |
