From 2942c2a31b8a533696ca1909473a7484ed21165c Mon Sep 17 00:00:00 2001 From: tri Date: Fri, 11 Aug 2006 10:13:22 +0000 Subject: Fixed Bug #1483950 git-svn-id: https://svn.roundcube.net/trunk@310 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/localization/en_US/labels.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'; -- cgit v1.2.3