Viewing file: admin.php (24.36 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
return array ( 'customers' => array ( 'title' => 'New Customer', 'list' => 'Customer List', 'customer' => 'Customer', 'edit' => 'Edit', 'phone_number' => 'Phone Numbers', 'plan' => 'Plans', 'assign_numbers' => 'Assign Numbers', 'choose_number' => 'Choose a Number', 'no_plan' => 'No plan assigned yet !', 'customer_sender_approved_list' => 'SenderID List', 'sender_request' => 'Sender ID Request', 'sender_id' => 'Sender ID', 'assign_sender_id' => 'Assign Sender ID', 'choose_sender_id' => 'Choose a Sender ID', ), 'numbers' => array ( 'new_number' => 'New Numbers', 'number' => 'Numbers', 'list' => 'Numbers List', 'request' => 'Number Request', 'customer' => 'Customer', ), 'plans' => array ( 'new' => 'New Plans', 'plan' => 'Plans', 'list' => 'Plan List', 'request' => 'Plan Request', 'customer' => 'Customer', ), 'page' => array ( 'page' => 'Page', 'title' => 'Title', 'status' => 'Status', 'description' => 'Description', 'list' => 'List', 'new_page' => 'New Page', 'action' => 'Action', 'back' => 'Back', 'position' => 'Position', 'name' => 'Name', ), 'settings' => array ( 'url' => 'URL', 'setting' => 'Settings', 'gateway' => 'Gateway', 'project_id' => 'Project ID', 'space_url' => 'Space URL', 'token' => 'Token', 'sid' => 'SID', 'api_key' => 'API Key', 'api_secret' => 'API Secret', 'profile' => 'Profile', 'application' => 'Application', 'smtp' => 'SMTP', 'api' => 'API', 'auth_id' => 'Auth Id', 'auth_token' => 'Auth Token', 'username' => 'Username', 'sms_limit' => 'SMS Limit', 'sms_minutes' => 'Minutes', 'account' => 'Account', 'password' => 'Password', 'url_base_path' => 'URL BASE PATH', 'api_key_prefix' => 'API KEY PREFIX', 'secret_key' => 'Secret Key', 'two_checkout_publishable_key' => 'Publishable Key', 'two_checkout_seller_id' => 'Seller ID', 'login_id' => 'Login ID', 'authorize_net_secret_key' => 'Authorize Net Secret Key', 'authorize_net_transaction_key' => 'Authorize Net Transaction Key', 'email_template' => 'Email Template', 'registration' => 'Registration', 'forget_password' => 'Forget Password', 'plan_request' => 'Plan Request', 'plan_accept' => 'Plan Accept', 'plan_expire' => 'Plan Expire', 'email_subject' => 'Email Subject', 'email_body' => 'Email Body', 'submit' => 'Submit', 'click_here' => 'Click Here', 'local_setting' => 'Local Setting', 'language' => 'Language', 'direction' => 'Direction', 'date_time_format' => 'Date Time Format', 'date_time_separator' => 'Date Time Separator', 'timezone' => 'Timezone', 'decimal_point' => 'Decimal Point', 'currency_symbol' => 'Currency Symbol', 'currency_code' => 'Currency Code', 'currency_symbol_position' => 'Currency Symbol Position', 'decimals' => 'Decimals', 'thousand_separator' => 'Thousand Separator', 'find_yours' => 'Find Your Currency Code', 'before' => 'Before', 'after' => 'After', 'null' => 'null', 'sending_setting' => 'Sending Setting', 'whatsapp_api' => 'WhatsApp Api', 'voice_call_api' => 'Voice Call Api', 'landing_page' => 'Landing Page', 'public_key' => 'Public Key', 'private_key' => 'Private Key', 'access_key' => 'Access Key', 'api_token' => 'Api Token', 'translations' => 'Translations', 'store_id' => 'Store ID', 'enter_store_id' => 'Enter Store ID', 'store_password' => 'Store Password', 'enter_store_password' => 'Enter Store Password', 'sslcommerz_url' => 'Payment Url', 'enter_sslcommerz_url' => 'Enter Payment Url', 'notification' => 'Notification', 'caller_id' => 'Caller ID', 'plan_id' => 'Plan ID', 'domain_name' => 'Domain Name', 'cache_settings' => 'Cache Settings', ), 'dashboard' => array ( 'today_message' => 'Today\'s Message', 'today_sent' => 'Today\'s Sent', 'total_inbox' => 'Total Inbox', 'total_sent' => 'Total Sent', 'inbox' => 'Inbox', 'sent' => 'Sent', ), 'addon' => array ( 'addon' => 'Addon', 'import' => 'Import', 'title' => 'Title', 'status' => 'Status', 'customer_registration' => 'Customer Registration', ), 'form' => array ( 'button' => array ( 'back' => 'Back', 'submit' => 'Submit', 'new' => 'New', 'list' => 'List', 'change' => 'Change', 'request' => 'Request', 'number' => 'Numbers', 'save' => 'Save', ), 'input' => array ( 'first_name' => 'Enter first name', 'last_name' => 'Enter last name', 'email' => 'Enter email', 'password' => 'Enter password', 'status' => 'Status', 'number' => 'Number', 'purchase_price' => 'Enter purchase price', 'sell_price' => 'Enter sell price', 'title' => 'Enter title', 'limit' => 'Enter limit', 'price' => 'Enter price', 'app_name' => 'Application name', 'favicon' => 'Choose Favicon', 'logo' => 'Choose Logo', 'name' => 'Name', 'recaptcha_site_key' => 'Recaptcha Site Key', 'ex_recaptcha_site_key' => 'Enter Recaptcha Site Key', 'profile_picture' => 'Profile picture', 'choose_file' => 'Choose File', 'crisp_token' => 'Crisp token', ), 'first_name' => 'First name', 'last_name' => 'Last name', 'email' => 'Email', 'password' => 'Password', 'status' => 'Status', 'number' => 'Number', 'platform' => 'Platform', 'purchase_price' => 'Purchase price', 'sell_price' => 'Sell price', 'title' => 'Title', 'limit' => 'Limit', 'price' => 'Price', 'mail_name' => 'Mail Name', 'mail_from' => 'Mail From', 'mail_host' => 'Mail Host', 'mail_port' => 'Mail Port', 'mail_username' => 'Mail Username', 'mail_password' => 'Mail Password', 'mail_encryption' => 'Mail Encryption', 'plan_type' => 'Plan Type', 'type' => 'Type', 'payment_gateway' => 'Payment Gateway', ), 'table' => array ( 'number' => 'Numbers', 'cost' => 'Cost', 'action' => 'Action', 'empty' => 'No data available', 'current' => 'Current', 'limit' => 'Limit', 'remain' => 'Remaining', 'title' => 'Title', 'description' => 'Description', 'name' => 'Name', 'email' => 'Email', 'status' => 'Status', 'created_at' => 'Created At', 'price' => 'Price', 'transaction_id' => 'Transaction ID', 'other_info' => 'Other info', 'expire_date' => 'Expire date', 'customer_name' => 'Customer Name', 'sender_id' => 'Sender ID', 'is_reseller' => 'For Reseller', 'type' => 'Type', ), 'ticket' => array ( 'subject' => 'Subject', 'ticket' => 'Ticket', 'description' => 'Description', 'customer' => 'Customer', 'status' => 'Status', 'action' => 'Action', 'ticket_details' => 'Ticket Details', ), 'message' => array ( 'remove_number' => 'Are you sure you want to remove :number ?', 'assign_number' => 'Are you sure you want to assign :number ?', 'assign_plan' => 'Are you sure you want to assign :plan plan?', 'plan_nb' => 'NB: This will remove all unused SMS', 'faq_created' => 'Congratulations ! FAQ Created successfully', 'faq_updated' => 'Congratulations ! FAQ Updated successfully', 'faq_deleted' => 'Congratulations ! FAQ Deleted successfully', 'setting_update' => 'Email Template Update Successfully', 'local_setting_updated' => 'Local Setting Successfully Updated', 'status_changes' => 'Ticket status successfully changed', 'assign_sender_id' => 'Are you sure you want to assign :sender_id ?', 'updated_customer_plan' => 'Customer plan successfully updated', 'sender_id_price_set_successfully' => 'SenderID price successfully updated', 'msg_log_del_alert' => 'Select start and end date to remove your SMS Logs!', 'msg_log_del_warn' => 'Are you sure you want to delete message logs?', 'log_delete' => 'SMS Logs successfully deleted', 'log_undone_alert' => 'Can\'t undone SMS after deleted', 'new_message' => 'You have new message', 'template_update' => 'Template successfully updated', 'gateway_update' => 'Gateway Successfully Updated', 'gateway_delete' => 'Gateway Successfully Deleted', 'gateway_delete_warn' => 'Are you sure you want to delete this gateway?', 'reseller_request_success' => 'Reseller request successfully ', 'coverage_exist_country' => 'This country already have in coverage list, try another one', 'coverage_created' => 'Coverage Successfully Created', 'coverage_updated' => 'Coverage Successfully Updated', 'coverage_deleted' => 'Coverage Successfully Deleted', 'coverage_used' => 'You can not delete this coverage', 'domain_delete' => 'Domain successfully deleted', 'domain_approve' => 'Are you sure you want to approved this request?', 'domain_reject' => 'Are you sure you want to reject this request ?', 'domain_status_change' => 'Domain status successfully changed', 'faq_delete_alert' => 'Are you sure you want to delete this FAQ?', 'number_created' => 'Number successfully created', 'number_updated' => 'Number successfully updated', 'number_assigned' => 'Number already assigned to this customer', 'number_rejected' => 'Request successfully rejected for the customer', 'number_successfully_added' => 'Number successfully added to the customer', 'number_already_used' => 'Sorry number is already in used', 'number_deleted' => 'Number successfully deleted', 'plan_created' => 'Plan successfully created', 'plan_updated' => 'Plan successfully updated', 'plan_used' => 'This plan already in used, You can\'n delete', 'plan_delete' => 'Plan successfully delete', 'senderid_renewed' => 'Sender ID successfully renewed', 'senderid_assign_success' => 'Sender ID Assign successfully', 'invalid_senderid' => 'Invalid sender ID', 'senderid_deleted' => 'Sender ID successfully deleted', 'template_successfully_update' => 'Template successfully update', 'successfully_save_data' => 'Successfully save data', 'topup_status_change' => 'TopUp Request Status Successfully Changes', 'whatsapp_number_create' => 'Whats-app number successfully created', 'whatsapp_number_update' => 'WhatsApp number successfully updated', 'request_not_found' => 'Request not found', 'request_not_pending' => 'Request is not pending', 'customer_not_found' => 'Customer not found', 'wh_number_not_found' => 'WhatsApp Number not found', 'wh_number_already_assigned' => 'Number already assigned to this customer', 'wh_request_rejected' => 'Request successfully rejected for the customer', 'wa_number_successfully_added' => 'WhatsApp Number successfully added to the customer', 'wh_number_already_used' => 'Sorry whatsapp number is already in used', 'wh_number_deleted' => 'WhatsApp number successfully deleted', 'gateway_userd' => 'Gateway is in use, can not be deleted', 'prefill_not_found' => 'Prefill not found with this name', 'gateway_added' => 'Gateway successfully added', 'notice_created' => 'Notice successfully crated', 'notice_updated' => 'Notice successfully updated', 'notice_deleted' => 'Notice successfully deleted', 'otp_updated' => 'OTP Setting Successfully Updated', 'profile_updated' => 'Profile successfully updated', 'seller_status_disabled' => 'You can not disable seller status at this moment', 'app_updated' => 'Application successfully updated', 'sending_setting_update' => 'Sending setting successfully updated', 'invalid_email_credentials' => 'Invalid email credentials', 'smtp_updated' => 'SMTP configuration successfully updated', 'api_updated' => 'API successfully updated', 'wh_api_updated' => 'Whatsapp API successfully updated', ), 'faq' => 'FAQ', 'new_faq' => 'New FAQ', 'question' => 'Question', 'new_question' => 'New Question', 'enter_question' => 'Enter Question', 'answer' => 'Answer', 'new_status' => 'New Status', 'new_answer' => 'New Answer', 'enter_answer' => 'Enter Answer', 'subscribers' => 'Subscribers', 'gateways' => 'Gateways', 'template' => 'Template', 'theme' => 'Theme', 'background_image' => 'Background Image', 'section_banner' => 'Section Banner', 'section_about' => 'Section About', 'section_marketing_tool' => 'Section Marketing Tool', 'section_Features' => 'Features Section', 'section_Subscribe' => 'Subscribe Section', 'section_plan' => 'Section Plan', 'section_create_banner' => 'Section Create Banner', 'section_one' => 'Section One', 'section_two' => 'Section Two', 'section_three' => 'Section Three', 'section_four' => 'Section Four', 'section_five' => 'Section Five', 'section_six' => 'Section Six', 'section_seven' => 'Section Seven', 'first_title' => 'First Title', 'sec_title' => 'Second Title', 'thr_title' => 'Third Title', 'first_description' => 'First Description', 'sec_description' => 'Second Description', 'thr_description' => 'Third Description', 'first_img' => 'First Image', 'sec_img' => 'Second Image', 'thr_img' => 'Third Image', 'main_title' => 'Main Title', 'expecting_image_size' => 'Expecting Image Size', 'translations' => 'Translations', 'section_features' => 'Section Features', 'section_subscribe' => 'Section Subscribe', 'contact' => 'Contact-Us', 'home' => 'Home', 'about_us' => 'About Us', 'pricing' => 'Pricing', 'pricing_plan' => 'Pricing Plan', 'features' => 'Features', 'view_more' => 'View More', 'address' => 'Address', 'phone' => 'Phone', 'email_address' => 'Email Address', 'subscribe' => 'Subscribe', 'sms_limit' => 'Sms Limit', 'get_started' => 'Get Started', 'a_bulk_sms_arketing_tool' => 'A Bulk SMS Marketing Tool', 'read_more' => 'Read More', 'frequent_questions' => 'Frequent Questions', 'about' => 'About', 'price' => 'Price', 'login' => 'Login', 'sign_up' => 'SignUp', 'newsletter' => 'Newsletter', 'get_updates_news_or_events_on_your_mail' => 'Get updates, news or events on your mail.', 'copyright' => 'Copyright', 'select_plan' => 'Select Plan', 'masking' => 'SenderID', 'masking_rate' => 'SenderID SMS Rate', 'non_masking' => 'Non SenderID', 'non_masking_rate' => 'Non SenderID SMS Rate', 'became_seller_list' => 'Became Seller List', 'became_seller_details' => 'Reseller Details', 'rejected' => 'Rejected', 'approved' => 'Approved', 'pending' => 'Pending', 'users' => 'Users', 'reseller' => 'Reseller', 'verification_list' => 'Verification List', 'master_reseller' => 'Master Reseller', 'recurring_type' => 'Recurring Type', 'weekly' => 'Weekly', 'monthly' => 'Monthly', 'yearly' => 'Yearly', 'custom' => 'Custom', 'masking_non_masking_rate' => 'SenderID / Non SenderID', 'topup_request' => 'Top-Up Request', 'payment_status' => 'Payment Status', 'module' => 'Module', 'select_module' => 'Select an module', 'sender_id_price' => 'Sender ID Price', 'set_sender_id_price' => 'Set Price', 'domain' => 'Domain', 'new_domain' => 'New Domain', 'domain_name' => 'Domain Name', 'notice_create' => 'Notice Create', 'attached_data' => 'Attached Data', 'notices' => 'Notices', 'theme_customize' => 'Theme Customize', 'customize_theme' => 'Customize Theme', 'pdf_content' => 'PDF Content', 'choose_pdf' => 'Choose PDF', 'content' => 'Content', 'is_verified' => 'Is Verified', 'non_masking_number' => 'Non SenderID', 'masking_number' => 'SenderID', 'credit' => 'Credit', 'masking_credit' => 'SenderID SMS Unit', 'non_masking_credit' => 'Non SenderID SMS Unit', 'enter_credit_amount' => 'Enter SMS Unit', 'over_selling' => 'Over Selling', 'payment_section' => 'Payment Section', 'develop_by' => 'Develop by', 'more_info' => 'More Info', 'whatsapp_credit' => 'Whatsapp SMS Credit', 'enter_whatsapp_credit' => 'Enter Whatsapp Credit', 'whatsapp_unit' => 'Whatsapp SMS Unit', 'whatsapp' => 'Whatsapp', 'click_here' => 'Click Here', 'whatsapp_rate' => 'Whatsapp SMS Rate', 'app_demo_message' => 'This feature is not available in demo version', 'sender_id_details' => 'SenderID Details', 'non_sender_id_details' => 'Non SenderID Details', 'whatsapp_details' => 'Whatsapp Details', 'landing_page' => 'Landing Page', 'plan_title' => 'Plan Title', 'plan_price' => 'Plan Price', 'assign_plan_for' => 'Assign Your Plan For', 'enter_masking_unit' => 'Enter Masking SMS Unit', 'enter_non_masking_unit' => 'Enter Non-Masking SMS Unit', 'enter_whatsapp_unit' => 'Enter Whatsapp SMS Unit', 'profile' => 'Profile', 'plan_details' => 'Plan Details', 'to_date' => 'To Date', 'from_date' => 'From Date', 'confirmation' => 'Confirmation', 'confirm' => 'Confirm', 'admin_panel' => 'Admin Panel', 'wallet_details' => 'Wallet Details', 'basic_info' => 'Basic Info', 'send_sms' => 'Send Plain SMS', 'coverage_area' => 'Coverage Area', 'enter_plain_sms' => 'Enter Plain SMS', 'receive_sms' => 'Receive SMS', 'enter_receive_sms' => 'Enter Receive SMS', 'permission' => 'Permission', 'page_list' => 'Page List', 'customer_panel' => 'Customer Panel', 'null' => 'null', 'services' => 'Services', 'advanced' => 'Advanced', 'per_sms' => 'per SMS', 'contact_limit' => 'Contact Limit', 'sms_unit_price' => 'SMS Unit Price', 'api_available' => 'API Available', 'sms_send_limit' => 'SMS Send Limit', 'per_month' => 'Per Month', 'see_coverage' => 'See Coverage', 'plan_subscribe' => 'Subscribe', 'register' => 'Register', 'contact_us' => 'Contact Us', 'your_name' => 'Your Name', 'your_email' => 'Your Email', 'subject' => 'Subject', 'contact_message' => 'Message', 'submit' => 'Submit', 'free_sms' => 'Free SMS', 'transactions' => 'Transactions', 'side_bar_message' => 'Message', 'senders' => 'Senders', 'gateway' => 'Gateway', 'sender_id' => 'SenderID', 'phone_number' => 'Phone Number', 'otp_setting' => 'OTP Setting', 'assign_sender_id' => 'Assign SenderID', 'create' => 'Create', 'plan_list' => 'Plan List', 'coverage' => 'Coverage', 'reseller_verification' => 'Reseller Verification', 'db_backup' => 'DB Backup', 'user_message' => 'User Messages', 'app_setings' => 'Application Settings', 'site_settings' => 'Site Settings', 'plan' => 'Plan', 'topup' => 'Top-Up', 'available' => 'Available', 'quick_send' => 'Quick Send', 'reject' => 'Reject', 'delete' => 'Delete', 'edit' => 'Edit', 'total_active_customer' => 'Total Active Customer', 'total_inactive_customer' => 'Total Inactive Customer', 'total_active_resller' => 'Total Active Reseller', 'total_inactive_resller' => 'Total Inactive Reseller', 'country' => 'Country', 'plain_sms' => 'Plain SMS', 'send_voice_sms' => 'Send Voice SMS', 'receive_voice_sms' => 'Receive Voice SMS', 'send_whatsapp_sms' => 'Send Whatsapp SMS', 'receive_whatsapp_sms' => 'Receive Whatsapp SMS', 'action' => 'Action', 'page_create' => 'Page Create', 'page_edit' => 'Page Edit', 'page_index' => 'Page Index', 'published' => 'Published', 'unpublished' => 'Unpublished', 'sender_id_configure' => 'If your sms gateways are not showing, please configure API key first from', 'expire_date' => 'Expire Date', 'enter_sender_id' => 'Enter SenderID', 'enter_expire_date' => 'Enter Expire Date', 'customers_section' => 'Customers :index', 'add_subtract' => 'Add / Subtract', 'sender_id_credit' => 'SenderID Credit', 'non_sender_id_credit' => 'Non-SenderID Credit', 'select_type' => 'Select Type', 'add' => 'Add', 'enter_sender_id_credit' => 'Enter SenderID Credit', 'enter_credit' => 'Enter Credit', 'faq_create' => 'FAQ Create', 'edit_faq' => 'Edit FAQ', 'add_field' => 'Add Field', 'daily_message_send_limit' => 'Daily Message Send Limit', 'monthly_message_send_limit' => 'Monthly Message Send Limit', 'message_limit' => 'Message Limit', 'minutes' => 'Minutes', 'minute_message_limit_will_be' => 'Minutes message limit will be', 'from_time' => 'From Time', 'to_time' => 'To Time', 'off_day' => 'Off day', 'saturday' => 'Saturday', 'sunday' => 'Sunday', 'monday' => 'Monday', 'tuesday' => 'Tuesday', 'wednesday' => 'Wednesday', 'thursday' => 'Thursday', 'friday' => 'Friday', 'notice' => 'Notice', 'edit_notice' => 'Edit Notice', 'all' => 'All', 'type_customer' => 'Customer', 'reseller_customer' => 'Reseller Customer', 'gateway_api_configure' => 'If your sms gateways are not showing, please configure API key first from', 'is_default' => 'Is Default', 'sms' => 'SMS', 'mms' => 'MMS', 'voice' => 'Voice', 'number_request' => 'Number Requests', 'plan_edit' => 'Edit Plan', 'previous' => 'Previous', 'Click_For_Next_Step' => 'Click For Next Step', 'plan_create' => 'Plan Create', 'Set_As_Popular' => 'Set As Popular', 'Plans' => 'Plans', 'Plan_Requests' => 'Plan Requests', 'Plan_Reports' => 'Plan Reports', 'Topup_Reports' => 'Topup Reports', 'Message_Reports' => 'Message Reports', 'reports' => 'Reports', 'Filter' => 'Filter', 'Date' => 'Date', 'Customer_Type' => 'Customer Type', 'type' => 'Type', 'top_up' => 'Top-Up', 'type_message' => 'Message', 'sub_type' => 'Sub-type', 'details' => 'Details', 'from' => 'From', 'sms_count' => 'SMS Count', 'title_sms' => 'Title SMS', 'sms_content' => 'SMS Content', 'character_count' => 'Characters Count.', 'select_status' => 'Select Status', 'failed' => 'Failed', 'sent' => 'Sent', 'transaction_id' => 'Transaction ID', 'entity_id' => 'Entity ID', 'attach_support_documents' => 'Attach Supporting Documents', 'download' => 'Download', 'description' => 'Description', 'header_id' => 'Header | ID', 'Set_Price' => 'Set Price', 'header_id_price' => 'Header ID Price', 'header_id_list' => 'Header ID List', 'header_id_request' => 'Header Id Requests', 'header_gateway_configure' => 'If your sms gateways are not showing, please configure API key first from', 'close' => 'Close', 'save' => 'Save', 'edit_plan' => 'Edit Plan', 'date_range' => 'Date range', 'notice_status' => 'Notice Status', 'recaptcha_site_key' => 'Recaptcha Site Key', 'recaptcha_secret_key' => 'Recaptcha Secret Key', 'Contact_Information' => 'Contact Information', 'Address' => 'Address', 'Phone_Number' => 'Phone Number', 'email' => 'Email', 'disabled' => 'Disabled', 'enabled' => 'Enabled', 'reseller_status' => 'Reseller Status', 'Maintenance_Mode' => 'Maintenance Mode', 'Database_Backup_List' => 'Database Backup List', 'profile_credentials_protect_info' => 'This email & password is an admin login credentials. Try to set strong password to save you system from HACKER', 'app_update_info' => 'Fill all the fields to make perfect your system. Recaptcha is important for a system, it saves system from unwanted activities.', 'smtp_update_info' => 'SMTP is a very important part of system. Without configuration of SMTP settings your customer could not register to your site.', 'gateway_update_info' => '30+ SMS gateway available. Choose your best list & configure the settings.', 'payment_gateway_update_info' => 'Most popular payment gateways are available. You can configure multiple payment gateway to receive payment from your customer.', 'local_setting_update_info' => 'Configure local settings by setup language, timezone, currency symbol, currency code .', 'email_template_update_info' => 'Without configuration of email template, users/customers do not get email.', 'otp_settings' => 'OTP Settings', 'Daily_Message_Send_Limit' => 'Daily Message Send Limit', 'From_Time' => 'From Time', 'New_WatsApp_Number' => 'New WatsApp Number', 'Edit_WhatsApp_Number' => 'Edit WhatsApp Number', 'WhatsApp_Number_List' => 'WhatsApp Number List', 'WhatsApp_Number_Requests' => 'WhatsApp Number Requests', 'Purchase_Code_Verification' => 'Purchase Code Verification', 'admin_dashboard' => 'Dashboard', 'amount' => 'Amount', 'status' => 'Status', 'filter' => 'Filter', 'sms_sent' => 'SMS Sent', 'sms_received' => 'SMS Receive', 'active' => 'Active', 'inactive' => 'Inactive', 'section_message' => 'Message', 'header_id_dlt' => 'HeaderId (DLT)', 'resellr_verification' => 'Reseller Verification', 'application_setting' => 'Application Settings', 'statistics' => 'Statistics', 'user_management' => 'USER MANAGEMANT', 'business_management' => 'BUSINESS MANAGEMANT', 'package' => 'Package', 'extra' => 'EXTRA', 'settings_big' => 'SETTINGS', 'report' => 'Report', 'sender' => 'Sender', 'remove' => 'Remove', 'assign' => 'Assign', 'to' => 'To', 'whatsapp_sms' => 'Whatsapp SMS', 'file_name' => 'File Name', );
|