Project

General

Profile

Feature #1841 » goAdminEnglish.php

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

 
1
<?php
2
############################################################################################
3
####  Name:             userauth_lang.php                                               ####
4
####  Type:             language file                                                   ####
5
####  Version:          3.0                                                             ####
6
####  Copyright:        GOAutoDial Ltd. - J.Samantra, J.Dionisio, W.Briones             ####
7
####  License:          AGPLv2                                                          ####
8
############################################################################################
9

    
10
// views/usergroups - login
11
$lang['ua_login']               = 'Login';
12
$lang['ua_logout']              = 'Logout';
13
$lang['ua_remember_me']         = 'remember me';
14
$lang['ua_user']                = 'User';
15
$lang['ua_administrator_login'] = 'ADMINISTRATOR LOGIN';
16
$lang['ua_banner_text']         = 'Empowering The Next Generation Contact Centers';
17
$lang['ua_empowering']          = 'Empowering';
18
$lang['ua_thenextgen']          = 'The Next Generation';
19
$lang['ua_contactcenters']      = 'Contact Centers';
20

    
21
$lang['ua_welcome']           =       'Welcome!';
22
$lang['ua_getstarted']        =       'Getting Started!';
23
$lang['ua_needhelp']          =       'Need Help?';
24
$lang['ua_welcomephrase']     =       'GoAutoDial is an enterprise grade open source call center system. Scalable to hundreds of seats and can utilize VoIP, ISDN or analog trunks. Visit us @ ';
25
$lang['ua_getstartedphrase']  =       'The GoAutoDial Getting Started Guide will help you jumpstart your GoAutoDial experience. It includes step by step installation, SIP trunk configuration, leads loading, agent login and taking your first call.';
26
$lang['ua_needhelpphrase']    =       'We’re here for you. We provide top rate service at affordable rates. And choosing our service will help support the development of the project.';
27
$lang['ua_licence']           =       'GoAutoDial comes with no guarantees or warranties of any sorts, either written or implied. The Distribution is released as GPL. Individual packages in the distribution come with their own licenses.';
28

    
29
$lang['ua_AgentLogin']   =     'Agent Login';
30
$lang['ua_AdminLogin']   =     'Admin Login';
31
$lang['ua_VTigerCRM']   =     'VTigerCRM';
32
$lang['ua_Community']   =     'Community';
33
$lang['ua_VOIPStore']   =     'VOIP Store';
34

    
35
$lang['phpMyAdmin']   =     'phpMyAdmin';
36
$lang['SupportCenter']   =     'Support Center';
37
$lang['vicidialadmin']   =     'Vicidial Admin';
38
$lang['goadmin']   =     'GO Admin';
39

    
40
// views/usergroups - login userauth userForm
41
$lang['ua_password']            = 'Password';
42

    
43
// controllers/admin - usergroups
44
// views/usergroups - login userauth userForm
45
$lang['ua_username']            = 'Username';
46

    
47
// controllers/admin - usergroups
48
$lang['ua_group_added']         = 'Group added successfully';
49
$lang['ua_group_added_err']     = 'Something went wrong. The group was not added.';
50
$lang['ua_group_edited']        = 'Group edited successfully';
51
$lang['ua_group_edited_err']    = 'Something went wrong. The group was not edited.';
52
$lang['ua_group_removed']       = 'Group Successfully removed.';
53
$lang['ua_missing']             = 'Something was missing. Was a field left blank?';
54
$lang['ua_removal_err']         = 'There was an error. Your removal was not completed.';
55
$lang['ua_removal_err_members'] = 'The Group could not be removed as there are currently members in it. Please reassign all group members and try again.';
56
$lang['ua_status']              = 'Status';
57
$lang['ua_user_added']          = 'User added successfully';
58
$lang['ua_user_edited']         = 'User edited successfully';
59
$lang['ua_user_exists']         = 'User already exists';
60
$lang['ua_user_not_removed']    = 'Could not remove that user';
61
$lang['ua_user_removed']        = 'User successfully removed!';
62

    
63
// controllers/admin - usergroups
64
// views/usergroups - groupForm
65
$lang['ua_groupdescription']    = 'Group Description';
66
$lang['ua_editgroup']           = 'Edit Group';
67
$lang['ua_groupname']           = 'Group Name';
68

    
69
// controllers/admin - usergroups
70
// views/usergroups - userForm
71
$lang['ua_edituser']            = 'Edit User';
72
$lang['ua_passconf']            = 'Password Confirmation';
73

    
74
// controllers/admin - usergroups
75
// views/usergroups - userauth
76
$lang['ua_addgroup']            = 'Add Group';
77
$lang['ua_manage_title']        = 'User Management Administration';
78

    
79
// controllers/admin - usergroups
80
// views/usergroups - userauth userForm
81
$lang['ua_adduser']             = 'Add User';
82
$lang['ua_email']               = 'Email Address';
83
$lang['ua_fullname']            = 'Full Name';
84
$lang['ua_group']               = 'Group';
85

    
86
// views/usergroups - userauth
87
$lang['ua_description']         = 'Description';
88
$lang['ua_edit']                = 'Edit';
89
$lang['ua_enabled']             = 'enabled';
90
$lang['ua_manage_user']         = 'User Management';
91
$lang['ua_manage_group']        = 'Group Management';
92
$lang['ua_no']                  = 'No';
93
$lang['ua_remove']              = 'Remove';
94
$lang['ua_yes']                 = 'Yes';
95

    
96
// views/usergroups - userForm
97
$lang['ua_leave_blank']         = 'leave blank for no change';
98

    
99
//views/usergroups - groupForm
100
$lang['ua_255_char_max']        = '255 characters max';
101

    
102
//views/usergroups - groupForm userForm
103
$lang['ua_form_mode_error']     = 'Form: Mode Error';
104

    
105
// controllers - user
106
$lang['ua_auth_denied']         = "You are not authorized to view that page.";
107
$lang['ua_auth_err_title']      = 'Authentification Error';
108
$lang['ua_auth_not_logged']     = "You appear not to be logged in. You can log in here.";
109
$lang['ua_log_error']           = 'The username and/or password you entered was incorrect.';
110
$lang['ua_login_error']         = 'Login Error';
111
$lang['ua_logout_title']        = 'Logout';
112
$lang['ua_logout_txt']          = 'You have been logged out. You can log back in here.';
113
$lang['ua_name_and_pswd']       = 'Both username and password must be filled in. Please enter them and try again.';
114

    
115
// controllers - install
116

    
117
$lang['ua_install']             = 'Installer';
118
$lang['ua_install_admin_err_1'] = 'It appears your admin user is already present.';
119
$lang['ua_install_admin_err_2'] = 'If you are re-installing the userauth system, you should be able to safely delete the install controller and use your existing information.';
120
$lang['ua_install_ok_title']    = 'Install Success';
121
$lang['ua_install_ok_txt_1']    = 'Your Code Igniter userauth management system is now installed.';
122
$lang['ua_install_ok_txt_2']    = 'You can now login as "admin" and "admin". After you login, you can edit this information.';
123
$lang['ua_install_ok_txt_3']    = 'We now strongly recommend you go back and delete the install controller.';
124

    
125
// models - user_group_model
126
$lang['ua_error_no_suicide']    = 'You can not delete yourself!';
127

    
128

    
129

    
130
//Users index
131
$lang['goUsers_users'] = "Users";
132
$lang['goUsers_searchUsers'] = "Search Users";
133
$lang['goUsers_agentId'] = "AGENT ID";
134
$lang['goUsers_agentName'] = "AGENT NAME";
135
$lang['goUsers_level'] = "LEVEL";
136
$lang['goUsers_status'] = "STATUS";
137
$lang['goUsers_action'] = "ACTION";
138
$lang['goUsers_actionEnabledSelected'] = "Enabled Selected";
139
$lang['goUsers_actionDisabledSelected'] = "Disabled Selected";
140
$lang['goUsers_actionDeleteSelected'] = "Delete Selected";
141
$lang['goUsers_addNewUser'] = "Add New User";
142
//Users tooltips
143
$lang['goUsers_tooltip_agentId'] = "Clicking on the Agent ID or the modify icon will show the screen below and allow you to edit the user settings.";
144
$lang['goUsers_tooltip_modifyUser'] = "Modify user ";
145
//$lang['goUsers_tooltip_level'] = "Level";
146
$lang['goUsers_tooltip_actionEdit'] = "Clicking on the Agent ID or the modify icon will show the screen below and allow you to edit the user settings.";
147
$lang['goUsers_tooltip_actionDelete'] = "Delete User";
148
$lang['goUsers_tooltip_actionIcon'] = "Info Icon - gives all relevant information about agent activity and status. Allows admin to force logout user.";
149
$lang['goUsers_tooltip_goToFirstPage'] = "Go to first page";
150
$lang['goUsers_tooltip_goToPreviousPage'] = "Go to previous page";
151
$lang['goUsers_tooltip_goToPage'] = "Go to page";
152
$lang['goUsers_tooltip_goToNextPage'] = "Go to next page";
153
$lang['goUsers_tooltip_goToLastPage'] = "Go to last page";
154
$lang['goUsers_tooltip_backToPaginatedView'] = "Back to paginated view page";
155
$lang['goUsers_generatePhoneLogins'] = "Generate Phone Logins";
156
$lang['goUsers_agentLoginLogoutTime'] = "Agent Login/Logout Time";
157
$lang['goUsers_outboundCallsForThisTimePeriod'] = "Outbound Calls for this time period";
158
$lang['goUsers_inboundCloserCallsForThisTimePeriod'] = "Inbound Closer Calls for this time period";
159
$lang['goUsers_agentActivityForThisTime'] = "Agent activity for this time";
160
$lang['goUsers_recordingForThisTimePeriod'] = "Recording for this time period";
161
$lang['goUsers_manualOutboundCallsForThisTimePeriod'] = "Manual outbound calls for this time period";
162
$lang['goUsers_leadSearchesForThisTimePeriod'] = "Lead searches for this time period";
163
//Add New User
164
$lang['goUsers_wizard'] = "Users Wizard";
165
$lang['goUsers_step1'] = "Step 1";
166
$lang['goUsers_wizardType'] = "Wizard Type";
167
$lang['goUsers_addNewUser'] = "Add New User";
168
$lang['goUsers_next'] = "Next";
169
$lang['goUsers_step2'] = "Step 2";
170
$lang['goUsers_currentUsers'] = "Current Users";
171
$lang['goUsers_addSeats'] = "Additional Seat(s)";
172
$lang['goUsers_cancel'] = "Cancel";
173
$lang['goUsers_warning'] = "Warning: Creating additional users (with phone extension) will put you over the limit of 10. Phone extensions won't automatically be created for them.";
174
$lang['goUsers_wizard2'] = "Users Wizard » Add New User";
175
$lang['goUsers_step3'] = "Step 3";
176
$lang['goUsers_userGroup'] = "User Group";
177
$lang['goUsers_userId'] = "User ID";
178
$lang['goUsers_password'] = "Password";
179
$lang['goUsers_fullName'] = "Full Name";
180
$lang['goUsers_active'] = "Active";
181
$lang['goUsers_activeYes'] = "Yes";
182
$lang['goUsers_activeNo'] = "No";
183
$lang['goUsers_back'] = "Back";
184
$lang['goUsers_save'] = "Save";
185
$lang['goUsers_success'] = "Success: New User(s) successfully created";
186
$lang['goUsers_ok'] = "Ok";
187
$lang['goUsers_selectDateRange'] = "Select Date Range";
188
$lang['goUsers_phoneExtension'] = "Phone Extension";
189
$lang['goUsers_agentIsInCampaign'] = "Agent is in campaign";
190
$lang['goUsers_hangupLastCallAt'] = "Hangup last call at";
191
$lang['goUsers_closerGroups'] = "Closer Groups";
192
$lang['goUsers_agentTalkTimeAndStatus'] = "Agent Talk Time and Status";
193
$lang['goUsers_count'] = "Count";
194
$lang['goUsers_otherStaticsInfo'] = "Other Statics Information";
195
$lang['goUsers_agentLoginLogouts'] = "Agent Login/Logouts";
196
$lang['goUsers_outboundCallThisTime'] = "Outbound Call this time";
197
$lang['goUsers_inboundCloserCalls'] = "Inbound/Closer Calls";
198
$lang['goUsers_agentActivity'] = "Agent Activity";
199
$lang['goUsers_recording'] = "Recording";
200
$lang['goUsers_manualOutbound'] = "Manual Outbound";
201
$lang['goUsers_leadSearch'] = "Lead Search";
202
$lang['goUsers_agentLoginLogoutTime'] = "Agent Login/Logout Time";
203
$lang['goUsers_event'] = "Event";
204
$lang['goUsers_date'] = "Date";
205
$lang['goUsers_time'] = "Time";
206
$lang['goUsers_campaign'] = "Campaign";
207
$lang['goUsers_computer'] = "Computer";
208
$lang['goUsers_totalCalls'] = "Total Calls";
209
$lang['goUsers_perPage'] = "Per Page";
210
$lang['goUsers_dateTime'] = "Date / Time";
211
$lang['goUsers_length'] = "Lenght";
212
$lang['goUsers_phone'] = "Phone";
213
$lang['goUsers_group'] = "GROUP";
214
$lang['goUsers_list'] = "List";
215
$lang['goUsers_lead'] = "Lead";
216
$lang['goUsers_hangupReason'] = "Hangup Reason";
217
$lang['goUsers_waits'] = "Wait(s)";
218
$lang['goUsers_agents'] = "Agents";
219
$lang['goUsers_pause'] = "Pause";
220
$lang['goUsers_wait'] = "Wait";
221
$lang['goUsers_talk'] = "Talk";
222
$lang['goUsers_disposition'] = "Disposition";
223
$lang['goUsers_dead'] = "Dead";
224
$lang['goUsers_customer'] = "Customer";
225
$lang['goUsers_pauseCode'] = "Pause Code";
226
$lang['goUsers_seconds'] = "Seconds";
227
$lang['goUsers_recid'] = "Recid";
228
$lang['goUsers_filename'] = "Filename";
229
$lang['goUsers_location'] = "Location";
230
$lang['goUsers_callType'] = "Call Type";
231
$lang['goUsers_server'] = "Server";
232
$lang['goUsers_callerId'] = "Caller ID";
233
$lang['goUsers_type'] = "Type";
234
$lang['goUsers_results'] = "Results";
235
$lang['goUsers_query'] = "Query";
236
$lang['goUsers_leadInformation'] = "Lead Information";
237
$lang['goUsers_leadId'] = "Lead ID";
238
$lang['goUsers_listId'] = "List ID";
239
$lang['goUsers_address'] = "Address";
240
$lang['goUsers_phoneCode'] = "Phone Code";
241
$lang['goUsers_phoneNumber'] = "Phone Number";
242
$lang['goUsers_city'] = "City";
243
$lang['goUsers_state'] = "State";
244
$lang['goUsers_postalCode'] = "Postal Code";
245
$lang['goUsers_comment'] = "Comment";
246
$lang['goUsers_forceLogout'] = "Force Logout";
247
$lang['goUsers_close'] = "Close";
248
$lang['goUsers_fullName'] = "Fullname";
249
$lang['goUsers_additionalSeats'] = "Additional Seats";
250
//Modify User
251
$lang['goUsers_modify'] = "Modify User";
252
$lang['goUsers_phoneLogin'] = "Phone Login";
253
$lang['goUsers_phonePassword'] = "Phone Password";
254
$lang['goUsers_hotkeys'] = "HotKeys";
255
$lang['goUsers_update'] = "Update";
256
$lang['goUsers_updateSuccessful'] = "Update Successful";
257
$lang['goUsers_modifySameUserLevel'] = "Modify Same User Level";
258
$lang['goUsers_userLevel'] = "User Level";
259
// Delete popup form
260
$lang['goUsers_deleteQuestion'] = "Do you really want to delete this agent?";
261
$lang['goUsers_successDelete'] = "Success: User(s) deleted";
262
$lang['goUsers_successDeleteBatch'] = "Success: complete action batch";
263
//USERSTATUS.PHP
264
$lang['goUsers_userStatus'] = "User Status";
265
$lang['goUsers_agentLoggedInAtServer'] = "Agent Logged-in at server";
266
$lang['goUsers_inSession'] = "In Session";
267
$lang['goUsers_fromPhone'] = "From Phone";
268
$lang['goUsers_agentIsInCampaign'] = "Agent is in campaign";
269
$lang['goUsers_hangupLastCallAt'] = "Hangup last call at";
270
$lang['goUsers_closerGroups'] = "Closer Groups";
271
$lang['goUsers_emergencyLogout'] = "Emergency Logout";
272
$lang['goUsers_selectDateRange'] = "Select Date Range";
273
$lang['goUsers_agentTalkTimeAndStatus'] = "Agent Talk Time and Status";
274
$lang['goUsers_outboundCallsForThisTimePeriod1k'] = "Outbound calls for this time period (limit register 1000)";
275
$lang['goUsers_inboundCloserCallsForThisTimePeriod1k'] = "Inbound / Closer calls for this period (1000 entry limit)";
276
$lang['goUsers_agentActivityForThisTimePeriod1k'] = "Agent activity for this time period (1000 limit)";
277
$lang['goUsers_recordingForThisTimePeriod'] = "Recording for this time period (limit register 1000)";
278
$lang['goUsers_manualOutboundCallsForThisTimePeriod'] = "Manual outbound calls for this time period (limit register 1000)";
279
$lang['goUsers_dialed'] = "Dialed";
280
$lang['goUsers_callerId'] = "Caller ID";
281
$lang['goUsers_alias'] = "Alias";
282
$lang['goUsers_preset'] = "Preset";
283
$lang['goUsers_c3hu'] = "C3HU";
284
$lang['goUsers_leadSearchesForThisTimePeriod1k'] = "Lead searches for this time period (limit register 1000)";
285
$lang['goUsers_errorSessionExpiredPleaseRelogin'] = "Error: session expired please login again";
286
$lang['goUsers_errorOneOrMoreOfThePhoneLogin'] = "Error: One or more of the telephone sets already specified there.";
287
$lang['goUsers_errorEmptyData'] = "Error: Empty data";
288
$lang['goUsers_errorEmptyServerInformation'] = "Error: Empty server information";
289
$lang['goUsers_errorSomethingWentWrongToYourData'] = "Error: Something went wrong to your data";
290
$lang['goUsers_errorSomethingWentWrongEitherOnSaving'] = "Error: Something went wrong, either on saving or reload asterisk";
291
$lang['goUsers_errorSomethingWentWrongInSavingData'] = "Error: Something went wrong in saving data";
292
$lang['goUsers_errorEmptyRawDataKindlyCheckYourData'] = "Error: Empty raw data kindly check your data";
293
$lang['goUsers_thereIsNoDataToBeProcess'] = "There is no data to be process";
294
$lang['goUsers_cantReloadAsteriskSorry'] = "Unable to reload asterisk sorry";
295
$lang['goUsers_ohNoSomethingWentWrongOnReloadingAsterisk'] = "Oh no something went wrong on reloading asterisk";
296
$lang['goUsers_errorYouAreNotAllowedToModifyUser'] = "Error: You are not allowed to modify user";
297
$lang['goUsers_errorYouAreNotAllowedToDeleteUser'] = "Error: You are not allowed to delete user";
298
$lang['goUsers_gotProblemInRetrievingGroups'] = "Got a problem in retrieving groups contact your administrator";
299
$lang['goUsers_userAddedToActiveGroup'] = "User added to active group ";
300
$lang['goUsers_errorNoUserIsLoggedIn'] = "Error: No user is logged in";
301
$lang['goUsers_errorNoUserIdPassed'] = "Error: No user id passed";
302
$lang['goUsers_destroySessionAndRedirectToLogin'] = "Destroy session and redirect to login";
303
$lang['goUsers_emergencyLogoutComplete'] = "Emergency logout full makeup agent browser is closed";
304
$lang['goUsers_problemInAttempt'] = "Problem in trying to agent log";
305
$lang['goUsers_isNotLoggedIn'] = "Is not logged in";
306
$lang['goUsers_errorSomethingWentWrongWhileSavingUser'] = "Error: Something went wrong while saving";
307
$lang['goUsers_successBatchActionComplete'] = "Éxito: Batch action complete";
308
$lang['goUsers_errorNoUsersSelected'] = "Error: No users selected";
309
$lang['goUsers_successUserCopyComplete'] = "Éxito: User copy complete";
310
$lang['goUsers_errorUnknownAction'] = "Error: Unknown action";
311
$lang['goUsers_youDontHavePermissionTo'] = "You don't have permission to";
312
$lang['goUsers_thisRecords'] = "this record(s)";
313
$lang['goUsers_errorOnly150Agents'] = "Error: Only 150 agents allowed. Please contact our support team to add more agents. Thanks";
314
$lang['goUsers_youDontHavePermissionToViewThisRecords'] = "You do not have permission to view this record ";
315
$lang['goUsers_somethingWentWrongContactYourSupport'] = "Something went wrong contact the Support";
316
$lang['goUsers_invalidUserFormat'] = "Invalid user format";
317
$lang['goUsers_invalidPassword'] = "Invalid Password";
318
$lang['goUsers_errorUserGroupMustNotBeEmpty'] = "Error: User group must not be empty";
319
$lang['goUsers_errorConditionsAreEmptyOrNotAnArray'] = "Error: Conditions are not empty or not an array";
320
$lang['goUsers_errorTableNotExistOrFieldsetEmpty'] = "Error: Table not exist or fieldset empty";
321
$lang['goUsers_conditionsMustBeAnArray'] = "Condition must be an array";
322
$lang['goUsers_somethingWentWrongSorry'] = "Something went wrong sorry";
323
$lang['goUsers_errorOnUpdatingUser'] = "Error on updating user!";
324
$lang['goUsers_updateSuccessful'] = "Update successful!";
325
$lang['goUsers_groupConfiguration'] = "Group Configuration";
326
$lang['goUsers_groupName'] = "Group Name";
327
$lang['goUsers_groupLevel'] = "Group Level";
328
$lang['goUsers_addAccess'] = "Add success";
329
$lang['goUsers_removeAccess'] = "Remove access";
330
$lang['goUsers_somethingWentWrongOnCreatingNewGroup'] = "Something went wrong on creating new group";
331
$lang['goUsers_somethingWentWrongOnSavingNewGroup'] = "Something went wrong on saving new group";
332
$lang['goUsers_saved'] = "Saved";
333
$lang['goUsers_fieldsAreEmpty'] = "Fields are empty";
334
$lang['goUsers_wrongConditionFormat'] = "Wrong condition format";
335
$lang['goUsers_itemDeleted'] = "Items deleted";
336
$lang['goUsers_mustHaveConditionToDeleteAnItem'] = "Must have conditions to delete an item";
337
$lang['goUsers_errorOnPassingUserAccountOrUserGroup'] = "Error on passing user account or user group";
338
$lang['goUsers_displaying'] = "Displaying";
339
$lang['goUsers_to'] = "to";
340
$lang['goUsers_of'] = "of";
341
$lang['goUsers_warning1'] = "WARNING: Creating additional users (with telephone extension) will put you over the limit";
342
$lang['goUsers_warning2'] = ". Phone extensions won't automatically be created for them.";
343
$lang['goUsers_clearSearch'] = "[Clear Search]";
344
// banners
345
$lang['go_dashboard_banner']	= 'Dashboard';
346
$lang['go_users_banner']	= 'Users';
347
$lang['go_campaign_banner']	= 'Campaigns';
348
$lang['go_lists_banner']	= 'Lists';
349
$lang['go_scripts_banner']	= 'Scripts';
350
$lang['go_inbound_banner']	= 'Inbound';
351
$lang['go_voicefile_banner']	= 'Voice Files';
352
$lang['go_calltimes_banner']	= 'Call Times';
353
$lang['go_carriers_banner']	= 'Carriers';
354
$lang['go_phones_banner']	= 'Phones';
355
$lang['go_tenants_banner']	= 'Multi-Tenant';
356
$lang['go_servers_banner']	= 'Servers';
357
$lang['go_settings_banner']	= 'System Settings';
358
$lang['go_usergroups_banner']	= 'User Groups';
359
$lang['go_voicemails_banner']	= 'Voicemails';
360
$lang['go_reports_banner']	= 'Reports & Analytics';
361
//HEADER - go_dashboard_header.php
362
$lang['go_Hello'] = "Hello";
363
$lang['go_Logout'] = "Logout";
364
$lang['go_Edityourprofile'] = "Edit your profile";
365
$lang['go_ModifyUser'] = "Modify user";
366
$lang['go_AgentID_'] = "Agent ID";
367
$lang['go_Password_'] = "Password";
368
$lang['go_FullName_'] = "Full Name";
369
$lang['go_PhoneLogin'] = "Phone Login";
370
$lang['go_PhonePass'] = "Phone Pass";
371
$lang['go_SUBMIT'] = "SUBMIT";
372
$lang['go_Showonscreen'] = "Show on screen";
373
//go_site.php
374
$lang['go_Dashboard'] = "Dashboard";
375
$lang['go_Clicktotoggle'] = "Click to toggle";
376
$lang['go_Refreshthiswidget'] = "Refresh this widget";
377
$lang['go_TodayStatus'] = "Today Status";
378
$lang['go_AccountInformation'] = "Account Information";
379
$lang['go_GOAnalytics'] = "GO Analytics";
380
$lang['go_Agents_LeadsStatus'] = "Agents & Leads Status";
381
$lang['go_Agents_Phones'] = "Agents & Phones";
382
$lang['go_ClusterStatus'] = "Cluster Status";
383
$lang['go_ServerStatistics'] = "Server Statistics";
384
$lang['go_SystemVitals'] = "System Vitalsa";
385
$lang['go_Hardware'] = "Hardware";
386
$lang['go_MemoryUsage'] = "Memory Usage";
387
$lang['go_Filesystems'] = "File Systems";
388
$lang['go_SystemServices'] = "System Services";
389
$lang['go_SERVICE'] = "SERVICE";
390
$lang['go_Telephony'] = "Telephony";
391
//GoAutodial Community & Forum
392
$lang['go_autodialComForum'] = "GoAutoDial Community & Forum";
393

    
394
//GoAutodial News
395
$lang['go_autodialNews'] = "GoAutoDial News";
396

    
397
//go_dashboard_sippy.php
398
$lang['go_Balance'] = "Balance";
399
$lang['go_RemainingMinutes'] = "Remaining minutes";
400
$lang['go_RemainingMinutesTooltip'] = "The remaining minutes are based in the United States and Canada call rate.";
401
$lang['go_ClickheretosignupandactivateGoAutoDialsJustGoVoIPcarrier'] = "Click here to register and activate carrier JustGoVoIP of GoAutoDial";
402
$lang['go_ClickheretologintoyourJustGoVoipaccountandloadcredits'] = "Click here to access your account and credits JustGoVoip load";
403
$lang['go_Signupforfree'] = "Sign up for free";
404
$lang['go_60minutes'] = "60 minutes";
405
$lang['go_SignupforfreeTooltip'] = "Click here to register and activate JustGoVoip of GoAutoDial carrier.";
406
$lang['go_CarrierStatus'] = "Carrier Status";
407
$lang['go_AccountNumber'] = "Account Number";
408

    
409
$lang['go_AccountInformations'] = "Account Informations";
410
$lang['go_Firstname_'] = "Firstname";
411
$lang['go_Lastname_'] = "Lastname";
412
$lang['go_Phone_'] = "Phone";
413
$lang['go_Address_'] = "Address";
414
$lang['go_City_'] = "City";
415
$lang['go_State_'] = "State";
416
$lang['go_ZipCode'] = "Zip Code";
417
$lang['go_Zip'] = "Zip";
418
$lang['go_Country_'] = "Country";
419

    
420
$lang['go_CarrierInformation'] = "Carrier Information";
421
$lang['go_Carriername'] = "Carrier Name";
422
$lang['go_CarrierID'] = "Carrier ID";
423
$lang['go_WebUsername'] = "Web Username";
424
$lang['go_WebPassword'] = "Web Password";
425
$lang['go_VoIPUsername'] = "VoIP Username";
426
$lang['go_VoIPPassword'] = "VoIP Password";
427
$lang['go_show'] = "show";
428
$lang['go_hide'] = "hide";
429
$lang['go_Clickheretohide'] = "Click here to hide";
430
$lang['go_MinutesremainingisbasedonUSandCanadacallrate'] = "The remaining minutes are based in the United States and Canada call rate";
431

    
432
//go_account_get_logins.php
433
$lang['go_NumberofAgents'] = "Number of agent(s)";
434
$lang['go_Agents'] = "Agents";
435
$lang['go_URLResources'] = "URL Resources";
436
$lang['go_AgentLoginURL'] = "Agent Login URL";
437
$lang['go_SIP_ServerDomain'] = "SIP / Server Domain";
438
$lang['go_Clickheretoshowmore'] = "Click here to show more";
439

    
440
//go_cluster_status.php
441
$lang['go_SERVERID'] = "SERVER ID";
442
//$lang['go_DESCRIPTION'] = "";
443
$lang['go_SERVERIP'] = "SERVER IP";
444
//$lang['go_STATUS'] = "";
445
$lang['go_LOAD'] = "LOAD";
446
$lang['go_CHANNELS'] = "CHANNELS";
447
$lang['go_DISK'] = "DISK";
448
$lang['go_TIME'] = "TIME";
449
$lang['go_VERSION'] = "VERSION";
450
//go_dashboard_sales.php
451
$lang['go_Sales'] = "Sales";
452
$lang['go_TotalSales'] = "Total Sales";
453
$lang['go_InboundSales'] = "Inbound Sales";
454
$lang['go_OutboundSales'] = "Outbound Sales";
455
$lang['go_INSales_Hour'] = "In Sales / Hour";
456
$lang['go_OUTSalesHour'] = "OUT Sales / Hour";
457

    
458
//go_dashboard_calls.php
459
$lang['go_Calls'] = "Calls";
460
$lang['go_CallsRinging'] = "Call(s) Ringing";
461
$lang['go_CallsinOutgoingQueue'] = "Calls in Outgoing Queue";
462
$lang['go_CallsinIncomingQueue'] = "Calls in Incoming Queue";
463
$lang['go_LiveInbound'] = "Live Inbound";
464
$lang['go_LiveOutbound'] = "Live Outbound";
465
$lang['go_INCallsaMinute'] = "IN Call(s)> a Minute";
466
$lang['go_OUTCallsaMinute'] = "OUT Call(s)> a Minute";
467
$lang['go_TotalCalls'] = "Total Calls";
468
$lang['go_Clicktoseecallsbeingplaced'] = "Click to see calls being placed";
469

    
470
//go_dashboard_drop_percentage.php
471
$lang['go_DroppedCallPercentage'] = "Dropped Call Percentage";
472
$lang['go_DroppedPercentage'] = "Dropped Percentage";
473
$lang['go_DroppedCalls'] = "Dropped Calls";
474
$lang['go_AnsweredCalls'] = "Answered Calls";
475
$lang['go_Clicktoseethelistof'] = "Click to see the list of";
476

    
477
//go_dashboard_agents.php
478
$lang['go_AgentsResources'] = "Agents Resources";
479
$lang['go_AgentsonCall'] = "Agent(s) on Call";
480
$lang['go_AgentsonPaused'] = "Agent(s) on Paused";
481
$lang['go_AgentsWaiting'] = "Agent(s) Waiting";
482
$lang['go_TotalAgentsOnline'] = "Total Agents Online";
483
$lang['go_Clicktomonitoragents'] = "Click to monitor agents";
484

    
485
//go_dashboard_leads.php
486
$lang['go_LeadsResources'] = "Lead Resources";
487
$lang['go_LeadsinHopper'] = "Leads in Hopper";
488
$lang['go_DialableLeads'] = "Dialable Leads";
489
$lang['go_TotalActiveLeads'] = "Total Active Leads";
490
$lang['go_CampaignsResources'] = "Campaign Resources";
491

    
492
//go_call_realtime.php
493
$lang['go_NOCALLSAVAILABLE'] = "NO CALLS AVAILABLE";
494
$lang['go_CallMonitoring'] = "Call Monitoring";
495
$lang['go_LEGEND'] = "LEGEND";
496
$lang['go_OutboundCalls'] = "Outbound Calls";
497
$lang['go_InboundCalls'] = "Inbound Calls";
498

    
499
//go_realtime.php
500
$lang['go_NOAGENTSLOGGEDIN'] = "NO AGENTS LOGGED IN";
501
$lang['go_AgentMonitoring'] = "Agent Monitoring";
502
$lang['go_clickagentnametolistenbarge'] = "click to listen agent name / barge";
503
$lang['go_RemoteAgentsarenotshownontheabovelist'] = "Remote Agents are not shown on the above list";
504
$lang['go_WaitingForCall'] = "Waiting For Call";
505
$lang['go_OnCall'] = "On Call";
506
$lang['go_OnPause'] = "On Pause";
507
$lang['go_DeadCall'] = "Dead Call";
508

    
509
//go_dropped_calls.php
510
$lang['go_ACTIVECAMPAIGNSTATISTICS'] = "ACTIVE CAMPAIGN STATISTICS";
511
$lang['go_ACTIVEINGROUPSTATISTICS'] = "ACTIVE INGROUPS STATISTICS";
512

    
513
//go_values.php
514
$lang['go_FAILED'] = "FAILED";
515
$lang['go_SUCCESS'] = "SUCCESS";
516
$lang['go_List'] = "List";
517
$lang['go_modified'] = "modified";
518
$lang['go_deleted'] = "deleted";
519
$lang['go_notactivated'] = "not activated";
520
$lang['go_activated'] = "activated";
521
$lang['go_deactivated'] = "deactivate";
522
$lang['go_notdeactivated'] = "not deactivated";
523
$lang['go_SUBTOTALS'] = "SUBTOTALS";
524
$lang['go_Clicktoviewreports'] = "Click to view reports";
525
$lang['go_Examplecustomform'] = "Example Custom Form";
526
$lang['go_ERRORYoumustenterafieldlabelfieldnameandfieldsize'] = "ERROR: You must enter a field label, field name and field size";
527
$lang['go_ERRORFieldalreadyexistsforthislist'] = "ERROR: Field already exists for this list";
528
$lang['go_fielddeleted'] = "field deleted";
529
$lang['go_ERRORYoucannotcopyfieldstothesamelist'] = "ERROR: Unable to copy the fields to the same list";
530
$lang['go_ERRORSourcelisthasnocustomfields'] = "ERROR: Source list has no custom fields.";
531
$lang['go_ERRORTabledoesnotexist'] = "ERROR: table doesn't exist";
532
//page5
533

    
534
//go_copycustomfield.php
535
$lang['go_CustomFieldWizard__CreateCustomField'] = "Wizard Custom Field >> Create Custom Field";
536
$lang['go_CustomFieldWizard__CopyCustomField'] = "Custom Field >> Copy Wizard Custom Field";
537
$lang['go_CustomFieldWizard__CreateCopyCustomField']="Custom Field Wizard » Create / Copy Custom Fields";
538
$lang['go_CreateCustomField'] = "Create Custom Field";
539
$lang['go_CopyFieldstoAnotherList'] = "Copy fields to another list";
540
$lang['go_ListIDtoCopyFieldsFrom'] = "List ID to Copy Fields Form";
541
$lang['go_CopyOption'] = "Copy Option";
542
$lang['go_Youdonthavepermissiontocreatethisrecords'] = "You do not have permission to create this record(s)";
543
$lang['go_Youdonthavepermissiontoupdatethisrecords'] = "You do not have permission to update this record(s)";
544
$lang['go_AreyousureyouwanttodeletetheselectedDNCnumber'] = "Are you sure you want to delete the selected DNC number?";
545

    
546

    
547
$lang['go_ListIDisarequiredfield'] = "List ID is a required field";
548
$lang['go_Phonenumber'] = "Phone Number";
549
$lang['go_fromtheDNClist']= "from the DNC List";
550

    
551
$lang['go_Labelisarequiredfield'] = "Label is a required field";
552
$lang['go_Nameisarequiredfield'] = "Name is a required field";
553
$lang['go_Rankisarequiredfield'] = "Rank is a required field";
554
$lang['go_Orderisarequiredfield']= "Order is a required field";
555
$lang['go_Fieldmaxisarequiredfield'] = "Field max is a required field";
556
$lang['go_Fieldsizeisarequiredfield'] = "Field size is a required field";
557
$lang['go_Labelshouldnotbeequalto'] = "Lable should not be equal to";
558

    
559
$lang['go_SUCCESSCustomFieldAdded'] = "SUCCESS: Custom Field Added";
560
$lang['go_CustomField'] = "Custom Field";
561
$lang['go_Changedate'] = "Change Date";
562

    
563

    
564
//go_list.php
565

    
566
$lang['go_Confirmtodeletethelist'] = "Confirm to delete the list";
567
$lang['go_andallofitsleads'] = "and all of its leads?";
568

    
569
$lang['go_ShowLists'] = "Show Lists";
570
$lang['go_Lists'] = "Lists";
571
$lang['go_ListsTooltip'] = "Did you know? Campaigns can use multiple lists. Giving you more control on the phone numbers that you want to be called.";
572
$lang['go_CreateNewList'] = "Create New List";
573
$lang['go_CreateNewField'] = "Create New Field";
574
$lang['go_SearchLists'] = "Search Lists";
575
$lang['go_AddDeleteDNCNumbers'] = "Add / Delete DNC Numbers";
576
$lang['go_SearchForALead'] = "Search for a Lead";
577
$lang['go_ShowListsTabTooltip'] = "Show Lists Tab - displays all List ID's created on the account along with the relevant information regarding each List ID.";
578
$lang['go_CustomFieldsTabTooltip'] = "Custom Fields tab - Allow admin user to add a custom field in the customer/lead information. This field will show on the agent webpage during a live call (giving them additional data on the phone number being called). Agents will need to press the Custom Form button to see this information.";
579
$lang['go_CustomFields'] = "Custom Fields";
580
$lang['go_LoadLeads'] = "Load Leads";
581
$lang['go_DNCNumbers'] = "DNC Numbers";
582
$lang['go_CallRecordingsLeadSearch'] = "Call Recordings Lead Search";
583
$lang['go_Process'] = "Process";
584
$lang['go_CopyCustomField'] = "Copy Custom Fields";
585
$lang['go_ListIDtoCopyFieldsFrom'] = "List ID to copy Fields from";
586
$lang['go_CopyFieldstoAnotherList'] = "Copy fields to another list ";
587
$lang['go_CopyOption'] = "Copy Option";
588
$lang['go_APPEND'] = "APPEND";
589
$lang['go_UPDATE'] = "UPDATE";
590
$lang['go_REPLACE'] = "REPLACE";
591
$lang['go_ListIDdefinesthelistIDthatwillcontaintheleadfile'] = "List ID - defines the List ID that will contain the lead file.";
592
$lang['go_Labels'] = "Labels";
593
$lang['go_Rank'] = "Rank";
594
$lang['go_Order'] = "Order";
595
$lang['go_Position'] = "Position";
596
$lang['go_Options'] = "Options";
597
$lang['go_OptionPosition'] = "Option Position";
598
$lang['go_TypeTooltip'] = "Type - Defines the type of data to be displayed on the custom form.";
599
$lang['go_FieldSize'] = "Field size";
600
$lang['go_FieldSizeTooltip'] = "Field Size - allows admin to specify the size of the field that will appear on the agent webpage. The value is based on the number of characters (ie, 8 = 8 characters in length).";
601
$lang['go_FieldMax'] = "Field Max";
602
$lang['go_FieldMaxTooltip'] = "The Max - allows admin to set the maximum number of characters for a field. If Field Max is greater than the Fields Size the extra characters will be seen outside the Field box on the agent webpage.";
603
$lang['go_FieldDefault'] = "Field Default";
604
$lang['go_FieldRequired'] = "Field Required";
605
$lang['go_ListWizard__CreateNewList'] = "Assistant Product List » Create new list";
606
$lang['go_numericonly'] = "numeric only";
607
$lang['go_ListName'] = "List Name";
608
$lang['go_alphanumericonly'] = "alphanumeric only";
609
$lang['go_ListDescription'] = "List Description";
610
$lang['go_ResetTimes'] = "Reset Times";
611
$lang['go_ResetLeadCalledStatus'] = "Reset Lead-Called-Status";
612
$lang['go_NAME'] = "NAME";
613
$lang['go_NAMETooltip'] = "Name - can be edited to allow admin to give a brief description of the list.";
614
$lang['go_Cannotdelete'] = "Cannot delete";
615
$lang['go_Download'] = "Download";
616
$lang['go_VIEWINFOFORLIST'] = "VIEW INFO FOR LIST";
617
$lang['go_Norecordsfound'] = "No record(s) found";
618
$lang['go_Lastcalldate'] = "Last call date";
619
$lang['go_CAMPAIGNASSIGNED'] = "CAMPIGN ASSIGNED";
620
$lang['go_CUSTOMFIELDS'] = "CUSTOM FIELDS";
621
$lang['go_Leadsfile'] = "Leads File";
622
$lang['go_LeadsfileTooltip'] = "Browse Button - allows admin to upload a lead file on your local drive or network.";
623
$lang['go_ListIDTooltips'] = "List ID - specifies the List ID that will use the custom field.";
624
$lang['go_PhoneCode'] = "Phone Code";
625
$lang['go_PhoneCodeTooltip'] =  "Phone Code - specifies the country where the phone numbers on your lead file are located.";
626
$lang['go_LoadfromLeadFile'] = "Load from Lead File";
627
$lang['go_IfyouselectLoadfromLeadFilesbesuretocheckyourphonecodefromyourfile'] = "If you select Load from Lead files, be sure to check your phone code from your file";
628
$lang['go_DuplicateCheck'] = "Duplicate check";
629
$lang['go_TimeZone'] = "Time Zone";
630
$lang['go_DuplicateCheckTooltip'] = "Duplicate Check - Will check phone numbers on the lead file and cross reference it with all phone numbers on a specific campaign or in all List ID.";
631
$lang['go_TimeZoneTooltip'] = "Time Zone - Will affect the call settings of your campaign. Selecting Country Code and Area Code Only will set the call time settings based on the country code and area code of the phone number. Postal Code First will be bases on the zip code of phone number (zip code field is required), Owner Time Code First will be based on the time zone set on the field of the lead file.";
632
$lang['go_PHONE'] = "PHONE";
633
$lang['go_FULLNAME'] = "FULLNAME";
634
$lang['go_SearchAltPhone'] = "Search Alt Phone";
635
$lang['go_FirstName'] = "First Name";
636
$lang['go_LastName'] = "Last Name";
637

    
638
$lang['go_SHOWADVANCEFIELDS'] = "SHOW ADVANCE FIELDS";
639
$lang['go_Customfieldswillshowhereifyouhaveenableditonthelistidyouprovided'] = "Custom fields will be displayed here if enabled in the id list previously provided";
640
$lang['go_Checkthisboxifyouwanttoshowtheresult'] = "Check this box if you want to show the result";
641
$lang['go_FROM'] = "FROM";
642
$lang['go_TO'] = "TO";
643
$lang['go_OPTION'] = "OPTION";
644
$lang['go_Typethenumberatthetoprightsearchbox'] = "Type the number at the top right search box";
645

    
646
$lang['go_LEADID'] = "LEAD ID";
647
$lang['go_LASTAGENT'] = "LAST AGENT";
648
$lang['go_LeadSearchOptions'] = "Lead Search Options";
649
$lang['go_searchwdate'] = "Search Date";
650
$lang['go_LeadID'] = "Lead ID";
651

    
652
$lang['go_LastAgent'] = "Last Agent";
653
$lang['go_Comments'] = "Comments";
654
$lang['go_Clicktabstoswapbetweencontentthatisbrokenintologicalsections'] = "Click tabs to swap between content that is broken into logical sections";
655
//jin
656
$lang['go_RecordingsforthisLead'] = "Recordings for this lead";
657
$lang['go_Location'] = "Location";
658
$lang['go_Seconds'] = "Seconds";
659
$lang['go_DateTime'] = "Date / Time";
660
$lang['go_Group'] = "Group";
661
$lang['go_Talk'] = "Talk";
662
$lang['go_Wait'] = "Wait";
663
$lang['go_Pause']= "Pause";
664
$lang['go_AgentLogRecordsforthisLead'] = "Agent Log Records for this lead";
665
$lang['go_Length'] = "Length";
666
$lang['go_HangupReason'] = "Hangup Reason";
667
$lang['go_CloserRecordsforthisLead'] = "Closer records for this leads";
668
$lang['go_CallstothisLead'] = "Calls to this lead";
669
$lang['go_OtherInfo'] = "Other info";
670
$lang['go_Leadsearchbydaterangeislimitedto60daysonly'] = "Lead Search by date range is limited to 60 days";
671
$lang['go_LeadInformation'] = "Lead Information";
672
$lang['go_PhoneNumber'] = "Phone Number";
673
$lang['go_AltPhone'] = "Alt. Phone"; 
674
$lang['go_ModifyVicidialLogs'] = "Modify Vicidial Logs";
675
$lang['go_ModifyAgentLogs'] = "Modify Agents Logs";
676
$lang['go_ModifyCloserLogs'] = "Modify Closer Logs";
677
$lang['go_AddCloserLogRecord'] = "Add Closer Log Record";
678
$lang['go_HIDEADVANCEFIELDS'] = "HIDE ADVANCE FIELDS";
679
$lang['go_SHOWADVANCEFIELDS'] = "SHOW ADVANCE FIELDS";
680

    
681
$lang['go_autogenerated'] = "auto generated";
682

    
683
//go_script_main_ce.php
684
$lang['Script'] = "Scripts";
685
$lang['go_AddNewScript'] = "Add New Script"; 
686
$lang['go_Advance'] = "Advance";
687
$lang['go_ModifyScript'] = "Modify Script";
688
$lang['go_ScriptID_'] = "Script ID:";
689
$lang['go_ScriptName_'] = "Script Name:";
690
$lang['go_ScriptComments_'] = "Script Comments:";
691
$lang['go_ScriptText_'] = "Script Text:";
692
$lang['go_Preview'] = "Preview";
693
$lang['go_Previewscript_'] = "Preview Script";
694
$lang['go_ScriptWizard'] = "Script Wizard";
695
$lang['go_ScriptType'] = "Script Type";
696
$lang['go_Pleaseenteratleast3characterstosearch'] = "Please enter atleast 3 characters to search";
697
$lang['go_Default'] = "Default";
698

    
699
//go_script_ce.php
700
$lang['go_Youdonthavepermissiontoviewthisrecords'] = "You don't have permission to view this record(s)";
701
$lang['go_scripts'] = "Scripts";
702
$lang['go_ErrorNoscripttoprocess'] = "Error: No script to process";
703
$lang['go_ErrorSomethingwentwrongwhiledeletingdata'] = "Error: Something went wrong while deleting data";
704
$lang['go_SuccessItemdeletedcomplete'] = "Éxito: Item deleted complete";
705
$lang['go_ErrorYouarenotallowedtodeletethis'] = "Error: Yoou are not allowed to delete this";
706
$lang['go_ErrorEmptyscriptid'] = "Error: Empty script id";
707
$lang['go_Insert'] = "Insert";
708
$lang['go_ChooseCampaign'] = "Choose Campaign";
709
$lang['go_ScriptPreview'] = "Script Preview";
710
$lang['go_Save'] = "Save";
711
$lang['go_Accounts'] = "Accounts";
712
$lang['go_Language'] = "Language:";
713
$lang['go_Description_Comments'] = "Description/Comments";
714
$lang['go_Closing_EndMessage'] = "Cosing/End Message";
715
$lang['go_Post_EndURL'] = "Post/URL End";
716
$lang['go_URLDescription'] = "URL Description";
717
$lang['go_WouldyouliketoconfigureyoursurveyquestionsoryourLimeSurveysurveyinadvancemodenow'] = "Would like to configure your question survey or poll <br/> LimeSurvey in advance mode now?";
718
$lang['go_ErrorEmptydatavariables'] = "Error: Empty data variables!";
719
$lang['go_SuccessNewlimesurveycreated'] = "Éxito: New Limesurvey created";
720
$lang['go_Erroronsavingdatacontactyoursupport'] = "Error on saving data contact your support";
721
$lang['go_Errornodatatoprocess'] = "Error: no data to process";
722
$lang['go_AutoGenerated'] = "Auto-generated";
723
$lang['go_Errorpassingnotanobjectvariable'] = "Error: passing not an object variable";
724
$lang['go_ErrorPassingemptydatacontactyoursupport'] = "Error: Passing empty data contact your support";
725
$lang['go_ErrorPleaseclickyourquestion'] = "Error: Please click your question";
726
$lang['go_ErrorYouhavenogroupinlimesurveycontactyoursupportplease'] = "Error: You have no group limesurvey contact your support please";
727
$lang['go_ErrorSomethingwentwrongwhilesavingnewquestion'] = "Error: Something went wrong while saving new question";
728
$lang['go_SuccessSurveysuccessfullymodified'] = "Success: Survey successfully modified";
729
$lang['go_ErrorEmptyrawdatainsavinglimesurveyconfigs'] = "Error: Empty raw data in saving limesurvey configs";
730
$lang['go_ErrorUnknownaction'] = "Error: Unknown action";
731
$lang['go_WarningYoudonthavepermissionto'] = "Warning: You don't have permission to";
732
$lang['go_thisrecords'] = "this record(s)";
733

    
734
//go_script.php
735
$lang['go_Erroronsavingdata'] = "Error on saving data";
736
$lang['go_ErrorPleasecheckyourvariables'] = "Error: Please check your variables";
737
$lang['go_ErrorPleasecompleteyourdata'] = "Error: Please complete your data";
738
$lang['go_ErrorEmptyvariables'] = "Error: Empty variables";
739
$lang['go_Unfinishedpart'] = "Unfinished part";
740
$lang['go_Erroronsavingdatain'] = "Error on saving data in";
741
$lang['go_Erroronsavingdatainlimesurvey'] = "Error on saving data in limesurvey";
742
$lang['go_ErrorNousersubmitted'] = "Error: No user submitted";
743
$lang['go_ErrorEmptyrawdatawhileaddingnewscript'] = "Error: Empty raw data while adding new script";
744
$lang['go_SuccessNewdefaultscriptcreated'] = "Exitos New default script created";
745
$lang['go_ErrorSomethingwentwrongpleasecontactyoursupport'] = "Error: Something went wrong please contact your support";
746

    
747
$lang['go_ErrorInvalidscriptidformat'] = "Error: Invalid script ID format";
748
$lang['go_ErrorInvalidscriptnameformat'] = "Error: Invalid script Name format";
749
$lang['go_ErrorInvalidscripttextformat'] = "Error: Invalid script Text format";  
750

    
751
$lang['go_SuccessUpdatesuccessful'] = "Success: Update Successful";
752
$lang['go_ErrorEmptydatafields'] = "Error: Empty data fields";
753

    
754

    
755
//go_script_elem_ce.php
756
$lang['go_SCRIPTID'] = "SCRIPT ID";
757
$lang['go_SCRIPTNAME'] = "SCRIPT NAME";
758
$lang['go_TYPE'] = "TYPE";
759
$lang['go_USERGROUP'] = "USER GROUP";
760
$lang['go_Modifyscript'] = "Modify Script";
761
$lang['go_Deletescript'] = "Delete Script";
762
$lang['go_EnableSelected'] = "Enabled Selected";
763
$lang['go_DisableSelected'] = "Disabled Selected";
764
$lang['go_ALLUSERGROUPS'] = "ALL USER GROUPS";
765

    
766
//go_script_advance_ce.php
767
$lang['go_Scriptsettings'] = "Script Settings";
768
$lang['go_Addquestions'] = "Add Questions";
769
$lang['go_NoteExistingLimesurveyscriptscantbeeditedCreateanewoneifyouneedtoaddeditquestions'] = "Note: Existing Limesurvey scripts can't be edited. Create a new one if you need to added it questions";
770
$lang['go_SurveyURL'] = "Survey URL";
771
$lang['go_SurveyName']= "Survey Name";
772
$lang['go_SurveyDescription'] = "Survey Description";
773
$lang['go_WelcomeMessage'] = "Welcome Message";
774
$lang['go_EndMessage'] = "End Message";
775
$lang['go_BaseLanguage'] = "Base Language";
776
$lang['go_Administrator'] = "Administrator";
777
$lang['go_AdminEmail'] = "Admin Email";
778
$lang['go_EndURL'] = "End URL";
779
$lang['go_EndURLDescription'] = "End URL Description";
780
$lang['go_DecimalSeparator'] = "Decimal Separator";
781
$lang['go_TITLE'] = "TITLE";
782
$lang['go_QUESTION'] = "QUESTION";
783
$lang['go_Question'] = "Question";
784
$lang['go_MANDATORY'] = "MANDATORY";
785
$lang['go_Code'] = "Code";
786
$lang['go_Help'] = "Help";
787
$lang['go_Type'] = "Type";
788
$lang['go_Mandatory'] = "Mandatory";
789
$lang['go_Validation'] = "Validation";
790
$lang['go_Format'] = "Format";
791
$lang['go_Template'] = "Template";
792
$lang['go_TemplatePreview'] = "Template Preview";
793
$lang['go_Showwelcomescreen'] = "Show welcome screen?";
794
$lang['go_Navigationdelayseconds'] = "Navigation delay seconds";
795
$lang['go_Showquestionindex_allowjumping'] = "Show question index / allow jumping";
796
$lang['go_Keyboardlessoperation'] = "Keyboard Less Operation";
797
$lang['go_Showprogressbar'] = "Show progress bar";
798
$lang['go_Participantsmayprintanswers'] = "Participants may print answers";
799
$lang['go_Publicstatistics'] = "Public Statistics";
800
$lang['go_Showgraphsinpublicstatistics'] = "Show graphs in public statistics";
801
$lang['go_AutomaticallyloadURLwhensurveycomplete'] = "Automatically load URL when survey complete?";
802
$lang['go_ShowThereareXquestionsinthissurvey'] = "Show there are 'X question in this survey'";	
803
$lang['go_Showgroupnameandorgroupdescription'] = "Show group name and / group description";
804
$lang['go_Showquestionnumberandorcode'] = "Show question number and / or code";
805

    
806

    
807
//go_widget_show_me_more
808

    
809

    
810
//header tab [notification]
811
//show on screen
812

    
813

    
814
//CAMPAIGNS
815
$lang['go_icon32Tooltip']     = "A Campaign is a unique feature that allows you to modify and change the behavior of the system according to the needs of its customers.";
816
$lang['go_Campaigns']         = "Campaigns";
817
$lang['go_CAMPAIGN']	      = "CAMPAIGN";
818
$lang['go_CAMPAIGNID']        = "CAMPAIGN ID";
819
$lang['go_CAMPAIGNNAME']      = "CAMPAIGN NAME";
820
$lang['go_DIALMETHOD']        = "DIAL METHOD";
821
$lang['go_PAUSECODES']	      = "PAUSE CODES";
822
$lang['go_PAUSECODE']	      = "PAUSE CODE";
823
$lang['go_PAUSECODESTooltip'] = "Clicking the campaign ID itself or the modify icon will allow the pause code to be edited.";
824
$lang['go_MODIFYCAMPAIGNPAUSECODES']   = "MODIFY CAMPAIGN PAUSE CODES";
825
$lang['go_DELETECAMPAIGNPAUSECODES'] = "DELETE CAMPAIGN PAUSE CODES";
826
$lang['go_MODIFYCAMPAIGNHOTKEYS'] = "MODIFY CAMPAIGN HOTKEYS";
827
$lang['go_DELETECAMPAIGNHOTKEYS'] = "MODIFY CAMPAIGN HOTKEYS";
828
$lang['go_FILTERID']	      = "FILTER ID";
829
$lang['go_FILTERNAME']	      = "FILTER NAME";
830
$lang['go_MODIFYFILTERID']    = "MODIFY FILTER ID";
831
$lang['go_DELETEFILTERID']    = "DELETE FILTER ID";
832
$lang['go_LeadRecyclingWizard_CreateNewLeadRecycling'] = "Assistant Lead Recycling >> Create new lead recycling";
833
$lang['go_LeadRecyclingTab']  = "<b> Lead recycling Tab </b> - Allows admin to set the dispositions the systems will automatically recycle on the hopper when the set time limit is over. These dispositions will be called again when they are recycled on the hopper.";
834
$lang['go_LeadRecycling']     = "Lead Recycling";
835
$lang['go_NONE'] 	      = "NONE";
836
$lang['go_STATUS']            = "STATUS";
837
$lang['go_ACTION']	      = "ACTION";
838
// -r active
839
//-r avtive  selc
840
//-r deactive selec
841
//-r del selc
842

    
843
$lang['go_minimumChar'] = "Minimum of 3 characters";
844
$lang['go_available'] = "Available";
845
$lang['go_notAvailable'] = "Not Available";
846

    
847
//Campaign >> view info
848
$lang['go_CampaignID_']			 = "Campaign ID:";
849
$lang['go_CampaignName_']		 = "Campaign Name:";
850
$lang['go_CampaignDescription_']	 = "Campaign Description:";
851
$lang['go_AllowInboundAndBlended_']	 = "Allowed Inbound and Blended:";
852
$lang['go_DialMethod_']			 = "Dial Method:";
853
$lang['go_DialMethodTooltip']		 = "<center> <b> Dial Method </b> </center> </br> <b> Manual </b> - The user will have to click the <i> - Dial Next </i> button to make outgoing </br> calls. This is always done after a call has been dispositioned. </br> <b> Auto Dial </b> - Used for output type campaign. System will automatically </br>
854
dial phone numbers on the lead file. Number of lines is in the set on the </br> Auto Dial Level. </br> <b> Predictive </b> - It is used for outbound type of campaign. The system will automatically </br> calculate the dial level based on the drop percentage. Default drop </br> percentage is 3%. If the drop percentage is met or exceeded, the system </br> will lower down the Auto Dial Level</br> <b> Inbound Man </b> - Used for the blended type of campaign. Agents will get inbound </br> calls when they click on the Resume button. Outbound calls are done by </br> either by clicking on the Dial Next button. Or by clicking on the  Manual Dial link </br> on the Agent webpage";
855
$lang['go_DialMethodTooltip2']		 = "<center> <b> Auto Dial Level </b> </center> </br>
856
<b> Slow </b> - 1 line per available agent </br>.
857
<b> Normal </b> - 2 lines per available agent </br>
858
<b> High </b> - 4 lines per available agent </br>
859
<b> Max </b> - 6 lines per available agent </br>
860
<b> Preview </b> - Allows administrator to set how </br>
861
many lines per agent will be opened.";
862

    
863
$lang['go_AutoDialLevel_']		 = "AutoDial Level:";
864
$lang['go_AutoDialLevelTooltip']	 = "<center> <b> Auto Dial Level </b> </center> </br>
865
<b> Slow </b> - 1 line per available agent </br>.
866
<b> Normal </b> -. 2 lines per available agent </br>
867
<b> High </b> -. 4 lines per available agent </br>
868
<b> Max </b> -. 6 lines per available agent </br>
869
<b> Max predictive </b> -. 10 lines per available agent (this is for Predictive) </br>
870
<b> Preview </b> - Allows administrator to establish how </br>
871
many lines per agent is opened.";
872
$lang['go_AnsweringMachineDetection_']   = "Answering Machine Detection:";
873
$lang['go_ManualDialPrefix_'] 		 = "Manual Dial Prefix:";
874
$lang['go_GetCallLaunch_'] 		 = "Get Call Launch:";
875
$lang['go_GetCallLaunchTooltip'] 	 = "<b> Get Call Launch </b> - allows admin to automatically have </br> the webform or script popup on the Agent webpage </br> at the onset of a call without the need for the agents to click on their respective button.";
876
$lang['go_AnsweringMachineMessage_']	 = "Answering Machine Message:";
877
$lang['go_AnsweringMachineMessageTooltip']= "<b> Answering Machine Message </b> - allows admin to set a pre-recorded voice file to be played when </br> the system detects an answering machine. CPD AMD Message should be set to Message.";
878
$lang['go_WaitForSilenceOptions_']	 = "WaitForSilence Options:";
879
$lang['go_WaitForSilenceOptionsTooltip'] = "<b> WaitForSilence Options </b> - Sets the number of milliseconds the system will wait before triggering </br> The answering machine messages. Two settings, separated by a comma are needed </br> to be entered. First setting will detect the length of silence to wait (measured in milliseconds) </br> and the other is the number of times it needs to detect that before playing the pre-recorded </br> voice file.";
880
$lang['go_AMDSendtoVMexten_'] 		 = "AMD Send to VM exten:";
881
$lang['go_CPDAMDAction_']		 = "CPD AMD Action:";
882
$lang['go_CPDAMDActionTooltip'] 	 = "<b> CPD AMD Action </b> - defines what the system will do when it detects an answering machine.</br> Dispo will allow the system to disposition the call as AA before reaching an agent. Message </br> will allow system to auto play a voice file set on the Answering Machine Messages setting";
883
$lang['go_PauseCodesActive_']		 = "Pause Codes Active:";
884
$lang['go_AvailableOnlyTally_'] 	 = "Available Only Tally:";
885
$lang['go_Available']                    = "Available";
886
$lang['go_ManualDialFilter_']		 = "Manual Dial Filter:";
887
$lang['go_AgentLeadSearch_']		 = "Agent Lead Search:";
888
$lang['go_AgentLeadSearchMethod_']	 = "Agent Lead Search Method:";
889
$lang['go_NextAgentCall_']		 = "Next Agent Call:";
890
$lang['go_NextAgentCallTooltip']	 = "<b> Next Agent Call </b> - defines how calls will be routed to an agent.";
891

    
892
$lang['go_DIDTFNExtension_'] = "DID/TFN Extension:";
893

    
894
$lang['go_TransferConfNumber1_']	 = "Transfer-Conf Number 1:";
895
$lang['go_TransferConfNumber1Tooltip']	 = "<b> Transfer-Conf Number 1 and 2: </b> will store a specific phone number on the D1 and D2 that can be </br> used to auto populate the number to call box. This option is only used during a transfer calls.";
896

    
897
$lang['go_TransferConfNumber2_']	 = "Transfer-Conf Number 2:";
898
$lang['go_TransferConfNumber2Tooltip'] = "<b> Transfer-Conf Number 1 and 2: </b> - store a specific phone number in the D1 and D2 can be </br> used to auto populate the frame number to call. This option is only used during a call transfer.";
899

    
900
$lang['go_3WayCallOutboundCallerID_']	 = "3-Way Call Outbound CallerID:";
901
$lang['go_3WayCallOutboundCallerIDTooltip'] = "<b> 3-Way Call Outbound CallerID </b> - defines the caller ID that will be used during a 3-way call";
902

    
903
$lang['go_3WayCallDialPrefix_']		 = "3-Way Call Dial Prefix:";
904
$lang['go_Customer3WayHangupLogging_']	 = "Customer 3-Way Hangup Logging:";
905
$lang['go_Customer3WayHangupLoggingTooltip'] = "<b> Customer 3-Way Hangup Logging </b> - If this option is enabled will allow the system log if customer hungup </br> during a 3-way call. This option will also trigger the option set on the 3-Way Hangup Action";
906

    
907
$lang['go_Customer3WayHangupSeconds_']	 = "Customer 3-Way Hangup Seconds:";
908
$lang['go_Customer3WayHangupSecondsTooltip'] = "<b> Customer 3-Way Hangup Seconds </b> - specifies the amount in seconds before the system wil trigger the </br> Customer 3-Way Hangup Action";
909

    
910
$lang['go_Customer3WayHangupAction_']	 = "Customer 3-Way Hangup Action:";
911
$lang['go_AudioChooser']		 = "[ Audio Chooser ]";
912

    
913

    
914
//campaign >> edit >> [+]advance settings (alert: gofree)
915
$lang['go_AdvSetAlert1'] = "Some of the options are disabled due to restrictions of the test account.";
916
$lang['go_AdvSetAlert2'] = "For full functionality of the system, you can upgrade your account to any of our packages private cloud.";
917
$lang['go_SelectCampaign'] = "--- SELECT CAMPAIGN ---";
918

    
919
//campaign >> edit >> box
920
$lang['go_minusADVANCESETTINGS']	 = "[ - ADVANCE SETTINGS ]";
921
$lang['go_plusADVANCESETTINGS']		 = "[ + ADVANCE SETTINGS ]";
922
$lang['go_SAVESETTINGS']		 = "SAVE SETTINGS";
923
$lang['go_LISTWITHINCAMPAIGN']		 = "LIST WITHIN CAMPAIGN";
924
$lang['go_SAVE']			 = "SAVE";
925
$lang['go_SAVEACTIVELISTCHANGES']	 = "SAVE ACTIVE LIST CHANGES";
926
$lang['go_Thiscampaignhas']		 = "This Campaign has";
927
$lang['go_activelistsand']		 = "active lists and";
928
$lang['go_inactivelists']		 = "inactive lists";
929
$lang['go_AttemptDelay']		 = "Attempt Delay";
930
$lang['go_Shouldbefrom2to720mins12hrs']  = "Should be from 2 to 7 and 20 minutes (12 hours).";
931
$lang['go_AttemptMaximum_']		 = "Attempt Maximum:";
932
$lang['go_MaximumAttempts'] 		 = "Maximum Attempts";
933
$lang['go_PauseCodeWizard__CreateNewPauseCode'] = "Pause Code Wizard >> Create New Pause Code";
934
$lang['go_HotKeysWizard__CreateNewHotKey'] = "Hotkeys Wizard >> Create New Hotkeys";
935
$lang['go_LeadFilterWizard__CreateNewFilter'] = "Lead Filter Wizard >> Create New Lead Filter";
936

    
937
$lang['go_leadsinthequeue']		 = "leads in the queue (hopper dial)";
938
$lang['go_Viewleadsinthehopperforthiscampaign']	 = "View Leads in the hopper for this campaign";
939
$lang['go_VLITHFTCtooltip'] = "Clicking this link will show all phone numbers currently loaded into the hopper";
940
$lang['go_Logoutallagentswithinthiscampaign']	 = "Logout all Agents within this Campaign";
941
$lang['go_ScriptTooltip']	 	 = "<center> <b> Script </b> </center> Allows administrator to enable window popup </br> on the agent webpage during a live call (Agent needs </br> to click on the pages to get an idea <b> what a script does</b>).";
942

    
943
//LIST CAPITAL 
944
$lang['go_LISTID']			 = "LIST ID";
945
$lang['go_LISTIDTooltip']		 = "<b> List ID's being used by the campaign </b> - You can toggle between lists or combine them by ticking the Active </br> column box. The Modify icon allows you to edit the List ID itself.";
946
$lang['go_LISTNAME']			 = "LIST NAME";
947
$lang['go_DESCRIPTION'] 		 = "DESCRIPTION";
948
$lang['go_LEADSCOUNT']			 = "LEADS COUNT";
949
$lang['go_LEADSCOUNTTooltip']		 = "Leads Column Count - displays the total number of phone numbers that can be dialed on the list.";
950
$lang['go_ACTIVE']			 = "ACTIVE";
951
$lang['go_LASTCALLDATE']		 = "LAST CALL DATE";
952
$lang['go_MODIFY']			 = "MODIFY";
953
$lang['go_PauseCodeCampaignTooltip'] 	 = "<b> Campaign </b> - defines the campaign that will use the pause code. Campaigns can use multiple pause codes </br> but you have to setup the pause codes individually.";
954
$lang['go_CarriertouseforthisCampaign']  = "Carrier to use for this Campaign:";
955

    
956
//Campaign >> edit >> [-] advance settings
957
//go_CampaignID_
958
//go_CampaignName_
959
//go_CampaignDescription_
960
$lang['go_Active_'] 			= "Active";
961
$lang['go_INACTIVE'] 			= "INACTIVE"; 
962
//go_DialMethod_
963
//go_AutoDialLevel_
964
$lang['go_CarrierForCampaign_'] 	= "Carrier to use for Campaign:";
965
$lang['go_Script_'] 			= "Script:";
966
$lang['go_CampaignCallerID_'] 		= "Campaign Caller ID:";
967
$lang['go_CampaignCallerIDTooltip']	= "<b> Campaign Caller ID </b> - sets the phone number </br> that will display on the called party's phone.";
968
$lang['go_CampaignRecording_'] 		= "Campaign Recording:";
969
//go_AnsweringMachineDetection_
970
$lang['go_LocalCallTime_'] 		= "Local Calltime:";
971
$lang['go_LocalCallTimeTooltip']	= "<b> Local Call Time </b> Sets the time of window when leads will be called. This is based </br> on the actual time where the phone number is located.";
972

    
973
//Campaign >> edit >> [+] advance settings
974
$lang['go_CampaignChangeDate_']		= "Campaign Change Date:";
975
$lang['go_CampaignLoginDate_']		= "Campaign Login Date:";
976
$lang['go_CampaignCallDate_']		= "Campaign Call Date:";
977
$lang['go_ParkMusicOnHold_']		= "Park Music on Hold:";
978
$lang['go_WebForm_']			= "Web Form:";
979
$lang['go_WebFormTooltip'] 		= "<b> Web Form </b> - Allows admin to specify the webpage that will open </br> when an agent clicks the web form button.";
980
$lang['go_WebFormTarget_'] 		= "Web Form Target";
981
$lang['go_WebFormTargetTooltip'] 	= "<b> Web Form Target </b> - allows admin to specify the frame where the web </br> form will open. Only applicable for Multi Frame browsers.";
982
//go_AllowInboundAndBlended_
983
$lang['go_AllowInboundAndBlendedTooltip'] = "<b> Marcar Estado </b> - Especifica las disposiciones sobre el archivo principal activo (s) en la campaña que </br> el sistema marcará automáticamente. Cualquier disposiciones no incluidas en el estado de línea se </br> No se va a marcar";
984
$lang['go_ActiveStatusDial']              = "Active Dial Status";
985
$lang['go_ListOrder_'] 			  = "List Order:";
986
$lang['go_LeadFilter_']			= "Lead Filter:";
987
$lang['go_ForceResetLeadsonHopper_']	= "Force Reset Leads on Hopper:";
988
$lang['go_ForceResetLeadsonHopperTooltip'] = "<b> Force Reset Leads on Hopper </b> Will clear the current phone numbers loaded in the hopper that </br> are waiting to be dialed. The Hopper will automatically load a new set of numbers after a few minutes.";
989
$lang['go_DialTimeout_']		= "Dial Timeout:";
990
$lang['go_DialTimeoutTooltip'] 		= "<b> Dial Timeout </b> - specifies the number of seconds the system will attempt to dial a phone number before hanging up.";
991

    
992
//Displaying page number
993
$lang['go_Display'] 	      = "Displaying";
994
$lang['go_to']		      = "to";
995
$lang['go_of']	      	      = "of";
996
//pagination
997
$lang['go_FirstPage'] 	      = "First page";
998
$lang['go_PreviousPage']      = "Previous page";
999
$lang['go_PageNumber'] 	      = "Page number";
1000
$lang['go_ViewAllPage']       = "View all page";
1001
$lang['go_NextPage'] 	      = "Next page";
1002
$lang['go_Lastpage']	      = "Last page";
1003
$lang['go_ALL']		      = "ALL";
1004
$lang['go_BacktoPaginatedView']= "Back to paginated view";
1005
$lang['go_BACK']	       = "BACK";
1006

    
1007
//list
1008
$lang['go_listids'] = "List ID";
1009

    
1010
//tooltip
1011
$lang['go_CampaignTabTooltip']= "<b> Campaigns Tab </b> - Gives a list of campaigns created on the account and relevant information regarding the campaigns.";
1012
$lang['go_MODIFYCAMPAIGN']    = "MODIFY CAMPAIGN";
1013
$lang['go_DELETECAMPAIGN']    = "DELETE CAMPAIGN";
1014
$lang['go_DELETE']	      = "DELETE";
1015
$lang['go_VIEWCAMPAIGN']      = "VIEW CAMPAIGN";
1016

    
1017
//search
1018
$lang['go_Search'] 	      = "Search";
1019
$lang['go_ClearSearch']	      = "[Clear Search]";
1020
$lang['go_NoRecordsFound']    = "No Records Found";
1021

    
1022
//add new campaign
1023
$lang['go_AddNewCampaign']    = "Add New Campaign";
1024
$lang['go_AddNewCampTooltip'] = "<b> Add New Campaign </b> - Allows admin to create a new campaign."; 
1025

    
1026
$lang['go_AddNewStatus']      = "Add New Status";
1027
$lang['go_AddNewStatusTooltip'] = "Add New Status";
1028

    
1029
$lang['go_AddNewLeadRecycle'] = "Add New Lead Recycle";
1030
$lang['go_AddNewLeadRecycleTooltip'] = "Add New Lead Recycle";
1031

    
1032
$lang['go_AddNewPauseCode']   = "Add New Pause Code";
1033
$lang['go_AddNewPauseCodeTooltip'] = "<b> Add New Pause Code </b> - clicking this will generate the Pause Code Wizard.";
1034

    
1035
$lang['go_AddNewHotKey']      = "Add New Hotkey";
1036
$lang['go_AddNewHotKeyTooltip'] = "<b> HotKeys </b> - are shortcuts that allow an agent to automatically disposition the call to a pre defined value by pressing a number button. Click the Add New Hotkey to initialize the Hotkey Wizard taht will assist you in setting up a new hotkey for your campaign.";
1037
$lang['go_HotkeyTooltip']     = "<b> Hotkey </b> - defines the hotkey that will be use. Otions are 1-9.";
1038

    
1039
$lang['go_Filter']	= "Filter";
1040
$lang['go_AddNewFilter']      = "Add New Filter";
1041
$lang['go_AddNewFilterTooltip'] = "Add New Filter"; 
1042
$lang['go_FilterID_'] = "Filter ID:";
1043
$lang['go_FilterName_']= "Filter Name:";
1044
$lang['go_FilterComments_'] = "Filter Comments:";
1045
$lang['go_UserGroup_'] = "User Groups:";
1046
$lang['go_Fields_'] = "Fields:";
1047
$lang['go_FilterOptions_'] = "Filter Options:";
1048
$lang['go_FilterbyDate_'] = "Filter by Date:";
1049
$lang['go_FilterbyCalledCount_'] = "Filter by Called Count";
1050
$lang['go_FilterbyCountryCode_'] = "Filter by Country Code";
1051
$lang['go_FilterbyAreaCode_'] = "Filter by Area Code";
1052
$lang['go_lterbyTimezone_'] = "Filter by Timezone";
1053

    
1054
$lang['go_FilterbyState_'] = "Filter by State";
1055
$lang['go_SQLPreview_'] = "SQL Preview";
1056
//filter options
1057
$lang['go_FilterSQL_'] = "Filter SQL";
1058
$lang['go_ClearSQL'] = "Clear SQL";
1059
$lang['go_Disclamer1'] = "* Disclaimer: Improper use may result service interruption.";
1060
$lang['go_Disclamer2'] = "* Note:";
1061
$lang['go_Disclamer3'] = "Use at your own risk";
1062

    
1063
//Edit Campaign >> Modify List
1064
$lang['go_ChangeDate'] 		= "Change Date:";
1065
$lang['go_LastCallDate']	= "Last Call Date:";
1066
$lang['go_Name_']	 		 = "Name:";
1067
$lang['go_Description_']		 = "Description:";
1068
//go_Campaign_
1069
$lang['go_ResetTime_']			 = "Reset Time:";
1070
$lang['go_ResetLeadCalledStatus_']	 = "Reset Lead Called Status:";
1071
$lang['go_AgentScriptOverride_']	 = "Agent Script Override:";
1072
$lang['go_CampaignCIDOverride_']	 = "Campaign CID Override:";
1073
$lang['DropInboundGroupOverride_']	 = "Drop Inbound Group Override:";
1074
//go_WebForm_
1075
//go_Active_
1076
$lang['go_TransferConfNumberOverride']	 = "Transfer-Conf Number Override";
1077
$lang['go_Number']			 = "Number";
1078
$lang['go_STATUSESWITHINTHISLIST']	 = "STATUSES WITHIN THIS LIST";
1079
$lang['go_TIMEZONESWITHINTHISLIST']	 = "TIMEZONES WITHIN THIS LIST";
1080
$lang['go_STATUSESWITHINTHELIST']        = "STATUSES WITHIN THE LIST";
1081
$lang['go_TIMEZONESWITHINTHELIST']       = "TIMEZONES WITHIN THE LIST";
1082
//go_STATUS
1083
$lang['go_STATUSNAME']			 = "STATUS NAME";
1084
$lang['go_CALLED']			 = "CALLED";
1085
$lang['go_NOTCALLED']			 = "NOT CALLED";
1086
$lang['go_NEW']				 = "NEW";
1087
$lang['go_SUBTOTAL']			 = "SUBTOTAL";
1088
$lang['go_TOTAL']			 = "TOTAL";
1089
$lang['go_GMTOFFSETNOW']		 = "GMT OFF SET NOW";
1090
//called
1091
//not called
1092

    
1093

    
1094
//free make
1095
//$lang[''] = "";
1096
$lang['go_Upload'] = "Upload";
1097
$lang['go_ListofFilesUploaded_'] = "List of files uploaded:";
1098
$lang['go_AllowedTransferGroup_'] = "Allowed transfer groups:";
1099
$lang['go_NumberofLines_']	= "Number of lines:";
1100
$lang['go_Press4DID_'] 		= "Press 4 DID:";
1101
$lang['go_Press4Status_']	= "Press 4 Status";
1102
$lang['go_Press4AudioFile_'] 	= "Press 4 Audio File";
1103
$lang['go_Press4Digit_'] 	= "Press 4 Digit";
1104
$lang['go_Press3DID_'] 		= "Press 3 DID";
1105
$lang['go_Press3Status_'] 	= "Press 3 Status";
1106
$lang['go_Press3AudioFile_'] 	= "Press 3 Audio File:";
1107
$lang['go_Press3Digit_'] 	= "Press 3 digit:";
1108

    
1109
$lang['go_Press8NotInterestedStatus_']		 = "Press 8 Not interested status:";
1110
$lang['go_Press8NotInterestedAudioFile_']	 = "Press 8 Not interested audio file:";
1111
$lang['go_Press8NotInterestedDigit_']		 = "Press 8 Not interested digit:";
1112
$lang['go_DID_']				 = "DID:";
1113
$lang['go_SurveyDTMFDigits_']			 = "Survey DTMF Digits:";
1114

    
1115
$lang['go_SurveyCallMenu_'] 			 = "Survey Call Menu:";
1116
$lang['go_SurveyMethod_']			 = "Survey Method:";
1117
$lang['go_AudioFile_']				 = "Audio File:";
1118

    
1119
$lang['go_AssignedDID_TFN_']			 = "Assigned DID / TFN:";
1120
$lang['go_AddADialStatustoCall_']		 = "Add a dial status on call:";
1121
$lang['go_AvailableOnlyTally_']			 = "Available only tally:";
1122
$lang['go_CampaignRecFilename_']		 = "Campaign Rec Filename:";
1123
$lang['go_InboundGroups_']			 = "Inbound Groups:";
1124
$lang['go_REMOVESTATUS_']			 = "REMOVE STATUS:";
1125
$lang['go_customerdefinekeypress']		 = "Customer define key press";
1126
$lang['go_Filename'] = "Filename";
1127

    
1128
//go_campaign_list.php
1129
$lang['go_ErrorYoudonothavepermissiontomodifythiscampaign'] = "Error: You do not have permission to modify this campaign.";
1130
$lang['go_ErrorYoudonothavepermissiontodeletecampaigns'] = "Error: You do not have permission to delete campaigns.";
1131
$lang['go_ErrorYoudonothavepermissiontomodifycampaignstatuses'] = "Error: You do not have permission to modify campaign statuses.";
1132
$lang['go_Erroroudonothavepermissiontodeletecampaignstatuses'] = "Error: You do not have permission to delete campaign statuses";
1133
$lang['go_Areyousureyouwanttodeletetheselectedcampaignstatuses'] = "Are you sure you want to delete the selected campaign statuses?";
1134
$lang['go_ErrorYoudonothavepermissiontodeleteleadrecyclingstatuses'] = "Error: You do not have permission to delete lead recycling statuses.";
1135
$lang['go_Areyousureyouwanttodeletetheselectedcampaignpausecodes'] = "Are you sure you want to delete the selected campaign pausecodes?";
1136
$lang['go_ErrorYoudonothavepermissiontodeletecampaignpausecodes'] = "Error: You do not have permission to delete campaign pause codes.";
1137
$lang['go_ErrorYoudonothavepermissiontomodifycampaignpausecodes'] = "Error: You do not have permission to modify campaign pause codes.";
1138
$lang['go_Areyousureyouwanttodeletetheselectedcampaignhotkeys'] = "Are you sure you want to delete the selected campaign hotkeys?";
1139
$lang['go_ErrorYoudonothavepermissiontodeletecampaignhotkeys'] = "Error: You do not have permission to delete campaign hotkeys.";
1140
$lang['go_ErrorYoudonothavepermissiontomodifycampaignhotkeys'] = "Error: You do not have permission to modify campaign hotkeys.";
1141
$lang['go_AreyousureyouwanttodeletethisHotKey'] = "Are you sure you want to delete this Hotkey?";
1142
$lang['go_ErrorYoudonothavepermissiontomodifyleadfilters'] = "Error: You do not have permission to modify the lead filters.";
1143

    
1144
$lang['go_Pleasecheckthefollowingerrors'] = "Please check the following error(s):";
1145
$lang['go_StatusIDisempty'] = "Status ID is empty";
1146
$lang['go_StatusIDisNotAvailable'] = "Status ID is not available";
1147
$lang['go_StatusNameisempty'] = "Status name is empty";
1148
$lang['go_Pleaseselectorfillinallthefields'] = "Please select or fill in all the fields.";
1149
$lang['go_NotAvailable'] = "Not Available";
1150
$lang['go_ErrorYoudonothavepermissiontomodifyleadrecyclingstatuses'] = "Error: You do not have permission to modify lead recycling statuses.";
1151
$lang['go_AreyousureyouwanttodeletethisStatus'] = "Are you sure you want to delete this Status?";
1152
$lang['go_AreyousureyouwanttodeletethisPauseCode'] = "Are you sure you want to delete this Pause Code?";
1153

    
1154
$lang['go_FilterIDisempty'] = "Filter ID is empty";
1155
$lang['go_FilterIDisNotAvailable'] = "Filter ID is not available";
1156
$lang['go_FilterNameisempty'] = "Filter Name is empty";
1157
$lang['go_UserGroupnotselected'] = "Usergroup not selected";
1158

    
1159
$lang['go_SQLquerystringalreadyexist'] = "SQL query string alredy exist";
1160
$lang['go_PleaseselectanSQLoperatorANDorORtocontinue'] = "Please select an SQL operator 'AND' or 'OR' to continue.";
1161
$lang['go_Minimumof3characters'] = "Minimum of 3 characters.";
1162
$lang['go_PleasecomposeanSQLquery'] = "Please compose an SQL query.";
1163
$lang['go_NONSURVEYCAMPAIGN'] = "NON SURVEY CAMPAIGN";
1164
$lang['go_LEADRECYCLES'] = "LEAD RECYLES";
1165
$lang['go_LEADRECYCLESTATUS'] = "LEAD RECYCLES STATUS";
1166
$lang['go_MODIFYCAMPAIGNLEADRECYCLING'] = "MODIFY CAMPAIGN LEAD RECYCLING";
1167
$lang['go_DELETECAMPAIGNLEADRECYCLING'] = "DELETE CAMPAIGN LEAD RECYCLING";
1168

    
1169
$lang['go_CURRENTHOPPERLIST_'] = "CURRENT HOPPER LIST:";
1170
$lang['go_TotalLeadsinHopper_'] = "Total Leads in Hopper:";
1171

    
1172
$lang['go_PleasecheckthedatayouenteredontheCampaignName'] = "Please check the data you entered on the Campaign Name";
1173

    
1174
//go_campaign_wizard.php
1175
$lang['go_CampaignWizard'] = "Campaign Wizard";
1176
$lang['go_Outbound'] = "Outbound";
1177
$lang['go_CampaignType_'] = "Campaign Type:";
1178
//[go_CampaignID_]
1179
$lang['go_Inbound'] = "Inbound";
1180
$lang['go_Blended'] = "Blended";
1181
$lang['go_Survey'] = "Survey";
1182
$lang['go_CopyCampaign'] = "Copy Campaign";
1183
$lang['go_checktoeditcampaignidandname'] = "check to edit campaign id and name";
1184
//[go_CampaignName_]
1185
$lang['go_DIDTFN_Extension_'] = "DID / TFN Extension:";
1186
$lang['go_acceptsonlynumbers'] = "Accept only numbers";
1187
$lang['go_CallRoute'] = "Call route:";
1188
$lang['go_INGROUPcampaign'] = "INGROUP (campaign)";
1189
$lang['go_IVRcallmenu'] = "IVR (callmenu)";
1190
$lang['go_AGENT'] = "AGENT";
1191
$lang['go_VOICEMAIL'] = "VOICEMAIL";
1192
$lang['go_CopyFrom_'] = "Copy from:";
1193
$lang['go_SurveyType_'] = "Survey Type:";
1194
$lang['go_VOICEBROADCAST'] = "VOICE BROADCAST";
1195
$lang['go_SURVEYPRESS1'] = "SURVEY PRESS 1";
1196
$lang['go_NumberofChannels_'] = "Number of Channels:";
1197
$lang['go_Agent_'] = "Agent";
1198
//[go_NONE]
1199
$lang['go_Email_'] = "Email:";
1200
$lang['go_GroupColor_'] = "Group Color:";
1201
$lang['go_false'] = "false";
1202
$lang['go_Back'] = "Back";
1203
$lang['go_Next'] = "Next";
1204
$lang['go_Modify'] = "Modify";
1205
$lang['go_PleaseinputtheyourDIDTFNExtension'] = "Please input your DID / Extensión TFN.";
1206
$lang['go_Shouldnotbeempty'] = "Should not be empty.";
1207
$lang['go_DIDTFNNotAvailable'] = "DID / TFN Not Available ";
1208
$lang['go_CampaignNameatleast6characters'] = "Campaign Name must be at least 6 characters long.";
1209
$lang['go_CampaignID3to8characters'] = "Campaign ID must be between 3 to 8 characters.";
1210
$lang['go_CampaignNameshouldnotbeempty'] = "Campaign Name should not be empty.";
1211

    
1212

    
1213
//go_lead_filters.php
1214
//[go_PleasecomposeanSQLquery]
1215
$lang['go_MODIFYLEADFILTER_'] = "MODIFY LEAD FILTER:";
1216
$lang['go_LeadFilterID_'] = "Lead Filter ID:";
1217
$lang['go_LeadFilterName_'] = "Lead Filter Name:";
1218
$lang['go_LeadFilterComments_'] = "Lead Filter Comments:";
1219
//$lang['go_UserGroup_'] = "";
1220
//$lang['go_Fields_'] = "";
1221
//$lang['go_FilterOptions_'] = "";
1222
//$lang['go_FilterOptions_'] = "";
1223
//[go_FilterbyDate]
1224
//[go_FilterbyCalledCount_]
1225
//[FilterbyCountryCode]
1226
//[FilterbyAreaCode]
1227
$lang['go_FilterbyTimezone'] = "Filter by Timezone";
1228
//[FilterbyState]
1229

    
1230

    
1231
//go_campaign_wizard_output.php
1232
$lang['go_Pleaseincludealeadfile'] = "Please, include a lead file";
1233
$lang['go_Uploadedfileisinvalid'] = "Uploaded file is invalid";
1234
$lang['go_FilemustbeinExcelformatxlsxlsxorinCommaSeparatedValuescsv'] = "The file must be in Excel format (xls, xlsx) or comma separated values (CSV).";
1235
$lang['go_PleaseincludeaWAVfile'] = "Please include a WAV file.";
1236
$lang['go_Erroruploading'] = "Error uploading";
1237
$lang['go_Pleaseuploadonlyaudiofiles'] = "Please upload only audio files";
1238
$lang['go_Pleaseuploadwavfile16bitMono8kPCMWAVaudiofilesonly'] = "Please upload .wav file (16 bit mono 8000 PCM WAV audio files only";
1239
$lang['go_More'] = "More";
1240

    
1241
$lang['go_RecordingsforthisLeadID'] = "Recording for this Lead ID";
1242
$lang['go_SearchDNCNumbers'] = "Search DNC Numbers";
1243

    
1244
$lang['go_Skip'] = "Skip";
1245
$lang['go_SaveandFinish'] = "Save and Finish";
1246

    
1247
$lang['go_Westronglyrecommend'] = "we strongly recommended";
1248
$lang['go_files'] = "Files";
1249
$lang['go_Pleaseselectfieldvalues'] = "Please, select field values";
1250
$lang['go_PleasefillinatleastPHONENUMBERFIRSTNAMEandLASTNAME'] = "Please fill in atleast PHONE NUMBER, FIRST NAME, and LAST NAME.";
1251
$lang['go_LeadFile_'] = "Lead File:";
1252
$lang['go_ListID_'] = "List ID:";
1253
$lang['go_Country_'] = "Country:";
1254
$lang['go_CheckforDuplicates'] = "Check For Duplicates:";
1255
$lang['go_NODUPLICATECHECK']  = "NO DUPLICATE CHECK";
1256
$lang['go_CHECKFORDUPLICATESBYPHONEINLISTID'] = "CHECK FOR DUPLICATES BY PHONE IN LIST ID";
1257
$lang['go_CHECKFORDUPLICATESBYPHONEINALLCAMPAIGNLISTS'] = "CHECK FOR DUPLICATES BY PHONE IN ALL CAMPAIGN LISTS";
1258
$lang['go_CHECKFORDUPLICATESBYPHONEINENTIRESYSTEM'] = "CHECK FOR DUPLICATES BY PHONE IN ENTIRE SYSTEM";
1259
$lang['go_CHECKFORDUPLICATESBYALTPHONEINLISTID']  = "CHECK FOR DUPLICATES BY ALT PHONE IN LIST ID";
1260
$lang['go_CHECKFORDUPLICATESBYALTPHONEINENTIRESYSTEM'] = "CHECK FOR DUPLICATES BY ALT PHONE IN ENTIRE SYSTEM";
1261
$lang['go_TimeZoneLookup'] = "Time zone lookup:";
1262
$lang['go_COUNTRYCODEANDAREACODEONLY'] = "COUNTRY CODE AND AREA CODE ONLY";
1263
$lang['go_POSTALCODEFIRST'] = "POSTAL CODE FIRST";
1264
$lang['go_OWNERTIMEZONECODEFIRST'] = "OWNER TIMEZONE CODE FIRST";
1265
$lang['go_UPLOADLEADS'] = "UPLOAD LEADS";
1266
$lang['go_OKTOPROCESS'] = "OK TO PROCESS";
1267

    
1268

    
1269
//go_campaign_wizard_fields.php
1270
$lang['go_Processing'] = "Processing";
1271
$lang['go_LISTIDFORTHISFILE'] = "LIST ID FOR THIS FILE";
1272
$lang['go_COUNTRYCODEFORTHISFILE'] = "COUNTRY CODE FOR THIS FILE";
1273
$lang['go_LeadFileSuccessfullyLoaded'] = "Lead File Succesfully Loaded";
1274
$lang['go_Currentfilestatus'] = "Current file status";
1275
$lang['go_Good_'] = "Good:";
1276
$lang['go_Bad_'] = "Bad:";
1277
$lang['go_Total_'] = "Total:";
1278
$lang['go_Duplicate_'] = "Duplicate:";
1279
$lang['go_PostalMatch_'] = "Postal Match:";
1280
$lang['go_Checkthisboxifyouwanttoshowtheresult'] = "Check this box if you want to show the result";
1281

    
1282

    
1283
//go_campaign_statuses.php
1284
$lang['go_Pleasefillinthefollowing'] = "Please, fil in the following:";
1285
$lang['go_Thereisalreadyaglobalstatusinthesystemwiththisname_'] = "There is already a global status in the system with this name:";
1286
$lang['go_Thereisalreadyacampaignstatusinthesystemwiththisname_'] = "There is already a campaign in the system with this name:";
1287
$lang['go_CUSTOMSTATUSESWITHINTHISCAMPAIGN'] = "CUSTOM STATUSES WITHIN THIS CAMPAIGN:";
1288
$lang['go_CATEGORY'] = "CATEGORY";
1289
$lang['go_MODIFYSTATUS_'] = "MODIFY STATUS";
1290
$lang['go_SELECTABLE_'] = "SELECTABLE";
1291
$lang['go_HUMANANSWERED_'] = "HUMAN ANSWERED";
1292
$lang['go_SCHEDULEDCALLBACK'] = "SCHEDULED CALLBACK";
1293
$lang['go_UNWORKABLE'] = "UNWORKABLE";
1294
$lang['go_NOTINTERESTED'] = "NOT INTERESTED";
1295
$lang['go_CUSTOMERCONTACT'] = "CUSTOMER CONTACT";
1296
$lang['go_UNDEFINED'] = "UNDEFINED";
1297
$lang['go_SALE'] = "SALE";
1298
$lang['go_LEADRECYCLINGWITHINTHISCAMPAIGN'] = "LEAD RECYCLING WITHIN THIS CAMPAIGN";
1299
$lang['go_ATTEMPTDELAY'] = "ATTEMPT DELAY";
1300
$lang['go_MAXIMUMATTEMPTS'] = "MAXIMUM ATTEMPTS";
1301
$lang['go_LEADSATLIMIT'] = "LEADS AT LIMIT";
1302
$lang['go_PAUSECODESWITHINTHISCAMPAIGN'] = "PAUSE CODES WITHIN THIS CAMPAIGN";
1303
$lang['go_PAUSECODENAME'] = "PAUSE CODE NAME";
1304
$lang['go_PAUSECODESTATUS'] = "PAUSE CODE STATUS";
1305
$lang['go_BILLABLE'] = "BILLABLE";
1306
$lang['go_HALF'] = "HALF";
1307
$lang['go_HOTKEYSWITHINTHISCAMPAIGN'] = "HOTKEYS WITHIN THIS CAMPAIGN";
1308
$lang['go_HOTKEY'] = "HOTKEY";
1309
$lang['go_HOTKEYSTATUS'] = "HOTKEY STATUS";
1310
$lang['go_HOTKEYS'] = "HOTKEYS";
1311
$lang['go_HotKeys'] = "HotKeys";
1312
$lang['go_HotKeysTab'] = "<b> Hotkeys Tab </b> - Allows admin to set a number key on the keyboard as a hotkey to automatically disposition a call.";
1313

    
1314
$lang['go_LeadFilters'] = "Lead Filters";
1315
$lang['go_LeadFiltersTab'] = "<b> Lead Filters Tab </b> - This is a method of filtering your prospects using a fragment of a SQL query. Use this feature with caution <br/> is easy to stop accidentally marked with the slightest alteration in the SQL statement. Default is None.";
1316
$lang['go_RealtimeMonitoring'] = "Realtime Monitoring";
1317
$lang['go_Monitor'] = "Monitor";
1318
$lang['go_AdminPhone'] = "Admin Phone";
1319
$lang['go_showList'] = "showList";
1320

    
1321

    
1322
$lang['go_add_new_ga'] = "Add New Group Access";
1323
//delete campaign$lang['go_DelCamp_Confirmation']  = "Seguro que quieres eliminar esta Campaña?";
1324
$lang['go_DelCamp_Notification']  = "Please be sure to transfer any existing code list are uploaded to that available for any campaign cables.";
1325
//delete disposition
1326
$lang['go_DelDispo_Confirmation'] = "Are you sure you want to delete the selected campaign's statuses?";
1327
$lang['go_BLINDMONITORING'] = "BLIND MONITORING";
1328

    
1329
//DISPOSITION TAB
1330
$lang['go_Dispositions']         = "Dispositions";
1331
$lang['go_Disposition'] = "Disposition";
1332
//-r camp id
1333
//-r camp name
1334
$lang['go_CUSTOMDISPOSITION']    = "CUSTOM DISPOSITION";
1335
//-r dispalying
1336

    
1337
//SW- status wizard
1338
//CNS- create new status
1339
$lang['go_SWCNS']               = "Status Wizard » Create New Status";
1340
$lang['go_CLOSE']		= "CLOSE";
1341
//-r step1
1342
$lang['go_Campaign_']		= "Campaign:";
1343
$lang['go_CampaignTooltip']	= "<b> Campaign </b> - specifies the campaign will use the hotkey.";
1344
$lang['go_ALLCAMPAIGN']         = "---  ALL CAMPAIGN  ---";
1345
$lang['go_Status_']             = "Status:";
1346
$lang['go_StatusTooltip'] 	= "<b> Status </b> - sets the disposition that will be assigned to the call when the hotkey is pressed";
1347
$lang['go_egNEW']               = "For example. New";
1348
$lang['go_StatusName_']         = "Status Name:";
1349
$lang['go_ADDSTATUS']	 	= "ADD STATUS";
1350
$lang['go_egNCS']               = "For example. New Campaign status";
1351
$lang['go_Selectable_']         = "Selectable:";
1352
$lang['go_HumanAnswered_']      = "Human Answered:";
1353
$lang['go_Sale_']               = "Sale:";
1354
$lang['go_DNC_']                = "DNC:";
1355
$lang['go_DNCfile']		= "DNC File";
1356
$lang['go_CustomerContact_']    = "Customer Contact:";
1357
$lang['go_NotInterested_']      = "Not Interested:";
1358
$lang['go_Unworkable_']         = "Unworkable:";
1359
$lang['go_ScheduledCallback_']  = "Scheduled Callback:";
1360

    
1361
$lang['go_YES']			= "YES";
1362
$lang['go_NO']			= "NO";
1363
$lang['go_Submit']              = "Submit";
1364
$lang['go_Yes']			= "Yes";
1365
$lang['go_Later']		= "Later";
1366

    
1367
//tooltip
1368
$lang['go_DispositionTab']               	 = "<b> Dispositions Tab </b> - Gives a list of custom dispositions created on the account and allows you to create new ones.";
1369
$lang['go_MODIFYCAMPAIGNSTATUSES']               = "MODIFY CAMPAIGN STATUSES";
1370
$lang['go_MODIFYCAMPAIGNSTATUS']		 = "MODIFY CAMPAIGN STATUS";
1371
$lang['go_DELETECAMPAIGNSTATUSES']               = "DELETE CAMPAIGN STATUSES";
1372
$lang['go_DELETECAMPAIGNSTATUS']		 = "DELETE CAMPAIGN STATUS";
1373
$lang['go_VIEWDISPOSITIONFORCAMP']               = "VIEW DISPOSITION FOR CAMPAIGN";
1374
$Lang['go_MODIFYLISTID'] 			 = "MODIFY LIST ID";
1375
$lang['go_ModifyListID']			 = "Modify List ID";
1376
$lang['go_CampaignRecordingTooltip'] 		 = "<center> <b> Campaign Recording </b> </center> </br> <b> Off </b> - No Calls </br> <b> </b> will be recorded. <br/> <b> On </b> - All <b> Outbound </b> calls will be recorded. </br> <b> ONDEMAND </b> - No <b> Outbound </b> Calls </br> will be recorded unless the agent clicks on the record button on the Agent </br> webpage";
1377

    
1378
$lang['go_Youdonthavepermissiontodeletethisrecords'] = "You don't have permission to delete this record(s)";
1379
$lang['go_successfullydeleted'] = "Succesfull Deleted";
1380

    
1381
//PAUSE CODE TAB
1382
$lang['go_PauseCode'] 		       = "Pause Codes";
1383
$lang['go_PauseCode_']		       = "Pause Code:";
1384
$lang['go_PauseCodeTooltip']	       = "<b> Pause Codes Tab </b> - Allows admin to set pause codes that will require agents clicking on the pause button to specify the reason for the pause.";
1385
$lang['go_PauseCodeAlertGofree']       = "This function is not available in Gofree. Please update your subscription.";
1386
$lang['go_PauseCodeTooltip2']	       = "<b> Pause Code  </b> - sets the code that appears when a call report is generated.";
1387
$lang['go_PauseCodeName_']	       = "Pause Code Name:";	
1388
$lang['go_PauseCodeName_Tooltip']      = "<b> Pause Code Name </b> - gives a description of the pause code.";
1389
$lang['go_Billable_'] 	       	       = "Billable:";
1390
$lang['go_BillableTooltip']	       = "<b> Billable </b> - is used to generate reports to assist in computing for an agent's billable time.";
1391

    
1392
$lang['go_ActivateSelected']         = "Activate Selected";
1393
$lang['go_DeactivatedSelected']      = "Deactivate Selected";
1394
$lang['go_DeleteSelected']           = "Delete Selected";
1395

    
1396
//Dashboard - Walk Through
1397
$lang['goDashboard_welcomeToGOadmin'] = "Welcome to GOadmin!";
1398
$lang['goDashboard_thisWalkThroughWill'] = "This walk through will help you navigate the system easily or";
1399
$lang['goDashboard_skip'] = "skip";
1400
$lang['goDashboard_thisWalkThrough'] = "this walk through.";
1401

    
1402
$lang['goDashboard_appMenu'] = "Application Menu";
1403
$lang['goDashboard_hoverMouse'] = "Hover mouse to see details";
1404

    
1405
$lang['goDashboard_loadCredits'] = "Load credit(s)";
1406
$lang['goDashboard_click'] = "Click";
1407
$lang['goDashboard_here'] = "here";
1408
$lang['goDashboard_forHowToLoadCredit'] = "for how to load credit";
1409

    
1410
$lang['goDashboard_monitorBarge'] = "Monitor/Barge";
1411
$lang['goDashboard_toMonitor'] = "to monitor or agent (s) live barge";
1412

    
1413
$lang['goDashboard_activeCalls'] = "Active Calls";
1414
$lang['goDashboard_clickToShowActiveCalls'] = "Click to show active calls being placed";
1415

    
1416
$lang['goDashboard_thatsIt'] = "Thats it!";
1417
$lang['goDashboard_toGetStarted'] = "To start ASAP please go to our tutorials here:";
1418
$lang['goDashboard_tutorials'] = "Tutorials";
1419
$lang['goDashboard_showThisIntro'] = "Show this introduction helps again next logon?";
1420
$lang['goDashboard_next'] = "Next";
1421
$lang['goDashboard_close'] = "Close";
1422

    
1423

    
1424
//In-Groups
1425
$lang['go_Inbound']= "Inbound";
1426

    
1427
$lang['go_AddNewIngroup'] = "Add New Ingroup";
1428
$lang['go_AddNewDID'] = "Add New DID";
1429
$lang['go_AddNewCallMenu'] = "Add New Callmenu";
1430
$lang['go_DESCRIPTIONS'] = "DESCRIPTIONS";
1431
$lang['go_PRIORITY'] = "PRIORITY";
1432
$lang['go_MODIFYINGROUP'] = "MODIFY IN-GROUP";
1433
$lang['go_CannotdeleteAGENTDIRECT'] = "Cannot Delete Agent Direct";
1434
$lang['go_DELETEINGROUP'] = "DELETE IN-GROUP";
1435
$lang['go_VIEWINFOFORINGROUP'] = "VIEW INFO FOR IN-GROUP";
1436
$lang['go_Settings'] = "Settings";
1437
$lang['go_Color'] = "Color";
1438
$lang['go_NextAgentCall'] = "Next Agent Call";
1439
$lang['go_QueuePriority'] = "Queue Priority";
1440
$lang['go_FronterDisplay'] = "Fronter Display";
1441
$lang['go_ADVANCESETTINGS'] = "ADVANCE SETTINGS";
1442

    
1443
$lang['go_OnHookRingTime'] = "On-Hook Ringing Time";
1444
$lang['go_IgnoreListScriptOverride'] = "Ignore List Script Overide";
1445
$lang['go_GetCallLaunch'] = "Get Call Launch";
1446
$lang['go_TransferConfDTMF'] = "Transfer-conf DTMF";
1447
$lang['go_TransferConfNumber'] = "Transfer-Conf Number";
1448
$lang['go_TimerAction'] = "Timer Action";
1449
$lang['go_TimerActionMessage'] = "Timer Action Message";
1450
$lang['go_TimerActionSeconds'] = "Timer Action Seconds";
1451
$lang['go_TimerActionDestination'] = "Timer Action Destination";
1452
$lang['go_DropCallSeconds'] = "Drop Call Seconds";
1453
$lang['go_DropAction'] = "Drop Action";
1454
$lang['go_DropExten'] = "Drop Exten";
1455

    
1456
$lang['go_Voicemail']  = "Voicemail";
1457
$lang['go_VoicemailChooser'] = "Voicemail Chooser";
1458
$lang['go_DropTransferGroup']  = "Drop Transfer Group";
1459
$lang['go_DropCallMenu'] = "Drop Callmenu";
1460
$lang['go_CallTime'] = "Calltime";
1461
$lang['go_AfterHoursAction'] = "After Hours Acción";
1462
$lang['go_AfterHoursMessageFilename'] = "After Hours Message Filename";
1463

    
1464
$lang['go_AfterHoursExtension'] = "After Hours Extension";
1465
$lang['go_AfterHoursVoicemail'] = "After Hours Voicemail";
1466
$lang['go_AfterHoursTransferGroup'] = "After Hours Transfer Group";
1467
$lang['go_NoAgentsNoQueueing'] = "No Agent No Queueing";
1468
$lang['go_NoAgentNoQueueAction'] = "No Agent No Queue Action";
1469
$lang['go_CallMenu'] = "Call Menu";
1470
$lang['go_InGroup'] = "In-Group";
1471
$lang['go_HandleMethod'] = "Handle Method";
1472
$lang['go_SearchMethod'] = "Search Method";
1473
$lang['go_Value'] = "Value";
1474
$lang['go_Extension'] = "Extention";
1475

    
1476
$lang['go_Context'] = "Context";
1477
$lang['go_VoicemailBox'] = "Voicemail Box";
1478
$lang['go_MaxCallsMethod'] = "Max Calls Method";
1479
$lang['go_MaxCallsCount'] = "Max Calls Count";
1480
$lang['go_MaxCallsAction'] = "Max Calls Action";
1481
$lang['go_WelcomeMessageFilename'] = "welcome Message Filename";
1482
$lang['go_PlayWelcomeMessage'] = "Play Welcome Message";
1483
$lang['go_MusicOnHoldContext'] = "Music On Hold Context";
1484
$lang['go_OnHoldPromptFilename'] = "On Hold Prompt Filename";
1485
$lang['go_OnHoldPromptInterval'] = "On Hold Prompt Interval";
1486
$lang['go_OnHoldPromptNoBlock'] = "On Hold Prompt No Block";
1487
$lang['go_OnHoldPromptSeconds'] = "On Hold Prompt Seconds";
1488

    
1489
$lang['go_PlayPlaceinLine'] = "Play place in line";
1490
$lang['go_PlayEstimatedHoldTime'] = "play estimated hold time";
1491
$lang['go_CalculateEstimatedHoldSeconds'] = "Calculate estimates hold seconds";
1492
$lang['go_EstimatedHoldTimeMinimumFilename'] = "Estimated hold time minimum filename";
1493
$lang['go_EstimatedHoldTimeMinimumPromptNoBlock'] = "Estimated hold time minimum prompt no block";
1494
$lang['go_EstimatedHoldTimeMinimumPromptSeconds'] = "Estimated hold time minimum prompt seconds";
1495

    
1496
$lang['go_WaitTimeOption'] = "Wait Time Option";
1497
$lang['go_WaitTimeSecondOption'] = "Wait Time second Option";
1498
$lang['go_WaitTimeThirdOption'] = "Wait Time Third Option";
1499
$lang['go_WaitTimeOptionSeconds'] = "Wait Time Option Seconds";
1500
$lang['go_WaitTimeOptionExtension'] = "Wait Time Option Extension";
1501
$lang['go_WaitTimeOptionCallmenu'] = "Wait Time Option Callmenu";
1502
$lang['go_WaitTimeOptionVoicemail'] = "Wait Time Option Voicemail";
1503

    
1504
$lang['go_WaitTimeOptionPressFilename'] = "Wait Time Option Press Filename";
1505
$lang['go_WaitTimeOptionPressNoBlock'] = "Wait Time Option Press No Block";
1506
$lang['go_WaitTimeOptionPressFilenameSeconds'] = "Wait Time Option Press Filename Seconds";
1507
$lang['go_WaitTimeOptionAfterPressFilename'] = "Wait Time Option After Press Filename";
1508
$lang['go_WaitTimeOptionCallbackListID'] = "Wait Time Option Callback ListID";
1509
$lang['go_WaitHoldOptionPriority'] = "Wait Hold Option Priority";
1510

    
1511
$lang['go_EstimatedHoldTimeOption'] = "Estimated Hold Time Option";
1512
$lang['go_HoldTimeSecondOption'] = "Hold Time Second Option";
1513
$lang['go_HoldTimeThirdOption'] = "Hold Time Third Option";
1514
$lang['go_HoldTimeOptionSeconds'] = "Hold Time Option Seconds";
1515
$lang['go_HoldTimeOptionMinimum'] = "Hold Time Option Minimum";
1516
$lang['go_HoldTimeOptionExtension'] = "Hold Time Option Extension";
1517
$lang['go_HoldTimeOptionCallmenu'] = "Hold Time Option Callmenu";
1518

    
1519
$lang['go_HoldTimeOptionVoicemail'] = "Hold Time Option Voicemail";
1520
$lang['go_HoldTimeOptionTransferInGroup'] = "Hold Time Option Transfer In-Group";
1521
$lang['go_HoldTimeOptionPressFilename'] = "Hold Time Option Press Filename";
1522
$lang['go_HoldTimeOptionPressNoBlock'] = "Hold Time Option Press No Block";
1523
$lang['go_HoldTimeOptionPressFilenameSeconds'] = "Hold Time Option Press Filename Seconds";
1524
$lang['go_HoldTimeOptionAfterPressFilename'] = "Hold Time Option After Press Filename";
1525
$lang['go_HoldTimeOptionCallbackListID'] = "Hold Time Option Callback List ID";
1526
$lang['go_AgentAlertFilename'] = "Agent Alert Filename";
1527
$lang['go_AgentAlertDelay'] = "Agent Alert Delay";
1528
$lang['go_DefaultTransferInGroup'] = "Default Transfer In-Group";
1529

    
1530
$lang['go_DefaultGroupAlias'] = "Default Group Alias";
1531
$lang['go_DialInGroupCID'] = "Dial In-Group CID";
1532
$lang['go_HoldRecallTransferInGroup'] = "Hold Recall Transfer In-Group";
1533
$lang['go_NoDelayCallRoute'] = "No Delay Call Route";
1534
$lang['go_InGroupRecordingOverride'] = "In-Group Recording Override";
1535
$lang['go_InGroupRecordingFilename'] = "In-Group Recording Filename";
1536
$lang['go_StatsPercentofCallsAnsweredWithinXseconds'] = "Status percentage of calls answered within X seconds.";
1537
$lang['go_StartCallURL'] = "Start Call URL";
1538

    
1539
$lang['go_DispoCallURL'] = "Dispo Call URL";
1540
$lang['go_AddLeadURL'] = "Add Lead URL";
1541
$lang['go_NoAgentCallURL'] = "No Agent Call URL";
1542
$lang['go_ExtensionAppendCID'] = "Extention Append CID";
1543
$lang['go_UniqueidStatusDisplay'] = "Unique ID Status Display";
1544
$lang['go_UniqueidStatusPrefix'] = "Unique ID Status Prefix";
1545
$lang['go_USER'] = "USER";
1546
$lang['go_TENANTID'] = "TENNANT ID";
1547
$lang['go_CALLSTODAY'] = "CALLS TODAY";
1548
$lang['go_GRADE'] = "GRADE";
1549
$lang['go_RANK'] = "RANK";
1550
$lang['go_SELECTED'] = "SELECTED";
1551

    
1552
$lang['go_InGroupWizard'] = "In-Group Wizard";
1553
$lang['go_CreateNewInGroup'] = "Create New Ingroup";
1554
$lang['go_GroupID'] = "Group ID";
1555
$lang['go_nospaces2and20charactersinlength'] = "* (No spaces). 2 and 20 characters in length";
1556
$lang['go_2and20charactersinlength'] = "* 2 and 20 characters in length";
1557
$lang['go_GroupColor'] = "Group Color";
1558
$lang['go_UserGroup'] = "User Group";
1559
$lang['go_FronterDisplay'] = "Fronter Display";
1560

    
1561
//In-Group -> Phone Numbers (DIDs/TFNs) Tab
1562
$lang['goInbound_phoneNumbersTab']= "Phone Numbers (DIDs/TFNs)";
1563
$lang['goInbound_phoneNumbers']= "PHONE NUMBERS";
1564
$lang['goInbound_description']= "DESCRIPTION";
1565
$lang['goInbound_status']= "STATUS";
1566
$lang['goInbound_route']= "ROUTE";
1567
$lang['goInbound_action']= "ACTION";
1568
$lang['goInbound_actionActivateSelected']= "Activate Selected";
1569
$lang['goInbound_actionDeactivateSelected']= "Deactivate Selected";
1570
$lang['goInbound_actionDeleteSelected']= "Delete Selected";
1571
$lang['goInbound_displaying']= "Displaying";
1572
$lang['goInbound_to']= "to";
1573
$lang['goInbound_of']= "of";
1574
$lang['goInbound_ingroups']= "In-Groups";
1575
$lang['goInbound_addNewDID']= "Add New DID";
1576
$lang['goInbound_didWizard']= "DID Wizard » Create new DID";
1577
$lang['goInbound_didExtension']= "DID Extention";
1578
$lang['goInbound_didDescription']= "DID Description";
1579
$lang['goInbound_active']= "Active";
1580
$lang['goInbound_didRoute']= "DID Route";
1581
$lang['goInbound_userGroups']= "User Groups";
1582
$lang['goInbound_agentId']= "Agent ID";
1583
$lang['goInbound_agentUnavailableAction']= "Agent Unavailable Action";
1584
$lang['goInbound_submit']= "Submit";
1585
$lang['goInbound_agentRouteSettings']= "Agent Route Settings IN-Group";
1586
$lang['goInbound_cleanCIDNumber']= "Clean CID Number";
1587
$lang['goInbound_filterInboundNumber']= "Filter Inbound Number";
1588
$lang['goInbound_advanceSettings']= "ADVANCE SETTINGS";
1589
$lang['goInbound_saveSettings']= "SAVE SETTINGS";
1590
$lang['goInbound_modifyDIDRecord']= "Modify DID Record";
1591
$lang['goInbound_success']= "SUCCESS: DID modified";
1592
$lang['goInbound_deleteConfirmationMsg']= "Are you sure you want to delete this DID?";
1593
$lang['goInbound_modifyDID']= "Modify DID";
1594
$lang['goInbound_deleteDID']= "Delete DID";
1595
$lang['goInbound_searchDIDs']= "Search DIDs";
1596

    
1597

    
1598

    
1599

    
1600

    
1601

    
1602

    
1603
################## Jeremiah Sebastian Samatra #####################
1604

    
1605

    
1606

    
1607
//START OF REPORTS
1608

    
1609
######################go_reports.php###################
1610
//Pagetitle
1611
$lang['go_statistical_rep'] 	      = "Statistical Report"; 
1612
$lang['go_agent_stats_rep'] 	      = "Agents Statistics Report"; 
1613
$lang['go_dial_statuses_summary_rep'] = "Dial Statuses Summary Report"; 
1614
$lang['go_sales_per_agent_rep']       = "Sales Per Agent Report"; 
1615
$lang['go_oi_sales_tracker'] 	      = "Outbound / Inbound Sales Tracker Report"; 
1616
$lang['go_inbound_rep'] 	      = "Inbound Report"; 
1617
$lang['go_export_call_rep'] 	      = "Export Call Report"; 
1618
$lang['go_dashboard'] 		      = "Dashboard"; 
1619
$lang['gocdr'] = "CDR";
1620
//bannertitle
1621
$lang['go_reports_analytics'] 	      = "Forms & Analytics"; 
1622
$lang['go_reports_analytics_tooltip'] = "Reporting and Analytics - give virtually all the data you need on your own. Reports can be downloaded and spreadsheet format. There is a wide variety of reports you can choose with each customizable reports tailored to your needs. It also will display a graph comparing different data relating to others. Each type of report will be discussed in detail in the following pages.";
1623
$lang['go_custome_tabs'] = "Custom Tabs allow for different <br>types of reports to be displayed on <br>the screen";
1624
$lang['go_daily'] = "Daily";
1625
$lang['go_weekly'] = "Weekly";
1626
$lang['go_monthly'] = "Monthly";
1627
$lang['go_calendar_tooltip'] = "The Calendar icon allows you to<br>generate a report based on a specific<br>date range.";
1628
$lang['go_calendar_icon'] = "The Calendar icon allows you to<br>generate a report based on a specific<br>date range.";
1629
$lang['go_sel_date_range'] = "Select date range";
1630
$lang['go_sel_camp'] = "Select a Campaign";
1631
$lang['go_statistical_rep_tooltip'] = "Statistical Report -- generates a graphical representation of data on a specific
1632
<br>campaign. Data will include total calls and their dispositions and the average calls on a
1633
<br>daily, weekly or monthly basis.";
1634
$lang['go_agent_time_details_tooltip'] = "Agent Time Details -- provides a breakdown on <br/>all activity the agent did during his shift.";
1635
$lang['go_agent_time_detail'] = "Agent Time Detail";
1636
$lang['go_agent_performance_detail_tooltip'] = "Agent Performance Detail -- gives a detailed report on each agent.s activity for a specific
1637
<br/>campaign on a specified time period. The report breaks down each agent.s activity during his shift.
1638
<br/>The report is broken down to the total number of calls, Pause time, Wait time, Talk time, Time to
1639
<br/>disposition a call, and Wrap-up time. The report will also give information on the dispositions and
1640
<br/>their total.";
1641
$lang['go_agent_performance_detail'] = "Agent Performance Detail";
1642
$lang['go_dial_statuses_summary_tooltip'] = "Dial Statuses Summary -- will display the number of
1643
<br/>calls that have been dispositioned for each call to a
1644
<br/>specific lead. This page will display dispositions on a
1645
<br/>lead for the initial call, as well as succeeding calls to that
1646
<br/>lead.";
1647
$lang['go_dial_statuses_summary'] = "Dial Statuses Summary";
1648
$lang['go_sales_per_agent_tooltip'] = "Sales Per Agent -- will display the total sales of each agent on a
1649
<br/>specific campaign on a given date range. Sales are tracked
1650
<br/>whether they were made during an outbound call or an
1651
<br/>inbound call.";
1652
$lang['go_sales_per_agent'] = "Sales Per Agent";
1653
$lang['go_sales_tracker_tooltip'] = "Sales Tracker -- displays all sale made for a specific campaign on a
1654
<br>given date range. Information displayed includes the date and time of
1655
<br>the call, the agent ID, name of the agent, and the phone number.";
1656
$lang['go_sales_tracker'] = "Sales Tracker";
1657
$lang['go_sales_tracker_tooltip'] = "Sales Tracker -- displays all sale made for a specific campaign on a
1658
<br>given date range. Information displayed includes the date and time of
1659
<br>the call, the agent ID, name of the agent, and the phone number.";
1660
$lang['go_inbound_call_rep_tooltip'] = "Inbound Call Report -- display all inbound calls received by a specified
1661
<br>ingroup. Phone numbers of the caller, actual date and time of call, duration of
1662
<br>the call and the dispositions of the calls on a given date range are all listed";
1663
$lang['go_inbound_call_rep'] = "Inbound Call Report";
1664
$lang['go_export_call_rep_tooltip'] = "Export Call Report -- generates a report on all data and lead
1665
<br/>information of your calls. The report will be based on the
1666
<br/>Campaigns, Inbound groups, List ID, Statuses, Custom fields and
1667
<br/>date range you will select. The report generated will be in
1668
<br/>spread sheet format.";
1669
$lang['go_export_call_rep'] = "Export Call Report";
1670
$lang['go_dashboard_tooltip'] = "Dashboard -- gives a graphical representation of the Contact Rate,
1671
<br/>Sales Rate and Transfer Rate of a selected campaign. This data
1672
<br/>primarily focuses on how good your leads were with regards to the
1673
<br/>Contact and Sales rate. Good lead files will return high Contact Rate
1674
<br/>and Sales Rate.";
1675
$lang['go_call_histo_tooltip'] = "Call History -- displays all calls on a set date range.";
1676
$lang['go_call_histo_cdr'] = "Call History (CDRs)";
1677

    
1678
#######################go_export_reports.php######################
1679

    
1680
$lang['go_atdr_download']	 = "Agent_Time_Detail_Report";
1681
$lang['go_apdr_download'] 	 = "Agent_Performance_Detail_Report";
1682
$lang['go_dssr_download']	 = "Dial_Statuses_Summary_Report";
1683
$lang['go_spar_download']	 = "Sales_Per_Agent_Report";
1684
$lang['go_str_download']	 = "Sales_Tracker_Report";
1685
$lang['go_icr_download']	 = "Inbound_Call_Report";
1686
$lang['go_ecr_download']	 = "Export_Call_Report";
1687
$lang['go_d_download']		 = "Dashboard";
1688
$lang['go_sr_download']		 = "Statistical_Report";
1689

    
1690

    
1691
#######################go_reports_page.php######################
1692

    
1693
$lang['go_pls_sel_camp'] 	= "Please select a campaign.";
1694
$lang['go_selected'] 		= "Selected";
1695
$lang['go_download'] 		= "Download";
1696
$lang['go_connect_time'] 	= "Connect Time";
1697
$lang['go_country'] 		= "Country";
1698
$lang['go_description'] 	= "Description";
1699
$lang['go_billed_duration'] 	= "Billed Duration";
1700
$lang['go_cost'] 		= "Cost";
1701
$lang['go_export_csv'] 		= "Export to CSV";
1702
$lang['go_agent_name_caps'] 	= "AGENT NAME";
1703
$lang['go_camp_hours'] 		= "Campaign Hours";
1704
$lang['go_utilization'] 	= "Utilization";
1705
$lang['go_callbacks'] 		= "Callbacks";
1706
$lang['go_not_interested'] 	= "Not Interested";
1707
$lang['go_transfer_per_hour'] 	= "Transfers per Hour";
1708
$lang['go_total_transfer'] 	= "Total Transfers";
1709
$lang['go_transfer_sales_rate'] = "Transfer Sales Rate";
1710
$lang['go_other_stats'] 	= "Other Stats";
1711
$lang['go_sales_per_hour'] 	= "Sales per Hour";
1712
$lang['go_total_sales'] 	= "Total Sales";
1713
$lang['go_sales_rate'] 		= "Sales Rate";
1714
$lang['go_total_contacts'] 	= "Total Contacts";
1715
$lang['go_contact_rate'] 	= "Contact Rate";
1716
$lang['go_sub_total'] 		= "Sub Total";
1717
$lang['go_dispo_code'] 		= "Dispo Code";
1718
$lang['go_dispo_name'] 		= "Dispo Name";
1719
$lang['go_count'] 		= "Count";
1720
$lang['go_dialer_calls_caps'] 	= "DIALER CALLS";
1721
$lang['go_all'] 		= "ALL";
1722
$lang['go_statuses'] 		= "Statuses";
1723
$lang['go_lists'] 		= "Lists:";
1724
$lang['go_none'] 		= "NONE";
1725
$lang['go_inbound_groups'] 	= "Inbound Groups";
1726
$lang['go_campaigns'] 		= "Campaigns";
1727
$lang['go_campaign'] 		= "CAMPAIGN";
1728
$lang['go_standard_caps'] 	= "STANDARD";
1729
$lang['go_extended'] 		= "EXTENDED";
1730
$lang['go_no'] 			= "NO";
1731
$lang['go_yes'] 		= "YES";
1732
$lang['go_per_call_notes'] 	= "Per Call Notes";
1733
$lang['go_custome_fields'] 	= "Custom Fields";
1734
$lang['go_location'] 		= "LOCATION";
1735
$lang['go_filename'] 		= "FILENAME";
1736
$lang['go_id']			= "ID";
1737
$lang['go_recording_fields'] 	= "Recording Fields";
1738
$lang['go_exports_calls_report'] = "Export Calls Report";
1739
$lang['go_disposition'] 	= "Disposition";
1740
$lang['go_call_duration_in_sec'] = "Call Duration (in sec)";
1741
$lang['go_time'] 		= "Time";
1742
$lang['go_agent_id'] 		= "Agent ID";
1743
$lang['go_date'] 		= "Date";
1744
$lang['go_date_caps'] 		= "DATE";
1745
$lang['go_inbound_calls_found'] = "inbound call(s) found.";
1746
$lang['go_search_done'] 	= "Search done.";
1747
$lang['go_comments'] 		= "Comments";
1748
$lang['go_alt_phone'] 		= "Alt Phone";
1749
$lang['go_email'] 		= "Email";
1750
$lang['go_postal_code'] 	= "Postal Code";
1751
$lang['go_state'] 		= "State";
1752
$lang['go_city'] 		= "City";
1753
$lang['go_address'] 		= "Address";
1754
$lang['go_agent'] 		= "Agent";
1755
$lang['go_call_date_time'] 	= "Call Date & time";
1756
$lang['go_last_name'] 		= "Last Name";
1757
$lang['go_first_name'] 		= "First Name";
1758
$lang['go_phone_number'] 	= "Phone Number";
1759
$lang['go_lead_id'] 		= "Lead ID";
1760
$lang['go_click_more_info'] 	= "Click for more info";
1761
$lang['go_click_show_more'] 	= "Click here to show more...";
1762
$lang['go_info'] 		= "Info";
1763
$lang['go_agent'] 		= "Agent";
1764
$lang['go_sale'] 		= "Sale";
1765
$lang['go_total'] 		= "TOTAL";
1766
$lang['go_sales_count'] 	= "Sales Count";
1767
$lang['go_agents_name'] 	= "Agents Name";
1768
$lang['go_inbound_caps'] 	= "INBOUND";
1769
$lang['go_outbound_caps'] 	= "OUTBOUND";
1770
$lang['go_no_agents_found_time_given'] = "No agents found within the time given.";
1771
$lang['go_agents_caps'] 	= "AGENTS";
1772
$lang['go_total_small'] 	= "Total";
1773
$lang['go_non_pause'] 		= "NonPause";
1774
$lang['go_pause'] 		= "Pause";
1775
$lang['go_full_name'] 		= "Full Name";
1776
$lang['go_legend_caps'] 	= "LEGEND";
1777
$lang['go_pls_pick_camp']	= "Please pick a campaign.";
1778
$lang['go_avg'] 		= "Avg";
1779
$lang['go_customer'] 		= "Customer";
1780
$lang['go_wrap_up'] 		= "Wrap-Up";
1781
$lang['go_dispo'] 		= "Dispo";
1782
$lang['go_talk'] 		= "Talk";
1783
$lang['go_wait'] 		= "Wait";
1784
$lang['go_calls'] 		= "Calls";
1785
$lang['go_agent_time'] 		= "Agent Time";
1786
$lang['go_user_name'] 		= "User Name";
1787
$lang['go_click_hide'] 		= "Click here to hide...";
1788
$lang['go_disposition_stats'] 	= "Disposition Stats";
1789
$lang['go_lead_count'] 		= "Lead Count";
1790
$lang['go_total_agents'] 	= "Total Agents";
1791
$lang['go_total_calls'] 	= "Total Calls";
1792
$lang['go_call_statistics'] 	= "Call Statistics";
1793
$lang['go_show'] 		= "Show";
1794
$lang['go_calls_per'] 		= "Calls per";
1795
$lang['go_date_range'] 		= "Date Range";
1796
$lang['go_date_range_caps']	= "Date Range";
1797
$lang['go_to'] 			= "to";
1798
$lang['go_to_caps'] 		= "TO";
1799
$lang['go_failed'] 		= "Failed";
1800
$lang['go_submit'] 		= "SUBMIT";
1801
$lang['go_not_registered']	= "NOT REGISTERED";
1802
$lang['go_export_fields'] 	= "Export Fields";
1803
$lang['go_header_row'] 		= "Header Row";
1804

    
1805

    
1806

    
1807
#######################models/go_reports.php#################################3
1808

    
1809
$lang['go_note_sel_camp'] 	= "NOTE: This includes the Manual Dial List ID set on the current selected campaign.";
1810
$lang['go_done_gathering'] 	= "Done gathering";
1811
$lang['go_records_analyzing'] 	= "records, analyzing...";
1812
$lang['go_not_system'] 		= "NOT IN SYSTEM";
1813
$lang['go_status'] 		= "Status";
1814
$lang['go_status_name'] 	= "Status Name";
1815
$lang['go_sub_total_caps'] 	= "SUB-TOTAL";
1816
$lang['go_total_for'] 		= "TOTAL for";
1817
$lang['go_inbound_sales_an_ai_sc'] = "INBOUND SALES\nAGENTS NAME,AGENTS ID,SALES COUNT\n";
1818
$lang['go_outbound_sales_cdt_a_pn_f_l_a_c_s_p_e_an_c'] = "OUTBOUND SALES\nCALL DATE & TIME,AGENT,PHONE NUMBER,FIRST NAME,LAST NAME,ADDRESS,CITY,STATE,POSTAL CODE,EMAIL,ALT NUMBER,COMMENTS\n";
1819
$lang['go_inbound_camp'] 	= "INBOUND CAMPAIGN";
1820
$lang['go_date_aid_pn_t_cd_d'] 	= "DATE,AGENT ID,PHONE NUMBER,TIME,CALL DURATION (IN SEC),DISPOSITION\n";
1821
$lang['go_no_outbound_calls'] 	= "There are no outbound calls during this time period for these parameters.";
1822
$lang['go_all_list_ids'] 	= "ALL List IDs under";
1823
$lang['go_list_ids'] 		= "List ID(s)";
1824
$lang['go_user_id_c_tc_at_w_t_d_p_w_c'] = "USER,ID,CALLS,TIME CLOCK,AGENT TIME,WAIT,TALK,DISPO,PAUSE,WRAPUP,CUSTOMER";
1825
$lang['go_total_agents'] 	= "TOTALS,AGENTS";
1826
$lang['go_user_name_id_c_at_p_a_w_t_t'] = "USER NAME,ID,CALLS,AGENT TIME,PAUSE,PAUSE AVG,WAIT,WAIT AVG,TALK,TALK AVG,DISPO,DISPO AVG,WRAPUP,WRAPUP AVG,CUSTOMER,CUST AVG";
1827
$lang['go_user_name_id_t_np_p'] =  "USER NAME,ID,TOTAL,NONPAUSE,PAUSE";
1828
$lang['go_outbound_sales_an_aid_sc'] = "OUTBOUND SALES\nAGENTS NAME,AGENTS ID,SALES COUNT\n";
1829

    
1830

    
1831
//END OF REPORTS
1832

    
1833

    
1834
//START OF AUDIOSTORE/VOICE FILES
1835

    
1836
##########################go_audiostore.php#######################################
1837

    
1838
$lang['go_entry_3_char_search'] = "Please enter at least 3 characters to search.";
1839
$lang['go_pls_inc_wav_file'] 	= "Please include a .WAV file.";
1840
$lang['go_size'] 		= "SIZE";
1841
$lang['go_play'] 		= "PLAY";
1842
$lang['go_pls_upload_audio'] 	= "Please upload only audio files.<br/>We strongly recommend <strong>.WAV</strong> files.";
1843
$lang['go_err_uploading'] 	= "Error uploading";
1844
$lang['go_voice_files_tooltip'] = "The Voice Files screen displays all the voice files that you have uploaded to your account.";
1845
$lang['go_voice_file_upload'] 	= "Voice File to Upload";
1846
$lang['go_strongly_recommend'] 	= "We STRONGLY recommend uploading only 16bit Mono 8k PCM WAV audio files(.wav)";
1847
$lang['go_clear_search'] 	= "Clear Search";
1848
$lang['go_search'] 		= "Search";
1849
$lang['go_voice_files'] 	= "Voice Files";
1850
$lang['go_upload'] = "UPLOAD";
1851
$lang['go_current_file_status'] = "Current File Status";
1852
$lang['go_good'] = "Good";
1853
$lang['go_bad'] = "Bad";
1854
$lang['go_duplicate'] = "Duplicate";
1855
$lang['go_postal_match'] = "Postal Match";
1856
$lang['go_con_del'] = "Confirm to delete";
1857
$lang['go_success_del'] = "successfully deleted";
1858
$lang['go_modify_ingroup'] = "Modify In-Group";
1859
$lang['go_color'] = "Color";
1860
$lang['go_web_form'] = "Web Form";
1861
$lang['go_next_agent_call'] = "Next Agent Call";
1862
$lang['go_queue_priority'] = "Queue Priority";
1863
$lang['go_on_hook_ring_time'] = "On-Hook Ring Time";
1864
$lang['go_fronter_display'] = "Fronter Display";
1865
$lang['go_script'] = "Script:";
1866
$lang['go_script_caps'] = "SCRIPT";
1867
$lang['go_ignore_list_script'] = "Ignore List Script Override";
1868
$lang['go_get_call_launch'] = "Get Call Launch";
1869
$lang['go_webform'] = "WEBFORM";
1870
$lang['go_form_caps'] = "FORM";
1871
$lang['go_transfer_conf'] = "Transfer-Conf DTMF";
1872
$lang['go_transfer_conf_number'] = "Transfer-Conf Number";
1873
$lang['go_timer_action'] = "Timer Action";
1874
$lang['go_d1_dial'] = "D1_DIAL";
1875
$lang['go_d2_dial'] = "D2_DIAL";
1876
$lang['go_d3_dial'] = "D3_DIAL";
1877
$lang['go_d4_dial'] = "D4_DIAL";
1878
$lang['go_d5_dial'] = "D5_DIAL";
1879
$lang['go_message_only'] = "MESSAGE_ONLY";
1880
$lang['go_hangup'] = "HANGUP";
1881
$lang['go_callmenu'] = "CALLMENU";
1882
$lang['go_exten'] = "EXTENSION";
1883
$lang['go_in_group'] = "IN-GROUP";
1884
$lang['go_in_groups'] = "IN_GROUP";
1885
$lang['go_timer_action_msg'] = "Timer Action Message";
1886
$lang['go_timer_action_seconds'] = "Timer Action Seconds";
1887
$lang['go_timer_action_destination'] = "Timer Action Destination";
1888
$lang['go_drop_call_seconds'] = "Drop Call Seconds";
1889
$lang['go_drop_action'] = "Drop Action";
1890
$lang['go_drop_actions'] = "DROP_ACTION";
1891
$lang['go_msg'] = "MESSAGE";
1892
$lang['go_voicemail'] = "VOICEMAIL";
1893
$lang['go_drop_exten'] = "Drop Exten";
1894
$lang['go_vm'] = "Voicemail";
1895
$lang['go_drop_transfer_group'] = "Drop Transfer Group";
1896
$lang['go_call_time'] = "Call Time";
1897
$lang['go_after_hours_action'] = "After Hours Action";
1898
$lang['go_after_hours_msg_filename'] = "After Hours Message Filename";
1899
$lang['go_audio_chooser'] = "Audio Chooser";
1900
$lang['go_after_hours_exten'] = "After Hours Extension";
1901
$lang['go_after_hours_vm'] = "After Hours Voicemail";
1902
$lang['go_vm_chooser'] = "Voicemail Chooser";
1903
$lang['go_no_delay_call_route'] = "No Delay Call Route";
1904
$lang['go_after_hours_transfer_group'] = "After Hours Transfer Group";
1905
$lang['go_no_agents_no_queueing'] = "No Agents No Queueing";
1906
$lang['go_no_paused'] = "NO_PAUSED";
1907
$lang['go_no_agent_no_queue_action'] = "No Agent No Queue Action";
1908
$lang['go_ingroup'] = "INGROUP";
1909
$lang['go_welcome_msg_filename'] = "Welcome Message Filename";
1910
$lang['go_play_welcome_msg'] = "Play Welcome Message";
1911
$lang['go_always'] = "ALWAYS";
1912
$lang['go_never'] = "NEVER";
1913
$lang['go_if_wait_only'] = "IF_WAIT_ONLY";
1914
$lang['go_yes_unless_nodelay'] = "YES_UNLESS_NODELAY";
1915
$lang['go_moh_context'] = "Music On Hold Context";
1916
$lang['go_moh_chooser'] = "Moh Chooser";
1917
$lang['go_on_hold_prompt_filename'] = "On Hold Prompt Filename";
1918
$lang['go_on_hold_prompt_interval'] = "On Hold Prompt Interval";
1919
$lang['go_on_hold_prompt_no_block'] = "On Hold Prompt No Block";
1920
$lang['go_on_hold_prompt_seconds'] = "On Hold Prompt Seconds";
1921
$lang['go_play_place_line'] = "Play Place in Line";
1922
$lang['go_play_estimated_hold_time'] = "Play Estimated Hold Time";
1923
$lang['go_calculate_estimated_hold_seconds'] = "Calculate Estimated Hold Seconds";
1924
$lang['go_estimated_hold_time_min_filename'] = "Estimated Hold Time Minimum Filename";
1925
$lang['go_estimated_hold_time_min_prompt_no_block'] = "Estimated Hold Time Minimum Prompt No Block";
1926
$lang['go_estimated_hold_time_min_prompt_seconds'] = "Estimated Hold Time Minimum Prompt Seconds";
1927
$lang['go_wait_time_option'] = "Wait Time Option";
1928
$lang['go_press_stay'] = "PRESS_STAY";
1929
$lang['go_press_vmail'] = "PRESS_VMAIL";
1930
$lang['go_press_exten'] = "PRESS_EXTEN";
1931
$lang['go_press_callmenu'] = "PRESS_CALLMENU";
1932
$lang['go_press_cid_callback'] = "PRESS_CID_CALLBACK";
1933
$lang['go_press_ingroup'] = "PRESS_INGROUP";
1934
$lang['go_click_tabs_swap_logical_sections'] = "Click tabs to swap between content that is broken into logical sections.";
1935
$lang['go_nones'] = "none";
1936
$lang['go_agent_ranks_inbound_group'] = "AGENT RANKS FOR THIS INBOUND GROUP";
1937
$lang['go_uniqueid_status_prefix'] = "Uniqueid Status Prefix";
1938
$lang['go_modify'] = "MODIFY";
1939
$lang['go_uniqueid_status_display'] = "Uniqueid Status Display";
1940
$lang['go_disabled'] = "DISABLED";
1941
$lang['go_enabled'] = "ENABLED";
1942
$lang['go_enabled_prefix'] = "ENABLED_PREFIX";
1943
$lang['go_enabled_preserve'] = "ENABLED_PRESERVE";
1944
$lang['go_exten_append_cid'] = "Extension Append CID";
1945
$lang['go_add_lead_url'] = "Add Lead URL";
1946
$lang['go_dispo_call_url'] = "Dispo Call URL";
1947
$lang['go_start_call_url'] = "Start Call URL";
1948
$lang['go_stats_percent_calls_answered'] = "Stats Percent of Calls Answered Within X seconds ";
1949
$lang['go_in_group_recording_filename'] = "n-Group Recording Filename";
1950
$lang['go_in_group_recording_override'] = "In-Group Recording Override";
1951
$lang['go_ondemand'] = "ONDEMAND";
1952
$lang['go_allcalls'] = "ALLCALLS";
1953
$lang['go_allforce'] = "ALLFORCE";
1954
$lang['go_hold_recall_transfer_in_group'] = "Hold Recall Transfer In-Group";
1955
$lang['go_default_group_alias'] = "Default Group Alias";
1956
$lang['go_default_transfer_group'] = "Default Transfer Group";
1957
$lang['go_agent_alert_delay'] = "Agent Alert Delay";
1958
$lang['go_agent_alert_filename'] = "Agent Alert Filename";
1959
$lang['go_hold_time_option_callback_list_id'] = "Hold Time Option Callback List ID";
1960
$lang['go_hold_time_option_after_press_filename'] = "Hold Time Option After Press Filename";
1961
$lang['go_hold_time_option_press_filename_seconds'] = "Hold Time Option Press Filename Seconds";
1962
$lang['go_hold_time_option_press_no_block'] = "Hold Time Option Press No Block";
1963
$lang['go_hold_time_option_press_filename'] = "Hold Time Option Press Filename";
1964
$lang['go_hold_time_option_transfer_in_group'] = "Hold Time Option Transfer In-Group";
1965
$lang['go_hold_time_option_vm'] = "Hold Time Option Voicemail";
1966
$lang['go_hold_time_option_callmenu'] = "Hold Time Option Callmenu";
1967
$lang['go_hold_time_option_exten'] = "Hold Time Option Extension";
1968
$lang['go_hold_time_option_min'] = "Hold Time Option Minimum";
1969
$lang['go_hold_time_option_seconds'] = "Hold Time Option Seconds";
1970
$lang['go_hold_time_third_option'] = "Hold Time Third Option";
1971
$lang['go_hold_time_second_option'] = "Hold Time Second Option";
1972
$lang['go_wait_time_second_option'] = "Wait Time Second Option";
1973
$lang['go_wait_time_option_seconds'] = "Wait Time Option Seconds";
1974
$lang['go_wait_time_option_exten'] = "Wait Time Option Extension";
1975
$lang['go_wait_time_option_callmenu'] = "Wait Time Option Callmenu";
1976
$lang['go_wait_time_option_vm'] = "Wait Time Option Voicemail";
1977
$lang['go_wait_time_option_transfer_in_group'] = "Wait Time Option Transfer In-Group";
1978
$lang['go_wait_time_option_press_filename'] = "Wait Time Option Press Filename";
1979
$lang['go_wait_time_option_press_no_block'] = "Wait Time Option Press No Block";
1980
$lang['go_wait_time_option_press_filename_seconds'] = "Wait Time Option Press Filename Seconds";
1981
$lang['go_wait_time_option_after_press_filename'] = "Wait Time Option After Press Filename";
1982
$lang['go_wait_time_option_callback_list_id'] = "Wait Time Option Callback List ID";
1983
$lang['go_wait_hold_option_priority'] = "Wait Hold Option Priority";
1984
$lang['go_wait_caps'] = "WAIT";
1985
$lang['go_both'] = "BOTH";
1986
$lang['go_estimated_hold_time_option'] = "Estimated Hold Time Option";
1987
$lang['go_call_menu'] = "CALL_MENU";
1988
$lang['go_callerid_callback'] = "CALLERID_CALLBACK";
1989
$lang['go_lower'] = "Lower";
1990
$lang['go_higher'] = "Higher";
1991
$lang['go_case_sensitive'] = "case sensitive";
1992
$lang['go_default_value'] = "Default Value";
1993
//model
1994
$lang['go_group_not_added_already_id'] = "GROUP NOT ADDED - there is already a group in the system with this ID";
1995
$lang['go_group_not_added_pls_back'] = "GROUP NOT ADDED - Please go back and look at the data you entered <br>Group ID must be between 2 and 20 characters in length and contain no ' -+'. <br>Group name and group color must be at least 2 characters in length";
1996
$lang['go_added_missing_user'] = "added missing user to viga table";
1997
$lang['go_user'] = "USER";
1998
$lang['go_selected_caps'] = "SELECTED";
1999
$lang['go_rank_caps'] = "RANK";
2000
$lang['go_calls_today'] = "CALLS TODAY";
2001
$lang['go_sounds_list_permission'] = "sounds_list USER DOES NOT HAVE PERMISSION TO VIEW SOUNDS LIST";
2002
$lang['go_sounds_list_csc_nactive'] = "sounds_list CENTRAL SOUND CONTROL IS NOT ACTIVE";
2003
$lang['go_modify_fields'] = "modify fields";
2004
$lang['go_summary_fields'] = "Summary of fields";
2005
$lang['go_create_custom_field'] = "Create custom field";
2006
$lang['go_view_custom_fields'] = "View custom fields";
2007
$lang['go_custom_listings'] = "View custom listings";
2008
$lang['go_rank'] = "Rank";
2009
$lang['go_label'] = "Label";
2010
$lang['go_name'] = "Name";
2011
$lang['go_type'] = "Type";
2012
$lang['go_modify_s'] = "Modify";
2013
$lang['go_del'] = "delete";
2014

    
2015
##################################MUSIC ON HOLD###############################################
2016
$lang['go_err_permission_view'] = "Error: You do not have permission to view this page.";
2017
$lang['go_file_type_wav'] = "File type should be in wav format.";
2018
$lang['go_group_not_added_data'] = "GROUP NOT ADDED - Please go back and look at the data you entered";
2019
$lang['go_moh_id_caps'] = "MOH ID";
2020
$lang['go_moh_name_caps'] = "MOH NAME";
2021
$lang['go_status_caps'] = "STATUS";
2022
$lang['go_group_caps'] = "GROUP";
2023
$lang['go_action_caps'] = "ACTION";
2024
$lang['go_active_caps'] = "ACTIVE";
2025
$lang['go_inactive_caps'] = "INACTIVE";
2026
$lang['go_all_caps'] = "ALL";
2027
$lang['go_del_moh_id'] = "DELETE MOH ID";
2028
$lang['go_modify_moh_id'] = "MODIFY MOH ID";
2029
$lang['go_random_order_caps'] = "RANDOM ORDER";
2030
$lang['go_pls_sel_moh_id'] = "Please select an MOH ID.";
2031
$lang['go_del_sel_moh_id'] = "Are you sure you want to delete the selected MOH ID";
2032
$lang['go_del_moh'] = "Are you sure you want to delete";
2033
$lang['go_moh_entry'] = "MOH ENTRY";
2034
$lang['go_del_filename'] = "Are you sure you want to delete";
2035
$lang['go_from_list_files'] = "from the list of files?";
2036
$lang['go_moh_file_entry'] = "MOH FILE ENTRY ";
2037
$lang['go_add_new_moh'] = "Add New Music On Hold";
2038
$lang['go_music_on_hold'] = "Music On Hold";
2039
$lang['go_moh_listing'] = "Music On Hold (MOH) Listings";
2040
$lang['go_modify_moh'] = "MODIFY MUSIC ON HOLD";
2041
$lang['go_moh_name'] = "Music on Hold Name";
2042
$lang['go_random_order'] = "Random Order";
2043
$lang['go_add_audio_file'] = "Add an Audio File";
2044
$lang['go_moh'] = "Music On Hold";
2045
$lang['go_moh_id_3_chars'] = "MoH ID should not be empty or should be at least 3 characters in length.";
2046
$lang['go_moh_id_navailable'] = "MoH ID Not Available.";
2047
$lang['go_moh_wizard'] = "Music on Hold Wizard";
2048
$lang['go_add_new_moh'] = "Add New Music on Hold";
2049
$lang['go_moh_id'] = "Music on Hold ID";
2050
$lang['go_moh_name'] = "Music on Hold Name";
2051
$lang['go_err_permission_view'] = "Error: You do not have permission to view this page.";
2052
$lang['go_success_caps'] = "SUCCESS";
2053
$lang['go_sel_audio_upload'] = "Select an audio file to upload";
2054
$lang['go_all_user_groups'] = "All User Groups";
2055
$lang['go_moh_item'] = "music on hold item";
2056

    
2057

    
2058

    
2059
####################################### Interactive Voice Response (IVR) Menus ################################
2060

    
2061
$lang['go_ivr_menus'] = "Interactive Voice Response (IVR) Menus";
2062
$lang['go_menu_id_caps'] = "MENU ID";
2063
$lang['go_descriptions_caps'] = "DESCRIPTIONS";
2064
$lang['go_prompt_caps'] = "PROMPT";
2065
$lang['go_timeout_caps'] = "TIMEOUT";
2066
$lang['goaction_caps'] = "ACTION";
2067
$lang['go_modify_ivr'] = "MODIFY IVR";
2068
$lang['go_del_ivr'] = "DELETE IVR";
2069
$lang['go_del_sel'] = "Delete Selected";
2070
$lang['go_modify_callmenu'] = "MODIFY CALLMENU";
2071
$lang['go_menu_id'] = "Menu ID";
2072
$lang['go_menu_name'] = "Menu Name";
2073
$lang['go_menu_prompt'] = "Menu Prompt";
2074
$lang['go_menu_timeout'] = "Menu Timeout";
2075
$lang['go_menu_timeout_prompt'] = "Menu Timeout Prompt";
2076
$lang['go_menu_invalid_prompt'] = "Menu Invalid Prompt";
2077
$lang['go_menu_repeat'] = "Menu Repeat";
2078
$lang['go_menu_time_check'] = "Menu Time Check";
2079
$lang['go_call_time'] = "Call Time";
2080
$lang['go_tracks_call_real_time_report'] = "Track Calls in Real-Time Report";
2081
$lang['go_tracking_group'] = "Tracking Group";
2082
$lang['go_custom_dialplan_entry'] = "Custom Dialplan Entry";
2083
$lang['go_call_menu_options'] = "Call Menu Options";
2084
$lang['go_option'] = "Option";
2085
$lang['go_description'] = "Description";
2086
$lang['go_audio_file'] = "Audio File";
2087
$lang['go_route'] = "route";
2088
$lang['go_audio_chooser'] = "audio chooser";
2089
$lang['go_save'] = "Save";
2090
$lang['go_finish'] = "Finish";
2091

    
2092

    
2093

    
2094

    
2095

    
2096

    
2097
############################# Admin Settings ##############
2098

    
2099

    
2100

    
2101

    
2102
$lang['go_agent_id'] = "Agent ID";
2103
$lang['go_none'] = "NONE";
2104
$lang['go_ignore_list_script_over'] ="Ignore List Script Override";
2105
$lang['go_admin'] = "ADMIN"; 
2106
$lang['go_phone'] = "Phone";
2107
$lang['go_adv_settings'] = "ADVANCE SETTINGS"; 
2108
$lang['go_save_settings'] = "SAVE SETTINGS"; 
2109
$lang['go_codecs'] = "Codecs";
2110

    
2111
// Interactive Voice Response (IVR) Menus tab
2112
$lang['go_displaying'] = "Displaying";
2113

    
2114

    
2115
// Add New Call Menu/Modify
2116
$lang['go_audio_chooser'] = "audio chooser";
2117
$lang['go_invalid_ip_add'] = "Invalid IP address";
2118
$lang['go_back'] = "Back";
2119
$lang['go_err_permission_view'] =  "Error: You do not have permission to view this page.";
2120
$lang['go_added_new_ug'] = "Added New User Group";
2121
$lang['go_added_new_phone'] = "Added Phone";
2122
$lang['go_added_new_server'] = "Added New Server";
2123
$lang['go_add_new_ga'] = "Add new Group Access";
2124
$lang['go_del'] = "Delete";
2125

    
2126

    
2127
// Add new Music on hold
2128
$lang['go_search_IP_admin'] = "Search for User/IP Address within Admin Logs";
2129
$lang['go_del'] = "Delete"; 
2130

    
2131

    
2132
// Voice Files
2133
$lang['go_voice_files'] = "Voice Files"; 
2134
$lang['go_no'] = "NO";
2135
$lang['go_upload'] = "Upload"; 
2136

    
2137
//CALL REPORTS
2138

    
2139
// [1] Statistical Report
2140
$lang['go_statistical_report'] = "Statistical Report"; 
2141

    
2142

    
2143

    
2144
// [3] Agent Performance Details
2145
$lang['go_full_name'] = "Full Name";
2146

    
2147

    
2148

    
2149

    
2150
// [5] Sales Per Agent
2151
$lang['go_outbound_camp'] = "Outbound Campaign";
2152
$lang['go_inbound'] = "Inbound";
2153

    
2154
// [6] Sales Tracker
2155
$lang['go_first_name'] = "First Name";
2156
$lang['go_last_name'] = "Last Name";
2157

    
2158

    
2159

    
2160
// [8] Export Call Report
2161
$lang['go_campaigns'] = "Campaigns";
2162
$lang['go_no_campaigns'] =  "There are no campaigns using this carrier";
2163
$lang['go_carrier_not_available'] = "Carrier ID Not Available";
2164
$lang['go_jgvp_already'] = "A JustGoVoIP account already exist";
2165
$lang['go_submit'] = "Submit"; 
2166

    
2167
// [9] Dashboard
2168
$lang['go_dashboard'] = "Dashboard"; 
2169

    
2170

    
2171

    
2172
##################### Admin Settings ##########################
2173

    
2174
//Call times
2175

    
2176
$lang['go_success_ct'] = "Success!\n\nCall time";
2177
$lang['go_has_been_modified'] = "has been modified.";
2178
$lang['go_success_state_ct'] = "Success!\n\nState call time ";
2179
$lang['go_success_state_call_time_rule'] = "Success!\n\nState call time rule";
2180
$lang['go_pls_sel_state_call_time_rule'] = "Please select a state call time rule.";
2181
$lang['go_want_to_del'] = "Are you sure you want to delete";
2182
$lang['go_from_list'] = "from the list?";
2183
$lang['go_has_been_del'] = "has been deleted.";
2184
$lang['go_call_time_id_navailable'] = "Call Time ID Not Available.";
2185
$lang['go_success_added_new_call_time_id'] = "SUCCESS: Added New Call Time ID.";
2186
$lang['go_call_time_already_exist'] = "A call time id already exist.";
2187
$lang['go_call_time_already_exist'] = "A call time id already exist.";
2188
$lang['go_state_call_time_id_navailable'] = "State Call Time ID Not Available.";
2189
$lang['go_success_added_new_state_ct'] = "SUCCESS: Added New State Call Time ID.";
2190
$lang['go_all_user_groups_caps'] = "ALL USER GROUPS";
2191

    
2192
//Carriers
2193
$lang['go_pls_sel_carrier'] = "Please select a Carrier.";
2194
$lang['go_del_sel_carrier'] = "Are you sure you want to delete the selected Carrier";
2195
$lang['go_modify_carrier'] = "MODIFY CARRIER";
2196
$lang['go_del_carrier'] = "DELETE CARRIER";
2197
$lang['go_custom_caps'] = "CUSTOM";
2198
$lang['go_comma_delimited'] = "comma delimited eg. speex,g711";
2199
$lang['go_enter_custom_dtmf'] = "Enter Custom DTMF";
2200
$lang['go_not_active_caps'] = "NOT ACTIVE";
2201
$lang['go_live_agent_caps'] = "LIVE AGENT";
2202
$lang['go_external_caps'] = "EXTERNAL";
2203

    
2204
// [1] Admin Logs
2205
$lang['go_search_logs'] = "Search Logs";
2206
$lang['go_db_query'] = "DB QUERY";
2207
$lang['go_show_query'] = "show query";
2208
$lang['go_logs'] = "Logs";
2209
$lang['go_logs_s'] = "logs";
2210
$lang['no_logs_found'] = "No log(s) found.";
2211
$lang['go_user'] = "User"; 
2212
$lang['go_ip_address'] = "IP Address";
2213
$lang['go_date'] = "DATE";
2214
$lang['go_details'] = "Details";
2215
$lang['go_db_query'] = "DB Query";
2216

    
2217

    
2218
//Multi-tenant
2219
$lang['go_del_tenant_warning'] = "WARNING! Are you sure you want to delete the selected Tenant";
2220
$lang['go_del_tenant_warning1'] = "This will DELETE ALL entries under the selected tenant";
2221
$lang['go_del_tenant_warning2'] = "Click OK to continue.";
2222
$lang['go_users'] = "Users";
2223
$lang['go_warning_want_del'] ="WARNING! Are you sure you want to delete";
2224
$lang['go_del_all_entries'] = "This will DELETE ALL entries under this tenant.";
2225
$lang['go_users_a'] = "> Users";
2226
$lang['go_campaigns_a'] = "> Campaigns";
2227
$lang['go_list_ids_a'] = "> List IDs";
2228
$lang['go_phones_a'] = "> Phones";
2229
$lang['go_leads_uploaded_a'] = "> Leads uploaded";
2230
$lang['go_click_continue_a'] = "Click OK to continue.";
2231
$lang['go_campaigns'] = "Campaigns";
2232
$lang['go_list_ids'] = "List IDs";
2233
$lang['go_list_id'] = "List ID";
2234
$lang['go_list_name'] = "LIST NAME";
2235
$lang['go_late_uploaded'] = "Leads uploaded";
2236
$lang['go_bal'] = "BALANCE";
2237
$lang['go_tenant_id'] = "TENANT ID";
2238
$lang['go_tenant_name'] = "TENANT NAME";
2239
$lang['go_num_agents'] = "NUMBER OF AGENTS";
2240
$lang['go_show_bal'] = "Show Balance";
2241
$lang['go_show'] = "Show";
2242
$lang['go_modify_tenant_id'] = "MODIFY TENANT ID";
2243
$lang['go_del_tenant_id'] = "DELETE TENANT ID";
2244
$lang['go_del_tenant'] = "Deleted Tenant";
2245
$lang['go_del_user_camp_list'] = "it's admin and all user logins under it and also deleted the Campaign(s)";
2246
$lang['go_and_list_id'] = "and List ID(s)";
2247
$lang['go_admin_campaign'] = "as the Admin Login and created new Campaign";
2248
$lang['go_ap_using'] = "Agents/Phones using";
2249
$lang['go_with'] = "With";
2250
$lang['go_added_tenant'] = "Added a New Tenant";
2251
$lang['go_autogen'] = "Auto-Generated ListID";
2252
$lang['go_manual'] = "MANUAL";
2253
$lang['go_random'] = "random";
2254
$lang['go_ap'] = "Agent Phone";
2255
$lang['go_admin_phone'] = "Admin Phone";
2256
$lang['go_down'] = "DOWN";
2257

    
2258
$lang['go_tenant_entry'] = "TENANT ENTRY";
2259
$lang['go_add_new_tenant'] = "Add New Tenant";
2260
$lang['go_modify_user'] = "Modify User";
2261
$lang['go_phone_passs'] = "Phone Pass";
2262
$lang['go_phone_login'] = "Phone Login";
2263
$lang['go_tenant_short'] = "Tenant ID too short.";
2264
$lang['go_tenant_empty'] = "Tenant name should not be empty.";
2265
$lang['go_admin_login_short'] = "Admin login too short.";
2266
$lang['go_admin_login_navailable'] = "Admin login not available.";
2267
$lang['go_admin_pass_short'] = "Admin password too short.";
2268
$lang['go_error'] ="Error";
2269
$lang['go_too_short'] = "Too Short";
2270
$lang['go_weak'] = "Weak";
2271
$lang['go_strong'] = "Strong";
2272
$lang['go_good'] = "Good";
2273
$lang['go_add_multitenant_wizard'] ="Multi-Tenant Wizard";
2274
$lang['go_add_new_tenant'] = "Add New Tenant";
2275
$lang['go_tenant_id'] = "Tenant ID";
2276
$lang['go_tenant_name'] = "Tenant Name";
2277
$lang['go_admin_login'] = "Admin Login";
2278
$lang['go_admin_pass'] = "Admin Password";
2279
$lang['go_group_template'] = "Group Template";
2280
$lang['go_create_ct'] = "Can Create Call Times";
2281
$lang['go_create_carriers'] = "Can Create Carriers";
2282
$lang['go_create_phones'] = "Can Create Phones";
2283
$lang['go_create_vm'] = "Can Create Voicemails";
2284
$lang['go_agent_cnt'] = "Agent Count";
2285
$lang['go_allowed_phone_exten'] = "Allowed Phone Exten";
2286
$lang['go_agent_phone_def_pass'] = "Agent/Phone Default Password";
2287
$lang['go_allowed_to_create'] = "Your're still allowed to create";
2288
$lang['go_phone_exten'] = "Phone Extension(s)";
2289
$lang['go_reached_limit_phone'] = "You've reached the limit on creating new phone extensions.";
2290
$lang['go_modify_tenant'] = "MODIFY TENANT";
2291
$lang['go_super_admin'] = "Super Admin";
2292
$lang['go_num_admins'] = "Number of Admins";
2293
$lang['go_remaining_bal'] = "Remaining Balance";
2294
$lang['go_access_ct'] = "Access Call Times";
2295
$lang['go_access_carriers'] = "Access Carriers";
2296
$lang['go_access_phones'] = "Access Phones:";
2297
$lang['go_access_vm'] = "Access Voicemails";
2298
$lang['go_phone_exten_tenant'] = "PHONES EXTEN USED BY THIS TENANT";
2299
$lang['go_list_id_tenant'] = "LIST IDS WITHIN THIS TENANT";
2300
$lang['go_campaign_id'] = "CAMPAIGN ID";
2301
$lang['go_campaign_name'] = "CAMPAIGN NAME";
2302
$lang['go_agent_name'] = "AGENT NAME";
2303
$lang['go_list_agents'] = "LIST OF AGENTS";
2304
$lang['go_make_sure_to_delete'] = "NOTE: Please make sure to delete the number of phone extensions you've deducted from the affected tenant.";
2305

    
2306
// State Call Times
2307
$lang['go_state_ct_wizard'] = "State Call Times Wizard";
2308
$lang['go_add_new_state_ct'] = "Add New State Call Time";
2309
$lang['go_state_ct_time_id'] = "State Call Time ID";
2310
$lang['go_state_ct_state'] = "State Call Time State";
2311
$lang['go_state_ct'] = "State Call Time Name";
2312
$lang['go_state_ct_comments'] = "State Call Time Comments";
2313

    
2314
// [2] Call Times
2315
$lang['go_call_times'] = "Call Times";
2316
$lang['go_call_times_s'] = "call times";
2317
$lang['go_ct_banner'] = "Call Times";
2318
$lang['go_state_call_times'] = "State Call Times";
2319
$lang['go_state_call_not_avai'] = "State Call Time ID Not Available.";
2320
$lang['go_state_Call_exist'] = "A state call time id already exist.";
2321
$lang['go_list_files_upload'] = "List of Files Uploaded";
2322
$lang['go_modify_inbound'] = "MODIFY INBOUND";
2323
$lang['go_call_time_id'] = "Call Time ID";
2324
$lang['go_call_time_name'] = "Call Time Name";
2325
$lang['go_call_time_state'] = "Call Time State";
2326
$lang['go_default_start'] = "DEFAULT START";
2327
$lang['go_default_stop'] = "DEFAULT STOP";
2328
$lang['go_group'] = "Group";
2329
$lang['go_action'] = "Action"; 
2330
$lang['go_add_state_call_time'] = "Add New State Call Times";
2331
$lang['go_call_times_wizard'] = "Call Times Wizard";
2332
$lang['go_add_new_call_time'] = "Add New Call Time";
2333
$lang['go_call_time_comments'] = "Call Time Comments";
2334
$lang['go_pls_sel_ug'] = "Please select a User Group.";
2335
$lang['go_pls_sel_server'] = "Please select a Server.";
2336
$lang['go_del_con_server'] = "Are you sure you want to delete the selected Server";
2337
$lang['go_del_con_ug'] = "Are you sure you want to delete the selected User Group";
2338
$lang['go_admin_exempt'] = "ADMIN EXEMPT";
2339
$lang['go_multi_tenant'] = "Multi-Tenant";
2340
$lang['go_next'] = "Next";
2341
$lang['go_start'] = "START";
2342
$lang['go_stop'] = "STOP";
2343
$lang['go_sun'] = "Sunday";
2344
$lang['go_sat'] = "Saturday";
2345
$lang['go_success_s'] = "Success!";
2346
$lang['go_call_time_s'] = "Call time";
2347
$lang['go_has_been_modified'] = "has been modified.";
2348
$lang['go_state_call_time_s'] = "State call time";
2349
$lang['go_state_call_time_rule_s'] = "State call time rule";
2350

    
2351
//Modify Call time
2352
$lang['go_pls_sel_call_time'] = "Please select a Call Time.";
2353
$lang['go_del_sel_ct'] = "Are you sure you want to delete the selected Call Time";
2354
$lang['go_sel_ct_del'] = "Selected call times has been deleted.";
2355
$lang['go_pls_sel_state_call_time'] = "Please select a State Call Time.";
2356
$lang['go_del_sel_state_ct'] = "Are you sure you want to delete the selected State Call Time";
2357
$lang['go_sel_state_ct_del'] = "Selected state call times has been deleted.";
2358
$lang['go_modify'] = "MODIFY";
2359
$lang['go_call_time'] = "CALL TIME";
2360
$lang['go_call_time_comments'] = "Call Time Comments";
2361
$lang['go_after_hours_audio'] = "AFTER HOURS AUDIO";
2362
$lang['go_default'] = "Default";
2363
$lang['go_mon'] = "Monday";
2364
$lang['go_tues'] = "Tuesday";
2365
$lang['go_wed'] = "Wednesday";
2366
$lang['go_thurs'] = "Thursday";
2367
$lang['go_fri'] = "Friday";
2368
$lang['go_active_state_call'] = "ACTIVE STATE CALL TIME FOR THIS RECORD";
2369
$lang['go_state_call_time_id'] = "STATE CALL TIME ID";
2370
$lang['go_state_call_defi'] = "STATE CALL TIME DEFINITION";
2371
$lang['go_add_state_call_t_rule'] = "ADD STATE CALL TIME RULE";
2372
$lang['go_add_rule'] = "ADD RULE";
2373
$lang['go_state_call_time_id'] = "State Call Time ID";
2374
$lang['go_state_Call_time_state'] = "State Call Time State";
2375
$lang['go_state_call_time_name'] = "State Call Time Name";
2376
$lang['go_state_call_time_comments'] = "State Call Time Comments";
2377
$lang['go_campaigns_using_call_time'] = "CAMPAIGNS USING THIS CALL TIME";
2378
$lang['go_inbound_groups_call_time'] = "INBOUND GROUPS USING THIS CALL TIME";
2379
$lang['go_call_times_state'] = "CALL TIMES USING THIS STATE CALL TIME";
2380
$lang['go_success'] =  "Success";
2381
$lang['go_deld_ug'] = "Deleted User Group";
2382
$lang['go_deld_Phone'] = "Deleted Phone";
2383
$lang['go_deld_server'] = "Deleted Server";
2384
$lang['go_del_ug_uag_table'] = "Deleted User Group user access group table";
2385

    
2386

    
2387
// [3] Carriers
2388
$lang['go_carriers'] = "Carriers";
2389
$lang['go_carriers_server'] = "CARRIERS WITHIN THIS SERVER";
2390
$lang['go_phones_server'] = "PHONES WITHIN THIS SERVER";
2391
$lang['go_confer_server'] = "CONFERENCES WITHIN THIS SERVER";
2392
$lang['go_60_sec_effect'] = "Please wait up to 60 seconds for the changes to take effect";
2393
$lang['go_acc_already_exist'] = "Account entry already exist for this IP";
2394
$lang['go_add_new_carrier'] = "Add New Carrier";
2395
$lang['go_carrier_id'] = "Carrier ID";
2396
$lang['go_carrier_name'] = "Carrier Name";
2397
$lang['go_server_ip'] = "Server IP"; 
2398
$lang['go_protocol'] = "Protocol";
2399
$lang['go_registration'] = "Registration";
2400
$lang['go_status'] = "Status"; 
2401
$lang['go_web_login'] = "Web Login";
2402
$lang['go_web_pass'] = "Web Password";
2403
$lang['go_sip_login'] = "SIP Login";
2404
$lang['go_sip_pass'] = "SIP Password";
2405
$lang['go_voip_portal'] = "VoIP Portal";
2406
$lang['go_login_here'] = "Login Here";
2407
$lang['go_no_records_found'] = "No record(s) found";
2408

    
2409
//Modify Carrier
2410
$lang['go_modified_server'] = "MODIFY SERVER";
2411
$lang['go_modified_phone'] = "MODIFY PHONE";
2412
$lang['go_activated_exten'] = "Activated Extensions(s)";
2413
$lang['go_deact_exten'] = "Deactivated Extensions(s)";
2414
$lang['go_carrier_desc'] = "Carrier Description";
2415
$lang['go_reg_str'] = "Registration String";
2416
$lang['go_account_entry'] = "Account Entry";
2417
$lang['go_global_str'] = "Global String";
2418
$lang['go_globals_str'] = "Globals String";
2419
$lang['go_dialplan_entry'] = "Dialplan Entry";
2420
$lang['go_authentication'] = "Authentication";
2421
$lang['go_ip_based'] = "IP Based";
2422
$lang['go_username'] = "Username";
2423
$lang['go_server_ip_host'] = "Server IP/Host";
2424
$lang['go_port'] = "Port";
2425
$lang['go_codecs'] = "Codecs";
2426
$lang['go_dtmf_mode'] = "DTMF Mode";
2427
$lang['go_inband'] = "Inband";
2428
$lang['go_custom'] = "Custom";
2429
$lang['go_customs'] = "CUSTOM";
2430
$lang['go_err_save_phone'] = "Error: Error on saving phone";
2431
$lang['go_success_save_phone'] ="Success: Phone saved";
2432
$lang['go_adv_conf'] = "ADVANCE CONFIGURATION";
2433

    
2434

    
2435

    
2436
// Add New Carrier
2437
$lang['go_carrier_wizard'] = "Carrier Wizard";
2438
$lang['_add_new_carrier'] = "Add New Carrier";
2439
$lang['go_carrier_type'] = "Carrier type";
2440

    
2441

    
2442
//Sign up
2443
$lang['go_sign_up'] = "Signup";
2444
$lang['go_required'] = "Required";
2445
$lang['go_fill_out'] = "Please fill out the information below";
2446
$lang['go_company'] = "Company";
2447
$lang['go_address'] = "Address";
2448
$lang['go_city'] = "City";
2449
$lang['go_state'] = "State";
2450
$lang['go_postal_code'] = "Postal Code";
2451
$lang['go_country'] = "Country";
2452
$lang['go_time_zone'] = "Time Zone";
2453
$lang['go_mobile_phone'] = "Mobile Phone";
2454

    
2455
//Term And Condition
2456
$lang['go_terms_and_condition'] = "Terms and Condition";
2457
$lang['go_tc1'] = "This site is owned and operated by";
2458
$lang['go_tc2'] = '("we", "us", "our" or';
2459
$lang['go_tc3'] = 'provides its services to you ("Customer", "you" or "end user") 
2460
		  subject to the following conditions';
