156 | 156 | ||
157 | 157 | ||
158 | Titles = { | 158 | Titles = { |
159 | ContactsBox = "Address Book"; | ||
160 | Directory = "Directory"; | ||
161 | Mailboxes = "Mailboxes"; |
159 | Alerts = "System Alerts"; | 162 | Alerts = "System Alerts"; |
160 | Certificate = "Secure Mail"; | 163 | Certificate = "Secure Mail"; |
164 | Presence = "Real-Time Contacts"; | ||
165 | }; | ||
166 | |||
167 | Buttons = { | ||
168 | GoOnline = "Go Online"; GoOffline = "Go Offline"; GoReady = "Online"; GoAway = "Away"; GoBusy = "Busy"; |
161 | }; | 169 | }; |
162 | } | 170 | } |
163 | 171 |