/home/edulekha/crm.edulekha.com/modules/goals/language/english/goals_lang.php
<?php

# Version 2.3.0

$lang['goals']                                                          = 'Goals';
$lang['goal']                                                           = 'Goal';
$lang['goals_tracking']                                                 = 'Goals Tracking';
$lang['new_goal']                                                       = 'New Goal';
$lang['goal_lowercase']                                                 = 'goal';
$lang['goal_start_date']                                                = 'Start Date';
$lang['goal_end_date']                                                  = 'End Date';
$lang['goal_subject']                                                   = 'Subject';
$lang['goal_description']                                               = 'Description';
$lang['goal_type']                                                      = 'Goal Type';
$lang['goal_achievement']                                               = 'Achievement';
$lang['goal_contract_type']                                             = 'Contract Type';
$lang['goal_notify_when_fail']                                          = 'Notify staff members when goal failed to achieve';
$lang['goal_notify_when_achieve']                                       = 'Notify staff members when goal achieve';
$lang['goal_progress']                                                  = 'Progress';
$lang['goal_total']                                                     = 'Total: %s';
$lang['goal_result_heading']                                            = 'Goal Progress';
$lang['goal_income_shown_in_base_currency']                             = 'Total income is shown in your base currency';
$lang['goal_notify_when_end_date_arrives']                              = 'The staff members will be notified when the end date arrives (Requires CRON).';
$lang['goal_staff_members_notified_about_achievement']                  = 'The staff members are notified about this goal achievement';
$lang['goal_staff_members_notified_about_failure']                      = 'Staff member are notified about the failure';
$lang['goal_notify_staff_manually']                                     = 'Notify Staff Members Manually';
$lang['goal_notify_staff_notified_manually_success']                    = 'The staff members are notified about this goal result';
$lang['goal_notify_staff_notified_manually_fail']                       = 'Failed to notify staff members about this goal result';
$lang['goal_achieved']                                                  = 'Achieved';
$lang['goal_failed']                                                    = 'Failed';
$lang['goal_close']                                                     = 'Very Close';
$lang['goal_type_total_income']                                         = 'Achieve Total Income';
$lang['goal_type_convert_leads']                                        = 'Convert X Leads';
$lang['goal_type_increase_customers_without_leads_conversions']         = 'Increase Customer Number';
$lang['goal_type_increase_customers_without_leads_conversions_subtext'] = 'Leads Conversion is Excluded';
$lang['goal_type_increase_customers_with_leads_conversions']            = 'Increase Customer Number';
$lang['goal_type_increase_customers_with_leads_conversions_subtext']    = 'Leads Conversions is Included';
$lang['goal_type_make_contracts_by_type_calc_database']                 = 'Make Contracts By Type';
$lang['goal_type_make_contracts_by_type_calc_database_subtext']         = 'Is calculated from the date added to database';
$lang['goal_type_make_contracts_by_type_calc_date']                     = 'Make Contracts By Type';
$lang['goal_type_make_contracts_by_type_calc_date_subtext']             = 'Is calculated from the contract start date';
$lang['goal_type_total_estimates_converted']                            = 'X Estimates Conversion ';
$lang['goal_type_total_estimates_converted_subtext']                    = 'Will be taken only estimates that will be converted to invoices';
$lang['goal_type_income_subtext']                                       = 'Income will be calculated in your base currency (not converted)';

$lang['not_goal_message_success']                                       = 'Congratulations! We achieved new goal.<br /> Goal Type: %s
<br />Goal Achievement: %s
<br />Total Achievement: %s
<br />Start Date: %s
<br />End Date: %s';

$lang['not_goal_message_failed'] = 'We failed to achieve goal!<br /> Goal Type: %s
<br />Goal Achievement: %s
<br />Total Achievement: %s
<br />Start Date: %s
<br />End Date: %s';

# Version 2.4.5
$lang['goal_type_invoiced_amount'] = 'Invoiced Amount';