2461
$lang['go_tc4'] = "If you visit or shop at our website or any other affiliated";
2462
$lang['go_tc5'] = "reverse phone lookup";
2463
$lang['go_tc6'] = "websites,
2464
                  you affirmatively accept the following conditions.
2465
                  Continued use of the site and any of";
2466
$lang['go_tc7'] = "services constitute the affirmative agreement to these terms and conditions.";
2467
$lang['go_tc8'] = "reserves the right to change the terms, conditions and notices under which the";
2468
$lang['go_tc9'] = "sites and services are offered,including but not limited to the charges associated with the use of the";
2469
$lang['go_tc10'] = "sites and services.";
2470
$lang['go_tc11'] = "1. Electronic Communications";
2471
$lang['go_tc12'] = "1.1. When you visit";
2472
$lang['go_tc13'] = "websites or send Email to us, you are communicating with us electronically. You consent to receive communications from us electronically. We will communicate with you by Email or by posting notices on this site. You agree that all agreements, notices, disclosures and other communications that we provide to you electronically satisfy any legal requirement that such communications be in writing";
2473
$lang['go_tc14'] = "Trademarks and Copyright";
2474
$lang['go_tc144'] = "2.1. All content on this site, such as text, graphics, logos, button icons, images, trademarks or copyrights are the property of their respective owners. Nothing in this site should be construed as granting any right or license to use any Trademark without the written permission of its owner.";
2475
$lang['go_tc15'] = "3. Services & Conditions";
2476
$lang['go_tc16'] = "shall not be held liable for any delay or failure to provide service(s) at any time. In no event shall";
2477
$lang['go_tc17'] = "its officers, Directors, Employees, Shareholders, Affiliates, Agents or Providers who furnishes services to customer in connection with this agreement or the service be liable for any direct, incident, indirect, special, punitive, exemplary or consequential damages, including but not limited to loss of data, lost of revenue, profits or anticipated profits, or damages arising out of or in connection to the use or inability to use the service. The limitations set forth herein apply to the claimed founded in Breach of Contract, Breach of Warranty, Product Liability and any and all other liability and apply weather or not";
2478
$lang['go_tc18'] = "was informed of the likely hood of any particular type of damage.";
2479
$lang['go_tc19'] = "makes no warranties of any kind, written or implied, to the service in which it provides.";
2480
$lang['go_tc200'] = "provides prepaid services only. You must keep a positive balance to retain services with";
2481
$lang['go_tc20'] = "You must pay all negative balances immediately. Customer agrees to keep a positive balance in customer's account at all times and agrees to pay the rate in which the customer signed up for any destinations. Customer agrees to pay any and all charges that customer incurs while using";
2482
$lang['go_tc21'] = "service.";
2483
$lang['go_tc22'] = "VOIP and Cloud services are not intended for use as a primary telephone source for business or residential users.";
2484
$lang['go_tc23'] = "does not provide e911 service.";
2485
$lang['go_tc24'] = "All calls placed through";
2486
$lang['go_tc255'] = "VOIP network to US48 destinations are billed at 6 second increments unless otherwise stated.";
2487
$lang['go_tc25'] = "Customer agrees to the exclusive jurisdiction of the courts of Pasig City in the Republic of the Philippines for any and all legal matters.";
2488
$lang['go_tc26'] = "Violation of any state or federal laws or laws for any other competent jurisdiction may result in immediate account termination and/or disconnection of the offending service.";
2489
$lang['go_tc27'] = "reserves the right to terminate service at any time with or without notice; especially if Customer is found to be in violation of";
2490
$lang['go_tc28'] = "Terms & Conditions. You agree that";
2491
$lang['go_tc29'] = "Due to the nature of this industry and high credit card fraud rate,";
2492
$lang['go_tc30'] = "reserves the right to request the following documentation for verification purposes; A copy of the credit card used to establish the account along with valid photo identification such as a Passport, Drivers License or other Government issued identification.";
2493
$lang['go_tc31'] = "DID and TFN (Toll Free Numbers ) Services and Subscriptions Activation and Deactivation";
2494
$lang['go_tc32'] = "DID/TFN monthly service fee shall be automatically deducted or debited from the customer's account balance or credits with or without prior notice; prior to activation of service its subscriptions agreement.";
2495
$lang['go_tc33'] = "Auto-debit of monthly payment shall commence once DID/TFN has been activated.";
2496
$lang['go_tc34'] = "Failure to pay the agreed DID/TFN monthly services and monthly subscription fee (having one [1] month unpaid bill) shall be subject to DID/TFN deactivation.";
2497
$lang['go_tc35'] = "A maximum one 1 month grace period shall be given to the customer to settle his/her account before DID/TFN deactivation and/or deletion.";
2498
$lang['go_tc36'] = "Technical Support";
2499
$lang['go_tc37'] = "Technical Support is available Mondays to Fridays 09:00 to 24:00 24/5 EST, all support concerns should be filed at";
2500
$lang['go_tc38'] = "ticketing system";
2501
$lang['go_tc39'] = "Monthly Technical Support";
2502
$lang['go_tc40'] = "monthly support subscriptions covers the configurations and troubleshooting for the following issues:";
2503
$lang['go_tc41'] = "Campaigns – outbound, inbound and blended campaign creation and configurations
2504
                    Lists/Leads – creation of lists and loading of leads.
