Ignore:
Timestamp:
Aug 11, 2006 6:09:37 AM (7 years ago)
Author:
tri
Message:

Fixed Bug #1483950

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/localization/en_US/labels.inc

    r296 r309  
    1111 +-----------------------------------------------------------------------+ 
    1212 | Author: Thomas Bruederli <roundcube@gmail.com>                        | 
     13 | Author: Tobias 'tri' Richter <tobias@datenwerkstatt-richter.de>       | 
    1314 +-----------------------------------------------------------------------+ 
    1415 
     
    147148 
    148149// address boook 
    149 $labels['name']      = 'Display name'; 
    150 $labels['firstname'] = 'First name'; 
    151 $labels['surname']   = 'Last name'; 
    152 $labels['email']     = 'E-Mail'; 
     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['addon']                = 'Addon'; 
     156$labels['nickname']             = 'Nickname'; 
     157$labels['company']              = 'Company'; 
     158$labels['organisation']         = 'Organisation'; 
     159$labels['department']           = 'Department'; 
     160$labels['job_title']            = 'Job Title'; 
     161$labels['note']                 = 'Note'; 
     162$labels['tel_work1_voice']      = 'Tel Work1 Voice'; 
     163$labels['tel_work2_voice']      = 'Tel Work2 Voice'; 
     164$labels['tel_home1_voice']      = 'Tel Home1 Voice'; 
     165$labels['tel_home2_voice']      = 'Tel Home2 Voice'; 
     166$labels['tel_cell_voice']       = 'Tel Cell Voice'; 
     167$labels['tel_car_voice']        = 'Tel Car Voice'; 
     168$labels['tel_pager_voice']      = 'Tel Pager Voice'; 
     169$labels['tel_additional']       = 'Tel Additional'; 
     170$labels['tel_work_fax']         = 'Tel Work Fax'; 
     171$labels['tel_home_fax']         = 'Tel Home Fax'; 
     172$labels['tel_isdn']             = 'Tel ISDN'; 
     173$labels['tel_preferred']        = 'Tel Preferred'; 
     174$labels['work_street']          = 'Work Street'; 
     175$labels['work_zip']             = 'Work Zip'; 
     176$labels['work_city']            = 'Work City'; 
     177$labels['work_region']          = 'Work Region'; 
     178$labels['work_county']          = 'Work Country'; 
     179$labels['home_street']          = 'Home Street'; 
     180$labels['home_zip']             = 'Home Zip'; 
     181$labels['home_city']            = 'Home City'; 
     182$labels['home_region']          = 'Home Region'; 
     183$labels['home_country']         = 'Home Country'; 
     184$labels['postal_street']        = 'Postal Street'; 
     185$labels['postal_zip']           = 'Postal Zip'; 
     186$labels['postal_city']          = 'Postal City'; 
     187$labels['postal_region']        = 'Postal Region'; 
     188$labels['postal_country']       = 'Postal Country'; 
     189$labels['url_work']             = 'URL Work'; 
     190$labels['role']                 = 'Role'; 
     191$labels['birthday']             = 'Birthday'; 
     192$labels['rev']                  = 'Revision'; 
     193$labels['lang']                 = 'Language'; 
    153194 
    154195$labels['addcontact'] = 'Add new contact'; 
Note: See TracChangeset for help on using the changeset viewer.