![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/Corals/modules/Subscriptions/resources/lang/en/ |
<?php return [ 'feature' => [ 'index_title' => '[:name] :title', 'feature_record_success' => 'Features have been reordered successfully', 'no_change' => 'No Changes were made', 'plan' => '<i class="fa fa-fw fa-puzzle-piece"></i> Plans', 'can_drop_table_row' => 'You can drag/drop table rows to reorder the features in pricing table.', 'label_feature' => ':count_feature Features ', 'sources_list' => [ 'config' => 'Config', 'settings' => 'Settings', 'list_of_values' => 'ListOfValues' ] ], 'plan' => [ 'index_title' => '[:name] :title', 'feature_required' => 'Feature values are required', 'bill' => 'Bill', 'bill_cycle' => 'e.g. Bill cycle will be every 2 Months', 'product_name_does_net_feature' => ' [:name] doesn\'t have features.', 'add_feature' => '<i class="fa fa-plus"></i> Add feature to [:name]', 'features' => '<i class="fa fa-fw fa-star"></i> Features', ], 'subscription' => [ 'subscription_cancelled_success' => 'Your subscription to <b>:name</b> plan has been cancelled successfully.', 'access_account_till_end' => 'you can access your account till the end of this subscription period', 'subscription_request_received' => 'Your subscription request has been received, and it will be activated when payment acquired', 'you_have_subscribed_success' => 'You have been subscribed successfully to <b>:name</b> plan', 'create_invoice' => 'Create Invoice for Subscription [:name]', 'payment_are_missing' => 'Payment details are missing', 'payment_configuration' => '<i class="fa fa-credit-card"></i> Payment Configuration', 'add_new_subscription' => '<i class="fa fa-plus"></i> Add new Subscription', 'active_subscriptions' => 'Active Subscriptions', 'current_subscriptions' => 'Current Subscriptions', 'you_have_cancelled_subscription' => 'You have cancelled your subscription and it\'s ending on', 'billing_details' => 'Billing Details', 'shipping_details' => 'Shipping Details', 'start_subscription_now' => 'You do not have any Subscription. <br/> Click <a href=":pricing_url"><i class="fa fa-plus"></i> here to Subscribe</a>', 'pending_subscription' => ' <i class="fa fa-click"></i> Pending Subscriptions', 'complete_your_payment' => ' <i class="fa fa-exclamation-triangle"></i> To activate your subscription please <a href=":url" target="_blank"><i class="fa fa-external-link"></i> click here</a> to complete your payment', 'subscription_not_approved' => ' <b>Your Subscription is not approved yet</b>', 'my_subscription' => '<i class="fa fa-diamond"></i> My Subscriptions', 'my_invoices' => '<i class="fa fa-file-text-o"></i> My Invoices', 'subscription_cycles' => '<i class="fa fa-circle-o-notch fa-fw"></i> Subscription cycles', 'invoices' => 'Invoices', 'checkout_details' => 'Checkout Details', 'subscription_details' => 'Subscription Details', 'address_details' => 'Address Details', 'payment_details' => 'Payment Details', 'subscribe' => 'Subscribe', 'check_out' => '<i class="fa fa-check"></i> Checkout', 'continue' => '<i class="fa fa-check"></i> Continue', 'avoid_data_inconsistency' => 'To avoid data inconsistency with the remote gateway, editing subscription manually is not recommended, and changes need to be reflected the remote gateway manually.', 'update_payment_details' => ' Update Payment Details', 'save' => '<i class="fa fa-cart"></i> Save ', 'select_payment_method' => 'Please select Payment method', 'create_invoice_label' => '<i class="fa fa-fw fa-plus"></i> Create Invoice', 'used' => 'Used', 'used_of' => 'Used of', 'mark_invoice_as_paid' => 'Active and mark invoice as paid', 'mark_invoice_paid_confirmation' => 'want to mark invoice as paid and active subscription', 'mark_invoice_paid_label' => 'Active and mark invoice as PAID', 'renew' => 'Renew subscription', 'renew_subscription_confirmation' => "want to renew subscription", 'subscription_renewed_successfully' => 'Renewal request has been submitted successfully for :subscription_reference' ], 'product' => [ 'plan' => ' :count_plan Plans ', ], 'subscription_request' => [ 'next_billing_date_field' => 'Next billing date field is required when payment is offline and subscription is active', ], 'partial' => [ 'dashboard' => 'Dashboard', 'welcome_dashboard' => 'Welcome to your Dashboard', 'subscription' => 'Subscriptions', 'not_subscribed' => 'Not Subscribed Yet' ], 'widget' => [ 'plan' => 'Plans', 'subscription' => 'Subscriptions', 'more_info' => 'More info <i class="fa fa-arrow-circle-right"></i>', ], 'subscription_cycle' => [ 'current_cycle' => 'Current cycle', ] ];