HomeInstallation and Upgrade ManualHelpSpot 4 - Installation & SetupHelpSpot 4.8.0 Language File Changes

14. HelpSpot 4.8.0 Language File Changes

lg.general.php

//additions
define('lg_lookup_filter_thermostat_score','Thermostat NPS Score');
define('lg_admin_customer_tools','Customer Tools');

lg.pg.admin.integrations.php

//additions
define('lg_admin_thermostat_header','Send NPS surveys to your customers with ');
define('lg_admin_thermostat_connect','Save Thermostat API Token');
define('lg_admin_thermostat_learn_about','Learn About Thermostat');
define('lg_admin_thermostat_get_token', 'Get an API Token');
define('lg_admin_thermostat_label_api_token', 'Thermostat API Token');
define('lg_admin_thermostat_token_value', 'placeholder="<token hidden> Enter a new (or empty) token to update (or remove) the Thermostat API token."');

lg.pg.admin.settings.php

//additions
define('lg_admin_settings_terms_enable','Ask customer to accept privacy policy and terms');
define('lg_admin_settings_portalterms','URL of terms of service');
define('lg_admin_settings_portalprivacy','URL of privacy policy');
define('lg_admin_settings_portalterms_info','If you enter a URL, then the users must accept before submitting a request');

lg.pg.admin.tools.customer.php (new file)

<?php

// SECURITY: Don't allow direct calls to this file outside the context of HelpSpot
if (!defined('cBASEPATH')) die();

/* EDITING NOTES
1. Some strings contain %s symbols, these must be maintained
2. Any single quotes must be preceded by a slash like this:  \'  ex: there\'s
3. If you modify this file, be sure to back it up in case you overwrite it during an upgrade by accident
*/

define('lg_admin_tools_customer_title','Customer Tools');
define('lg_admin_tools_customer_manage_data','Manage Customer Data');
define('lg_admin_tools_customer_export_data','Export Customer Data');
define('lg_admin_tools_customer_export_email','Export by Email');
define('lg_admin_tools_customer_email','Email');
define('lg_admin_tools_customer_email_address','Email Address');
define('lg_admin_tools_customer_export','Export');
define('lg_admin_tools_customer_delete_data','Delete Customer Data');
define('lg_admin_tools_customer_delete_request','Delete a request');
define('lg_admin_tools_customer_delete_request_note','Delete a request note');
define('lg_admin_tools_customer_delete_request_note_id','Note ID');
define('lg_admin_tools_customer_delete_request_note_info','This will permanently delete a single request history item along with any associated attachments.');
define('lg_admin_tools_customer_delete','Delete');
define('lg_admin_tools_customer_request_id','Request ID');
define('lg_admin_tools_customer_request_id_note','This will permanently delete a single request');
define('lg_admin_tools_customer_delete_by_email','Delete by Email');
define('lg_admin_tools_customer_delete_by_email_note','This will permanently delete anything in the database related to an email address.');
define('lg_admin_tools_customer_delete_by_id','Delete by Customer ID');
define('lg_admin_tools_customer_delete_by_id_note','This will permanently delete anything in the database related to a customer ID.');
define('lg_admin_tools_customer_sure','Are you sure you want to delete this?');
define('lg_admin_tools_customer_agree','You must type "I AGREE" to confirm.');
define('lg_admin_tools_customer_mutli_found','We found %s requests for %s. Are you sure you want to delete these?');
define('lg_admin_tools_customer_one_found','Are you sure you want to delete this?');
define('lg_admin_tools_customer_warning','<b>WARNING:</b> This operation is immediate and will <b>permanently delete</b>. Type "I AGREE" below to delete.');
define('lg_admin_tools_customer_confirm','Confirm');
define('lg_admin_tools_customer_finished','The request(s) have been deleted.');
?>

lg.pg.admin.tools.portals.php

//additions
define('lg_admin_portals_terms_enable','Ask customer to accept privacy policy and terms');
define('lg_admin_portals_portalterms','URL of terms of service');
define('lg_admin_portals_portalprivacy','URL of privacy policy');
define('lg_admin_portals_portalterms_info','If you enter a URL, then the users must accept before submitting a request');

lg.pg.admin.tools.templates.php

//additions
define('lg_admin_portaltemplates_temp_terms','HTML Elements for agreeing to the terms and privacy policy.');

lg.pg.conditional.ui.php

//additions
define('lg_conditional_at_thermostat_send','Send a Thermostat Survey');
define('lg_conditional_at_thermostat_add_email','Add Email to Survey Campaign');
define('lg_conditional_at_thermostat_score', 'Thermostat NPS Score');
define('lg_conditional_at_thermostat_promoter', 'promoter');
define('lg_conditional_at_thermostat_passive', 'passive');
define('lg_conditional_at_thermostat_detractor', 'detractor');
define('lg_conditional_at_ogintegrations','Integrations');

lg.pg.filter.requests.php

//additions
define('lg_filter_requests_ointegrations','Integrations');

lg.portal.php

//additions
define('lg_portal_agree_terms_privacy', 'I agree to the <a href="%s" target="_blank">Terms of Service</a> and <a href="%s" target="_blank">Privacy Policy</a>');
define('lg_portal_agree_terms', 'I agree to the <a href="%s" target="_blank">Terms of Service</a>');
define('lg_portal_agree_privacy', 'I agree to the <a href="%s" target="_blank">Privacy Policy</a>');
define('lg_portal_req_terms', 'You must agree to the terms');

Knowledge Tags

Related Pages
This page was: Helpful | Not Helpful