
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
return [
  'menu.dashboard' => 'Dashboard',
  'menu.contacts' => 'Contacts',
  'menu.leads' => 'Leads',
  'menu.opps' => 'Opportunities',
  'menu.reports' => 'Reports',
  'menu.admin' => 'Admin',
  'menu.logout' => 'Logout',
  'login.title' => 'Sign in',
  'login.email' => 'Email',
  'login.password' => 'Password',
  'login.submit' => 'Login',
  'global.save' => 'Save',
  'global.cancel' => 'Cancel',
  'global.create' => 'Create',
  'global.search' => 'Search',
  'contacts.title' => 'Contacts',
  'contacts.create' => 'Create contact',
  'contacts.mobile' => 'Mobile',
  'contacts.name' => 'Name',
  'contacts.city' => 'City',
  'leads.title' => 'Leads',
  'leads.create' => 'Create lead',
  'leads.source' => 'Source',
  'leads.campaign' => 'Campaign',
  'leads.status' => 'Status',
  'leads.assigned_to' => 'Assigned to',
  'leads.first_view_at' => 'First view',
  'leads.first_success_contact_at' => 'First successful contact',
  'leads.locked' => 'Updates are locked until successful contact is recorded.',
  'leads.contact_result' => 'Contact result',
  'leads.contact_success' => 'Successful contact',
  'leads.contact_attempt' => 'Attempt (no success)',
  'leads.qualify' => 'Qualify',
  'leads.disqualify' => 'Disqualify',
  'leads.branch' => 'Branch',
  'leads.reason' => 'Reason',
  'opps.title' => 'Opportunities',
  'opps.stage' => 'Stage',
  'opps.stage_status' => 'Stage status',
  'opps.locked' => 'Updates are locked until opportunity is contacted.',
  'assign.title' => 'Assignment',
  'assign.assign' => 'Assign',
  'assign.user' => 'User',
  'sms.queued' => 'SMS queued to outbox.',
  'global.selected' => 'Selected',
  'global.clear' => 'Clear',
  'global.select_all' => 'Select All',
  'leads.bulk_assign' => 'Bulk Assign',
  'global.select' => 'Select Option',
  'leads.assign_to_agent' => 'Assign Agent',
  'global.all' => 'All',
  'global.reset' => 'Reset',
  'opps.open_opportunity' => 'Open Opportunity',
  'open_opportunity' => 'Open Opportunity',
  'open' => 'Open',
  'branch' => 'Branch',
  'stage' => 'Stage',
  'stage_status' => 'Stage Status',
  'status' => 'Status',
  'assigned_at' => 'Assigned At',
  'new' => 'New',
  'assigned' => 'Assigned',
  'created_at' => 'Created At',
  'assign_to_branch_agent' => 'Assign to Branch Agent',
  'opps.status_open' => 'Open',
    'opps.status_booked' => 'Booked',
    'opps.status_completed' => 'Completed',
    'opps.status_no_show' => 'No Show',
    'opps.status_rescheduled' => 'Rescheduled',
    'opps.status_sent' => 'Sent',
    'opps.status_revised' => 'Revised',
    'opps.status_expired' => 'Expired',
    'opps.status_submitted' => 'Submitted',
    'opps.status_approved' => 'Approved',
    'opps.status_rejected' => 'Rejected',
    'opps.status_pending_documents' => 'Pending Documents',
    'opps.status_in_negotiation' => 'In Negotiation',
    'opps.status_waiting_approval' => 'Waiting Approval',
    'opps.status_offer_improved' => 'Offer Improved',
    'opps.status_payment_pending' => 'Payment Pending',
    'opps.status_cancelled' => 'Cancelled',
    'opps.status_closed_won' => 'Closed – Won',
    'opps.status_delivered' => 'Delivered',
    'opps.status_price' => 'Price',
    'opps.status_competitor' => 'Competitor',
    'opps.status_finance_rejected' => 'Finance Rejected',
    'opps.status_no_stock' => 'No Stock',
    'opps.status_delay' => 'Delay',
    'opps.status_no_response' => 'No Response',
    'opps.status_follow_up' => 'Follow-up',
    'opps.status_on_hold' => 'On Hold',
    'opps.status_future_purchase' => 'Future Purchase',
    'opps.status_closed_–_won' => 'Won',
    'opps.status_follow-up' => 'Follow Up',
];
