| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/app.houseland.info/modules/goals/language/english/ |
Upload File : |
<?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';