diff options
| author | tri <tri@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-11 10:13:22 +0000 |
|---|---|---|
| committer | tri <tri@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-11 10:13:22 +0000 |
| commit | 2942c2a31b8a533696ca1909473a7484ed21165c (patch) | |
| tree | b0a0663ee7579d1be6be3717dc266b919d923dbd /roundcubemail/program/localization | |
| parent | 01c264a1d85b8de334311f3e0922671e2070d27e (diff) | |
Fixed Bug #1483950
git-svn-id: https://svn.roundcube.net/trunk@310 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index e64b55bf4..1b517e2aa 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/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'; |
