diff options
author | svncommit <devs@roundcube.net> | 2006-08-11 10:13:22 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-08-11 10:13:22 +0000 |
commit | 960da4ff2e33acb25a47a34d37f2e04dbf342623 (patch) | |
tree | c9e6fe7a2effc988638c791040338f5f8e675faa /program/localization/en_US/labels.inc | |
parent | 4fd1e8faf107dabaacb4eb9688f8a2e5015dc92c (diff) |
Fixed Bug #1483950
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index e64b55bf4..1b517e2aa 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -152,6 +152,7 @@ $labels['first_name'] = 'First name'; $labels['last_name'] = 'Last name'; $labels['email'] = 'E-Mail'; $labels['middle_name'] = 'Middle Name'; +$labels['edu_title'] = 'Education Title'; $labels['addon'] = 'Addon'; $labels['nickname'] = 'Nickname'; $labels['company'] = 'Company'; @@ -171,11 +172,12 @@ $labels['tel_work_fax'] = 'Tel Work Fax'; $labels['tel_home_fax'] = 'Tel Home Fax'; $labels['tel_isdn'] = 'Tel ISDN'; $labels['tel_preferred'] = 'Tel Preferred'; +$labels['tel_telex'] = 'Tel Telex'; $labels['work_street'] = 'Work Street'; $labels['work_zip'] = 'Work Zip'; $labels['work_city'] = 'Work City'; $labels['work_region'] = 'Work Region'; -$labels['work_county'] = 'Work Country'; +$labels['work_country'] = 'Work Country'; $labels['home_street'] = 'Home Street'; $labels['home_zip'] = 'Home Zip'; $labels['home_city'] = 'Home City'; |