2505
                    Statuses/Dispositions configuration
2506
                    Call Times configuration
2507
                    IVR – Basic configuration (one level only)
2508
                    Basic tutorial for Campaign and Leads management.";
2509
$lang['go_tc42'] = "All advance configurations not listed above will be charged with the regular hourly support rate of $80 per hour.";
2510
$lang['go_tc43'] = "We provide limited support and provide samples configurations for IP Phones/Softphones. It is the end users responsibility to properly configure their workstations and devices for use with";
2511
$lang['go_tc44'] = "services.";
2512
$lang['go_tc45'] = "Leads Management, Campaign Management, Agent Monitoring and Reports Generation are end users responsibility.";
2513
$lang['go_tc46'] = "Emergency Technical Support";
2514
$lang['go_tc47'] = "Emergency technical support outside the regular coverage of Monday to Friday 9:00 to 24:00 EST will be charged $80 per hour.";
2515
$lang['go_tc48'] = "Emergency technical support for Weekend and Holidays will be charged $160 per hour.";
2516
$lang['go_tc49'] = "Refund Policy";
2517
$lang['go_tc50'] = "VoIP and Cloud Services: We offer full refunds on remaining pre-paid balance on VoIP and Cloud services upon request for all payments made within 7 days.";
2518
$lang['go_tc51'] = "Monthly Subscriptions: We do not offer refunds for monthly subscriptions such as Hosted Dialer, DID's or Toll Free numbers";
2519
$lang['go_tc52'] = "Prepaid Technical Support and Consulting Services: We offer refunds only if no technical support or consulting service and has been rendered.";
2520
$lang['go_tc53'] = "There will be no refunds for one-time/setup fees";
2521
$lang['go_tc54'] = "Site Policies, Modification & Severability";
2522
$lang['go_tc55'] = "We reserve the right to make changes to our site, policies, and these Terms & Conditions at any time. If any of these conditions shall be deemed invalid, void, or for any reason unenforceable, that condition shall be deemed severable and shall not affect the validity and enforceability of any remaining condition.";
2523
$lang['go_tc56'] = "General Complaints";
2524
$lang['go_tc57'] = "Please send reports of activity in violation of these Terms & Conditions to";
2525
$lang['go_tc58'] = "will reasonably investigate incidents involving such violations.";
2526
$lang['go_tc59'] = "may involve and will cooperate with law enforcement officials if any criminal activity is suspected. Violations may involve criminal and civil liability";
2527
$lang['go_tc60'] = "Paypal Payments";
2528
$lang['go_tc61'] = "In case of payment via PayPal.com, customer fully understands that there will be no tangible product shipping to any address. The customer understands that they are purchasing services for which";
2529
$lang['go_tc62'] = "provides online Call History (CDR) for VOIP/Cloud usage and/or outbound/inbound reports for the Dialer. In case of PayPal disputes the customer agrees to abide by";
2530
$lang['go_tc63'] = "online Call History (CDR) for VOIP/Cloud usage and/or outbound/inbound reports for delivered service totaling the PayPal.com payment.";
2531
$lang['go_tc64'] = "Limitation of Liabilities";
2532
$lang['go_tc65'] = "In no event shall";
2533
$lang['go_tc66'] = "be liable to any party for any direct, indirect, incidental, special, exemplary or consequential damages of any type whatsoever related to or arising from this website or any use of this website, or any site or resource linked to, referenced, or access throught this website, or for the use or downloading of, or access to, any materials, information, products, or services, including withouth limitation, any lost profits, business interruption, lost savings or loss of programs or other data, even if";
2534
$lang['go_tc67'] = "is expressly advised of the possiblity of such damages.";
2535
$lang['go_tc68'] = "Call Compliance";
2536
$lang['go_tc69'] = "has full USA, UK and Canada regulatory compliance. Customer fully understands that it is their responsibility to follow these regulations. Failure to do so may result in immediate account suspension and/or disconnection.";
2537
$lang['go_tc70'] = "I agree to the";
2538
$lang['go_required'] = "Required";
2539
$lang['go_valid_email'] = "Enter valid email";
2540
$lang['go_max_12_char'] = "Maximum of 12 character";
2541
$lang['go_tc71'] = "Not readable? Change text.";
2542
$lang['go_tc72'] = "Enter code from above picture here.";
2543
$lang['go_err_long'] = "Error: Sippy registration too long";
2544
$lang['go_space'] = "Space are not allowed";
2545
$lang['go_min_3_char'] = "Minimum of 3 characters.";
2546
$lang['go_min_2_char'] = "Minimum of 2 characters.";
2547
$lang['go_src_carrier'] = "Source Carrier";
2548
$lang['go_accept_tc'] = "You must accept the terms and conditions";
2549
$lang['go_welcome_to'] = "Welcome to";
2550
$lang['go_ccc'] = "Cloud Call Center";
2551
$lang['go_w1'] = "is an easy to set up and easy to use, do it yourself (DIY) cloud based telephony solution for any type of organization in wherever country you conduct your sales, marketing, service and support activites. Designed for large enterprise-grade call center companies but priced to fit the budget of the Small Business Owner,";
2552
$lang['go_w2'] = "uses intuitive graphical user interfaces so that deployment is quick and hassle-free, among its dozens of hot features.";
2553
$lang['go_w3'] = "Using secure cloud infrastructures certified by international standards,";
2554
$lang['go_w4'] = 'is a "Use Anywhere, Anytime" web app so that you can create more customers for life – in the office, at home or at the beach.';
2555
$lang['go_email'] = "email";
2556
$lang['go_w5'] = "to get 120 free minutes (US, UK and Canada calls only).";
2557

    
2558
// [4] Phones
2559
$lang['go_exten'] = "Extension";
2560
$lang['go_exten_only'] = "Exten";
2561
$lang['go_server'] = "Server";
2562
$lang['go_dial_plan'] = "Dial Plan";
2563
$lang['go_dial_prefix'] = "Dial Prefix";
2564
$lang['go_del_selected'] = "Delete Selected"; 
2565
$lang['go_num_only'] = "numeric only";
2566
$lang['go_voicemail_box'] = "Voicemail Box";
2567
$lang['go_vm_box_navailable'] = "Voicemail Box Not Available.";
2568
$lang['go_add_new_phone'] = "Add New Phone";
2569

    
2570
//Add New Phone
2571
$lang['go_phone_wizard'] = "Phone Wizard";
2572
$lang['go_add_new_phone'] = "Add New Phone";
2573
$lang['go_additional_phone'] = "Additional Phone(s)";
2574
$lang['go_starting_exten'] = "Starting Extension";
2575
$lang['go_client_protocol'] = "Client Protocol";
2576
$lang['go_external'] = "EXTERNAL";
2577
$lang['go_tenants'] = "tenants";
2578
$lang['go_phone_exten_login'] = "Phone Extension/Login";
2579
$lang['go_phone_login_pass'] = "Phone Login Password";
2580
$lang['go_phone_reg_password'] = "Phone Registration Password";
2581
$lang['go_dial_prefix'] ="Dial Prefix";
2582
$lang['go_all_user_groups'] ="All User Groups"; 
2583
$lang['go_sip_server'] ="SIP Server";
2584
$lang['go_local_gmt'] = "Local GMT";
2585
$lang['go_do_not_adjust_DST'] ="Do NOT adjust for DST";
2586

    
2587
//Modify Phone
2588
$lang['go_modify_phone'] ="MODIFY PHONE";
2589
$lang['go_del_phone'] = "DELETE PHONE";
2590
$lang['go_suspended'] ="SUSPENDED";
2591
$lang['go_closed'] = "CLOSED";
2592
$lang['go_pending'] = "PENDING";
2593
$lang['goexternal'] = "EXTERNAL";
2594
$lang['go_pls_sel_tenant'] = "Please select a Tenant.";
2595
$lang['go_phone_ext_limit'] = "WARNING: Phone Extension is over the limit";
2596
$lang['go_pls_support_assistance'] = "Please contact our Support for assistance.";
2597
$lang['go_phone_exten_limit'] = "WARNING: Phone Extension is over the limit of";
2598
$lang['go_exten_exist'] = "WARNING: One or more extensions from the range given are already exist.";
2599
$lang['go_phone_ext_login'] = "Phone Extension/Login";
2600
$lang['go_phone_pass'] = "Phone Password";
2601
$lang['go_pass'] = "Password";
2602
$lang['go_dial_plan_num'] = "Dial Plan Number";
2603
$lang['go_outbound_callerid'] ="Outbound Caller ID";
2604
$lang['go_phone_ip_address'] ="Phone IP Address";
2605
$lang['go_comp_ip_address'] = "Computer IP Address";
2606
$lang['go_agent_screen_login'] = "Agent Screen Login";
2607
$lang['go_sip_reg_pass'] = "SIP Registration Password";
2608
$lang['go_active'] = "ACTIVE"; 
2609
$lang['go_inactive'] = "INACTIVE";
2610
$lang['go_set_webphone'] = "Set As Webphone";
2611
$lang['go_webphone_dialpad'] = "Webphone Dialpad";
2612
$lang['go_use_external_server_ip'] = "Use External Server IP";
2613
$lang['go_active_account'] = "Active Account";
2614
$lang['go_phone_type'] = "Phone Type";
2615
$lang['go_company'] = "Company";
2616
$lang['go_picture'] = "Picture";
2617
$lang['go_new_msg'] = "New Messages";
2618
$lang['go_old_msg'] = "Old Messages";
2619
$lang['go_phone_ring_timeout'] = "Phone Ring Timeout";
2620
$lang['go_onhook_agent'] = "On-Hook Agent";
2621
$lang['go_default_user'] = "Default User";
2622
$lang['go_default_pass'] = "Default Pass";
2623
$lang['go_default_campaign'] = "Default Campaign";
2624
$lang['go_park_exten'] = "Park Exten";
2625
$lang['go_conf_exten'] = "Conf Exten";
2626
$lang['go_monitor_prefix'] = "Monitor Prefix";
2627
$lang['go_recording_exten'] = "Recording Exten";
2628
$lang['go_voicemail_exten'] = "Voicemail Exten";
2629
$lang['go_voicemail_dump_exten'] = "Voicemail Dump Exten";
2630
$lang['go_exten_context'] = "Exten Context";
2631
$lang['go_phone_context'] = "Phone Context";
2632
$lang['go_call_logging'] = "Call Logging";
2633
$lang['go_user_switching'] = "User Switching";
2634
$lang['go_conferencing'] = "Conferencing";
2635
$lang['go_admin_hang_up'] = "Admin Hang Up";
2636
$lang['go_admin_hijack'] = "Admin Hijack";
2637
$lang['go_admin_monitor'] = "Admin Monitor";
2638
$lang['go_call_park'] = "Call Park";
2639
$lang['go_updater_check'] = "Updater Check";
2640
$lang['go_af_logging'] = "AF Logging";
2641
$lang['go_queue_enabled'] = "Queue Enabled";
2642
$lang['go_callerid_popup'] = "CallerID Popup";
2643
$lang['go_voicemail_button'] = "Voicemail Button";
2644
$lang['go_fast_refresh'] = "Fast Refresh";
2645
$lang['go_fast_refresh_rate'] = "Fast Refresh Rate";
2646
$lang['go_persistant_mysql'] =  "Persistant MySQL";
2647
$lang['go_auto_dial_next_num'] =  "Auto Dial Next Number";
2648
$lang['go_stop_recording_after_each_call'] = "Stop Recording After Each Call";
2649
$lang['go_enable_sipsak_msg'] = "Enable SIPSAK Messages";
2650
$lang['go_template_id'] ="Template ID";
2651
$lang['go_conf_override'] = "Conf Override";
2652

    
2653
// [5] Servers
2654
$lang['go_servers'] = "Servers";
2655
$lang['go_servers_s'] = "servers";
2656
$lang['go_server_id'] = "Server ID";
2657
$lang['go_server_id_navailable'] = "Server ID Not Available.";
2658
$lang['go_server_banner'] = "Servers";
2659
$lang['go_server_entry_del'] = "SERVER ENTRY";
2660
$lang['go_modify_server'] = "MODIFY SERVER";
2661
$lang['go_del_servers'] = "DELETE SERVER";
2662
$lang['go_asterisk'] = "Asterisk";
2663
$lang['go_trunks'] = "Trunks";
2664
$lang['go_add_trunks'] = "Add Trunks";
2665
$lang['go_gmt'] = "GMT";
2666
$lang['go_add_new_server'] = "Add New Server";
2667
$lang['go_vmail'] = "VMAIL";
2668
$lang['go_search'] = "Search";
2669
$lang['go_show_list'] = "showList";
2670

    
2671

    
2672

    
2673
//Add New Server
2674
$lang['go_server_wizard'] = "Server Wizard";
2675
$lang['add_new_server'] = "Add New Server";
2676
$lang['go_available'] = "Available";
2677
$lang['go_act_vm'] = "Activated Voicemail(s):";
2678
$lang['go_act_server'] = "Activated Server(s)";
2679
$lang['go_deact_vm'] = "Deactivated Voicemail(s):";
2680
$lang['go_deact_server'] = "Deactivated Server(s)";
2681
$lang['go_deld_server'] = "Deleted Server(s)";
2682
$lang['go_not_available'] = "Not Available";
2683
$lang['go_err_phone'] = "Error: Phone";
2684
$lang['go_server_desc'] = "Server Description";
2685
$lang['go_asterisk'] = "ASTERISK";
2686
$lang['go_asterisk_version'] ="Asterisk Version";
2687
$lang['go_ok'] = "Okay";
2688
$lang['go_clear_search'] = "Clear Search";
2689

    
2690
//Modify Server
2691
$lang['go_modify_server'] = "Modify Server";
2692
$lang['go_system_load'] = "System Load";
2693
$lang['go_live_channels'] = "Live Channels";
2694
$lang['go_disk_usage'] = "Disk Usage";
2695
$lang['go_admin_user_group'] = "Admin User Group";
2696
$lang['go_max_trunks'] = "Max Trunks";
2697
$lang['go_max_call_per_second'] = "Max Call per Second";
2698
$lang['go_bal_dialing'] = "Balance Dialing";
2699
$lang['go_bal_rank'] = "Balance Rank";
2700
$lang['go_bal_offlimits'] = "Balance Offlimits";
2701
$lang['go_telnet_host'] = "Telnet Host";
2702
$lang['go_telnet_port'] = "Telnet Port";
2703
$lang['go_manager_user'] = "Manager User";
2704
$lang['go_manager_secret'] = "Manager Secret";
2705
$lang['go_manager_update_user'] = "Manager Update User:";
2706
$lang['go_manager_listen_user'] = "Manager Listen User";
2707
$lang['go_manager_send_user'] = "Manager Send User";
2708
$lang['go_conf_file_secret'] = "Conf File Secret";
2709
$lang['go_weak'] = "Weak";
2710
$lang['go_medium'] = "Medium";
2711
$lang['go_strong'] = "Strong";
2712
$lang['go_local_gmt'] = "Local GMT";
2713
$lang['go_voicemal_dump_exten'] = "Voicemail Dump Exten";
2714
$lang['go_autodial_exten'] = "Autodial Extension";
2715
$lang['go_default_context'] = "Default Context";
2716
$lang['go_system_performance_log'] = "System Performance Log";
2717
$lang['go_server_logs'] = "Server Logs";
2718
$lang['go_agi_output'] = "AGI Output";
2719
$lang['go_carrier_logging_active'] = "Carrier Logging Active";
2720
$lang['go_recording_web_link'] = "Recording Web Link";
2721
$lang['go_alternate_recording_server_ip'] = "Alternate Recording Server IP";
2722
$lang['go_external_server_ip'] = "External Server IP";
2723
$lang['go_active_twin_server_ip'] = "Active Twin Server IP";
2724
$lang['go_active_asterisk_server'] = "Active Asterisk Server";
2725
$lang['go_active_agent_server'] = "Active Agent Server";
2726
$lang['go_generate_conf_files'] = "Generate Conf Files";
2727
$lang['go_rebuild_conf_files'] = "Rebuild conf Files";
2728
$lang['go_rebuild_moh'] = "Rebuild Music On Hold";
2729
$lang['go_sounds_update'] = "Sounds Update";
2730
$lang['go_recording_limit'] = "Recording Limit";
2731
$lang['go_custom_dialplan_entry'] = "Custom Dialplan Entry";
2732
$lang['go_trunks_this_server'] = "TRUNKS FOR THIS SERVER";
2733
$lang['go_add_new_server_tr'] = "ADD NEW SERVER TRUNK RECORD";
2734
$lang['go_restriction'] = "Restriction";
2735
$lang['go_carriers_within_server'] = "CARRIERS WITHIN THIS SERVER";
2736
$lang['go_phones_server'] = "PHONES WITHIN THIS SERVER";
2737
$lang['go_conference_server'] = "CONFERENCES WITHIN THIS SERVER";
2738
$lang['go_conference'] = "conference";
2739

    
2740

    
2741

    
2742
// [6] System Settings
2743
$lang['go_version'] = "Version";
2744
$lang['go_db_schema_version'] = "DB Schema Version";
2745
$lang['go_db_schema_update_date'] = "DB Schema Update Date";
2746
$lang['go_auto_user_add_value'] = "Auto User-add Value";
2747
$lang['go_install_date'] = "Install Date";
2748
$lang['go_use_non_latin'] = "Use Non-Latin";
2749
$lang['go_webroot_writable'] = "Webroot Writable";
2750
$lang['go_vicidial_agent_disable_display'] = "Vicidial Agent Disable Display";
2751
$lang['go_allow_sipsak_msgs'] = "Allow SIPSAK Messages";
2752
$lang['go_admin_home_url'] = "Admin Home URL";
2753
$lang['go_admin_modify_refresh'] = "Admin Modify Refresh";
2754
$lang['go_admin_no_cache'] = "Admin No-Cache";
2755
$lang['go_enable_agent_transfer_logfile'] = "Enable Agent Transfer Logfile";
2756
$lang['go_enable_agent_disposition_logfile'] = "Enable Agent Disposition Logfile";
2757
$lang['go_timeclock_end_of_day'] = "Timeclock End Of Day";
2758
$lang['go_default_local_gmt'] = "Default Local GMT";
2759
$lang['go_timeclock_last_auto_logout'] = "Timeclock Last Auto Logout";
2760
$lang['go_agent_screen_header_date_format'] = "Agent Screen Header Date Format";
2761
$lang['go_agent_screen_customer_date_format'] = "Agent Screen Customer Date Format";
2762
$lang['go_agent_screen_customer_phone_format'] = "Agent Screen Customer Phone Format";
2763
$lang['go_agent_api_active'] = "Agent API Active";
2764
$lang['go_agent_only_callback_campaign_lock'] = "Agent Only Callback Campaign Lock";
2765
$lang['go_central_sound_control_active'] = "Central Sound Control Active";
2766
$lang['go_sounds_web_server'] = "Sounds Web Server";
2767
$lang['go_sounds_web_directory'] = "Sounds Web Directory";
2768
$lang['go_system_settings'] = "System Settings";
2769
$lang['go_admin_web_directory'] = "Admin Web Directory";
2770
$lang['go_active_voicemail_server'] = "Active Voicemail Server";
2771
$lang['go_auto_dial_limit'] = "Auto Dial Limit";
2772
$lang['go_outbound_auto_dial_active'] = "Outbound Auto-Dial Active";
2773
$lang['go_max_fill_calls_per_second'] = "Max FILL Calls per Second";
2774
$lang['go_allow_custom_dialplan_entries'] = "Allow Custom Dialplan Entries";
2775
$lang['go_generate_cross_server_phone_extens'] = "Generate Cross-Server Phone Extensions";
2776
$lang['go_user_territories_active'] = "User Territories Active";
2777
$lang['go_enable_sound_webform'] = "Enable Second Webform";
2778
$lang['go_enable_tts_integration'] = "Enable TTS Integration";
2779
$lang['go_enable_callcard'] = "Enable CallCard";
2780
$lang['go_enable_custom_list_fields'] = "Enable Custom List Fields";
2781
$lang['go_first_login_trigger'] = "First Login Trigger";
2782
$lang['go_default_phone_registration_pass'] = "Default Phone Registration Password";
2783
$lang['go_default_phone_login_pass'] = "Default Phone Login Password";
2784
$lang['go_default_server_pass'] = "Default Server Password";
2785
$lang['go_slave_database_server'] = "Slave Database Server";
2786
$lang['go_reports_use_slave'] = "Reports to use Slave DB";
2787
$lang['go_custom_dialplan_entry'] = "Custom Dialplan Entry";
2788
$lang['go_reload_dialplan_on_servers'] = "Reload Dialplan On Servers";
2789
$lang['go_l_title'] = "Label Title";
2790
$lang['go_l_first_name'] = "Label First Name";
2791
$lang['go_l_middle_name'] = "Label Middle Initial";
2792
$lang['go_l_last_name'] = "Label Last Name";
2793
$lang['go_l_address1'] = "Label Address1";
2794
$lang['go_l_address2'] = "Label Address2";
2795
$lang['go_l_address3'] = "Label Address3";
2796
$lang['go_l_city'] = "Label City";
2797
$lang['go_l_state'] = "Label State";
2798
$lang['go_l_province'] = "Label Province";
2799
$lang['go_l_postal_code'] = "Label Postal Code";
2800
$lang['go_l_vendor_lead_code'] = "Label Vendor Lead Code";
2801
$lang['go_l_gender'] = "Label Gender";
2802
$lang['go_l_phone_number'] ="Label Phone Number";
2803
$lang['go_l_phone_code'] = "Label Phone Code";
2804
$lang['go_l_alt_phone'] = "Label Alt Phone";
2805
$lang['go_l_security_phrase'] = "Label Security Phrase";
2806
$lang['go_l_email'] = "Label Email";
2807
$lang['go_l_commens'] = "Label Comments";
2808
$lang['go_qc_features_active'] = "QC Features Active";
2809
$lang['go_qc_last_pull_time'] = "QC Last Pull Time";
2810
$lang['go_default_codecs'] = "Default Codecs";
2811
$lang['go_default_webphone'] = "Default Webphone";
2812
$lang['go_default_external_server_ip'] = "Default External Server IP";
2813
$lang['go_webphone_url'] = "Webphone URL";
2814
$lang['go_webphone_system_key'] = "Webphone System Key";
2815

    
2816
//[7] User Groups
2817
$lang['go_user_groups'] = "User Groups";
2818
$lang['go_ug_entry_del'] = "USER GROUP ENTRY";
2819
$lang['go_type'] = "Type"; 
2820
$lang['go_forced_timeclock'] = "Forced Timeclock"; 
2821
$lang['go_add_new_user_group'] = "Add New User Group";
2822

    
2823
//Add New User Group
2824
$lang['go_user_group_wizard'] = "User Group Wizard"; 
2825
$lang['add_new_user_group'] = "Add New User Group";
2826
$lang['go_group_name'] = "Group Name"; 
2827
$lang['go_group_template'] = "Group Template"; 
2828
$lang['go_user_groups_s'] = "user groups";
2829
$lang['go_ug_banner'] = "User Groups";
2830
$lang['go_to_1'] = "Go to First Page";
2831
$lang['go_to_prev_p'] = "Go to Previous Page";
2832
$lang['go_to_page'] = "Go to Page";
2833
$lang['go_to_next'] = "Go to Next Page";
2834
$lang['go_to_last'] = "Go to Last Page";
2835
$lang['go_to_view_all'] = "Go to View All Pages";
2836
$lang['go_to_back_pag'] = "Back to Paginated View";
2837
$lang['go_group_level'] = "Group Level"; 
2838
$lang['go_todays_status'] = "Today's Status"; 
2839
$lang['go_account_info'] = "Account Info"; 
2840
$lang['go_agent_lead_status'] = "Agent Lead Status"; 
2841
$lang['go_server_settings'] = "Server Settings"; 
2842
$lang['go_go_analytics'] = "Go Analytics"; 
2843
$lang['go_system_service'] = "System Service"; 
2844
$lang['go_cluster_status'] = "Cluster Status"; 
2845
$lang['go_create'] = "Create"; 
2846
$lang['go_read'] = "Read"; 
2847
$lang['go_update'] = "Update";
2848
$lang['go_campaign'] = "Campaign"; 
2849
$lang['go_list'] = "List"; 
2850
$lang['go_custom_fields'] = "Custom Fields"; 
2851
$lang['go_load_leads'] = "Load Leads"; 
2852
$lang['go_script'] = "Script"; 
2853
$lang['go_reports_analytics'] = "Reports & Analytics"; 
2854
$lang['go_agent_time_detail'] = "Agent Time Detail"; 
2855
$lang['go_agent_performance_detail'] = "Agent Performance Detail"; 
2856
$lang['go_dial_status_summary'] = "Dial Status Summary"; 
2857
$lang['go_sales_per_agent'] = "Sales Per Agent"; 
2858
$lang['go_sales_tracker'] = "Sales Tracker"; 
2859
$lang['go_inbound_call_report'] = "Inbound Call Report";
2860
$lang['go_export_call_report'] = "Export Call Report"; 
2861
$lang['go_adv_script'] = "Advance Script"; 
2862
$lang['go_recording'] = "Recording"; 
2863
$lang['go_allowed_recording_view'] = "Allowed Recording View"; 
2864
$lang['go_support'] = "Support"; 
2865
$lang['go_allowed_support'] = "Allowed Support"; 
2866
$lang['go_multi_tenant'] = "Multi-Tenant"; 
2867
$lang['go_ug_navailable'] = "User Group Not Available.";
2868
$lang['go_admin_logs'] = "Admin Logs"; 
2869
$lang['go_more'] = "more";
2870
$lang['go_call_times'] = "Call Times"; 
2871
$lang['go_modify_ct'] = "MODIFY CALLTIME";
2872
$lang['go_modify_sct'] = "MODIFY STATE CALLTIME";
2873
$lang['go_del_sct'] = "DELETE STATE CALLTIME";
2874
$lang['go_del_con_gad'] ="Are you sure you want to delete your GoAutoDial - JustGoVoIP account? This will delete both the carrier entry and your JustGoVoIP";
2875
$lang['go_del_con_irreversible'] = "ARE YOU ABSOLUTELY WANT TO DELETE YOUR ACCOUNT? THIS PROCESS IS IRREVERSIBLE";
2876
$lang['go_carrier_del'] = "CARRIER ENTRY DELETED";
2877
$lang['go_carrier_banner'] = "Carriers";
2878
$lang['go_del_ct'] = "DELETE CALLTIME";
2879
$lang['go_call_time'] = "Call Time"; 
2880
$lang['go_been_del'] = "has been deleted";
2881
$lang['go_phones_s'] = "Phones"; 
2882
$lang['go_pls_sel_ext'] = "Please select an Extension.";
2883
$lang['go_del_con_sel_ext'] = "Are you sure you want to delete the selected Extension";
2884
$lang['go_phone_banner'] = "Phones"; 
2885
$lang['go_phone_entry_del'] = "PHONE ENTRY";
2886
$lang['go_frm_list'] = "from the list";
2887
$lang['go_phones'] = "phones"; 
2888
$lang['go_voicemails'] = "Voicemails"; 
2889
$lang['go_voicemails_s'] = "voicemails"; 
2890

    
2891

    
2892
//Modify (advance settings)
2893
$lang['go_force_timeclock_login'] = "Force Timeclock Login"; 
2894
$lang['go_shift_enforcement'] = "Shift Enforcement"; 
2895
$lang['go_all_campaigns'] = "ALL-CAMPAIGNS - USERS CAN VIEW ANY CAMPAIGN"; 
2896
$lang['go_group_shifts']  = "Group Shifts";
2897

    
2898
//
2899
$lang['go_modify_user_group'] = "Modify User Group"; 
2900
$lang['no_record_found'] = "No Record(s) Found";
2901
$lang['go_modify_ug'] = "MODIFY USER GROUP"; 
2902
$lang['go_del_ug'] = "DELETE USER GROUP"; 
2903
$lang['go_allowed_campaign'] = "Allowed Campaign"; 
2904
$lang['go_agent_status_viewable_groups'] = "Agent Status Viewable Groups"; 
2905
$lang['go_all_groups'] = "All Groups"; 
2906
$lang['all_ug_system'] = "- All user groups in the system"; 
2907
$lang['go_campaign_agent'] = "CAMPAIGN-AGENTS"; 
2908
$lang['go_all_ulisc'] = "- All users logged into the same campaign"; 
2909
$lang['go_not_logged_agents'] = "NOT-LOGGED-IN-AGENTS"; 
2910
$lang['go_users_not_logged'] = " - All users in the system, even not logged-in"; 
2911
$lang['go_agent_status_view_time'] = "Agent Status View Time"; 
2912
$lang['go_agent_call_log_view'] = "Agent Call Log View"; 
2913
$lang['go_agent_allow_consultative_xfer'] = "Agent Allow Consultative Xfer";
2914
$lang['go_agent_allow_dial_override_xfer'] = "Agent Allow Dial Override Xfer";
2915
$lang['go_agent_allow_voicemail_msg_xfer'] = "Agent Allow Voicemail Message Xfer";
2916
$lang['go_agent_allow_blind_xfer'] = "Agent Allow Blind Xfer";
2917
$lang['go_agent_allow_dial_with_customer'] = "Agent Allow Dial With Customer Xfer:";
2918
$lang['go_agent_allow_park_customer_dial_xfer'] = "Agent Allow Park Customer Dial Xfer";
2919
$lang['go_agent_fullscreen'] = "Agent Fullscreen"; 
2920
$lang['go_allowed_reports'] = "Allowed Reports"; 
2921
$lang['go_allowed_user_groups'] = "Allowed User Groups"; 
2922
$lang['go_all_groups'] = "ALL GROUPS"; 
2923
$lang['go_all_ug_system'] = "- All user groups in the system"; 
2924
$lang['go_allowed_call_times'] = "Allowed Call Times";
2925
$lang['go_all_calltimes'] = "ALL-CALLTIMES";
2926
$lang['go_all_call_times_system'] = " - All call times in the system";
2927

    
2928

    
2929
//[8] Voicemails
2930
$lang['go_vm_not_available'] = "Voicemail Not Available.";
2931
$lang['go_vm_banner'] = "Voicemails";
2932
$lang['go_pls_select_vm'] = "Please select a Voicemail.";
2933
$lang['go_voicemail_id'] = "Voicemail ID"; 
2934
$lang['go_name'] = "Name"; 
2935
$lang['go_activate_selected'] = "Activate Selected"; 
2936
$lang['go_activate'] = "Activate"; 
2937
$lang['go_deactivate'] = "Deactivate"; 
2938
$lang['go_deactivate_selected'] = "Deactivate Selected"; 
2939

    
2940
//Add New Voicemail
2941
$lang['go_voicemail_wizard'] = "Voicemail Wizard"; 
2942
$lang['go_add_new_voicemail'] = "Add New Voicemail"; 
2943
$lang['go_pass'] = "Password"; 
2944
$lang['go_active_no'] = "NO"; 
2945
$lang['go_active_yes'] = "YES"; 
2946
$lang['go_email'] = "Email"; 
2947
$lang['go_min_2_numbers'] = "Minimum of 2 numbers"; 
2948
$lang['go_voicemails_boxes'] = "Voicemails Boxes"; 
2949

    
2950
//Modify voicemail
2951
$lang['go_del_voicemail_after_email'] = "Delete Voicemail After Email"; 
2952
$lang['go_new_msg'] = "New Messages"; 
2953
$lang['go_old_msg'] = "Old Messages"; 
2954
$lang['go_save_settings'] = "Save Settings"; 
2955
$lang['go_modify_voicemail_box'] = "Modify Voicemail box"; 
2956
$lang['go_modify_voicemail'] = "MODIFY";
2957
$lang['go_del_con'] = "Are you sure you want to delete?";
2958

    
2959
//Delete Voicemail
2960
$lang['go_del_voicemail'] = "Eliminar correo de voz";
2961
$lang['go_deld_voicemail'] = "Deleted Voicemail(s):";
2962
$lang['go_vm_entry_del'] = "VOICEMAIL ENTRY";
2963
$lang['go_entry_3_char_search'] = "Please enter at least 3 characters to search";
2964
$lang['go_del_voicemail_selected'] = "Are you sure you want to delete the selected Voicemail";
2965
$lang['go_del_voicemails'] = "Delete Voicemails";
2966
$lang['go_cancel'] = "Cancel";
2967
$lang['go_all_caps'] = "ALL";
2968

    
2969

    
2970
$lang['go_usergroups_reports'] = "ALL REPORTS, NONE, Real-Time Main Report, Real-Time Campaign Summary , Inbound Report, Inbound Service Level Report, Inbound Summary Hourly Report, Inbound Daily Report, Inbound DID Report, Inbound IVR Report, Outbound Calling Report, Outbound Summary Interval Report, Outbound IVR Report, Fronter - Closer Report, Lists Campaign Statuses Report, Campaign Status List Report, Export Calls Report , Export Leads Report , Agent Time Detail, Agent Status Detail, Agent Performance Detail, Team Performance Detail, Single Agent Daily , User Timeclock Report, User Group Timeclock Status Report, User Timeclock Detail Report , Server Performance Report, Administration Change Log, List Update Stats, User Stats, User Time Sheet, Download List, Dialer Inventory Report, Custom Reports Links, CallCard Search, Maximum System Stats, Maximum Stats Detail, Search Leads Logs";
2971
$lang['go_off'] = "OFF";
2972
$lang['go_pls_sel_one_more_camp'] = "Please select one or more campaign from the list.";
2973
$lang['go_success_update'] = "Success: Update successful!";
2974
$lang['go_defaultLanguage'] = "Default Language";
2975
$lang['go_of'] = "of";
2976
$lang['go_to'] = "to";
2977
$lang['go_tenants_banner'] = "Multi-Tenant";
2978
$lang['go_telephony'] = "Telephony";
2979
$lang['go_admin_settings'] = "Admin Settings";
2980
$lang['go_lists_and_call_recordings'] = "Lists and Call Recordings";
2981
$lang['go_call_reports'] = "Call Reports";
2982
$lang['go_scripts'] = "Scripts"; 
2983
$lang['go_reports'] = "Reports";
2984
$lang['go_analytics'] = "Analytics"; 
2985
$lang['go_hello'] = "Hello";
2986
$lang['go_logout'] = "Logout";
2987
$lang['go_edit_profile'] = "Edit your profile";
2988
$lang['go_powered_by_GAD'] = "Powered by GoAutoDial";
2989
$lang['go_go_back'] = "Go Back";
2990
$lang['go_show_on_screen'] = "Show on screen";
2991
$lang['go_todays_status'] = "Today's Status";
2992
$lang['go_server_statistics'] = "Server Statistics";
2993
$lang['go_configure'] = "Configure";
2994
$lang['go_system_services'] = "System Services";
2995
$lang['go_cluster_status'] = "Cluster Status";
2996
$lang['go_justgovoip'] = "JustGOVoIP";
2997
$lang['go_agents_status'] = "Agent's Status";
2998
$lang['go_plugins'] = "Plugins";
2999
$lang['go_agents_phones'] = "Agents & Phones";
3000
$lang['go_analytics'] = "GO Analytics";
3001
$lang['go_gad_project_page'] = "GoAutoDial Project Page";
3002
$lang['go_gad_news'] = "GOAutoDial News";
3003
$lang['go_gad_community_forum'] = "GOAutoDial Community & Forum";
3004
$lang['go_no_columns'] = "Number of Columns";
3005
$lang['go_intro_help'] = "Introduction Help";
3006
$lang['go_notification'] = "Notification";
3007
$lang['go_settings'] = "Settings";
3008

    
3009

    
3010

    
3011

    
3012
//Additional
3013

    
3014
$lang['go_description'] = "Description";
3015
$lang['go_color'] = "Color";
3016
$lang['go_web_form'] = "Web Form";
3017
$lang['go_next_agent_call'] = "Next Agent Call";
3018
$lang['go_oldest_call_finish'] = "oldest_call_finish";
3019
$lang['go_overall_user_level'] = "overall_user_level";
3020
$lang['go_inbound_group_rank'] = "inbound_group_rank";
3021
$lang['go_campaign_rank'] = "campaign_rank";
3022
$lang['go_fewest_calls'] = "fewest_calls";
3023
$lang['go_fewest_calls_campaign'] = "fewest_calls_campaign";
3024
$lang['go_longest_wait_time'] = "longest_wait_time";
3025
$lang['go_ring_all'] = "ring_all";
3026
$lang['go_queue_priority'] = "Queue Priority";
3027
$lang['go_fronter_display'] = "Fronter Display";
3028
$lang['go_script'] = "Script";
3029
$lang['go_on_hook_ring_time'] = "On-Hook Ring Time";
3030
$lang['go_get_call_launch'] = "Get Call Launch";
3031
$lang['go_webform'] = "WEBFORM";
3032
$lang['go_transfer_conf_dtmf1'] = "Transfer-Conf DTMF 1";
3033
$lang['go_transfer_conf_number1'] = "Transfer-Conf Number 1";
3034
$lang['go_transfer_conf_dtmf2'] = "Transfer-Conf DTMF 2";
3035
$lang['go_transfer_conf_number2'] = "Transfer-Conf Number 2";
3036
$lang['go_transfer_conf_number3'] = "Transfer-Conf Number 3";
3037
$lang['go_transfer_conf_number4'] = "Transfer-Conf Number 4";
3038
$lang['go_transfer_conf_number5'] = "Transfer-Conf Number 5";
3039
$lang['go_tmer_action'] = "Timer Action";
3040
$lang['go_dial'] = "D1_DIAL";
3041
$lang['go_dial2'] = "D2_DIAL";
3042
$lang['go_dial3'] = "D3_DIAL";
3043
$lang['go_hangup'] = "HANGUP";
3044
$lang['go_call_menu'] = "CALLMENU";
3045
$lang['go_exten'] = "EXTENSION";
3046
$lang['go_ingroup'] = "IN_GROUP";
3047
$lang['go_timer_action_msg'] = "Timer Action Message";
3048
$lang['go_timer_action_seconds'] = "Timer Action Seconds";
3049
$lang['go_timer_action_destination'] = "Timer Action Destination";
3050
$lang['go_drop_call_seconds'] = "Drop Call Seconds";
3051
$lang['go_drop_action'] = "Drop Action";
3052
$lang['go_drop_exten'] = "Drop Exten";
3053
$lang['go_vm'] = "Voicemail";
3054
$lang['go_drop_transfer_group'] = "Drop Transfer Group";
3055
$lang['go_call_time'] = "Call Time";
3056
$lang['go_after_hours_action'] = "After Hours Action";
3057
$lang['go_msg'] = "MESSAGE";
3058
$lang['go_voicemail'] = "VOICEMAIL";
3059
$lang['go_after_hours_msg_filename'] = "After Hours Message Filename";
3060
$lang['go_after_hours_exten'] = "After Hours Extension";
3061
$lang['go_after_hours_vm'] = "After Hours Voicemail";
3062
$lang['go_after_hours_transfer_group'] = "After Hours Transfer Group";
3063
$lang['go_no_agents_no_queueing'] = "No Agents No Queueing";
3064
$lang['go_no_paused'] = "NO_PAUSED";
3065
$lang['go_no_agent_no_queue_action'] = "No Agent No Queue Action";
3066
$lang['go_welcome_me'] = "Welcome Message Filename";
3067
$lang['go_play_welcome_msg'] = "Play Welcome Message";
3068
$lang['go_never'] = "NEVER";
3069
$lang['go_if_wait_only'] = "IF_WAIT_ONLY";
3070
$lang['go_yes_unless_nodelay'] = "YES_UNLESS_NODELAY";
3071
$lang['go_moh_context'] = "Music On Hold Context";
3072
$lang['go_moh_chooser'] = "Moh Chooser";
3073
$lang['go_on_hold_prompt_filename'] = "On Hold Prompt Filename";
3074
$lang['go_on_hold_prompt_interval'] = "On Hold Prompt Interval";
3075
$lang['go_on_hold_prompt_no_block'] = "On Hold Prompt No Block";
3076
$lang['go_on_hold_prompt_seconds'] = "On Hold Prompt Seconds";
3077
$lang['go_play_place_line'] = "Play Place in Line";
3078
$lang['go_play_estimated_hold_time'] = "Play Estimated Hold Time";
3079
$lang['go_calculate_estimated_hold_seconds'] = "Calculate Estimated Hold Seconds";
3080
$lang['go_estimated_hold_time_min_filename'] = "Estimated Hold Time Minimum Filename";
3081
$lang['go_estimated_hold_time_min_prompt_block'] = "Estimated Hold Time Minimum Prompt No Block";
3082
$lang['go_estimated_hold_time_min_prompt_seconds'] = "Estimated Hold Time Minimum Prompt Seconds";
3083
$lang['go_wait_time_option'] = "Wait Time Option";
3084
$lang['go_press_stay'] = "PRESS_STAY";
3085
$lang['go_press_vmail'] = "PRESS_VMAIL";
3086
$lang['go_press_exten'] = "PRESS_EXTEN";
3087
$lang['go_press_call_menu'] = "PRESS_CALLMENU";
3088
$lang['go_press_cid_callback'] = "PRESS_CID_CALLBACK";
3089
$lang['go_press_ingroup'] = "PRESS_INGROUP";
3090
$lang['go_wait_time_second_option'] = "Wait Time Second Option";
3091
$lang['go_press_cid_callback'] = "PRESS_CID_CALLBACK";
3092
$lang['go_wait_time_third_option'] = "Wait Time Third Option";
3093
$lang['go_wait_time_option_seconds'] = "Wait Time Option Seconds";
3094
$lang['go_wait_time_option_exten'] = "Wait Time Option Extension";
3095
$lang['go_wait_time_option_call_menu'] = "Wait Time Option Callmenu";
3096
$lang['go_wait_time_option_voicemail'] = "Wait Time Option Voicemail";
3097
$lang['go_wait_time_option_transfer_in_group'] = "Wait Time Option Transfer In-Group";
3098
$lang['go_wait_time_option_press_filename'] = "Wait Time Option Press Filename";
3099
$lang['go_wait_time_option_press_no_block'] = "Wait Time Option Press No Block";
3100
$lang['go_wait_time_option_press_filename_seconds'] = "Wait Time Option Press Filename Seconds";
3101
$lang['go_wait_time_option_after_press_filename'] = "Wait Time Option After Press Filename";
3102
$lang['go_wait_time_option_callback_list_id'] = "Wait Time Option Callback List ID";
3103
$lang['go_wait_hold_option_priority'] = "Wait Hold Option Priority";
3104
$lang['go_both'] = "BOTH";
3105
$lang['go_wait'] = "WAIT";
3106
$lang['go_estimated_hold_time_option'] = "Estimated Hold Time Option";
3107
$lang['go_hold_time_third_option'] = "Hold Time Third Option";
3108
$lang['go_hold_time_option_seconds'] = "Hold Time Option Seconds";
3109
$lang['go_hold_time_option_minimum'] = "Hold Time Option Minimum";
3110
$lang['go_hold_time_option_extension'] = "Hold Time Option Extension";
3111
$lang['go_hold_time_option_callmenu'] = "Hold Time Option Callmenu";
3112
$lang['go_hold_time_option_voicemail'] = "Hold Time Option Voicemail";
3113
$lang['go_hold_time_option_transfer_in_group'] = "Hold Time Option Transfer In-Group";
3114
$lang['go_hold_time_option_press_filename'] = "Hold Time Option Press Filename";
3115
$lang['go_hold_time_option_press_no_block'] = "Hold Time Option Press No Block";
3116
$lang['go_hold_time_option_press_filename_seconds'] = "Hold Time Option Press Filename Seconds";
3117
$lang['go_hold_time_option_after_press_filename'] = "Hold Time Option After Press Filename";
3118
$lang['go_hold_time_option_callback_list_id'] = "Hold Time Option Callback List ID";
3119
$lang['go_agent_alert_filename'] = "Agent Alert Filename";
3120
$lang['go_agent_alert_delay'] = "Agent Alert Delay";
3121
$lang['go_default_transfer_group'] = "Default Transfer Group";
3122
$lang['go_agentdirect_single_agent_direct_queue'] = "AGENTDIRECT - Single Agent Direct Queue";
3123
$lang['go_default_group_alias'] = "Default Group Alias";
3124
$lang['go_hold_recall_transfer_in_group'] = "Hold Recall Transfer In-Group";
3125
$lang['go_no_delay_call_route'] = "No Delay Call Route";
3126
$lang['go_in_group_recording_override'] = "In-Group Recording Override";
3127
$lang['go_disabled'] = "go_ondemand";
3128
$lang['go_allcalls'] = "ALLCALLS";
3129
$lang['go_allforce'] = "ALLFORCE";
3130
$lang['go_in_group_recording_filename'] = "In-Group Recording Filename";
3131
$lang['go_stats_percent_of_calls_answered_within_seconds'] = "Stats Percent of Calls Answered Within X seconds 1";
3132
$lang['go_stats_percent_of_calls_answered_within_seconds'] = "Stats Percent of Calls Answered Within X seconds 2";
3133
$lang['go_start_call_url'] = "Start Call URL";
3134
$lang['go_dispo_call_url'] = "Dispo Call URL";
3135
$lang['go_add_lead_url'] = "Add Lead URL";
3136
$lang['go_extension_append_cid'] = "Extension Append CID";
3137
$lang['go_uniqueid_status_display'] = "Uniqueid Status Display";
3138
$lang['go_enabled'] = "ENABLED";
3139
$lang['go_enabled_prefix'] = "ENABLED_PREFIX";
3140
$lang['go_enabled_preserve'] = "ENABLED_PRESERVE";
3141
$lang['go_uniqueid_status_prefix'] = "Uniqueid Status Prefix";
3142

    
3143
$lang['go_error_invalid_captcha'] = "Error: Invalid Captcha";
3144
$lang['go_account_creation_success'] = "Success: Account creation successful. Please check your email for instructions on how to login to your account.";
3145
$lang['go_error_cant_create'] = "Error: Can't create sippy user";
3146
$lang['go_only_GAD_allowed'] = "Error: Only one GoAutoDial-JustGoVoip is allowed per server ip";
3147
$lang['go_success_copy_carrier'] = "Success: Copy Carrier complete";
3148
$lang['go_failed_copy'] = "Error: Failed to copy the selected carrier";
3149
$lang['go_empty_post_data'] = "Error: Empty post data";
3150

    
3151
################## login ########################
3152
$lang['go_forgot_pass'] = "Forgot password";
3153
$lang['go_mysql_connect_error'] = "MySQL connect ERROR:";
3154
$lang['go_cloud_call_center'] = "Cloud Call Center";
3155
$lang['go_pls_enter_username'] = "Please enter your username.";
3156
$lang['go_pls_enter_pass'] = "Please enter you password.";
3157
$lang['go_close'] = "CLOSE";
3158
$lang['go_agent_login'] = "AGENT LOGIN";
3159
$lang['go_account_number'] = "Account Number / Web Login:";
3160
$lang['go_send_email'] = "Send to email";
3161
$lang['go_the_account_does_not_exist'] = "The Account number does not exist.";
3162
$lang['go_from'] = "From";
3163
$lang['go_justgocloud_admin_pass_ret'] = "JustGoCloud Admin Password retrival.";
3164
$lang['go_pls_keep_this_email'] = "Please keep this email for your records. Your account information is as follows";
3165
$lang['go_account_number'] = "Account Number";
3166
$lang['go_justgocloud_admin_url'] = "JustGoCloud Admin URL";
3167
$lang['go_web_admin_username'] = "Web Admin Username";
3168
$lang['go_admin_pass'] = "Web Admin Password";
3169
$lang['go_pass_sent'] = "Passwords sent to";
3170
$lang['go_your_username'] = "Your username";
3171
$lang['go_username'] = "Username";
3172
$lang['go_pass'] = "Your password";
3173
$lang['go_login'] = "LOGIN";
3174
$lang['go_create_account'] = "Create an account";
3175
$lang['go_proceeding_agree'] = "By proceeding, I agree to the ";
3176
$lang['go_terms_service'] = "Terms of Service </a> and";
3177
$lang['go_privacy_notice'] = "Privacy Notice</a> of $VARCLOUDCOMPANY";
3178
$lang['go_redirecting'] = "Redirecting...";
3179
$lang['go_conf_file_not_found'] = "ERROR: 'goautodial.conf' file not found.";
3180
$lang['go_ast_file_not_found'] = "ERROR: 'astguiclient.conf' file not found.";
3181

    
3182
##################3 IVR ###############################
3183

    
3184
$lang['go_menu_id_navailable'] = "Menu id not available.";
3185
$lang['go_menu_id_should_nempty'] = "Menu id should not be empty.";
3186
$lang['go_menu_id_navailable'] = "Menu id not available.";
3187
$lang['go_menu_id_should_nempty'] = "Menu id should not be empty.";
3188
$lang['go_min_4_digits'] = "Minimum of 4 digits.";
3189
$lang['go_call_menu_wizard'] = "Call Menu Wizard";
3190
$lang['go_create_new_call_menu'] = "Create New Call Menu";
3191
$lang['go_menu_id'] = "Menu ID";
3192
$lang['go_menu_name'] = "Menu Name";
3193
$lang['go_menu_greeting'] = "Menu Greeting";
3194
$lang['go_menu_timeout'] = "Menu Timeout";
3195
$lang['go_menu_timeout_greeting'] = "Menu timeout greeting";
3196
$lang['go_menu_invalid_greeting'] = "Menu invalid greeting";
3197
$lang['go_menu_repeat'] = "Menu Repeat";
3198
$lang['go_menu_time_check'] = "Menu Time Check";
3199
$lang['go_call_time'] = "Call Time";
3200
$lang['go_track_calls'] = "Track calls in";
3201
$lang['go_real_time_report'] = "Real-time Report";
3202
$lang['go_tracking_group'] = "Tracking group";
3203
$lang['go_user_group'] = "User Group";
3204
$lang['go_default_call_menu_entry'] = "Default Call Menu Entry";
3205
$lang['go_description'] = "Description:";
3206
$lang['go_audio_file'] = "Audio file";
3207
$lang['go_add_new_call_menu_options'] = "Add New Call Menu Options";
3208
$lang['go_route'] = "Route";
3209
$lang['go_descriptions'] = "Descriptions";
3210
$lang['go_prompt'] = "Prompt";
3211
$lang['go_timeout'] = "Timeout";
3212
$lang['go_modify_ivr'] = "Modify IVR";
3213
$lang['go_delete_ivr'] = "Delete IVR";
3214
$lang['go_ivr_menus'] = "Interactive Voice Response (IVR) Menus";
3215
$lang['go_option_sel_already_use'] = "The option you selected is already in use.";
3216
$lang['go_modify_callmenu'] = "MODIFY CALLMENU";
3217
$lang['go_menu_prompt'] = "Menu Prompt";
3218
$lang['go_menu_timeout_prompt'] = "Menu Timeout Prompt";
3219
$lang['go_menu_invalid_prompt'] = "Menu Invalid Prompt";
3220
$lang['go_track_calls_real_time_report'] = "Track Calls in Real-Time Report";
3221
$lang['go_tracking_group'] = "Tracking Group";
3222
$lang['go_custom_dialplan_entry'] = "Custom Dialplan Entry";
3223
$lang['go_call_menu_options_'] = "Call Menu Options";
3224
$lang['go_in_groups'] = "In-Groups";
3225
$lang['go_del_call_menu'] = "Are you sure you want to delete this Call Menu / IVR"; 
3226
$lang['go_permission_del_call_menu'] = "Error: You do not have permission to delete Call Menu / IVR."; 
3227

    
3228
//NEW ADDED -> go_campaign_ce
3229
$lang['go_ERROR'] = "ERROR";
3230
$lang['go_Thecampaignyouwanttodeletestillhaslistidsthathaveleadsloaded'] = "The campaign(s) you want to delete still has list ids that have leads loaded";
3231
$lang['go_PleasetransfertheexistingliststoanothercampaignordeleteitusingourListpage'] = "Please transfer the existing list(s) to another campaign or delete it using our List page";
3232

    
3233
$lang['go_UserTooltip'] = "Users – allow for the creation of agents and admin users.";
3234
$lang['go_ScriptTooltip2'] = "A script allows admin to enable a window to popup on the Agent webpage during a live call when the “script” button is clicked. Each item on the “ Script Text “ is a syntax that gets pasted on the text box whenever the “ insert ” button is clicked and allows the system to call specific information on uploaded lead files or system information like agent names and display it on a window when the agent presses the script button on the agent user interface (UI). ";
3235
$lang['go_AnsweringMachineDetectionTooltip'] = "<b>Answering Machine Detection</b> \n
3236
Off – All answered calls will automatically be routed to an agent. \n
3237
On – System will attempt to distinguish if call is picked up by an answering machine. Detection rate is at best 70%";
3238
$lang['go_ActiveStatusDialTooltip'] = "<b>Dial Status</b> – Specifies the dispositions on the active lead file(s) on the campaign that the system will automatically dial. Any dispositions not included on the dial status will not be dialed.";
3239
$lang['go_Customer3WayHangupActionTooltip'] = "<b>Customer 3-Way Hangup Action</b> – If set to dispo, this will take the agent webpage to the disposition screen when the system detects that the customer has hungup on the 3-way call.";
3240
$lang['go_ActionColumnTooltip'] = "<b>Action Column</b> -- provides additional admin options such as edit, get more info, delete and and download the list.";
3241
$lang['goUsers_tooltip_level'] = "Level - defines the permission granted to a user. Current settings are; Level 1 - 6 – Agent Level. Can only access agent login. Cannot modify account settings. Limited privilege. Level 7-8 – Admin Level. Can access both agent login and admin dashboard. Can make changes to account settings.";
3242
$lang['goUsers_agentandphoneTooltip'] =  "<b> Agent ID </b> and <b> Phone login </b> are used to register your softphone and login to your agent webpage. They cannot be changed.";
3243
$lang['go_widgetDateTooltip'] = "<b> Date Range </b> – determines the time length of data to be generated";
3244
$lang['goUsers_forceLogoutTooltip'] = '<b> Force Logout </b>  – will terminate the browser session of the agent. This is useful when the agent is getting the "improper logout" error.';
3245
$lang['go_inboundthistimeTooltip'] = "<b> Outbound Calls this time </b> – displays all relevant information regarding outbound calls on the selected date range.";
3246

    
3247
$lang['go_group_not_added'] = "GROUP NOT ADDED - Please go back and look at the data you entered";
3248
$lang['go_did_not_added'] = "DID NOT ADDED - DID already exist.";
3249
$lang['go_error_unknown_service'] = "Error: Unknown service";
3250
$lang['go_error_multi_gad_carrier'] = "Error: Multiple GoAutoDial carrier entries are not allowed";
3251
$lang['go_error_registered_user'] = "Error : Are you a registered user?";
3252
$lang['go_error_pls_contact_support'] = "Error: Something went wrong please contact your support";
3253
$lang['go_pls_use_freshdesk'] = "Admin account? Please use our freshdesk";
3254
$lang['go_new_ticket_submited'] = "New ticket submitted";
3255
$lang['go_added_new_note'] = "Added new note successful";
3256
$lang['go_error_no_script_process'] = "Error: No script to process!";
3257
$lang['go_error_empty_scriptid'] = "Error: Empty scriptid";
3258
$lang['go_success_new_lime_survey'] = "Success: New lime survey created";
3259
$lang['go_error_saving_data_support'] = "Error on saving data contact your support";
3260
$lang['go_error_no_data_process'] = "Error: no data to process";
3261
$lang['go_error_passing_not_obj_var'] = "Error: passing not an object variable";
3262
$lang['go_error_passing_empty_data'] = "Error: Passing empty data contact your support";
3263
$lang['go_dnc_numbers'] = "DNC numbers";
3264
?>
(8-8/11) Go to top