Changeset 313 in subversion for trunk/roundcubemail/program/localization/en_US/labels.inc
- Timestamp:
- Aug 11, 2006 2:31:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/localization/en_US/labels.inc
r310 r313 11 11 +-----------------------------------------------------------------------+ 12 12 | Author: Thomas Bruederli <roundcube@gmail.com> | 13 | Author: Tobias 'tri' Richter <tobias@datenwerkstatt-richter.de> |14 13 +-----------------------------------------------------------------------+ 15 14 … … 148 147 149 148 // address boook 150 $labels['name'] = 'Display name'; 151 $labels['first_name'] = 'First name'; 152 $labels['last_name'] = 'Last name'; 153 $labels['email'] = 'E-Mail'; 154 $labels['middle_name'] = 'Middle Name'; 155 $labels['edu_title'] = 'Education Title'; 156 $labels['addon'] = 'Addon'; 157 $labels['nickname'] = 'Nickname'; 158 $labels['company'] = 'Company'; 159 $labels['organisation'] = 'Organisation'; 160 $labels['department'] = 'Department'; 161 $labels['job_title'] = 'Job Title'; 162 $labels['note'] = 'Note'; 163 $labels['tel_work1_voice'] = 'Tel Work1 Voice'; 164 $labels['tel_work2_voice'] = 'Tel Work2 Voice'; 165 $labels['tel_home1_voice'] = 'Tel Home1 Voice'; 166 $labels['tel_home2_voice'] = 'Tel Home2 Voice'; 167 $labels['tel_cell_voice'] = 'Tel Cell Voice'; 168 $labels['tel_car_voice'] = 'Tel Car Voice'; 169 $labels['tel_pager_voice'] = 'Tel Pager Voice'; 170 $labels['tel_additional'] = 'Tel Additional'; 171 $labels['tel_work_fax'] = 'Tel Work Fax'; 172 $labels['tel_home_fax'] = 'Tel Home Fax'; 173 $labels['tel_isdn'] = 'Tel ISDN'; 174 $labels['tel_preferred'] = 'Tel Preferred'; 175 $labels['tel_telex'] = 'Tel Telex'; 176 $labels['work_street'] = 'Work Street'; 177 $labels['work_zip'] = 'Work Zip'; 178 $labels['work_city'] = 'Work City'; 179 $labels['work_region'] = 'Work Region'; 180 $labels['work_country'] = 'Work Country'; 181 $labels['home_street'] = 'Home Street'; 182 $labels['home_zip'] = 'Home Zip'; 183 $labels['home_city'] = 'Home City'; 184 $labels['home_region'] = 'Home Region'; 185 $labels['home_country'] = 'Home Country'; 186 $labels['postal_street'] = 'Postal Street'; 187 $labels['postal_zip'] = 'Postal Zip'; 188 $labels['postal_city'] = 'Postal City'; 189 $labels['postal_region'] = 'Postal Region'; 190 $labels['postal_country'] = 'Postal Country'; 191 $labels['url_work'] = 'URL Work'; 192 $labels['role'] = 'Role'; 193 $labels['birthday'] = 'Birthday'; 194 $labels['rev'] = 'Revision'; 195 $labels['lang'] = 'Language'; 149 $labels['name'] = 'Display name'; 150 $labels['firstname'] = 'First name'; 151 $labels['surname'] = 'Last name'; 152 $labels['email'] = 'E-Mail'; 196 153 197 154 $labels['addcontact'] = 'Add new contact';
Note: See TracChangeset
for help on using the changeset viewer.
