Project

General

Profile

Feature #1841 » goAgentEnglish.php

GoAgent English Translation - Jerico James Milo, 05/06/2015 04:54 PM

 
1
<?php
2
############################################################################################
3
####  Name:             en_us.php (English Translation)                                 ####
4
####  Type:             language file                                                   ####
5
####  Version:          3.0                                                             ####
6
####  Copyright:        GOAutoDial Inc. - Chris Lomuntad <chris@goautodial.com>         ####
7
####  License:          AGPLv2                                                          ####
8
############################################################################################
9

    
10
$lang['admin_login'] = 			'ADMIN LOGIN';
11
$lang['agent_login'] = 			'Agent Login';
12
$lang['agent_password'] = 		'Agent Password';
13
$lang['phone_login'] = 			'Phone Login';
14
$lang['phone_password'] = 		'Phone Password';
15
$lang['campaign'] = 			'Campaign';
16
$lang['login'] = 			'Login';
17
$lang['password'] = 			'Password';
18
$lang['re_login'] = 			'Re-Login';
19
$lang['logout'] = 			'LOGOUT';
20
$lang['timeclock'] = 			'Timeclock';
21
$lang['refresh_campaign_list'] = 	'Refresh campaign list.';
22
$lang['agent_web_client'] = 		'Agent web client';
23
$lang['agent_screen'] = 		'Agent Screen';
24
$lang['version'] = 			'version';
25
$lang['build'] = 			'BUILD';
26
$lang['server'] = 			'Server';
27
$lang['extension'] = 			'Extension';
28
$lang['hello'] = 			'Hello';
29
$lang['web_phone'] = 			'Web Phone';
30
$lang['agents'] = 			'AGENTS';
31
$lang['available_agents_transfer'] = 	'Available Agents Transfer';
32
$lang['lead_dispositioned_as'] = 	'Lead Dispositioned As';
33
$lang['disposition_hot_keys'] = 	'Disposition Hot Keys';
34
$lang['hot_keys_description'] = 	'When active, simply press the keyboard key for the desired disposition for this call. The call will then be hungup and dispositioned automatically';
35
$lang['previous_callback_info'] = 	'Previous Callback Information';
36
$lang['extended_alt_phone_info'] = 	'Extended Alt Phone Information';
37
$lang['alt_phone_info'] = 		'Alt Phone Info';
38
$lang['disconnected'] = 		'You have been disconnected.';
39
$lang['reconnect'] = 			'RECONNECT';
40
$lang['submit'] = 			'SUBMIT';
41
$lang['reset'] = 			'RESET';
42
$lang['alert'] = 			'ALERT';
43
$lang['agent_alert'] = 			'Agent Alert!';
44
$lang['alert_box'] = 			'Alert Box';
45
$lang['ok'] = 				'OK';
46

    
47
$lang['username_required'] = 		'Username required.';
48
$lang['password_required'] = 		'Password required.';
49
$lang['phone_required'] = 		'Phone login required.';
50
$lang['phone_pass_required'] = 		'Phone password required.';
51
$lang['choose_campaign'] = 		'Choose a campaign.';
52
$lang['invalid_login'] = 		'Invalid Username/Password.';
53
$lang['invalid_phone'] = 		'Sorry, your phone login and password are not active. Please contact Technical Support.';
54
$lang['go_back'] = 			'Go Back';
55
$lang['close_window'] = 		'Close Window';
56
$lang['loading'] = 			'Loading';
57
$lang['logged_in_as_user'] = 		'Logged in as User';
58
$lang['on_phone'] = 			'on Phone';
59
$lang['ring'] = 			'ring';
60
$lang['to_campaign'] = 			'to campaign';
61

    
62
$lang['must_login_to_timeclock'] = 	'YOU MUST LOG IN TO THE TIMECLOCK FIRST';
63
$lang['no_shift_enabled'] = 		'ERROR: There are no Shifts enabled for your user group';
64
$lang['not_allowed_to_login'] = 	'ERROR: You are not allowed to log in outside of your shift';
65
$lang['manager_override'] = 		'MANAGER OVERRIDE';
66
$lang['manager_login'] = 		'Manager Login';
67
$lang['manager_password'] = 		'Manager Password';
68
$lang['not_allowed_to_login_on_camp'] = 'Sorry, you are not allowed to login to this campaign';
69
$lang['campaign_not_active'] = 		'Campaign not active, please try again';
70
$lang['login_incorrect'] = 		'Login incorrect, please try again';
71
$lang['phone_login_error'] = 		'Phone Login Error';
72
$lang['phone_login_not_active'] = 	'Sorry, your phone login and password are not active in this system, please try again.';
73
$lang['system_delay_try_again'] = 	'System Delay, Please try again';
74
$lang['call_rejected'] = 		'Call Rejected';
75
$lang['dial_timeout'] = 		'Dial timed out, contact your system administrator';
76
$lang['update_fields_error'] = 		'Update Fields Error!';
77
$lang['no_more_leads_in_hopper'] = 	'No more leads in the hopper for campaign';
78
$lang['phone_number_in_dnc'] = 		'This phone number is in the DNC list';
79
$lang['phone_number_not_in_list'] = 	'This phone number is not in the campaign lists';
80
$lang['phone_number_outside_time'] = 	'This phone number is outside of the local call time';
81
$lang['unspecified_error'] = 		'Unspecified error';
82
$lang['lead_not_reverted'] = 		'Lead was not reverted, there was an error';
83
$lang['lead_skipped'] = 		'Lead skipped, go on to next lead';
84
$lang['call_not_placed'] = 		'Call was not placed, there was an error';
85
$lang['must_select_disposition'] = 	'You Must Select a Disposition';
86
$lang['manager_selected_groups'] = 	'Manager has selected groups for you';
87
$lang['manager_selected_territories'] = 'Manager has selected territories for you';
88
$lang['click_logout_link'] = 		'PLEASE CLICK THE LOGOUT LINK TO LOG OUT NEXT TIME.';
89
$lang['cannot_logout_during_dial_one'] ='You cannot log out during a Dial attempt.';
90
$lang['cannot_logout_during_dial_two'] ='Wait 50 seconds for the dial to fail out if it is not answered';
91
$lang['still_live_call'] = 		'STILL A LIVE CALL! Hang it up then you can log out.';
92
$lang['in_alt_dial_mode'] = 		'You are in ALT dial mode, you must finish the lead before logging out.';
93
$lang['shift_over_or_changed'] = 	'Your Shift is over or has changed, you have been logged out of your session.';
94
$lang['system_received_logout'] = 	'The system has received a command to log you out, you have been logged out of your session';
95
$lang['click_to_login_again'] = 	'CLICK HERE TO LOG IN AGAIN';
96
$lang['territories'] = 			'TERRITORIES';
97
$lang['customer_has_hung_up'] = 	'Customer has hung up';
98
$lang['finish_and_dispo_call'] = 	'Finish and Disposition Call';
99
$lang['call_wrapup'] = 			'Call Wrapup';
100
$lang['remaining_wrapup'] = 		'seconds remaining in wrapup';
101
$lang['finish_wrapup'] = 		'Finish Wrapup and Move On';
102
$lang['close_message'] = 		'Close Message';
103
$lang['session_disabled'] = 		'Your session has been disabled';
104
$lang['time_synchronization_problem'] = 'There is a time synchronization problem with your system, please tell your system administrator.';
105
$lang['must_change_customer_info'] = 	'Any changes made to the customer information below at this time will not be comitted, You must change customer information before you Hangup the call.';
106

    
107
$lang['alert_is_on'] = 			'Alert is ON';
108
$lang['alert_is_off'] = 		'Alert is OFF';
109
$lang['number_dial_invalid'] = 		'Number to Dial invalid';
110
$lang['session_paused'] = 		'Your session has been paused.';
111
$lang['manual_queue'] = 		'Manual Queue';
112
$lang['placing_call_to'] = 		'Placing call to';
113
$lang['live_calls_in_session'] = 	'LIVE CALLS IN YOUR SESSION';
114
$lang['remote_channel'] = 		'REMOTE CHANNEL';
115
$lang['recording'] = 			'Recording';
116
$lang['hangup'] = 			'HANGUP';
117
$lang['number'] = 			'NUMBER';
118
$lang['info'] = 			'INFO';
119
$lang['name'] = 			'NAME';
120
$lang['status'] = 			'STATUS';
121
$lang['dial'] = 			'DIAL';
122
$lang['alt'] = 				'ALT';
123
$lang['main_phone'] = 			'MAIN PHONE';
124
$lang['alt_phone'] = 			'ALT PHONE';
125
$lang['address3'] = 			'ADDRESS3';
126
$lang['finish_lead'] = 			'FINISH LEAD';
127
$lang['dial_lead'] = 			'DIAL LEAD';
128
$lang['skip_lead'] = 			'SKIP LEAD';
129
$lang['uid'] = 				'UID';
130
$lang['lead'] = 			'Lead';
131
$lang['list'] = 			'List';
132
$lang['dialable_leads'] = 		'Dialable Leads';
133
$lang['non_dialable'] = 		'NON-DIALABLE';
134
$lang['calling'] = 			'Calling';
135
$lang['callback_alert_today'] = 	'CALLBACK ALERT FOR THIS DAY';
136
$lang['callback_alerts_today'] = 	'CALLBACK ALERTS FOR THIS DAY';
137
$lang['active_callback'] = 		'ACTIVE CALLBACK';
138
$lang['active_callbacks'] = 		'ACTIVE CALLBACKS';
139
$lang['must_be_paused_to_check'] = 	'YOU MUST BE PAUSED TO CHECK CALLBACKS IN AUTO-DIAL MODE';
140
$lang['must_be_paused_to_manual'] = 	'YOU MUST BE PAUSED TO MANUAL DIAL A NEW LEAD IN AUTO-DIAL MODE';
141
$lang['must_be_paused_to_enter_code'] = 'YOU MUST BE PAUSED TO ENTER A PAUSE CODE IN AUTO-DIAL MODE';
142
$lang['must_be_paused_to_search'] = 	'YOU MUST BE PAUSED TO SEARCH FOR A LEAD';
143
$lang['must_be_paused_to_grab_calls'] = 'YOU MUST BE PAUSED TO GRAB CALLS IN QUEUE';
144
$lang['must_be_paused_to_view_log'] = 	'YOU MUST BE PAUSED TO VIEW YOUR CALL LOG';
145
$lang['must_be_paused_to_change_group']='YOU MUST BE PAUSED TO CHANGE GROUPS';
146
$lang['must_be_paused_to_change_terri']='YOU MUST BE PAUSED TO CHANGE TERRITORIES';
147
$lang['must_enter_number_to_fdial'] = 	'YOU MUST ENTER A PHONE NUMBER AND DIAL CODE TO USE FAST DIAL';
148
$lang['cannot_skip_call'] = 		'YOU CANNOT SKIP A CALLBACK OR MANUAL DIAL, YOU MUST DIAL THE LEAD';
149
$lang['no_perm_to_transfer_calls'] = 	'YOU DO NOT HAVE PERMISSIONS TO TRANSFER CALLS';
150
$lang['must_select_agent_to_transfer'] ='YOU MUST SELECT AN AGENT TO TRANSFER TO WHEN USING AGENTDIRECT';
151
$lang['must_be_on_active_inbound'] = 	'YOU MUST BE ON AN ACTIVE INBOUND CALL TO SEARCH FOR A LEAD';
152
$lang['callback_date_time'] = 		'CALLBACK DATE/TIME';
153
$lang['last_call_date_time'] = 		'LAST CALL DATE/TIME';
154
$lang['choose_a_date'] = 		'You must choose a date';
155
$lang['select_a_date_below'] = 		'Select a Date Below';
156
$lang['code'] = 			'code';
157
$lang['group_alias'] = 			'Group Alias';
158
$lang['choose_group_alias'] = 		'Click Here to Choose a Group Alias';
159
$lang['dial_ingroup'] = 		'Dial In-Group';
160
$lang['choose_dial_ingroup'] =		'Click Here to Choose a Dial In-Group';
161
$lang['no_call_dial'] =			'No-Call Dial';
162
$lang['click_to_activate'] = 		'Click Here to Activate';
163
$lang['click_to_activate'] = 		'Click Here to Deactivate';
164
$lang['waiting_for_ring'] = 		'Waiting for Ring...';
165
$lang['searching'] = 			'Searching...';
166
$lang['seconds'] = 			'seconds';
167
$lang['customer'] = 			'Customer';
168
$lang['previous_callback'] = 		'PREVIOUS CALLBACK';
169
$lang['call_disposition'] = 		'CALL DISPOSITION';
170
$lang['pause_code'] = 			'PAUSE CODE';
171
$lang['dial_alert'] = 			'DIAL ALERT';
172
$lang['timer_notification'] = 		'TIMER NOTIFICATION';
173
$lang['last_call'] = 			'Last Call';
174
$lang['callback'] = 			'Callback';
175
$lang['agent'] = 			'Agent';
176
$lang['comments'] = 			'Comments';
177
$lang['active'] = 			'Active';
178
$lang['inactive'] = 			'Inactive';
179
$lang['alt_count'] = 			'Alt Count';
180
$lang['notes'] = 			'Notes';
181
$lang['call_notes'] = 			'Call Notes';
182
$lang['view_notes'] = 			'view notes';
183
$lang['call_id'] = 			'Call ID';
184
$lang['incoming'] = 			'Incoming';
185
$lang['group'] = 			'Group';
186
$lang['groups'] = 			'GROUPS';
187
$lang['order'] = 			'ORDER';
188
$lang['alt_dial_number'] = 		'ALT DIAL NUMBER';
189
$lang['agent_phone'] = 			'AGENT_PHONE';
190
$lang['phone_code_number'] = 		'Phone Code and Number';
191
$lang['change_number_to_inactive'] = 	'Change this phone number to INACTIVE';
192
$lang['change_number_to_active'] = 	'Change this phone number to ACTIVE';
193
$lang['manual_dial_queue_calls'] = 	'Manual Dial Queue Calls Waiting';
194
$lang['disposition_status_hidden'] = 	'Disposition Status List Hidden';
195
$lang['minimize'] = 			'minimize';
196
$lang['maximize'] = 			'maximize';
197
$lang['hangup_again'] = 		'Hangup Again';
198
$lang['groups_not_selected'] = 		'GROUPS NOT SELECTED';
199
$lang['selected_groups'] = 		'SELECTED GROUPS';
200
$lang['territories_not_selected'] = 	'TERRITORIES NOT SELECTED';
201
$lang['selected_territories'] = 	'SELECTED TERRITORIES';
202
$lang['add_all'] = 			'ADD ALL';
203
$lang['delete_all'] = 			'DELETE ALL';
204
$lang['manual_queue_off'] = 		'Manual Queue is Off';
205
$lang['manual_queue_on'] = 		'Manual Queue is On';
206
$lang['calls_in_queue'] = 		'Calls in Queue';
207
$lang['hide_calls_in_queue'] = 		'Hide Calls in Queue';
208
$lang['show_calls_in_queue'] = 		'Show Calls in Queue';
209
$lang['agents_view'] = 			'Agents View';
210
$lang['webphone_view'] = 		'WebPhone View';
211
$lang['customer_3way_hangup'] = 	'CUSTOMER 3WAY HANGUP';
212
$lang['manager_selected_ingroup_one'] = 'Manager';
213
$lang['manager_selected_ingroup_two'] = 'has selected your in-group choices';
214
$lang['enter_pause_code'] = 		'ENTER A PAUSE CODE';
215
$lang['call_agent_webphone'] = 		'Call Agent Webphone';
216
$lang['time_on_park'] = 		'Time On Park';
217
$lang['customer_hangup_3way'] = 	'Customer Hung-up, 3-way Call Ended Automatically';
218
$lang['customer_3way_hangup'] = 	'CUSTOMER 3WAY HANGUP';
219
$lang['active_display_paused'] = 	'ACTIVE DISPLAY PAUSED';
220
$lang['hide_conference_call_info'] = 	'Hide conference call channel information';
221
$lang['show_conference_call_info'] = 	'Show conference call channel information';
222
$lang['live'] = 			'LIVE';
223
$lang['session_id'] = 			'Session ID';
224
$lang['live_call'] = 			'Live Call';
225
$lang['view_call_log'] = 		'View Call Log';
226
$lang['call_length'] = 			'Call Length';
227
$lang['your_status'] = 			'Your Status';
228
$lang['other_agents_status'] = 		'Other Agents Status';
229
$lang['calls_dialing'] = 		'Calls Dialing';
230
$lang['agent_script'] = 		'AGENT SCRIPT';
231
$lang['select_group_to_send_calls'] = 	'SELECT A GROUP TO SEND YOUR CALL TO';
232
$lang['consultative'] = 		'CONSULTATIVE';
233
$lang['dial_override'] = 		'DIAL OVERRIDE';
234
$lang['dial_override_info'] = 		'If you want to dial a number and have it NOT be added as a new lead, enter in the exact dialstring that you want to call in the Dial Override field below. To hangup this call you will have to open the CALLS IN THIS SESSION link at the bottom of the screen and hang it up by clicking on its channel link there.';
235
$lang['number_to_call'] = 		'NUMBER TO CALL';
236
$lang['disposition_call'] = 		'DISPOSITION CALL';
237
$lang['end_of_call_dispo_select'] = 	'End-of-call Disposition Selection';
238
$lang['pause_agent_dialing'] = 		'PAUSE AGENT DIALING';
239
$lang['clear_form'] = 			'CLEAR FORM';
240
$lang['web_form_submit'] = 		'WEB FORM SUBMIT';
241
$lang['select_callback_date'] = 	'Select a CallBack Date';
242
$lang['my_callback_only'] = 		'MY CALLBACK ONLY';
243
$lang['cb_comments'] = 			'CB Comments';
244
$lang['callbacks_for_agent'] = 		'Callbacks for Agents';
245
$lang['callback_description'] = 	'To see information on one of the callbacks below, click on the INFO link. To call the customer back now, click on the DIAL link. If you click on a record below to dial it, it will be removed from the list.';
246
$lang['new_manual_dial_lead'] = 	'NEW MANUAL DIAL LEAD FOR';
247
$lang['new_manual_dial_info'] = 	'Enter information below for the new lead you wish to call.';
248
$lang['dial_code_info'] = 		'This is usually a 1 in the USA-Canada';
249
$lang['phone_number'] = 		'Phone Number';
250
$lang['phone_number_fields'] = 		'Phone Number Fields';
251
$lang['main_phone_number'] = 		'Main Phone Number';
252
$lang['alternate_phone_number'] = 	'Alternate Phone Number';
253
$lang['address3_phone_number'] = 	'Address3 Phone Number';
254
$lang['lead_id'] = 			'Lead ID';
255
$lang['digits_only'] = 			'digits only';
256
$lang['digits_only_please'] = 		'digits only please';
257
$lang['search_existing_leads'] = 	'Search Existing Leads';
258
$lang['closer_inbound_group_selection']='CLOSER INBOUND GROUP SELECTION';
259
$lang['blended_calling'] = 		'BLENDED CALLING';
260
$lang['outbound_activated'] = 		'outbound activated';
261
$lang['territory_selection'] = 		'TERRITORY SELECTION';
262
$lang['channel'] = 			'Channel';
263
$lang['agent_call_log'] = 		'AGENT CALL LOG';
264
$lang['call_log_list'] = 		'Call Log List';
265
$lang['search_for_contact_one'] = 	'Notes: when doing a search for a contact, wildcard or partial search terms are not allowed.';
266
$lang['search_for_contact_two'] = 	'Contact search requests are all logged in the system.';
267
$lang['submit_search'] = 		'SUBMIT SEARCH';
268
$lang['reset_form'] = 			'reset form';
269
$lang['contacts_search_results'] = 	'CONTACTS SEARCH RESULTS';
270
$lang['search_results'] = 		'Search Results';
271
$lang['search_for_a_lead'] = 		'SEARCH FOR A LEAD';
272
$lang['search_for_lead_info_one'] = 	'Notes: when doing a search for a lead, the phone number';
273
$lang['search_for_lead_info_two'] = 	'or lead ID are the best fields to use.';
274
$lang['search_for_lead_info_three'] = 	'Using the other fields may be slower. Lead searching does not allow for wildcard or partial search terms.';
275
$lang['search_for_lead_info_four'] = 	'Lead search requests are all logged in the system.';
276
$lang['call_notes_log'] = 		'CALL NOTES LOG';
277
$lang['call_notes_list'] = 		'Call Notes List';
278
$lang['close_info_box'] = 		'Close Info Box';
279
$lang['select_pause_code'] = 		'SELECT A PAUSE CODE';
280
$lang['pause_code_selection'] = 	'Pause Code Selection';
281
$lang['select_a_preset'] = 		'SELECT A PRESET';
282
$lang['presets_selection'] = 		'Presets Selection';
283
$lang['select_a_group_alias'] = 	'SELECT A GROUP ALIAS';
284
$lang['group_alias_selection'] = 	'Group Alias Selection';
285
$lang['customer_information'] = 	'Customer Information';
286
$lang['lead_info'] = 			'Lead Info';
287
$lang['transfer_num_at_least_1_digit'] ='Transfer number must have at least 1 digit';
288
$lang['called_3rd_party'] = 		'Called 3rd party';
289
$lang['called'] = 			'Called';
290
$lang['next_call_pause'] = 		'Next Call Pause';
291
$lang['next_call_pause_set'] = 		'Next Call Pause Set';
292
$lang['email'] = 			'EMAIL';
293
$lang['view_comment_history'] = 	'View Comment History';
294
$lang['select_dial_ingroup'] = 		'SELECT A DIAL IN-GROUP';
295
$lang['dial_ingroup_selection'] = 	'Dial In-Group Selection';
296
$lang['another_live_session_open'] = 	'Another live agent session was open using your user ID. It has been disabled. Click OK to continue to the agent screen.';
297

    
298
$lang['pause'] = 			'Pause';
299
$lang['resume'] = 			'Resume';
300
$lang['dial_next'] = 			'Dial Next Number';
301
$lang['dial_next_call'] = 		'Dial Next Call';
302
$lang['hangup_customer'] = 		'Hangup Customer';
303
$lang['park_call'] = 			'Park Call';
304
$lang['grab_parked_call'] = 		'Grab Parked Call';
305
$lang['ivr_park_call'] = 		'IVR Park Call';
306
$lang['grab_ivr_parked_call'] = 	'Grab IVR Parked Call';
307
$lang['transfer_conference'] = 		'Transfer - Conference';
308
$lang['transfer_conference_functions'] ='TRANSFER CONFERENCE FUNCTIONS';
309
$lang['start_recording'] = 		'Start Recording';
310
$lang['stop_recording'] = 		'Stop Recording';
311
$lang['leave_3way_call'] = 		'LEAVE 3-WAY CALL';
312
$lang['dial_with_customer'] = 		'DIAL WITH CUSTOMER';
313
$lang['park_customer_dial'] = 		'PARK CUSTOMER DIAL';
314
$lang['hangup_xfer_lines'] = 		'HANGUP XFER LINES';
315
$lang['hangup_both_lines'] = 		'HANGUP BOTH LINES';
316
$lang['local_closer'] = 		'LOCAL CLOSER';
317
$lang['leave_3way_again'] = 		'Leave 3Way Call Again';
318
$lang['dial_alt_phone_number'] = 	'Dial Alt Phone Number';
319
$lang['blind_transfer'] = 		'BLIND TRANSFER';
320
$lang['blind_transfer_vmail'] = 	'Blind Transfer VMail Message';
321
$lang['quick_transfer'] = 		'Quick Transfer';
322
$lang['custom_transfer'] = 		'Custom Transfer';
323
$lang['re_queue_call'] = 		'Re-Queue Call';
324
$lang['web_form'] = 			'Web Form';
325
$lang['web_form_two'] = 		'Web Form 2';
326
$lang['script'] = 			'SCRIPT';
327
$lang['custom_form'] = 			'CUSTOM FORM';
328
$lang['lead_preview'] = 		'LEAD PREVIEW';
329
$lang['lead_search'] = 			'LEAD SEARCH';
330
$lang['alt_phone_dial'] = 		'ALT PHONE DIAL';
331
$lang['hot_keys_active'] = 		'HOT KEYS ACTIVE';
332
$lang['hot_keys_inactive'] = 		'HOT KEYS INACTIVE';
333
$lang['send_dtmf'] = 			'SEND DTMF';
334
$lang['manual_dial'] = 			'MANUAL DIAL';
335
$lang['fast_dial'] = 			'FAST DIAL';
336
$lang['close'] = 			'close';
337
$lang['refresh'] = 			'refresh';
338
$lang['dial_now'] = 			'Dial Now';
339
$lang['preview_call'] = 		'Preview Call';
340

    
341
$lang['contacts_phone_number'] = 	'Office Number';
342
$lang['contacts_first_name'] = 		'First Name';
343
$lang['contacts_last_name'] = 		'Last Name';
344
$lang['contacts_bu_name'] = 		'BU Name';
345
$lang['contacts_department'] = 		'Department';
346
$lang['contacts_group_name'] = 		'Group Name';
347
$lang['contacts_job_title'] = 		'Job Title';
348
$lang['contacts_location'] = 		'Location';
349

    
350
$lang['undefined'] = 			'U - Undefined';
351
$lang['male'] = 			'M - Male';
352
$lang['female'] = 			'F - Female';
353

    
354
$lang['hour'] = 			'Hour';
355
$lang['minutes'] = 			'Minutes';
356

    
357
$lang['january'] = 			'January';
358
$lang['february'] = 			'February';
359
$lang['march'] = 			'March';
360
$lang['april'] = 			'April';
361
$lang['may'] = 				'May';
362
$lang['june'] = 			'June';
363
$lang['july'] = 			'July';
364
$lang['august'] = 			'August';
365
$lang['september'] = 			'September';
366
$lang['october'] = 			'October';
367
$lang['november'] = 			'November';
368
$lang['december'] = 			'December';
369

    
370
$lang['jan'] = 				'Jan';
371
$lang['feb'] = 				'Feb';
372
$lang['mar'] = 				'Mar';
373
$lang['apr'] = 				'Apr';
374
$lang['may'] = 				'May';
375
$lang['jun'] = 				'Jun';
376
$lang['jul'] = 				'Jly';
377
$lang['aug'] = 				'Aug';
378
$lang['sep'] = 				'Sep';
379
$lang['oct'] = 				'Oct';
380
$lang['nov'] = 				'Nov';
381
$lang['dec'] = 				'Dec';
382

    
383
$lang['sunday'] = 			'Sunday';
384
$lang['monday'] = 			'Monday';
385
$lang['tuesday'] = 			'Tuesday';
386
$lang['wednesday'] = 			'Wednesday';
387
$lang['thursday'] = 			'Thursday';
388
$lang['friday'] = 			'Friday';
389
$lang['saturday'] = 			'Saturday';
390

    
391
$lang['sun'] = 				'Sun';
392
$lang['mon'] = 				'Mon';
393
$lang['tue'] = 				'Tue';
394
$lang['wed'] = 				'Wed';
395
$lang['thu'] = 				'Thu';
396
$lang['fri'] = 				'Fri';
397
$lang['sat'] = 				'Sat';
398

    
399
### BEGIN find any custom field labels ###
400
$label['title'] =			'Title';
401
$label['first_name'] =			'First';
402
$label['middle_initial'] =		'MI';
403
$label['last_name'] =			'Last';
404
$label['address1'] =			'Address1';
405
$label['address2'] =			'Address2';
406
$label['address3'] =			'Address3';
407
$label['city'] =			'City';
408
$label['state'] =			'State';
409
$label['province'] =			'Province';
410
$label['postal_code'] =			'Postal Code';
411
$label['vendor_lead_code'] =		'Vendor ID';
412
$label['gender_list'] =			'Gender';
413
$label['phone_number'] =		'Phone';
414
$label['phone_code'] =			'DialCode';
415
$label['alt_phone'] =			'Alt. Phone';
416
$label['security_phrase'] =		'Show';
417
$label['email'] =			'Email';
418
$label['comments'] =			'Comments';
419

    
420

    
421
### vdc_db_query.php Translations ###
422

    
423
##### Hangup Cause Dictionary #####
424
$hangup_cause_dictionary = array(
425
0 => "Unspecified. No other cause codes applicable.",
426
1 => "Unallocated (unassigned) number.",
427
2 => "No route to specified transit network (national use).",
428
3 => "No route to destination.",
429
6 => "Channel unacceptable.",
430
7 => "Call awarded, being delivered in an established channel.",
431
16 => "Normal call clearing.",
432
17 => "User busy.",
433
18 => "No user responding.",
434
19 => "No answer from user (user alerted).",
435
20 => "Subscriber absent.",
436
21 => "Call rejected.",
437
22 => "Number changed.",
438
23 => "Redirection to new destination.",
439
25 => "Exchange routing error.",
440
27 => "Destination out of order.",
441
28 => "Invalid number format (address incomplete).",
442
29 => "Facilities rejected.",
443
30 => "Response to STATUS INQUIRY.",
444
31 => "Normal, unspecified.",
445
34 => "No circuit/channel available.",
446
38 => "Network out of order.",
447
41 => "Temporary failure.",
448
42 => "Switching equipment congestion.",
449
43 => "Access information discarded.",
450
44 => "Requested circuit/channel not available.",
451
50 => "Requested facility not subscribed.",
452
52 => "Outgoing calls barred.",
453
54 => "Incoming calls barred.",
454
57 => "Bearer capability not authorized.",
455
58 => "Bearer capability not presently available.",
456
63 => "Service or option not available, unspecified.",
457
65 => "Bearer capability not implemented.",
458
66 => "Channel type not implemented.",
459
69 => "Requested facility not implemented.",
460
79 => "Service or option not implemented, unspecified.",
461
81 => "Invalid call reference value.",
462
88 => "Incompatible destination.",
463
95 => "Invalid message, unspecified.",
464
96 => "Mandatory information element is missing.",
465
97 => "Message type non-existent or not implemented.",
466
98 => "Message not compatible with call state or message type non-existent or not implemented.",
467
99 => "Information element / parameter non-existent or not implemented.",
468
100 => "Invalid information element contents.",
469
101 => "Message not compatible with call state.",
470
102 => "Recovery on timer expiry.",
471
103 => "Parameter non-existent or not implemented - passed on (national use).",
472
111 => "Protocol error, unspecified.",
473
127 => "Interworking, unspecified."
474
);
475

    
476
$lang['invalid_username_password'] = 	'Invalid Username/Password';
477
$lang['invalid_server_ip'] = 		'Invalid server_ip';
478
$lang['or'] = 				'or';
479
$lang['invalid_session_name'] = 	'Invalid session_name';
480
$lang['database_query_script'] = 	'Database Query Script';
481
$lang['improper_logout'] = 		'is currently in use or improper logout.';
482
$lang['phone_being_used'] = 		'The phone login assigned to you is being used by';
483
$lang['contact_administrator'] = 	'Contact Administrator.';
484
$lang['required'] = 			'Required';
485
$lang['invalid'] = 			'Invalid';
486
$lang['username'] = 			'Username';
487
$lang['error_no_shift_enabled'] = 	'ERROR: There are no Shifts enabled for your user group';
488
$lang['error_not_allowd_to_login'] = 	'ERROR: You are not allowed to log in outside of your shift';
489
$lang['please_select_campaign'] = 	'PLEASE SELECT A CAMPAIGN';
490
$lang['login_to_timeclock_first'] = 	'YOU MUST LOG IN TO THE TIMECLOCK FIRST';
491
$lang['group_choice'] = 		'Group Choice';
492
$lang['territory_choice'] = 		'Territory Choice';
493
$lang['is_not_valid'] = 		'is not valid';
494
$lang['closer_ingroup_choice'] = 	'Closer In Group Choice';
495
$lang['has_been_registered_to_user'] = 	'has been registered to user';
496
$lang['error_no_lead_info_in_system'] = 'ERROR: no lead info in system';
497
$lang['error_no_lead_active_for_agent']='no lead active for this agent';
498

    
499
?>
(9-9/11) Go to top