Viewing file: customer.php (5.53 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
return array ( 'sent' => 'Sent', 'more_info' => 'More Info', 'remaining' => 'Remaining', 'inbox' => 'Inbox', 'billing' => 'Billings', 'your_plan' => 'Your Plan', 'update_plan' => 'Update Plan', 'usage' => 'Usage', 'cost' => 'Cost', 'unlimited_support' => 'Unlimited Support', 'cancel_anytime' => 'Cancel Anytime', 'dashboard' => 'Dashboard', 'customer' => 'Customer', 'plan' => 'Plan', 'settings' => 'Settings', 'member_since' => 'Member Since', 'profile' => 'Profile', 'sign_out' => 'Sign Out', 'title' => 'Title', 'color' => 'Color', 'all_rights_reserved' => 'All right reserved', 'confirmation' => 'Confirmation', 'confirm' => 'Confirm', 'cancel' => 'Cancel', 'purchase' => 'Purchase', 'purchase_date' => 'Purchase Date', 'action' => 'Action', 'password' => 'Password', 'notification' => 'Notification', 'submit' => 'Submit', 'email_notification' => 'Email Notification', 'old_password' => 'Old Password', 'new_password' => ' New Password', 'confirm_password' => 'Confirm Password', 'first_name' => 'First Name', 'last_name' => 'Last Name', 'email_address' => 'Email Address', 'profile_picture' => 'Profile Picture', 'choose_file' => 'Choose File', 'draft' => 'Draft', 'trash' => 'Trash', 'compose' => 'Compose', 'back_to_inbox' => 'Back To Inbox', 'from' => 'From', 'select_from' => 'Select From', 'schedule' => 'Schedule', 'send' => 'Send', 'reset' => 'Reset', 'to' => 'To', 'choose' => 'Choose', 'folders' => 'Folders', 'received_at' => 'Received At', 'sent_at' => 'Sent At', 'search_mail' => 'Search mail', 'type' => 'Type', 'customers' => 'Customers', 'copyright' => 'Copyright', 'admin' => 'Admin', 'email' => 'Email', 'new' => 'New', 'list' => 'List', 'contacts' => 'Contacts', 'download_sample' => 'Download Sample', 'groups' => 'Groups', 'update' => 'Update', 'group_name' => 'Name', 'new_group' => 'New Group', 'keyword_name' => 'Name', 'new_keyword' => 'New Keyword', 'keywords' => 'Keywords', 'keyword' => 'Keyword', 'status' => 'Status', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'new_contact' => 'New Contact', 'back' => 'Back', 'company' => 'Company', 'group_edit_nb' => 'Previous contacts will be deleted after update', 'messages' => array ( 'update_plan' => 'Are you sure you want to update to :plan plan ?', 'delete_draft' => 'Are you sure you want to delete this draft?', 'delete_draft_nb' => 'NB: This can\'t be undone?', 'move_trash' => 'Are you sure you want to move the selection to trash?', 'template_added' => 'Congratulation ! Template added successfully', 'template_delete' => 'Congratulation ! Template deleted successfully', 'ticket_submitted' => 'Congratulation ! Your Request Successfully Submitted', 'from_group_used' => 'This group already used , you can not delete this group', 'cache_cleared' => 'Cache successfully cleared', ), 'ticket' => array ( 'subject' => 'Subject', 'ticket' => 'Ticket', 'description' => 'Description', 'customer' => 'Customer', 'status' => 'Status', 'action' => 'Action', 'new_ticket' => 'New Ticket', 'ticket_details' => 'Ticket Details', ), 'forward_to' => 'Forward To', 'name' => 'Name', 'failed_to_send' => 'Failed to send', 'failed' => 'Failed', 'failed_at' => 'Failed At', 'queue' => 'Queue', 'expire_date' => 'Expire date', 'edit_keyword' => 'Edit Keyword', 'confirm_message' => 'Confirm Message', 'address' => 'Address', 'zip_code' => 'Zip Code', 'city' => 'City', 'state' => 'State', 'note' => 'Note', 'close' => 'Close', 'group_records' => 'Group Records', 'list_builder' => 'List Builder', 'group_list' => 'List Builder', 'import' => 'Import', 'subject' => 'Subject', 'no_data_available' => 'No Data Available', 'add_template' => 'Add New Template', 'inactive' => 'Inactive', 'start_date' => 'Start Date', 'end_date' => 'End Date', 'start_time' => 'Start Time', 'end_time' => 'End Time', 'active' => 'Active', 'chat_list' => 'Chat List', 'from_group' => 'From Group', 'general' => 'General', 'opt_type' => 'Opt Type', 'new_label' => 'New Label', 'labels' => 'Labels', 'label_edit' => 'Label Edit', 'request' => 'Request', 'api_documentation' => 'Api Documentation', 'became_seller' => 'Became A Seller', 'country' => 'Country', 'for_extra' => 'For Extra', 'overview' => 'Overview', 'builder' => 'Builder', 'template' => 'Template', 'time' => 'Time', 'from_time' => 'From Date', 'to_time' => 'To Date', 'domain_description' => 'Verify your DNS by Google Admin Toolbox. Click on "Verify" button, it will redirect you to Google Admin Toolbox. On name field type your domain/subdomain name ( ex: demo.com) then select " A". Check the details that your domain pointing to required IP. If the IP is not showing or show another IP then talk to your hosting provider.', 'empty_payment_gateway' => 'There is no payment gateway assign, contact with your admin', 'clear_cache' => 'Clear Cache', 'customer_panel' => 'Customer Panel', 'panel' => 'Panel', 'plan_details' => 'Plan Details', 'plan_name' => 'Plan Name', 'subscription_on' => 'Subscription On', 'ended_at' => 'Ended At', 'plan_for' => 'Plan For', 'weblink' => 'Weblink', 'url_type' => 'Url Type', 'get' => 'GET', 'post' => 'POST', 'add_headers' => 'Add Headers', 'delete' => 'Delete', 'edit_gateway' => 'Edit Gateway', 'new_template' => 'New Template', 'template_name' => 'Name', 'select_senders' => 'Select Senders', 'null' => 'null', );
|