Viewing file: admin.php (16.3 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
return array ( 'customers' => array ( 'title' => 'New Customer', 'list' => 'Customers 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' => 'Customer Sender ID Approved List', 'sender_request' => 'Sender ID Request', 'sender_id' => 'Sender ID', 'assign_sender_id' => 'Assign 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 ( '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', 'enter_email_subject' => 'Enter your email subject', 'enter_email_body' => 'Enter your 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', 'landing_page' => 'Landing Page', 'public_key' => 'Public Key', 'private_key' => 'Private Key', 'access_key' => 'Access Key', 'api_token' => 'Api Token', 'translations' => 'Translations', 'site_settings' => 'Site Settings', 'settings_cap' => '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', 'close' => 'Close', 'new_order' => 'New Order', 'mass_order' => 'Mass Order', 'new_order_create' => 'New Order Create', 'mass_order_create' => 'Mass Order Create', ), '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', 'attach_file' => 'Attach 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', ), 'table' => array ( 'sl' => 'SL', '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', 'attach_file' => 'Attach File', 'profile' => 'Profile', 'balance' => 'Balance', 'category' => 'Category', ), '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', ), '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', 'background_image' => 'Background Image', 'section_banner' => 'Section Banner', 'section_Features' => 'Features Section', 'section_Subscribe' => 'Subscribe Section', '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_marketing_tool' => 'Section Marketing Tool', 'section_about' => 'Section About', 'section_plan' => 'Section Plan', 'section_create_banner' => 'Section Create Banner', 'notice_list' => 'Notice List', 'add_new_notice' => 'Add new notice', 'important' => 'Important', 'notice' => 'Notice', 'show_more' => 'Show more', 'show_less' => 'Show less', 'file_name' => 'File Name', 'edit_notice' => 'Edit Notice', 'choose_a_option' => 'Choose a option', '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' => array ( '' => array ( '' => array ( '' => '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', 'develop_by' => 'Develop by', 'more_info' => 'More Info', 'category' => 'Category', 'categories' => 'Categories', 'category_create' => 'Category Create', 'category_edit' => 'Category Edit', 'category_name' => 'Category Name', 'category_name_input' => 'Enter your category name', 'service' => 'Service', 'services' => 'Services', 'service_list' => 'Service List', 'service_create' => 'Service Create', 'service_edit' => 'Service Edit', 'service_name' => 'Service Name', 'service_name_input' => 'Enter your service name', 'service_type' => 'Service Type', 'service_types' => 'Service Types', 'service_types_create' => 'Service Type Create', 'service_types_edit' => 'Service Type Edit', 'service_types_name' => 'Service Type Name', 'service_types_name_input' => 'Enter your service type name', 'enter_your_description' => 'Enter your description', 'enter_your_rate_per' => 'Enter your rate per 1000', 'rate_per' => 'Rate per 1000', 'enter_your_max_order' => 'Enter your max order', 'max_order' => 'Max order', 'enter_your_min_order' => 'Enter your min order', 'min_order' => 'Min order', 'original_rate_per' => 'Original Rate per 1000', 'provider' => 'Provider', 'providers' => 'Providers', 'no_data_available' => 'No data available', 'mode' => 'Mode', 'manual' => 'Manual', 'api' => 'API', 'link' => 'Link', 'order_create' => 'Order Create', 'i_have_confirm' => 'YES, I HAVE CONFIRMED THE ORDER.', 'order_service' => 'Order Service', 'order_request' => 'Order Request', 'order' => 'Order', 'amount' => 'Amount', 'enter_amount' => 'Enter your amount', 'payment_description' => 'To receive payment online from your customer, you have to configure your payment gateway settings. There are multiple payment gateways are available. Choose which suits you.', 'deposit_request' => 'Deposit Requests', 'customize_theme' => 'Customize Theme', 'recipient_mail' => 'Recipient Email', 'send' => 'Send', 'customer_mail_send' => 'Customer Email Send', 'add_or_subtract_balance' => 'Add Or Subtract Balance', 'total_balance' => 'Total Balance', 'add_balance' => 'Add Balance', 'subtract_balance' => 'Subtract Balance', 'balance' => 'Balance', 'invalid_balance_message' => 'you can\'t request more than customer wallet balance', 'select_customer_service' => 'Select Customer Service', 'apply_custom_rate' => 'Apply Custom Rate', 'customer_edit' => 'Customer Edit', 'custom_rate' => 'Custom Rate', 'enter_custom_rate' => 'Enter your custom rate', 'service_rate' => 'Service Rate', 'enter_service_rate' => 'Enter your service rate', 'customer_charges' => 'Customer Charges', 'enter_customer_charges' => 'Enter your customer charges', 'order_quantity' => 'Order Quantity', 'enter_order_quantity' => 'Enter your order quantity', 'theme_customize' => 'Theme Customize', 'website_settings' => 'Website Settings', 'skin' => 'Skin', 'light' => 'Light', 'dark' => 'Dark', 'navbar_color' => 'Navbar Color', 'left_sidebar_color' => 'Left Sidebar Color', 'active_sidebar_color' => 'Active Sidebar Color', 'collapse_sidebar' => 'Collapse Sidebar', 'type' => 'Type', 'list' => 'List', 'provider_name' => 'Provider Name', 'provider_create' => 'Provider Create', 'provider_edit' => 'Provider Edit', 'provider_url' => 'Provider URL', 'provider_api_key' => 'Provider API Key', 'description' => 'Description', 'url' => 'URL', 'select_a_option' => 'Select a option', 'orders' => 'Orders', 'transactions' => 'Transactions', 'email' => 'Customers email', 'order_list' => 'Order List', 'report' => 'Report', 'filter' => 'Filter', 'date' => 'Date', 'select_any_option' => 'Select any option', 'pending' => 'Pending', 'rejected' => 'Rejected', 'cancelled' => 'Cancelled', 'processing' => 'Processing', 'inprogress' => 'Inprogress', 'completed' => 'Completed', 'partial' => 'Partial', 'transaction_list' => 'Transaction list', 'payment_type' => 'Payment type', 'transaction_type' => 'Transaction type', 'transaction_report' => 'Transaction report', 'order_report' => 'Order report', 'active' => 'Active', 'inactive' => 'Inactive', 'order_approved_limit' => 'you can\'t approved more than order limit', 'refund_request' => 'Refund Request', 'order_details' => 'Order Details', 'deposits' => 'Deposits', 'request' => 'Request', 'title' => 'Title', 'enter_your_title' => 'Enter your title', 'section_how_it_work' => 'Section How It Work', 'title_one' => 'Title One', 'title_two' => 'Title Two', 'title_three' => 'Title Three', 'title_four' => 'Title Four', 'title_five' => 'Title Five', 'title_six' => 'Title Six', 'description_one' => 'Description One', 'description_two' => 'Description Two', 'description_three' => 'Description Three', 'description_four' => 'Description Four', 'description_five' => 'Description Five', 'description_six' => 'Description Six', 'section_contact_us' => 'Section Contact Us', 'full_address' => 'Full Address', 'phone_number' => 'Phone Number', 'section_why_choose_us' => 'Section Why Choose Us', 'why_choose_heading' => 'Heading', 'enter_your_heading' => 'Enter your heading', 'why_choose_sub_heading' => 'Sub-heading', 'enter_your_sub_heading' => 'Enter your sub-heading', 'first_image' => 'First Image', 'second_image' => 'Second Image', 'third_image' => 'Third Image', 'section_what_we_offer' => 'Section What We Offer', 'section_testimonial' => 'Section Testimonial', 'first_commenter_image' => 'First Commenter Image', 'second_commenter_image' => 'Second Commenter Image', 'first_commenter_name' => 'First Commenter Name', 'second_commenter_name' => 'Second Commenter Name', 'first_commenter_comment' => 'First Commenter Comment', 'second_commenter_comment' => 'Second Commenter Comment', 'section_quick_links' => 'Section Quick Links', 'terms_and_condition' => 'Terms & Condition', 'privacy_and_policy' => 'Privacy & Policy', 'get_in_touch' => 'Get In Touch', 'messages' => 'Messages', 'message_list' => 'Message List', 'subscribe_list' => 'Subscribe List', 'what_we_offer' => 'What We Offer', 'quick_links' => 'Quick Links', 'front_template_customize' => 'Front Template Customize', 'admin_panel' => 'Admin Panel', 'choose_service' => 'Choose Service', 'transaction_logs' => 'Transaction Logs', '' => '', );
|