diff options
author | alecpl <alec@alec.pl> | 2011-06-03 11:03:13 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-06-03 11:03:13 +0000 |
commit | e9a9f2f6c52e41f3e85fc3ab0ee93afecd080892 (patch) | |
tree | 325e109797a408c5ec14ba5952dbc24882971285 /program/localization/en_US | |
parent | 4649969c16a7dc938032de8f2b5bfcfb20e7bb03 (diff) |
- Added addressbook advanced search
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index c04531cf5..fa0fab581 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -272,6 +272,9 @@ $labels['manager'] = 'Manager'; $labels['assistant'] = 'Assistant'; $labels['spouse'] = 'Spouse'; $labels['allfields'] = 'All fields'; +$labels['search'] = 'Search'; +$labels['advsearch'] = 'Advanced Search'; +$labels['other'] = 'Other'; $labels['typehome'] = 'Home'; $labels['typework'] = 'Work'; @@ -284,6 +287,7 @@ $labels['typecar'] = 'Car'; $labels['typepager'] = 'Pager'; $labels['typevideo'] = 'Video'; $labels['typeassistant'] = 'Assistant'; +$labels['typehomepage'] = 'Home page'; $labels['addfield'] = 'Add field...'; $labels['addcontact'] = 'Add new contact'; |