08 2024
This commit is contained in:
parent
04d677d37a
commit
bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions
40
resources/lang/en/account.php
Normal file
40
resources/lang/en/account.php
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'BIC' => 'BIC',
|
||||
'IBAN' => 'IBAN',
|
||||
'VAT_ID_number' => 'tax ID number',
|
||||
'VAT_copy_1' => 'Choose a small business if you do not generate more than EUR 22,000 in sales per year with your business.',
|
||||
'VAT_liability' => 'VAT liability',
|
||||
'account_holder' => 'account owner',
|
||||
'bank_data' => 'bank details',
|
||||
'delivery_address' => 'delivery adress',
|
||||
'firstname_lastname' => 'first name last name',
|
||||
'invoice_address' => 'billing adress',
|
||||
'my_credit' => 'my credit',
|
||||
'phone_need_error' => 'Error: Please state telephone and/or mobile phone!*',
|
||||
'phone_need_note' => 'Note: Please state telephone and/or mobile phone!*',
|
||||
'required_for_commission_payments' => 'required for commission payouts',
|
||||
'reverse_charge_action_1' => 'delete reverse charge procedure and VAT ID',
|
||||
'reverse_charge_action_2' => 'validate VAT ID and activate reverse charge procedure',
|
||||
'reverse_charge_copy_1' => 'Reversal of tax liability or deduction procedure. In this special case, the recipient of the service (consultant) and not the entrepreneur providing the service (mivita) must pay the sales tax.',
|
||||
'reverse_charge_note_1' => 'When activated, the VAT ID is required and validated.',
|
||||
'reverse_charge_procedure' => 'reverse charge procedure',
|
||||
'tax_number' => 'tax no.',
|
||||
'taxable_sales_1' => 'subject to sales tax (I submit an advance VAT declaration to the tax office every month / quarter / year)',
|
||||
'taxable_sales_2' => 'not subject to sales tax (small business within the meaning of §19)',
|
||||
'validator_creditcard' => 'please enter a valid credit card number',
|
||||
'validator_date' => 'Please enter a valid date.',
|
||||
'validator_digits' => 'Please only enter numbers.',
|
||||
'validator_email' => 'Please enter a valid email address.',
|
||||
'validator_equalTo' => 'Please repeat the same value.',
|
||||
'validator_max' => 'Please enter a value less than or equal to {0}.',
|
||||
'validator_maxlength' => 'Please enter a maximum of {0} characters.',
|
||||
'validator_min' => 'Please enter a value greater than or equal to {0}.',
|
||||
'validator_minlength' => 'Please enter at least {0} characters.',
|
||||
'validator_number' => 'Please enter a number.',
|
||||
'validator_range' => 'Please enter a value between {0} and {1}.',
|
||||
'validator_rangelength' => 'Please enter at least {0} and maximum {1} characters.',
|
||||
'validator_required' => 'This field is a required field.',
|
||||
'validator_url' => 'Please enter a valid URL.',
|
||||
);
|
||||
14
resources/lang/en/actions.php
Normal file
14
resources/lang/en/actions.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'cancel' => 'cancel',
|
||||
'confirm' => 'confirm',
|
||||
'file_is_too_big' => 'The file is too large<br>max. $0MB',
|
||||
'image_too_small' => 'Image too small <br>min. $0 pixels',
|
||||
'invalid_file' => 'Invalid file<br>please only: $0',
|
||||
'really_delete_picture' => 'Really delete an image?',
|
||||
'rotate' => 'turn',
|
||||
'save_image' => 'save image',
|
||||
'search_file_or_drag_drop' => 'Search file or drag & drop',
|
||||
'upload_photo' => 'photo upload',
|
||||
);
|
||||
21
resources/lang/en/auth.php
Executable file → Normal file
21
resources/lang/en/auth.php
Executable file → Normal file
|
|
@ -1,19 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
|
||||
];
|
||||
return array (
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
);
|
||||
|
|
|
|||
64
resources/lang/en/cal.php
Normal file
64
resources/lang/en/cal.php
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'months' =>
|
||||
array (
|
||||
'April' => 'april',
|
||||
'August' => 'august',
|
||||
'December' => 'december',
|
||||
'February' => 'february',
|
||||
'January' => 'january',
|
||||
'July' => 'july',
|
||||
'June' => 'june',
|
||||
'March' => 'march',
|
||||
'May' => 'may',
|
||||
'November' => 'november',
|
||||
'October' => 'october',
|
||||
'September' => 'september',
|
||||
),
|
||||
'months_short' =>
|
||||
array (
|
||||
'Apr' => 'apr',
|
||||
'Aug' => 'aug',
|
||||
'Dec' => 'dez',
|
||||
'Feb' => 'feb',
|
||||
'Jan' => 'jan',
|
||||
'Jul' => 'july',
|
||||
'Jun' => 'june',
|
||||
'Mar' => 'mar',
|
||||
'May' => 'may',
|
||||
'Nov' => 'nov',
|
||||
'Oct' => 'oct',
|
||||
'Sep' => 'sep',
|
||||
),
|
||||
'weekdays' =>
|
||||
array (
|
||||
'Friday' => 'friday',
|
||||
'Monday' => 'monday',
|
||||
'Saturday' => 'saturday',
|
||||
'Sunday' => 'sunday',
|
||||
'Thursday' => 'thursday',
|
||||
'Tuesday' => 'tuesday',
|
||||
'Wednesday' => 'qednesday',
|
||||
),
|
||||
'weekdays_min' =>
|
||||
array (
|
||||
'Fr' => 'fri',
|
||||
'Mo' => 'mon',
|
||||
'Sa' => 'sat',
|
||||
'Su' => 'sun.',
|
||||
'Th' => 'thu',
|
||||
'Tu' => 'tue',
|
||||
'We' => 'wed',
|
||||
),
|
||||
'weekdays_short' =>
|
||||
array (
|
||||
'Fri' => 'fri.',
|
||||
'Mon' => 'mon.',
|
||||
'Sat' => 'sat.',
|
||||
'Sun' => 'sun.',
|
||||
'Thu' => 'thu.',
|
||||
'Tue' => 'tue.',
|
||||
'Wed' => 'wed.',
|
||||
),
|
||||
);
|
||||
34
resources/lang/en/customer.php
Normal file
34
resources/lang/en/customer.php
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'about_shop' => 'about store',
|
||||
'add_customer_without_email' => 'add customer without email',
|
||||
'add_customer_without_email_info1' => 'Note: You can also create your customers without an email address. The system then compares the last name and zip code. If there are any similarities here, MIVITA support compares the customer rates and assigns them to the consultants accordingly. Therefore, in the best case scenario, we always recommend providing an email address. This is unique and can therefore be clearly assigned to a customer.',
|
||||
'assigned' => 'assigned',
|
||||
'assigned_counsellor' => 'assigned advisor',
|
||||
'check' => 'check',
|
||||
'check_and_next' => 'check and continue',
|
||||
'check_and_save' => 'check and save',
|
||||
'client_sovereignty' => 'customer sovereignty',
|
||||
'counsellor_allocate' => 'assign consultants',
|
||||
'created' => 'created',
|
||||
'customer_add' => 'add customers',
|
||||
'customer_billing_address' => 'customer and billing address',
|
||||
'customer_data' => 'customer number',
|
||||
'customer_details' => 'customer details',
|
||||
'customer_has_already_buy' => 'I certify that this customer has already purchased from me',
|
||||
'customer_has_already_purchased' => 'Customer has already purchased.',
|
||||
'customer_has_not_yet_purchased' => 'Customer has not purchased yet.',
|
||||
'customer_is_not_subscribed_to_newsletter' => 'Customer is not subscribed to newsletter.',
|
||||
'customer_is_subscribed_to_newsletter' => 'Customer is subscribed to newsletter.',
|
||||
'customer_sovereignty_info1' => 'Customer sovereignty: Only customers who do not yet exist in the mivita sales center can be added.',
|
||||
'date' => 'date',
|
||||
'edit' => 'edit',
|
||||
'edit_customer_data' => 'to edit the customer data',
|
||||
'enter' => 'input',
|
||||
'is_counsellor' => 'is a consultant',
|
||||
'newsletter_subscribed_copy1' => 'Subscribed to newsletter. You or MIVITA are allowed to send customers a newsletter if the customer has already actively purchased. If the customer has explicitly stated that they do not want a newsletter, please be sure to uncheck the box.',
|
||||
'next_without_email' => 'continue without email',
|
||||
'select' => 'select',
|
||||
'under_review' => 'in examination',
|
||||
);
|
||||
19
resources/lang/en/dataprotect.php
Normal file
19
resources/lang/en/dataprotect.php
Normal file
File diff suppressed because one or more lines are too long
95
resources/lang/en/email.php
Normal file
95
resources/lang/en/email.php
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'account_active' => 'account activated',
|
||||
'account_active_copy1line' => 'Your account has been activated after successful verification. You can find your consultant contract on the homepage in the login area of my.mivita.care. Log in with your user details to take further steps.',
|
||||
'account_incomplete_copy1line' => 'Your account has not been activated, your data is not complete. Please follow the link below to complete your details.',
|
||||
'activate_copy' => 'Please confirm your email and activate your account using this link:',
|
||||
'active_copy1line' => 'You are receiving this email because we have received a request to change your email address for your account.',
|
||||
'button_account' => 'to the account',
|
||||
'button_custom_payout' => 'for payment',
|
||||
'change_e_mail' => 'change E-Mail address',
|
||||
'checkout_copy1line' => 'Thank you for your order from mivita.care. Below we have listed your order again for you to check.',
|
||||
'checkout_copy3line' => 'If you have any questions, we are always there for you.',
|
||||
'checkout_copy3line_extern' => 'Order via consultant:',
|
||||
'checkout_custom_payout' => 'Your advisor has put together the following products for you',
|
||||
'checkout_mail_bank_bic' => 'BIC:',
|
||||
'checkout_mail_bank_code' => 'purpose of use',
|
||||
'checkout_mail_bank_holder' => 'Account owner:',
|
||||
'checkout_mail_bank_iban' => 'IBAN:',
|
||||
'checkout_mail_bank_name' => 'Bank',
|
||||
'checkout_mail_bank_total' => 'total amount',
|
||||
'checkout_mail_deliver_addess' => 'Your delivery address:',
|
||||
'checkout_mail_deliver_customer' => 'Customer delivery address:',
|
||||
'checkout_mail_hl1' => 'You have ordered the following items:',
|
||||
'checkout_mail_invoice_addess' => 'Your billing address:',
|
||||
'checkout_mail_order_for_extern' => 'Customer order via external shop:',
|
||||
'checkout_mail_order_for_me' => 'Order a consultant for you:',
|
||||
'checkout_mail_order_for_membership' => 'Order a consultant for your membership:',
|
||||
'checkout_mail_order_for_ot' => 'Order a consultant for your customer:',
|
||||
'checkout_mail_order_for_wizard' => 'Order a consultant for your registration:',
|
||||
'checkout_mail_pay_approved' => 'Your payment has been approved, a payment confirmation will be created automatically.',
|
||||
'checkout_mail_pay_error' => 'Payment failed!',
|
||||
'checkout_mail_pay_info' => 'Payment info:',
|
||||
'checkout_mail_pay_invoice_open' => 'Your invoice payment has been approved.',
|
||||
'checkout_mail_pay_pre' => 'Payment in advance:',
|
||||
'checkout_mail_pay_pre_c1' => 'please transfer',
|
||||
'checkout_mail_pay_pre_c2' => 'EUR to the following account details to complete the purchase.',
|
||||
'checkout_mail_pay_ref' => 'Payment reference:',
|
||||
'checkout_mail_pay_success' => 'Payment is confirmed!',
|
||||
'checkout_mail_pay_with' => 'Payment with:',
|
||||
'checkout_mail_same_address' => 'Delivery address is the same as billing address',
|
||||
'checkout_mail_shipping' => 'packaging and shipping costs',
|
||||
'checkout_mail_status_info' => 'Status info:',
|
||||
'checkout_mail_subtotal_ws' => 'total without VAT',
|
||||
'checkout_mail_system_status' => 'System status:',
|
||||
'checkout_mail_tax' => 'plus VAT',
|
||||
'checkout_mail_tax_info' => 'Price incl. VAT',
|
||||
'checkout_mail_total' => 'total price',
|
||||
'checkout_mail_your_mail' => 'Your email:',
|
||||
'checkout_subject' => 'aour order at',
|
||||
'checkout_subject_extern' => 'new order',
|
||||
'checkout_subject_paid' => 'payment confirmation - your order at',
|
||||
'copy2line' => 'Or copy this link into the address bar of your browser.',
|
||||
'copy3line' => 'We are happy to answer any further questions you may have.',
|
||||
'copy_to_browser' => 'Or copy this link into the address bar of your browser.',
|
||||
'credit_copy1line' => 'Your credit is here and you really deserve it! We will transfer the payout amount to your account in the next 5 working days. Please check whether your current bank details are stored in your sales center account (My Account -> My Data). We wish you a continued successful time at MIVITA. Do you want to achieve even more? Then talk to your sponsor or other team leaders. They will work with you to develop a very personal path to your success based on our marketing plan. Best regards, your MIVITA team',
|
||||
'credit_title' => 'Your credit on mivita.care',
|
||||
'dear_mrs' => 'hello',
|
||||
'dear_sir' => 'hello',
|
||||
'email' => 'E-Mail',
|
||||
'email_incomplete' => 'Your data is not complete.',
|
||||
'email_subject' => 'Message from mivita.care',
|
||||
'email_verify' => 'confirm your e-mail address',
|
||||
'email_verify_copy1line' => 'Thank you for your registration. Please follow the link below to confirm your email address.',
|
||||
'first_name' => 'first name',
|
||||
'footer_copy1' => 'mivita e.K. | Leinfeld 2 | 87755 Kirchhaslach | Telephone: +49 (0) 8333 946 17 67 | Email: info@mivita.care',
|
||||
'footer_copy2' => 'Business owner: Alois Ried | Registration court: Memmingen | Registration number: HRA 12236 | VAT ID number: DE 244162340',
|
||||
'footer_copy3' => '© 2020 All Rights Reserved',
|
||||
'greetings' => 'Best regards',
|
||||
'hello' => 'Hello',
|
||||
'invoice_copy1line' => 'Thank you for your order from mivita.care. Below we will send you the invoice for your order:',
|
||||
'invoice_title' => 'Invoice for your order on mivita.care',
|
||||
'last_name' => 'last name',
|
||||
'mail_confirm' => 'Confirm email address',
|
||||
'message' => 'news',
|
||||
'phone' => 'phone',
|
||||
'request_from' => 'Request from mivita.care',
|
||||
'reset_pass_copy1line' => 'You are receiving this email because we have received a request to reset your account password.',
|
||||
'reset_passwort' => 'reset Password',
|
||||
'sales_partnership' => 'sales partnership',
|
||||
'sales_partnership_message' => 'notice',
|
||||
'salutation' => 'salutation',
|
||||
'sender' => 'your team from mivita.care',
|
||||
'status_copy1line' => 'status of your order on mivita.care',
|
||||
'subject' => 'regarding',
|
||||
'subject_activate' => 'activate account',
|
||||
'subject_custom_payout' => 'Your individual order from :name on mivita.care',
|
||||
'subject_reset' => 'reset password',
|
||||
'update_level_copy1line' => 'Congratulations, you achieved your qualification (TP :tp) last month and have thus reached your next career level.<br><br>From now on you are: <b>:to</b>',
|
||||
'update_level_title' => 'your career level on mivita.care',
|
||||
'verify_copy1line' => 'We have stored data about you in our system. Please follow the link below to confirm your email address. You can also change or delete your data.',
|
||||
'verify_e_mail' => 'confirm your details and email address',
|
||||
'your_custom_payout' => 'Your personal mivita consultant - :name has put together an individual order for you. Now all you have to do is pay for your order. Click on the link and go to the mivita.care checkout.',
|
||||
'your_request_from' => 'your request from',
|
||||
);
|
||||
13
resources/lang/en/gtc.php
Normal file
13
resources/lang/en/gtc.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'gtc_copy1' => '<strong>Basic information</strong><br> 1) The following terms and conditions apply to all contracts that you conclude with us as a provider (mivita e.K.) via the website www.mivita.care. The range of goods in our online shop is aimed exclusively at adult customers. The inclusion of general terms and conditions of customers who contradict these terms and conditions is already objected to. The contract language is German. You can access and print out these terms and conditions on our website. <br> <br> 2) We do not save the complete text of the contract. You can print out the contract data or save it electronically using the online shopping cart system before sending your order. After receiving your order, we will send you the order details, the legally required information for distance selling contracts and the general terms and conditions again by email. <br><br>',
|
||||
'gtc_copy2' => '<strong>Basic information</strong><br> 1) Our product offers on the Internet are non-binding and do not represent a binding offer to conclude a contract. You can place an order, i.e. a binding purchase offer, via our online shopping cart system. To do this, place the goods you intend to purchase in the “shopping cart”. You can use the corresponding button in the navigation bar to access the “shopping cart” and make changes there at any time. After accessing the “Checkout” page and entering your personal data as well as the payment and shipping conditions, all order data will be displayed again in an order overview. Here you have the opportunity to check all information again before sending your order, to change it (also using the “back” function of the internet browser) or to cancel the purchase. By sending the order using the “Buy” button, you are making a binding offer to conclude the contract. You will then receive an automatic confirmation of receipt by email, which does not yet lead to the conclusion of the contract. <br><br> (2) We can accept your offer within 2 days by sending an order confirmation by email. If you do not receive a corresponding message within this period, you will no longer be bound to your order. In this case, we will immediately reimburse you for any services that have already been provided. <br><br> (3) The processing of the order and the transmission of all information required in connection with the conclusion of the contract is partly automated by email. You must therefore ensure that the email address you provide to us is correct, that receipt of emails is technically ensured and, in particular, that it is not prevented by SPAM filters. <br><br>',
|
||||
'gtc_copy3' => '<strong>§ 3 Prices/Payment Methods</strong><br> (1) The prices stated in our offers as well as the shipping costs represent total prices. They include all price components including all applicable taxes. <br><br> (2) Shipping costs are not included in the purchase price. They can be accessed via a correspondingly labeled button on our website or in the respective item description. The shipping costs will continue to be shown separately during the ordering process and must be borne additionally by you unless free shipping is guaranteed. <br><br> (3) We offer you various payment methods. These are shown under a correspondingly labeled button on our website or in the respective item description. Unless otherwise stated, payment claims arising from the concluded contract are due for payment immediately. <br><br>',
|
||||
'gtc_copy4' => '<strong>§ 4 Delivery conditions</strong><br> (1) Delivery conditions, delivery dates and any existing delivery restrictions can be accessed using a correspondingly labeled button on our website or in the respective item description. <br><br> (2) For consumers, the risk of accidental loss and accidental deterioration of the item sold during shipping only passes to the consumer when the goods are handed over to them. This is regardless of whether the shipment is insured or uninsured. However, this does not apply if you have independently commissioned a transport company not named by the entrepreneur or another person designated to carry out the shipment. <br><br> (3) For entrepreneurs, delivery and shipping takes place at their own risk. <br><br>',
|
||||
'gtc_copy5' => '<strong>§ 5 Right of retention, retention of title</strong><br> (1) You can only exercise a right of retention if it concerns claims from the same contractual relationship. <br><br> (2) The goods remain our property until the purchase price has been paid in full. <br><br> (3) The following also applies to entrepreneurs: <br><br> - We reserve ownership of the goods until all claims from the ongoing business relationship have been settled in full. Pledging or transfer of security is not permitted before ownership of the reserved goods is transferred. <br> - You may resell the goods in the ordinary course of business. In this case, you assign to us all claims in the amount of the invoice amount that arise from the resale. We accept the assignment, but you are authorized to collect the claims. If you do not properly meet your payment obligations, we reserve the right to collect claims ourselves. <br> - If the reserved goods are combined or mixed, we acquire co-ownership of the new item in the ratio of the invoice value of the reserved goods to the other processed items at the time of processing. <br> - We undertake to release the securities to which we are entitled upon request to the extent that the realizable value of our securities exceeds the claims to be secured by more than 10%. We are responsible for selecting the securities to be released. <br><br>',
|
||||
'gtc_copy6' => '<strong>§ 6 Warranty</strong><br> (1) The statutory liability rights for defects apply. <br><br> (2) For entrepreneurs, the following applies differently from paragraph 1: <br><br> - as an entrepreneur, you must inspect the goods immediately and with due care for deviations in quality and quantity and report any obvious defects to us within 7 days from receipt of the goods in writing. Deadline is sufficient for the timely dispatch. This also applies to hidden defects discovered later upon discovery. If you do not fulfill your obligation to inspect and give notice of complaints, the assertion of warranty claims is excluded. <br> - If there are defects, we can, at our discretion, provide a guarantee through repair or replacement delivery. If the removal of the defect fails, you can choose to demand a reduction in price or withdraw from the contract. The elimination of defects is deemed to have failed after an unsuccessful second attempt, unless the nature of the item or the defect or other circumstances indicate otherwise. In the event of repair, we do not have to bear the increased costs that arise from moving the goods to a location other than the place of performance if the delivery does not correspond to the intended use of the goods. <br> - the warranty period is one year from delivery of the goods. The shortened warranty period does not apply to culpably caused damages attributable to us resulting from injury to life, body or health and damages caused by gross negligence or intent or fraud, as well as for recourse claims in accordance with Sections 478 and 479 of the German Civil Code (BGB). <br><br>',
|
||||
'gtc_copy7' => '<strong>§ 7 Liability</strong><br> (1) We are fully liable for damages resulting from injury to life, body or health. Furthermore, we are liable without limitation in all cases of intent and gross negligence, in the case of fraudulent concealment of a defect, in the event of a guarantee for the quality of the purchased item and in all other cases regulated by law. <br> (2) If essential contractual obligations are affected, our liability in the event of slight negligence is limited to the foreseeable damage that is typical for the contract. Essential contractual obligations are essential obligations that arise from the nature of the contract and whose violation would jeopardize the achievement of the purpose of the contract as well as obligations that the contract imposes on us according to its content in order to achieve the purpose of the contract, the fulfillment of which makes the proper implementation of the contract possible in the first place and on whose compliance you can regularly rely. <br><br>',
|
||||
'gtc_copy8' => '<strong>§ 8 Final provisions</strong><br> (1) German law applies. For consumers, this choice of law only applies to the extent that the protection granted by mandatory provisions of the law of the consumer\'s country of habitual residence is not withdrawn (principle of favourability). The provisions of the UN Convention on Contracts for the International Sale of Goods expressly do not apply. <br><br> (2) The place of performance for all services from the existing business relationships with us and the place of jurisdiction is our registered office, provided you are not a consumer but a merchant, a legal entity under public law or a special fund under public law. The same applies if you do not have a general place of jurisdiction in Germany or the EU or your place of residence or habitual residence is not known at the time the action is filed. The right to appeal to the court at another legal place of jurisdiction remains unaffected by this. <br><br>',
|
||||
'gtc_copy9' => 'As of: October 5, 2018 <br><br>',
|
||||
);
|
||||
41
resources/lang/en/home.php
Normal file
41
resources/lang/en/home.php
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'MIVITA_Consultancy_agreement' => 'MIVITA_Consultant contract',
|
||||
'active_role' => 'active role',
|
||||
'activities' => 'activities',
|
||||
'adjust_data' => 'adjust data',
|
||||
'adviser_membership_active' => 'consultant membership active',
|
||||
'adviser_onlineshop_active' => 'consultant online shop active',
|
||||
'adviser_onlineshop_inactive' => 'consultant shop inactive',
|
||||
'advisor_account_inactive' => 'consultant account inactive',
|
||||
'at' => 'at the',
|
||||
'change_your_email_address' => 'Change your email address.',
|
||||
'change_your_personal_data' => 'Change your personal information.',
|
||||
'change_your_personal_password' => 'Change your personal password.',
|
||||
'create_your_personal_password' =>
|
||||
array (
|
||||
'' => 'Create your personal password.',
|
||||
),
|
||||
'current_points_for' => 'current points for',
|
||||
'data' => 'data',
|
||||
'data_complete_unlocked' => 'data complete, unlocked',
|
||||
'declaration_of_consent' => 'consent form',
|
||||
'email_verified' => 'verify email',
|
||||
'expired_on' => 'expired on',
|
||||
'log_out_and_see_you_soon' => 'Sign out and see you soon.',
|
||||
'login' => 'registration',
|
||||
'manage_membership' => 'manage membership',
|
||||
'manage_membership_now_here' => 'manage your membership here now',
|
||||
'membership' => 'membership',
|
||||
'open_since' => 'opened since',
|
||||
'open_your_shop' => 'open your own mivita shop',
|
||||
'privacy_policy_approved' => 'privacy policy agreed',
|
||||
'security' => 'security',
|
||||
'settings_your_shop' => 'your shop settings',
|
||||
'shop_not_booked' => 'shop not booked',
|
||||
'today_is' => 'today is',
|
||||
'until' => 'until',
|
||||
'welcome_back' => 'welcome back',
|
||||
'your_shop' => 'your shop',
|
||||
);
|
||||
72
resources/lang/en/homeparty.php
Normal file
72
resources/lang/en/homeparty.php
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'acceptect_data_protection' => 'I hereby consent to the data processing mentioned under :data protection',
|
||||
'add_as_guest' => 'register as a guest',
|
||||
'add_product' => 'add product',
|
||||
'completed' => 'completed',
|
||||
'confirm_my_data_is_correct_and_complete' => 'I confirm that my data is correct and complete. After sending, a change is only possible via my personal MIVITA advisor.*',
|
||||
'copy' => 'Copied!',
|
||||
'copy_link' => 'copy link',
|
||||
'copy_link_info' => 'Share this link with the guests (e.g. WhatsApp or SMS) to take them to a landing page where they can fill out their data themselves. Use the “copy symbol” to copy the link straight to your clipboard.',
|
||||
'country_can_no_longer_be_changed_after_created' => 'The delivery country cannot be changed once it has been created. All shipping addresses must be in this country.',
|
||||
'create_delivery_address_host_info' => 'Delivery address and host have not yet been created.',
|
||||
'create_guest' => 'create guest',
|
||||
'create_guests' => 'create guests',
|
||||
'create_guests_info' => 'Guests can then be created and orders placed.',
|
||||
'create_new_homeparty' => 'create a new time-out party',
|
||||
'credit_bonus' => 'credit bonus',
|
||||
'credit_homeparty_voucher' => 'credit time-out party voucher',
|
||||
'current_bonus_view' => 'current bonus view',
|
||||
'data_protection' => 'data protection',
|
||||
'data_protection_reasons_your_personal_data_will_not_be_shown' => 'Note: For data protection reasons, your personal data will not be shown to other participants here. Once submitted, they can no longer be edited. If you would like to make a change later, please contact your personal MIVITA advisor.',
|
||||
'deduct_points_by_voucher' => 'deduction of points through voucher',
|
||||
'delivery_address_homeparty' => 'delivery address time out party',
|
||||
'delivery_directly_to_the_guest' => 'delivery directly to the guest',
|
||||
'delivery_to_host' => 'delivery to host',
|
||||
'description_welcome_text' => 'description/welcome text',
|
||||
'enter_your_personal_data_for_homeparty' => 'Enter your personal data for the time-out party',
|
||||
'event_date' => 'event date',
|
||||
'event_place' => 'venue',
|
||||
'from' => 'from',
|
||||
'general_overview' => 'general overview',
|
||||
'guest_delete_really' => 'Really delete guest?',
|
||||
'guest_lists' => 'guest list',
|
||||
'guest_order_sent_directly_info' => 'If a guest would like their order sent directly to their personal address, you can specify this separately during the ordering process.',
|
||||
'guests' => 'guest',
|
||||
'homeparty' => 'time out party',
|
||||
'homeparty_add_host_address_info' => 'Please enter the address of the host where the time-out party is being organized.',
|
||||
'homeparty_delete_really' => 'Really delete time out party?',
|
||||
'homeparty_invoice_info' => 'The invoice from mivita will be sent to your address (consultant). You are responsible for billing the host and guests yourself.',
|
||||
'homeparty_manage' => 'manage time out party',
|
||||
'host' => 'host/hostess',
|
||||
'host_address_save' => 'save host address',
|
||||
'host_can_not_delete' => 'host cannot be deleted',
|
||||
'host_homeparty' => 'host/hostess time out party',
|
||||
'host_organiser_event' => 'host/organizer',
|
||||
'invitation' => 'invitation',
|
||||
'invitation_link_for_guests' => 'invitation link for guests',
|
||||
'invoice_address' => 'billing address',
|
||||
'let_your_guests_fill_in_their_own_details' => 'let your guests fill out their data themselves',
|
||||
'manage' => 'administer',
|
||||
'missing' => 'still missing',
|
||||
'next_bonus' => 'next bonus',
|
||||
'order' => 'order',
|
||||
'order_can_be_send_delivery_address_info' => 'The order can only be sent once the host delivery address has been created.',
|
||||
'order_create' => 'create order',
|
||||
'order_host' => 'order host',
|
||||
'order_show' => 'view order',
|
||||
'please_enter_delivery_address_info' => 'Please enter the central delivery address for the orders placed for this time-out party here. This can be your own address or that of the host. Depending on how you want to organize the distribution of the products with your guests.',
|
||||
'revoke_consent_at_any_time' => 'I have been informed that I can revoke this consent at any time.*',
|
||||
'shipping_costs_host' => 'shipping costs for the host',
|
||||
'target_turnover' => 'target sales',
|
||||
'voucher' => 'coupon',
|
||||
'voucher_bonus' => 'voucher bonus',
|
||||
'voucher_bonus_cannot_be_applied' => 'voucher/bonus cannot be applied because no products have been added by the host.',
|
||||
'voucher_total' => 'total voucher',
|
||||
'welcome_copy' => 'Welcome to our time-out party around the topic of organic aloe vera and natural cosmetics. We will inform you about what premium quality in natural cosmetics really means, show you many application examples for skin and intestinal problems and of course you can test our products extensively. We are looking forward to meeting you!',
|
||||
'your_MIVITA_advice' => 'Your MIVITA advice',
|
||||
'your_data_has_been_successfully_created_have_fun' => 'Your data has been successfully created. Have fun at the time out party!',
|
||||
'your_host' => 'your host',
|
||||
'your_hostess' => 'your hostess',
|
||||
);
|
||||
57
resources/lang/en/membership.php
Normal file
57
resources/lang/en/membership.php
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'MIVITA_BUSINESS_Paket' => 'MIVITA BUSINESS package',
|
||||
'abo_copy_1' => 'Decrease automatic extension and withdraw SEPA mandate.',
|
||||
'abo_copy_2' => 'The next booking is on: <strong>:date </strong>',
|
||||
'abo_copy_3' => 'I hereby confirm that I will delete my SEPA and deactivate the automatic extension.',
|
||||
'active' => 'active',
|
||||
'active_package' => 'active package',
|
||||
'booked_package' => 'booked package',
|
||||
'change' => 'adjust',
|
||||
'change_copy_1' => 'You can change your membership until the next contract extension, on :date.',
|
||||
'change_copy_2' => 'The remaining terms remain the same; the changed package only becomes active when it is extended.',
|
||||
'consultant_membership' => 'Consultant Membership',
|
||||
'consultant_online_shop' => 'consultant online shop',
|
||||
'contract_renewal' => 'contract extension',
|
||||
'deactivate' => 'deactivate',
|
||||
'details' => 'details',
|
||||
'downgrade_membership_is_not_possible' => 'It is no longer possible to downgrade your advisor membership.',
|
||||
'end' => 'finish',
|
||||
'end_button' => 'terminate your membership here',
|
||||
'end_checkbox' => 'Yes, I would like to terminate my MIVITA membership, I waive any claims against MIVITA and would like my account to be deleted!',
|
||||
'end_copy_1' => 'You no longer want to be a MIVITA consultant and end your membership?',
|
||||
'end_copy_2' => 'By doing so, you are giving up all sorts of commissions, perks, access to the sales center, and much more. By submitting this option we will receive a message and will take care of deleting your account. This process may take a few days.',
|
||||
'end_copy_3' => 'The termination and deletion of your MIVITA membership has been requested.',
|
||||
'expired_on' => 'expired on',
|
||||
'home_copy_SEPA_32' => 'Since you have given us a SEPA direct debit mandate, you do not need to take any further action. In accordance with this mandate, we will debit the invoice amount :price from your account on :pay_date.',
|
||||
'home_copy_SEPA_33' => 'We have not yet been able to debit the invoice amount :price on :pay_date from the SEPA direct debit mandate that you gave us.',
|
||||
'home_copy_SEPA_36' => 'Unfortunately, we were unable to collect the amount due for the membership fee from your specified account using a SEPA direct debit mandate.',
|
||||
'home_copy_alert_31' => 'Your membership expires on :datetime',
|
||||
'home_copy_alert_35' => 'Your membership expires today!',
|
||||
'home_copy_alert_36' => 'Your membership expired :days days ago on :datetime!',
|
||||
'home_copy_alert_36_today' => 'Your membership expires today on :datetime!',
|
||||
'home_copy_last_31' => 'You still have a few relaxing :days days left to extend your membership. However, if you let the deadline pass, your account will automatically be paused until you renew your membership.',
|
||||
'home_copy_last_33' => 'You now have :days days left to extend your membership. However, if you let the deadline pass, your account will automatically be paused until you renew your membership.',
|
||||
'home_copy_last_34' => 'Wow... now it\'s time! Your membership expires in :days days, exactly on :datetime. However, if you let the deadline pass, your account will automatically be paused until you renew your membership.',
|
||||
'home_copy_last_35' => 'Wow... now it\'s time! Your membership expires today, exactly on :datetime. However, if you let the deadline pass, your account will automatically be paused until you renew your membership.',
|
||||
'home_copy_last_36' => 'As announced, we have paused your advisor account because you did not renew your membership in time. If you would like to benefit from the advantages and features of MIVITA again, you can reactivate your account at any time.',
|
||||
'home_hl' => 'membership / annual fee',
|
||||
'inactive' => 'inactive',
|
||||
'is_no_longer_possible_to_change_package' => 'It is no longer possible to change your advisor package.',
|
||||
'membership' => 'membership',
|
||||
'membership_was_renewed' => 'Your membership was renewed on :date.',
|
||||
'open_payment_options' => 'open payment options',
|
||||
'payment_copy_1' => 'Alternatively, you now have the option of paying for your membership directly using other payment options.',
|
||||
'payment_copy_2' => 'If the membership is paid before the :date, the SEPA mandate will not be executed!',
|
||||
'payment_has_been_made' => 'A payment has been made.',
|
||||
'renewal_is_active_membership_fee_automatic' => 'Your automatic extension is active, we will automatically collect your membership fee via SEPA mandate on <strong>:date</strong>.',
|
||||
'status' => 'status',
|
||||
'until' => 'until',
|
||||
'upgrade' => 'upgrade',
|
||||
'upgrade_copy_1' => 'Expand your membership to the MIVITA BUSINESS package now!',
|
||||
'upgrade_copy_2' => 'The remaining months until the consultant membership extension are calculated. The MIVITA BUSINESS package price will then be calculated annually.',
|
||||
'upgrade_package_and_proceed_payment' => 'You have the option to upgrade your package, simply select the upgraded package and proceed to payment.',
|
||||
'we_do_not_collect_membership_fee' => 'We were unable to automatically collect your membership fee via SEPA mandate on <strong>:date</strong>.',
|
||||
'your_booked_package' => 'your booked package',
|
||||
);
|
||||
41
resources/lang/en/msg.php
Normal file
41
resources/lang/en/msg.php
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'VATID_could_not_be_validated' => 'The VAT ID could not be validated, please check your entry',
|
||||
'VATID_successfully_entered' => 'VAT ID entered successfully',
|
||||
'abo_deaktivert' => 'subscription option disabled',
|
||||
'booked_package_has_been_changed' => 'booked package has been changed.',
|
||||
'cancel_membership_is_requested' => 'Termination of membership has been requested',
|
||||
'compensation_products_cannot_be_0' => 'Error: The compensation products cannot be 0.',
|
||||
'contact_delete' => 'contact deleted',
|
||||
'country_account_has_been_changed__cost_has_been_reset' => 'The billing country has been changed and the goods checklist has been reset',
|
||||
'error_checkbox_not_confirm' => 'Error: Checkbox not confirmed',
|
||||
'error_occurred_with_order' => 'An error occurred while ordering',
|
||||
'file_deleted' => 'file deleted',
|
||||
'file_empty' => '"file empty"',
|
||||
'file_not_found' => 'file not found',
|
||||
'file_uploaded' => 'file uploaded',
|
||||
'homeparty_delete' => 'time out party deleted',
|
||||
'homeparty_guest_delete' => 'time out party guest deleted',
|
||||
'link_for_homeparty_not_found' => 'Link for the time-out party was not found or is no longer active.',
|
||||
'no_change_made' => 'no change made',
|
||||
'no_id_card_deposited_please_upload_first' => 'No ID provided, please upload it first',
|
||||
'no_trade_licence_deposited_please_upload_first' => 'No business license stored, please upload it first',
|
||||
'please_enter_reason_why_you_not_need_trade_licence' => 'Please provide a reason why you do not need a business license',
|
||||
'please_select_compensation_product' => 'Please select a compensation product',
|
||||
'please_select_count_compensation_products' => 'Please select :count compensation products',
|
||||
'reverse_charge_procedure_and_VATID_deleted' => 'reverse charge procedure and VAT ID deleted',
|
||||
'shipping_cost_cannot_be_0' => 'Error: Shipping cost cannot be 0',
|
||||
'shipping_costs_were_not_calculated_correctly' => 'Error: Shipping costs were not calculated correctly',
|
||||
'shipping_country_was_not_correctly' => 'Error: The shipping country was not processed correctly in the shopping cart',
|
||||
'shipping_country_was_not_found' => 'Error: Shipping country not found',
|
||||
'shopping_cart_was_not_user_shop' => 'Error: The consultant has no store, the order cannot be continued',
|
||||
'shopping_cart_was_shipping_free' => 'Error: The shopping cart was specified as free shipping',
|
||||
'shopping_instance_not_found' => 'Error: No ShoppingInstance was found',
|
||||
'shopping_user_not_found' => 'Error: No ShoppingUser was found',
|
||||
'user_not_found' => 'The consultant was not found.<br>The account has been deactivated or deleted.',
|
||||
'your_shopping_cart_is_empty_please_add_products_first' =>
|
||||
array (
|
||||
'' => 'Your shopping cart is empty, please add products first',
|
||||
),
|
||||
);
|
||||
60
resources/lang/en/navigation.php
Normal file
60
resources/lang/en/navigation.php
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'add' => 'add',
|
||||
'attribute' => 'attributes',
|
||||
'business' => 'business',
|
||||
'career_level' => 'career level',
|
||||
'categories' => 'categories',
|
||||
'clients' => 'customers',
|
||||
'commissions' => 'commissions',
|
||||
'contents' => 'content',
|
||||
'countries' => 'countries',
|
||||
'credit' => 'credits',
|
||||
'do_order' => 'place an order',
|
||||
'documents' => 'documents',
|
||||
'downloadcenter' => 'Downloadcenter',
|
||||
'edit' => 'edit',
|
||||
'export' => 'export',
|
||||
'files' => 'Files',
|
||||
'general' => 'generally',
|
||||
'home' => 'home',
|
||||
'ingredients' => 'ingredients',
|
||||
'invoice' => 'bills',
|
||||
'language' => 'language',
|
||||
'languages' => 'languages',
|
||||
'logout' => 'log out',
|
||||
'manage' => 'administer',
|
||||
'member' => 'advisor',
|
||||
'member_register' => 'register advisor',
|
||||
'membership' => 'membership',
|
||||
'modules' => 'modules',
|
||||
'my_account' => 'my account',
|
||||
'my_clients' => 'my customers',
|
||||
'my_data' => 'my data',
|
||||
'my_homeparty' => 'my time out party',
|
||||
'my_membership' => 'my membership',
|
||||
'my_orders' => 'my Orders',
|
||||
'my_shop' => 'my shop',
|
||||
'my_team' => 'my Team',
|
||||
'new_member' => 'new advisor',
|
||||
'order' => 'order',
|
||||
'orders' => 'orders',
|
||||
'overview' => 'overview',
|
||||
'payment_methods' => 'payment Methods',
|
||||
'payments' => 'finance',
|
||||
'points' => 'points',
|
||||
'products' => 'products',
|
||||
'sales_volumes' => 'sales volumes',
|
||||
'settings' => 'settings',
|
||||
'shipping_costs' => 'shipping',
|
||||
'start_site' => 'home page',
|
||||
'structure' => 'structure',
|
||||
'system_settings' => 'system E.',
|
||||
'tags' => 'Tags',
|
||||
'tax_advisor' => 'Tax consultant',
|
||||
'translate' => 'translations',
|
||||
'translation' => 'translation',
|
||||
'trigger' => 'trigger',
|
||||
'user_roles' => 'user rights',
|
||||
);
|
||||
112
resources/lang/en/order.php
Normal file
112
resources/lang/en/order.php
Normal file
|
|
@ -0,0 +1,112 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'VAT' => 'VAT',
|
||||
'add_customer' => 'add customers',
|
||||
'advertising_material' => 'advertising materials',
|
||||
'adviser_collective_invoice' => 'collective billing consultant',
|
||||
'adviser_order_for_membership' => 'membership advisor appointment',
|
||||
'adviser_order_for_registration' => 'consultant appointment for registration',
|
||||
'art_no' => 'item no.',
|
||||
'article' => 'article',
|
||||
'article_remove' => 'remove article',
|
||||
'assigned_advisor' => 'assign consultants',
|
||||
'assigned_counsellor' => 'assigned advisor',
|
||||
'billing_address_of_client' => 'customer billing address',
|
||||
'billing_address_of_the_advisor' => 'consultant’s billing address',
|
||||
'client_order_via_shop' => 'customer order via shop',
|
||||
'collective_invoice' => 'collective invoice',
|
||||
'collective_invoice_contains_orders' => 'collective invoice includes the following customer orders',
|
||||
'compensation_product' => 'compensation product',
|
||||
'confirm_and_proceed_to_checkout' => 'confirm and proceed to checkout',
|
||||
'confirm_and_proceed_to_order' => 'confirm and continue to order',
|
||||
'confirm_and_send_order' => 'Complete order and send payment link',
|
||||
'confirm_send_order_info' => 'When the order is completed, a payment link is created and sent to your customer by e-mail.<br>Your customer can then complete the payment and the goods will be shipped, your commission will be credited when the payment is completed.',
|
||||
'consultant_order_for_home_party' => 'appointment of a consultant for a home party',
|
||||
'content' => 'contents',
|
||||
'contents' => 'content',
|
||||
'cpay' => 'customer pays',
|
||||
'cpay_text' => 'My customer receives a payment link and I receive my commission',
|
||||
'create_invoice' => 'make a bill',
|
||||
'date' => 'date',
|
||||
'delivery_address_of_the_client' => 'customer\'s delivery address',
|
||||
'delivery_address_of_the_consultant' => 'delivery address of the consultant',
|
||||
'delivery_country_can_no_longer_be_changed' => 'The delivery country can no longer be changed',
|
||||
'delivery_country_changed_customer_info' => 'The delivery country can only be changed by the customer under <a href=":link">My Customers</a>.',
|
||||
'delivery_country_changed_info' => 'The delivery country can only be changed under <a href=":link">My details</a>.',
|
||||
'delivery_note' => 'delivery note',
|
||||
'delivery_to_me' => 'delivery to me',
|
||||
'delivery_to_the_customer' => 'delivery to the customer',
|
||||
'deliverydata' => 'delivery dates',
|
||||
'different_delivery_address' => 'different delivery address',
|
||||
'error_no_address_data_found' => 'Error: No address data found!',
|
||||
'excl' => 'plus',
|
||||
'external_orders' => 'external orders',
|
||||
'external_orders_info_pay' => 'pay = create collective invoice and go to checkout',
|
||||
'external_orders_info_remove' => 'remove = orders will be moved to removed, for cancellations etc.',
|
||||
'external_orders_info_reset' => 'reset = orders are only moved to open, collective invoices are not changed',
|
||||
'goods_are_for_customer_and_shipped' => 'Goods are for a customer and are shipped to the customer',
|
||||
'goods_are_for_me_and_shipped' => 'Goods are for me and will be shipped to my address',
|
||||
'gross' => 'gross',
|
||||
'gross_price' => 'gross price',
|
||||
'incentives' => 'incentives',
|
||||
'included_VAT' => 'VAT included',
|
||||
'invoice' => 'invoice',
|
||||
'invoice_address' => 'billing address',
|
||||
'ipay' => 'i pay',
|
||||
'ipay_text' => 'I pay minus my margin and settle the sales price with my customer',
|
||||
'land_can_no_longer_be_changed' => 'The country can no longer be changed',
|
||||
'link_to_the_invoice' => 'link to invoice',
|
||||
'my_delivery_address' => 'my delivery address',
|
||||
'net' => 'net',
|
||||
'net_price' => 'net price',
|
||||
'no_address_created' => 'no address created',
|
||||
'no_career_level_info' => 'Note: You have not yet been assigned a career level. Please contact info@mivita.care',
|
||||
'no_delivery_address' => 'no delivery address created',
|
||||
'no_order' => 'no order',
|
||||
'number_of_items' => 'number of items',
|
||||
'order' => 'order',
|
||||
'order_consultant' => 'appointment consultant',
|
||||
'order_date' => 'order date',
|
||||
'order_for_client' => 'order for customer',
|
||||
'order_for_consultant' => 'order for consultants',
|
||||
'order_number' => 'order number',
|
||||
'order_via_external_shop' => 'order via external SHOP',
|
||||
'order_was_placed_successfully' => 'The order has been placed successfully.',
|
||||
'payment_link_for_your_customer' => 'The payment link for your customer',
|
||||
'plus_VAT' => 'plus VAT',
|
||||
'points' => 'points',
|
||||
'points_total' => 'total points',
|
||||
'points_turnover_assigned' => 'points/sales assigned',
|
||||
'product' => 'product',
|
||||
'product_prices_career_level_info' => 'The product prices are displayed according to your career level <strong>:user_level_name</strong> minus the <strong>:user_level_margin %</strong> margin.<br>Note: If you leave the page, the shopping cart will be reset.',
|
||||
'purchased_from_shop' => 'bought in the shop',
|
||||
'quantity' => 'number',
|
||||
'ship_to_existing_customer_select_customer' => 'send to existing customers | select customers',
|
||||
'ship_to_new_customer' => 'send to new customer',
|
||||
'ship_to_this_customer' => 'ship to this customer',
|
||||
'ship_to_this_customer_check' => 'I understand that this ordering process is only for customer orders and not for my own orders',
|
||||
'ship_to_this_customer_info' => 'If the information below is incorrect or needs to be updated, please change it first',
|
||||
'shipping' => 'shipment',
|
||||
'shipping_compensation_product' => 'shipping compensation product',
|
||||
'shipping_costs' => 'shipping',
|
||||
'shopping_cart' => 'shopping cart',
|
||||
'shopping_cart_delete' => 'clear cart',
|
||||
'shopping_cart_update' => 'update shopping cart',
|
||||
'subtotal' => 'subtotal',
|
||||
'sum' => 'total',
|
||||
'sum_net' => 'total net',
|
||||
'sums' => 'total',
|
||||
'total' => 'In total',
|
||||
'total_gross' => 'gross total',
|
||||
'total_net' => 'total net',
|
||||
'total_price' => 'total Cost',
|
||||
'total_shipping_costs' => 'total shipping costs',
|
||||
'total_sum' => 'total',
|
||||
'total_sums' => 'total',
|
||||
'total_without_VAT' => 'total without VAT',
|
||||
'turnover' => 'sales volume',
|
||||
'unit_price' => 'single price',
|
||||
'weight' => 'weight',
|
||||
'you_has_article_in_shopping_cart' => 'You have :num items in your shopping cart',
|
||||
);
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
||||
27
resources/lang/en/passwords.php
Executable file → Normal file
27
resources/lang/en/passwords.php
Executable file → Normal file
|
|
@ -1,22 +1,9 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
|
||||
];
|
||||
return array (
|
||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
||||
'reset' => 'Your password has been reset!',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'user' => 'We can\'t find a user with that e-mail address.',
|
||||
);
|
||||
|
|
|
|||
125
resources/lang/en/payment.php
Normal file
125
resources/lang/en/payment.php
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'BIC' => 'BIC',
|
||||
'IBAN' => 'IBAN',
|
||||
'Mastercard' => 'Mastercard',
|
||||
'VAT' => 'VAT',
|
||||
'VISA' => 'VISA',
|
||||
'accepted_data_checkbox_customer' => 'By clicking on "Buy now" I accept the :gtc, the :c_policy and the :p_policy so that my data can be processed for the order.',
|
||||
'accepted_data_checkbox_user' => 'By clicking on "Buy now" I accept the general terms and conditions and the data protection information so that my data can be processed for the order.',
|
||||
'account_holder' => 'account owner',
|
||||
'advisor_order' => 'Consultant order',
|
||||
'agree_SEPA_complete_purchase' => 'Agree to the SEPA direct debit mandate and complete the purchase',
|
||||
'auto_renewal_hl' => 'automatic extension',
|
||||
'auto_renewal_line_1' => 'Better safe than sorry! We recommend activating this option if you want to keep your annual membership permanent. If a manual payment is not received on time after the annual membership has expired, the system will deactivate your online shop or your access to the sales center. You will then no longer be able to place orders or view your statistics until another payment reactivates your account. We therefore advise you to make the payment via SEPA direct debit. We save this mandate and automatically debit your annual fee 14 days before it expires. This way you have a smooth process without having to pay attention.',
|
||||
'auto_renewal_line_2' => 'You can of course reverse this option at any time in your account or cancel your account/distribution partnership with MIVITA.',
|
||||
'automatic_SEPA_mandate_type_was_selected' => 'Automatic renewal has been selected. Your SEPA mandate will be saved and the annual payment will be made automatically.',
|
||||
'back_to_shop' => 'back to shop',
|
||||
'back_to_shop_shopping_cart' => 'return to shopping cart',
|
||||
'bank' => 'bank',
|
||||
'billing_address' => 'billing address',
|
||||
'billing_address_can_only_changed_in_salescentre' => 'Your billing address can only be changed in the sales center.',
|
||||
'buy_now' => 'buy now',
|
||||
'buy_now_copy' => 'Once all your details have been filled out completely, click on “Buy now” and you will be redirected to our payment provider; the connection is SSL encrypted.',
|
||||
'c_policy' => 'right of withdrawal',
|
||||
'cancelled' => 'cancelled',
|
||||
'check' => 'check',
|
||||
'checkout_ssl_server' => 'You will be redirected to our checkout server, the connection is SSL encrypted.',
|
||||
'collective_invoice' => 'collective invoice',
|
||||
'commission' => 'Commission',
|
||||
'commission_growth_bonus' => 'Commission growth bonus',
|
||||
'commission_payline' => 'Commission Payline',
|
||||
'commission_shop' => 'Commission shop',
|
||||
'commission_team' => 'Commission Team',
|
||||
'completed' => 'completed',
|
||||
'country_of_delivery' => 'delivery country',
|
||||
'credit' => 'Credit note',
|
||||
'credit_added' => 'Credit added',
|
||||
'credit_card' => 'credit card',
|
||||
'credit_card_number' => 'credit card number',
|
||||
'customer_order' => 'customer order',
|
||||
'delivery_country_can_only_changed_in_salescentre' => 'The delivery country can only be changed in the sales center.',
|
||||
'delivery_country_cannot_change' => 'The delivery country cannot be changed.',
|
||||
'excl' => 'plus',
|
||||
'extern_open' => 'externally open',
|
||||
'extern_paid' => 'externally paid',
|
||||
'external' => 'external',
|
||||
'failed' => 'abort',
|
||||
'firstname_lastname' => 'first name Last Name',
|
||||
'gtc' => 'general terms and conditions',
|
||||
'homeparty' => 'homeparty',
|
||||
'in_process' => 'in process',
|
||||
'invoice_no_payment' => 'invoice no payment',
|
||||
'invoice_open' => 'invoice open',
|
||||
'invoice_paid' => 'invoice paid',
|
||||
'membership' => 'membership',
|
||||
'month' => 'month',
|
||||
'months' => 'month',
|
||||
'no_payment' => 'no payment',
|
||||
'not_assigned' => 'not assigned',
|
||||
'not_to_sales_tax_de' => 'not subject to sales tax / Germany',
|
||||
'not_to_sales_tax_foreign' => 'not subject to sales tax / not Germany',
|
||||
'open' => 'open',
|
||||
'order' => 'order',
|
||||
'ordered' => 'ordered',
|
||||
'ordering_country' => 'order country',
|
||||
'owner' => 'owner',
|
||||
'p_policy' => 'data protection',
|
||||
'paid' => 'paid',
|
||||
'paymend_failed' => 'payment cancelled',
|
||||
'paymend_open' => 'payment open',
|
||||
'paymend_paid' => 'payment paid',
|
||||
'payment_by_SEPA' => 'payment via SEPA',
|
||||
'payment_by_SEPA_info' => 'Your payment will be processed and a confirmation for payment processing will be created automatically.',
|
||||
'payment_by_credit_card' => 'payment by credit card:',
|
||||
'payment_by_credit_card_info' => 'Your payment has been approved, a payment confirmation will be created automatically.',
|
||||
'payment_by_invoice' => 'payment by invoice',
|
||||
'payment_by_invoice_info' => 'Your order will be processed and a confirmation for order processing will be created automatically',
|
||||
'payment_in_advance' => 'payment in advance',
|
||||
'payment_method' => 'payment method',
|
||||
'payment_method_not_enabled_please_contact' => 'payment method not activated, please contact us',
|
||||
'paypal' => 'PayPal',
|
||||
'please_check_form_and_complete' => 'Please check the form and complete all information.',
|
||||
'please_transfer_amount_following_account' => 'Please transfer :amount EUR to the following account details to complete the purchase.',
|
||||
'prepayment' => 'payment in advance',
|
||||
'purchase_on_account' => 'üurchase on account',
|
||||
'reason_for_payment' => 'purpose of use',
|
||||
'registration' => 'registration',
|
||||
'remaining_time' => 'remaining term',
|
||||
'removed' => 'removed',
|
||||
'reverse_charge_procedure' => 'reverse charge procedure',
|
||||
'select_and_proceed_to_checkout' => 'select and proceed to checkout',
|
||||
'select_and_save' => 'select and save',
|
||||
'sepa_direct_debit' => 'SEPA direct debit',
|
||||
'shipped' => 'shipped',
|
||||
'shop' => 'shop',
|
||||
'shoporder' => 'Store order',
|
||||
'shoporder_pending' => 'Store order / pending',
|
||||
'sofort_bank_transfer' => 'instant bank transfer',
|
||||
'status' =>
|
||||
array (
|
||||
'checkout_cancel' => 'payment process aborted',
|
||||
'checkout_error' => 'payment process error',
|
||||
'checkout_payment' => 'check out',
|
||||
'payment_approved' => 'payment approved - please wait for email',
|
||||
'payment_error' => 'payment error',
|
||||
'payment_not_found' => 'payment not found',
|
||||
'payment_redirect' => 'payment in progress - please wait for email',
|
||||
'store_payment' => 'payment saved',
|
||||
'success' => 'successfully executed',
|
||||
'success_payment' => 'payment successful',
|
||||
'txaction_appointed' => 'payment approved - email has been sent, please wait for confirmation',
|
||||
'txaction_failed' => 'payment failed - email has been sent',
|
||||
'txaction_paid' => 'payment confirmed - email has been sent',
|
||||
),
|
||||
'thank_you_very_much' => 'thank you,',
|
||||
'to_sales_tax_de' => 'subject to sales tax / Germany',
|
||||
'total_amount' => 'total amount',
|
||||
'trade_fair' => 'trade fair',
|
||||
'valid until' => 'valid until',
|
||||
'verification_no' => 'test number',
|
||||
'we_have_received_your_order_get_email' => 'We have received your order. You will shortly receive an order confirmation email from us.',
|
||||
'your_mivita_team' => 'Your team from mivita.care',
|
||||
'your_order_number_is' => 'Your order number is',
|
||||
);
|
||||
39
resources/lang/en/pdf.php
Normal file
39
resources/lang/en/pdf.php
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'adviser_id' => 'consultant ID',
|
||||
'amount' => 'amount',
|
||||
'amount_paid_out_gross' => 'payout amount (gross)',
|
||||
'as_a_small_entrepreneur_info' => 'As a small business owner within the meaning of Section 19 Paragraph 1 UStG, no sales tax is charged.',
|
||||
'credit_no' => 'credit note no.',
|
||||
'credit_note' => 'CREDIT',
|
||||
'credit_note_from' => 'credit',
|
||||
'date' => 'date',
|
||||
'delivery_date_is_invoice_date' => 'Delivery date corresponds to the invoice date.',
|
||||
'delivery_note' => 'DELIVERY NOTE',
|
||||
'delivery_note_no' => 'delivery note no.',
|
||||
'eprice' => 'E-Price',
|
||||
'invoice' => 'INVOICE',
|
||||
'invoice_does_not_include_vat' => 'The invoice is made without sales tax, as the change of tax liability (reverse charge procedure) applies in this case.',
|
||||
'invoice_nr' => 'invoice number',
|
||||
'net' => 'net',
|
||||
'net_amount' => 'net amounts',
|
||||
'off' => 'from',
|
||||
'order_no' => 'order no.',
|
||||
'payment_type' => 'payment method',
|
||||
'points' => 'points',
|
||||
'points_order' => 'points order',
|
||||
'points_shop' => 'points shop',
|
||||
'prices_net' => 'prices net',
|
||||
'reverse_charge_procedure_info' => 'Reverse charge procedure, reversal of tax liability.',
|
||||
'status_of_invoice' => 'status of the invoice',
|
||||
'tax_free_export_delivery' => 'tax-free export delivery',
|
||||
'tax_no' => 'tax no.',
|
||||
'total_incl_VAT' => 'Total including statutory VAT.',
|
||||
'vat_id_of_the_recipient_of_the_service' => 'VAT ID of the benefit recipient',
|
||||
'vat_is_declared_and_paid_by_recipient' => 'The sales tax must be declared and paid by the recipient of the service.',
|
||||
'vat_no' => 'VAT ID number',
|
||||
'vat_text' => 'VAT',
|
||||
'we_are_always_there_for_questions' => 'If you have any questions, we are always there for you.',
|
||||
'your_advisor' => 'your advisor',
|
||||
);
|
||||
64
resources/lang/en/register.php
Normal file
64
resources/lang/en/register.php
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'accept-contract' => 'I have read the contract listed here and accept it.',
|
||||
'account_deleted' => 'account deleted',
|
||||
'adjust' => 'adjust',
|
||||
'advisor_invite' => 'invite consultants',
|
||||
'agree' => 'agree',
|
||||
'agree_and_continue' => 'agree and move on',
|
||||
'assigned' => 'forgive',
|
||||
'badge' => 'ID',
|
||||
'business_license_deposited' => 'business license was deposited',
|
||||
'business_license_later' => 'I will submit my business license within the next 4 weeks',
|
||||
'business_license_non' => 'I don\'t need a business license',
|
||||
'business_license_non_text' => 'Outside Germany there are different regulations regarding trade licenses (e.g. Austria or Switzerland). If you are not required to have a trade license for this business or at the moment, please briefly explain why:',
|
||||
'business_license_now' => 'upload your business license now',
|
||||
'business_license_release' => 'send business license for approval now',
|
||||
'change_documents' => 'change documents',
|
||||
'change_email' => 'change E-Mail address',
|
||||
'change_email_address_verify_it_info' => '\\u00c4Change your email address here. We will send you a new activation link to your new email address to verify it.',
|
||||
'change_email_contact_address_verify_it_info' => 'Change your contact email address here. We will send the contact a new activation link to the new email address to verify it.',
|
||||
'complete' => 'complete',
|
||||
'complete_registration' => 'complete registration',
|
||||
'confirm_your_identity' => 'Confirm your identity with your password before continuing.',
|
||||
'contract' => 'contract',
|
||||
'contract_data_protection' => 'Contract & data protection',
|
||||
'create_advisor_send_email_to_invite' => 'Create a consultant and send an email to invite!',
|
||||
'create_and_next' => 'create and continue',
|
||||
'data' => 'data',
|
||||
'data_protection' => 'data protection',
|
||||
'declaration-of-consent' => 'Declaration of consent: I hereby consent to the processing of the personal data I have voluntarily provided. I have been informed that I can revoke this consent at any time.',
|
||||
'delete_account' => 'delete account',
|
||||
'i_have_read_and_accept_it' => 'I have read the :link and accept it.*',
|
||||
'next' => 'further',
|
||||
'open_payment_options' => 'open payment options',
|
||||
'package' => 'package',
|
||||
'password' => 'password',
|
||||
'password_has_already_been_created' => 'Password has already been created.',
|
||||
'really_delete_the_file' => 'Really delete the file?',
|
||||
'reg_checked' => 'I hereby consent to the data processing stated in the <a target="_blank" href=":link">data protection declaration</a>. I have been informed that I can revoke this consent at any time',
|
||||
'reg_finisch_hl' => 'Thank you for your registration!',
|
||||
'reg_finisch_line_1' => 'We have sent you an email with a link to activate your account.',
|
||||
'reg_finisch_line_2' => 'Please check your email and confirm the link.',
|
||||
'reg_hl' => 'registration',
|
||||
'reg_line_1' => 'This form is for registering new sales partners. After submitting the form, you will receive an email with further information and the activation link.',
|
||||
'registration' => 'registration',
|
||||
'registration_completed' => 'registration complete',
|
||||
'required_fields' => 'required fields',
|
||||
'save_and_continue' => 'save and continue',
|
||||
'select' => 'choose',
|
||||
'sender' => 'Your team from mivita.care',
|
||||
'trade_licence' => 'business license',
|
||||
'upload' => 'upload',
|
||||
'wizard_business_license_hl' => 'upload business license (PDF, JPG, PNG only)',
|
||||
'wizard_business_license_line_1' => 'A valid trade license is required by law in order to be able to participate as a sales partner in MIVITA. Please upload a copy of your current business license here so that we can activate your account.',
|
||||
'wizard_create_release_hl' => 'thank you',
|
||||
'wizard_create_release_line_1' => 'Your registration and booking of membership is complete!<br>As soon as we have received payment, you will automatically receive an email and your membership will be activated automatically.',
|
||||
'wizard_finish_hl' => 'complete registration',
|
||||
'wizard_finish_line_1' => 'Is all data filled out correctly and completely? If not, you can click on the individual points above and make changes. If everything fits, then click on the “Complete registration” button. We will then check your data and contact you if you have any questions. As soon as we have activated your account, you will receive another email.',
|
||||
'wizard_reg_release_hl' => 'awaiting verification',
|
||||
'wizard_reg_release_line_1' => 'Your registration is complete, your data is being checked.<br> After successful verification, your account will be activated and you will receive an email.',
|
||||
'wizard_verification_hl' => 'verification (ID card or passport; PDF, JPG, PNG)',
|
||||
'wizard_verification_line_1' => 'Please upload a scan/photo of your ID card or passport. The front is enough. We need your ID as proof of identity to activate your account.',
|
||||
);
|
||||
21
resources/lang/en/reminder.php
Normal file
21
resources/lang/en/reminder.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'button_31' => 'RENEW MEMBERSHIP',
|
||||
'button_32' => 'MANAGE MEMBERSHIP',
|
||||
'button_33' => 'RENEW MEMBERSHIP',
|
||||
'button_34' => 'RENEW MEMBERSHIP',
|
||||
'button_35' => 'MANAGE MEMBERSHIP',
|
||||
'button_36' => 'MANAGE MEMBERSHIP',
|
||||
'button_37' => 'MANAGE MEMBERSHIP',
|
||||
'copy_first_31' => '<p>We wanted to let you know in good time that your membership will expire at :datetime. Therefore, you should take action now and extend it in good time so that you can continue to</p> <ul> <li>purchase products from MIVITA</li> <li>Customers can purchase via your online shop (optional)</li> <li >You can participate in sales partner sales</li> </ul> <p>But all is well - you still have a few relaxing :days days left to extend your membership. However, if you let the deadline pass, your account will be automatically paused until you renew your membership.</p> <p>We\'ll send you another reminder very soon, but you\'ll have it in the back of your mind for now. If you would like to extend your connection by 1 year now, you can do so by clicking on the button below. What\'s gone is gone :) ...</p>',
|
||||
'copy_first_32' => '<p>We wanted to let you know in good time that your membership will be automatically extended at :datetime. Since you have given us a SEPA direct debit mandate, you do not need to take any further action. In accordance with this mandate, we will debit the invoice amount :price from your account on :pay_date.</p> <p>Your membership will then be extended for another year so that you can continue to use</p> <ul> <li>products from You can get MIVITA</li> <li>Customers can shop through your online shop (optional)</li> <li>You can participate in sales partner sales</li> </ul> <p>So far so good. However, if you want to end your membership or take a break for the time being, you can do this yourself in your member area. Simply follow the green button below.</p> <p>If you do not want to renew for the time being, your account will be paused until you renew your membership. Please note, however, that all benefits and functions, from discounted shopping to commission billing, are also paused.</p>',
|
||||
'copy_first_33' => '<p>Here\'s a quick reminder that your membership expires at :datetime. Therefore, you should take action now and extend it in good time so that you can continue to </p> <ul> <li>purchase products from MIVITA</li> <li>Customers can purchase via your online shop (optional)</li> <li >You can participate in sales partner sales</li> </ul> <p>But all is well - you still have a few relaxing :days days left to extend your membership. However, if you let the deadline pass, your account will be automatically paused until you renew your membership.</p> <p>We\'ll send you another reminder very soon, but you\'ll have it in the back of your mind for now. If you would like to extend your connection by 1 year now, you can do so by clicking on the button below. What\'s gone is gone :) ...</p>',
|
||||
'copy_first_34' => '<p>huiii... now it\'s time! Your membership expires in :days days, exactly on :datetime. Therefore, you should take action now and extend your membership, otherwise your account will be paused.</p> <p>If you continue to</p> <ul> <li>purchase products from MIVITA</li> <li>an online shop (optional)</li> <li>and want to participate in sales partner sales</li> </ul> <p>you should act quickly now and extend your membership:</p>',
|
||||
'copy_first_35' => '<p>As announced, we have paused your advisor account because you did not renew your membership on time. If you would like to benefit from the advantages and features of MIVITA again, you can reactivate your account at any time.</p> <p>Click on the button if you would like to make changes to your membership:</p>',
|
||||
'copy_first_36' => '<p>Unfortunately, we were unable to collect the amount due for the membership fee from your specified account.</p> <p>As announced, we have therefore paused your advisor account today because you are not extending your membership in time could. If you would like to benefit from the advantages and features of MIVITA again, you can reactivate your account at any time using another payment method (e.g. Paypal, credit card, SOFORT transfer or advance payment).</p> <p>To do this, simply click on the following button and make the appropriate settings in your advisor account:</p>',
|
||||
'copy_first_37' => '<p>As announced, we have today arranged for :price to be collected for another year of MIVITA membership in accordance with your SEPA direct debit mandate. This invoice amount will be debited from your account in the next few days. Please note that the extension is only active after payment has been received.</p> <p>If you would like to make changes in the future, you can discontinue all functions and membership in your advisor account.</p> <p>Follow here simply click the button below:</p>',
|
||||
'copy_last_35' => '<p><b>Note:</b><br>Even if your account is paused, past or outstanding commissions will of course be paid out to you in the next payment run. If you want to delete your account completely, please write an email to info @mivita.care. Our advisor service will then take care of this immediately.</p> <p>We hope to welcome you again very soon as an active member of the MIVITA Family.</p>',
|
||||
'copy_last_36' => '<p><b>Note:</b><br>Even if your account is paused, past or still outstanding commissions will of course be paid out to you in the next payment run. If you want to delete your account completely, please write an email to info @mivita.care. Our advisor service will then take care of this immediately.</p> <p>We hope to welcome you again very soon as an active member of the MIVITA Family.</p>',
|
||||
'subject' => 'Your membership at mivita.care',
|
||||
);
|
||||
53
resources/lang/en/shop.php
Normal file
53
resources/lang/en/shop.php
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'Choose Your Shop Name' => 'Choose a memorable shop name that suits you.',
|
||||
'Shop details' => 'shop details',
|
||||
'Terms of Use' => 'terms of Use',
|
||||
'Your Shop' => 'your shop',
|
||||
'Your Shop Name' => 'Give your shop a name',
|
||||
'accept_and_next' => 'accept and move on',
|
||||
'active_since' => 'active since',
|
||||
'available' => 'reachable',
|
||||
'check' => 'check',
|
||||
'declaration_of_shop' => 'I hereby confirm and accept the terms of use for my mivita shop.',
|
||||
'domain' => 'domain',
|
||||
'error_subdomain_exists' => 'Error: Subdomain already exists, please choose a new name',
|
||||
'mobil' => 'Mobile',
|
||||
'name' => 'name',
|
||||
'not_available' => 'not reachable',
|
||||
'not_available_copy' => 'For newly created shops, it takes a few minutes until the domain can be reached. Please check again in a few minutes.',
|
||||
'open_copy_1' => 'Choose the prefix of your shop name - e.g. B. firstname(.mivita.care) - You don\'t have to enter "mivita.care". Choose a short and concise name so that you can also place this URL on small advertising materials. Also make sure that you do not violate any third-party trademark rights. MIVITA cannot accept any liability for this. Therefore, try to avoid using fancy terms unless you have registered them as a trademark.',
|
||||
'open_copy_2' => 'Your internet address can later be accessed with “www.” and without.',
|
||||
'open_note_1' => 'Your shop name is used to create the internet address (domain) with which your shop can be accessed. Choose your shop name carefully. This can only be changed by IT and we would have to charge an expense allowance of €59.50.',
|
||||
'open_note_hl' => 'IMPORTANT NOTE:',
|
||||
'open_your_shop' => 'Open your own mivita shop.',
|
||||
'order_customer' => 'order customer',
|
||||
'orders_customers' => 'orders customers',
|
||||
'phone' => 'Phone',
|
||||
'preview_shop_internet_address' => 'preview shop internet address',
|
||||
'save and continue' => 'save and continue',
|
||||
'shop_about' => 'shop personal text',
|
||||
'shop_about_help' => 'Enter your personal text about yourself. (max. 190 characters)',
|
||||
'shop_accessibility' => 'shop accessibility',
|
||||
'shop_accessibility_help' => 'Indicate your availability.',
|
||||
'shop_accessibility_text' => 'Mon-Fri: 9.00 a.m. - 7.00 p.m.\\nSat-Sun: 11.00 a.m. - 6.00 p.m.',
|
||||
'shop_contact' => 'shop contact',
|
||||
'shop_contact_help' => 'Complete your contact details that are displayed in the shop.',
|
||||
'shop_contact_text' => 'Your street/number - Your postal code city\\nFixed line: Your fixed line number\\nMobile: Your mobile number\\nYour e-mail address',
|
||||
'shop_image' => 'your shop picture',
|
||||
'shop_image_copy' => 'Upload a photo/image/logo of yourself here.',
|
||||
'shop_name_description' => 'Your shop name will be displayed in your shop. Your shop name is used to create the internet address (domain) with which your shop can be accessed. Choose your shop name carefully; this can only be changed later for a fee of 59.50 euros.',
|
||||
'shop_name_error_1' => 'Your shop name may only contain unaccented Latin letters and numbers, no spaces.',
|
||||
'shop_name_error_2' => 'Shop names must be 4 to 20 characters long.',
|
||||
'shop_on_site' => 'For you on site:',
|
||||
'shop_on_site_copy' => 'Have you been to the Aloe Vera Farm in Mallorca? Upload up to 6 pictures of yourself here.',
|
||||
'shop_title' => 'shop owner',
|
||||
'shop_title_help' => 'Enter your name for the shop.',
|
||||
'your_city' => 'Your city',
|
||||
'your_mobile_number' => 'Your mobile number',
|
||||
'your_phone_number' => 'Your landline number',
|
||||
'your_shop_name' => 'your shop name',
|
||||
'your_street_number' => 'Your street/number',
|
||||
'your_zip_code' => 'Your postal code',
|
||||
);
|
||||
78
resources/lang/en/tables.php
Normal file
78
resources/lang/en/tables.php
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'VAT' => 'VAT',
|
||||
'account' => 'account',
|
||||
'account_to' => 'account until',
|
||||
'activ' => 'active',
|
||||
'addition' => 'additive',
|
||||
'address' => 'address',
|
||||
'adviser_no' => 'consultant no.',
|
||||
'amount' => 'amount',
|
||||
'art' => 'sort',
|
||||
'article_no' => 'article no.',
|
||||
'assigned_advisor' => 'assigned advisor',
|
||||
'birthday' => 'birthday',
|
||||
'c_no' => 'G.No.',
|
||||
'city' => 'location',
|
||||
'commission' => 'commission',
|
||||
'contents' => 'contents',
|
||||
'country' => 'long',
|
||||
'created' => 'created',
|
||||
'credit_note' => 'credit',
|
||||
'customer' => 'customer',
|
||||
'date' => 'date',
|
||||
'detail' => 'detail',
|
||||
'earnings' => 'merit',
|
||||
'ek_price' => 'purchasing price',
|
||||
'email' => 'E-Mail',
|
||||
'firstname' => 'first name',
|
||||
'from_credit_balance' => 'from credit',
|
||||
'gross' => 'gross',
|
||||
'image' => 'picture',
|
||||
'in_no' => 'invoice Number.',
|
||||
'info' => 'info',
|
||||
'invoice' => 'invoice',
|
||||
'label' => 'designation',
|
||||
'lastname' => 'last name',
|
||||
'level' => 'level',
|
||||
'line' => 'line',
|
||||
'margin' => 'margin',
|
||||
'mobil' => 'mobile',
|
||||
'my_commission' => 'my commission',
|
||||
'my_price_gross' => 'my gross price',
|
||||
'my_price_net' => 'my price net',
|
||||
'net' => 'net',
|
||||
'net_price' => 'net price',
|
||||
'net_sales' => 'net sales',
|
||||
'net_sum' => 'total net',
|
||||
'newsletter' => 'newsletter',
|
||||
'note' => 'note',
|
||||
'number' => 'number',
|
||||
'order' => 'order',
|
||||
'payline_qualification' => 'payline qualification',
|
||||
'payment' => 'payment',
|
||||
'payment_type' => 'payment method',
|
||||
'phone' => 'tel',
|
||||
'points' => 'points',
|
||||
'postcode' => 'postcode',
|
||||
'price' => 'price',
|
||||
'product' => 'product',
|
||||
'products' => 'products',
|
||||
'purchased_in_the_shop' => 'bought in the shop',
|
||||
'purchases' => 'purchases',
|
||||
'qualification' => 'qualification',
|
||||
'quantity' => 'number',
|
||||
'reference_number' => 'reference number',
|
||||
'rf_no' => 'ref no.',
|
||||
'shipping' => 'shipment',
|
||||
'shop' => 'shop',
|
||||
'shop_commission' => 'shop commission',
|
||||
'sponsor' => 'sponsor',
|
||||
'status' => 'status',
|
||||
'subject' => 'regarding',
|
||||
'sum' => 'total',
|
||||
'total' => 'in total',
|
||||
'type' => 'sort',
|
||||
'vk_price' => 'sales price',
|
||||
);
|
||||
57
resources/lang/en/team.php
Normal file
57
resources/lang/en/team.php
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'KU' => 'KU',
|
||||
'PP' => 'PP',
|
||||
'TP' => 'TP',
|
||||
'WB' => 'WB',
|
||||
'account' => 'account',
|
||||
'account_to' => 'account until',
|
||||
'active' => 'active',
|
||||
'business' => 'business',
|
||||
'career_level' => 'career level',
|
||||
'collapse_all' => 'close everything',
|
||||
'commission_WB' => 'commission growth bonus',
|
||||
'commission_payline' => 'commission Payline',
|
||||
'commission_shop' => 'commission Shop',
|
||||
'commission_team' => 'commission Team',
|
||||
'commission_total' => 'total commission',
|
||||
'completed' => 'completed',
|
||||
'create_new_consultant' => 'create new advisor',
|
||||
'current_commission_level' => 'current commission level',
|
||||
'customer_commission' => 'customer commission',
|
||||
'customer_points' => 'customer Points',
|
||||
'date' => 'date',
|
||||
'e' => 'E',
|
||||
'expand_all' => 'open everything',
|
||||
'export' => 'export',
|
||||
'export_as_xls' => 'export as xls',
|
||||
'filename_export' => 'mivita-my-team-export-',
|
||||
'link_for_consultant_registration' => 'consultant registration link',
|
||||
'net_turnover' => 'net sales',
|
||||
'new_consultant_copy1' => 'Would you like to register a new advisor? Great, we\'re happy about that. Simply send him the following link by email, WhatsApp or SMS. This takes you to the registration page of www.mivita.care. It is important that you do not change this link, because the attached consultant ID identifies you as the sponsor of the new consultant. This is the only way to assign future commissions from your sales to you. Use the “copy symbol” to copy the link straight to your clipboard.',
|
||||
'next_career_level' => 'next career level',
|
||||
'next_commission_level' => 'next commission level',
|
||||
'no_sponsor_assigned' => 'no sponsor assigned',
|
||||
'not_active' => 'not active',
|
||||
'own' => 'own',
|
||||
'payline_points' => 'payline points',
|
||||
'payout_details' => 'payout details',
|
||||
'points' => 'points',
|
||||
'qualification' => 'qualification',
|
||||
'qualification_commission' => 'qualification commission',
|
||||
'qualification_points' => 'qualification points',
|
||||
'register_new_consultant' => 'register new advisor',
|
||||
's' => 'S',
|
||||
'sales_store_net' => 'sales store net',
|
||||
'shop' => 'shop',
|
||||
'shop_commission' => 'shop commission',
|
||||
'sponsor' => 'sponsor',
|
||||
'structure' => 'structure',
|
||||
'total_points' => 'total Points',
|
||||
'total_turnover' => 'total sales',
|
||||
'until' => 'until',
|
||||
'volume_KU' => 'volume KU',
|
||||
'your_sponsor' => 'your sponsor',
|
||||
'your_team' => 'your team',
|
||||
);
|
||||
311
resources/lang/en/validation.php
Executable file → Normal file
311
resources/lang/en/validation.php
Executable file → Normal file
|
|
@ -1,122 +1,193 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimetypes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
return array (
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'attributes' =>
|
||||
array (
|
||||
'accepted_data_checkbox' => 'consent',
|
||||
'accepted_data_protection' => 'consent to privacy policy',
|
||||
'address' => 'address',
|
||||
'age' => 'age',
|
||||
'available' => 'available',
|
||||
'billing_address' => 'address',
|
||||
'billing_city' => 'city',
|
||||
'billing_country_code' => 'country code',
|
||||
'billing_email' => 'E-mail address',
|
||||
'billing_firstname' => 'first name',
|
||||
'billing_lastname' => 'last name',
|
||||
'billing_salutation' => 'salutation',
|
||||
'billing_zipcode' => 'postcode',
|
||||
'birthday' => 'birth date',
|
||||
'city' => 'city',
|
||||
'content' => 'contents',
|
||||
'country' => 'country',
|
||||
'date' => 'date',
|
||||
'day' => 'day',
|
||||
'description' => 'description',
|
||||
'email' => 'E-mail address',
|
||||
'email-confirm' => 'repeat email address',
|
||||
'excerpt' => 'abstract',
|
||||
'first_name' => 'first name',
|
||||
'g-recaptcha-response' => 'google reCaptcha',
|
||||
'gender' => 'gender',
|
||||
'has_customer_buyed' => 'the information',
|
||||
'hour' => 'hour',
|
||||
'last_name' => 'last name',
|
||||
'm_account' => 'consultant ID',
|
||||
'message' => 'massage',
|
||||
'minute' => 'minute',
|
||||
'mobil' => 'mobile phone',
|
||||
'mobile' => 'mobile number',
|
||||
'month' => 'month',
|
||||
'name' => 'name',
|
||||
'password' => 'password',
|
||||
'password-confirm' => 'password confirmation',
|
||||
'password_confirmation' => 'password confirmation',
|
||||
'phone' => 'telephone number',
|
||||
'place' => 'location',
|
||||
'reverse_charge' => 'reverse charge procedure',
|
||||
'sales_partnership' => 'sales partnership',
|
||||
'sales_partnership_message' => 'sales partnership note',
|
||||
'salutation' => 'salutation',
|
||||
'second' => 'second',
|
||||
'sex' => 'gender',
|
||||
'shipping_address' => 'address',
|
||||
'shipping_city' => 'city',
|
||||
'shipping_firstname' => 'first name',
|
||||
'shipping_lastname' => 'last name',
|
||||
'shipping_salutation' => 'salutation',
|
||||
'shipping_zipcode' => 'postcode',
|
||||
'size' => 'size',
|
||||
'tax_identification_number' => 'tax ID number',
|
||||
'tax_number' => 'tax number',
|
||||
'time' => 'time',
|
||||
'title' => 'title',
|
||||
'user_shop_active' => 'terms of Use',
|
||||
'user_shop_name' => 'shop name',
|
||||
'username' => 'user name',
|
||||
'year' => 'year',
|
||||
),
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' =>
|
||||
array (
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
),
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'custom' =>
|
||||
array (
|
||||
'attribute-name' =>
|
||||
array (
|
||||
'rule-name' => 'custom-message',
|
||||
),
|
||||
'match_found' => 'Customer sovereignty: A match was found with an existing customer; this conflict is currently being checked. Until then, the customer has the status “under review”. If you would like to carry out an order for the customer, you can also order the products to your address.',
|
||||
'no_email' => 'The Email field must be specified',
|
||||
'shipping_not_found' => 'The delivery country is not yet stored in the system, please contact info@mivita.care to have the delivery country stored.',
|
||||
'unique_email_client' => 'A customer with the email address already exists in the mivita sales center',
|
||||
'unique_email_member' => 'A consultant with the email address is already available in the mivita sales center',
|
||||
),
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'full_word_check' => ':attribute is already taken',
|
||||
'gt' =>
|
||||
array (
|
||||
'array' => ':attribute must have at least :min elements.',
|
||||
'file' => ':attribute must be at least :min kilobytes in size.',
|
||||
'numeric' => ':attribute must be at least :min.',
|
||||
'string' => ':attribute must be at least :min characters long.',
|
||||
),
|
||||
'gte' =>
|
||||
array (
|
||||
'array' => ':attribute must have greater than or equal to :min elements.',
|
||||
'file' => ':attribute must be greater than or equal to :min kilobytes.',
|
||||
'numeric' => ':attribute must be greater than or equal to :min.',
|
||||
'string' => ':attribute must be greater than or equal to :min characters long.',
|
||||
),
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lt' =>
|
||||
array (
|
||||
'array' => ':attribute must have less than :min elements.',
|
||||
'file' => ':attribute must be smaller than :min kilobytes.',
|
||||
'numeric' => ':attribute must be less than :min.',
|
||||
'string' => ':attribute must be less than :min characters long.',
|
||||
),
|
||||
'lte' =>
|
||||
array (
|
||||
'array' => ':attribute must have less than or equal to :min elements.',
|
||||
'file' => ':attribute must be less than or equal to :min kilobytes.',
|
||||
'numeric' => ':attribute must be less than or equal to :min.',
|
||||
'string' => ':attribute must be less than or equal to :min characters long.',
|
||||
),
|
||||
'max' =>
|
||||
array (
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
),
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimetypes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' =>
|
||||
array (
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
),
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'old_password' => 'Password is not valid',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'profanity' => ':attribute is not allowed',
|
||||
'recaptcha' => 'google reCaptcha error, please try again!',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' =>
|
||||
array (
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
),
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'users_update_email' => 'The email has already been entered for change',
|
||||
);
|
||||
|
|
|
|||
86
resources/lang/en/webcontent.php
Normal file
86
resources/lang/en/webcontent.php
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'advantages_MIVITA_botl' => '... build a self-determined future for yourself in which you are your own boss.',
|
||||
'advantages_MIVITA_hl' => 'Advantages of MIVITA:',
|
||||
'advantages_MIVITA_list' => '<ul class="small"> <li>20-40% sales margin</li> <li>Attractive bonuses and promotions</li> <li>Earnings up to 3 levels</li> <li>No minimum turnover</ li> <li>Free scheduling</li> <li>Working in a team</li> <li>Advertising materials & online shop on request</li> <li>Shipping and returns processing by MIVITA</li> <li> Training in Mallorca </li></ul>',
|
||||
'advantages_MIVITA_subl' => 'There are many good reasons to become self-employed with mivita. Many consultants answer the question why they chose direct sales at mivita:',
|
||||
'advantages_direct_sales_hl' => 'advantages of direct selling',
|
||||
'advantages_direct_sales_list' => '<ul class="small"> <li>To earn extra money or increase the family\'s quality of life</li> <li>To be your own boss with low risk and low investments</li> < li>To work flexibly with free scheduling</li> <li>To have no purchase obligations</li> <li>To be able to start without age restrictions, without previous knowledge or special qualifications</li> <li>Low risk and low fixed costs </li> <li>Because of the high product quality</li> </ul>',
|
||||
'advantages_direct_sales_subl' => 'Direct selling brings the following advantages',
|
||||
'advantages_of_direct_sales' => 'advantages of direct selling',
|
||||
'aloe_high_quality_copy' => 'Aloe vera leaf gel is a true treasure and a gift from nature. But there are a lot of things to consider, from cultivation to processing, to ensure that these valuable ingredients are preserved and reach the customer. Unfortunately, many manufacturers do not adhere to the 1x1 of aloe vera production and so there are a number of aloe products on the market that have little to no effect. So what makes our products so high quality?',
|
||||
'aloe_high_quality_hl' => 'What makes our aloe vera products so high quality?',
|
||||
'aloe_high_quality_li1' => 'The aloe plants are over 5 years old',
|
||||
'aloe_high_quality_li10' => 'high proportion of pure aloe in every product',
|
||||
'aloe_high_quality_li2' => 'Have well over 2,000 hours of sunshine annually',
|
||||
'aloe_high_quality_li3' => 'purely organically controlled cultivation',
|
||||
'aloe_high_quality_li4' => 'no (!) artificial irrigation',
|
||||
'aloe_high_quality_li5' => 'no pest or weed killers',
|
||||
'aloe_high_quality_li6' => 'harvesting and filleting the leaves by hand',
|
||||
'aloe_high_quality_li7' => 'processing into products directly after harvest',
|
||||
'aloe_high_quality_li8' => 'just the pure gel: no powder or extract',
|
||||
'aloe_high_quality_li9' => 'certified aloverose content over 1,600 mg/l',
|
||||
'aloe_high_quality_subl' => 'One of the world\'s best aloe vera juices as a basis for high-quality aloe products',
|
||||
'aloe_vera_word_copy' => 'The globally unique and outstanding properties of aloe vera are due to the unique interaction and symbiosis of the different ingredients and active ingredients. No other plant known to date has such a wide range of healing and nourishing uses. In total, more than 200 active substances are currently known in the medical literature, and new ones are constantly being discovered. The decoding of the complex interaction of all substances is only just beginning, but the effects are now very well documented.',
|
||||
'bio_quality_copy' => 'We guarantee the best quality through manual production and organic ingredients. The typical climate of Mallorca challenges the plants. Tests have shown that this climate is optimal for perfect plant development.',
|
||||
'bio_quality_hl' => '100% ORGANIC quality',
|
||||
'bio_quality_subl' => 'organic certified handcraft from Mallorca',
|
||||
'business_environment_hl' => 'business environment',
|
||||
'business_environment_list' => '<ul class="small"> <li>Cosmetics / natural cosmetics</li> <li>Hair styling</li> <li>Nutrition</li> <li>Nail & foot care</li> <li>Natural practitioner & Alternative medicine</li> <li>Medicine (skin, physio, general etc.)</li> <li>All about animals</li> <li>Yoga & meditation</li> <li>Gastronomy</li> <li>Sport & Fitness</li> <li>and much more.</li> </ul>',
|
||||
'career_opportunitie_point_1' => 'Sell products that are suitable for a healthy and vital life and that give you and your loved ones a great feel-good experience.',
|
||||
'career_opportunitie_point_2' => 'We keep up to date and support each other in WhatsApp groups and video calls. You\'re not alone!',
|
||||
'career_opportunitie_point_3' => 'We pass on our know-how, proven marketing tools and advertising materials to you, because we are only successful if YOU are successful.',
|
||||
'career_opportunitie_point_4' => 'Benefit from supportive measures such as training, team events or joint sales campaigns. Together we are successful!',
|
||||
'career_opportunitie_point_5' => 'Use social media and talk about products and experiences. Gain new customers and partners via Facebook & Co.',
|
||||
'career_opportunities_at_mivita' => 'career opportunities at mivita',
|
||||
'compatibility_with_family_copy1' => 'Who does not know that? There is a lack of money everywhere and the boss always turns up his nose when the child is sick. Many families rely on a second job or the part-time work of the mother or father. And that often cannot be reconciled with the employer\'s ideas. But what if you simply build up your monthly additional income yourself and at the same time have more time for your child?',
|
||||
'compatibility_with_family_copy2' => 'Particularly in direct sales, with its options for free time management and passive income, you have as much freedom in the medium term as a permanent job cannot offer you. As an independent MIVITA consultant, you decide for yourself when and where you work. And that doesn\'t just affect young parents. Direct sales also represent a perfect solution for people who need to care for their family members or simply want to have more time and financial relief:',
|
||||
'compatibility_with_family_list' => '<ul class="small"> <li>Work from home or on the go</li> <li>No office rent</li> <li>No significant investment in development</li> <li>No costly infrastructure necessary</ li></ul>',
|
||||
'compatibility_with_family_private_life' => 'compatibility with family and private life',
|
||||
'direct_sales_advantages_copy' => '<p>Direct selling has long since established itself worldwide as an independent type of business and is already represented in many industries. Direct sales, which is also known as network marketing, describes the <b>personal</b> sale of goods or services to consumers from the immediate environment: family, friends, colleagues, etc. What is crucial here is personal contact and the advisory function - customer service par excellence! And that is the great strength of direct sales, namely customer service. We create something that is no longer possible in the anonymous vastness of the Internet with a lot of personality and transparency.</p>',
|
||||
'direct_sales_advantages_hl' => 'direct sales and its advantages',
|
||||
'direct_sales_exactly_copy' => '<p>Imagine that you are an enthusiastic fan of a particular company\'s products. You think to yourself: “Great - I have to tell my best friend about that. And my buddy. And the family. And the whole world in general.” - and they buy the product based on your recommendation. Happens every day. We all know it.</p> <p>The difference is, you don\'t just recommend it, no, you yourself are the seller, building up a customer base and thereby a margin of 30-40%. New customers gained - yeah! So far, so good.</p> <p>And now imagine that your friend or girlfriend also becomes a sales partner, builds up a customer base and you also earn money from it. And so it goes - up to 3 levels + bonuses!</p>',
|
||||
'direct_sales_exactly_hl' => 'Direct sales - how does it work exactly?',
|
||||
'funding_opportunities_copy' => '<p>If you want to take the leap into full independence, there are various funding options available. Please take a look at the following where you can apply for your first start-up capital:</p> <p> <a href="https://www.existenzgruender.de" rel="nofollow" target="_blank">www.existenzgruender .de</a><br> <a href="http://www.foerderdatabase.de" rel="nofollow" target="_blank">www.foerderkatalog.de</a><br> <a href ="https://www.kfw.de" rel="nofollow" target="_blank">www.kfw.de</a><br> <a href="http://www.mikrofinanz.net" rel="nofollow" target="_blank">www.mikrofinanz.net</a><br> </p>',
|
||||
'funding_opportunities_hl' => 'funding opportunities',
|
||||
'how_to_sell_exactly_copy' => 'There are many different ways for you to sell products or gain sales partners. Here we introduce you to a few of them. The most important rule is: use the products and talk about them. Then the customers will come to you on their own.',
|
||||
'how_to_sell_exactly_hl' => 'And how do I sell exactly?',
|
||||
'make_people_happy_copy' => 'Our products help people with a wide variety of skin problems and are often used to care for neurodermatitis, psoriasis, acne and many other skin diseases. The pure organic aloe vera juice is an excellent bioregulator, has an anti-inflammatory effect and supports the body in maintaining the intestinal flora. You can also help other people keep their bodies healthy in a natural way.',
|
||||
'make_people_happy_hl' => 'make people happy...',
|
||||
'origin_aloe_copy' => 'The farm on Mallorca is around 40 hectares in size. The aloe vera plants are grown and cared for there. The 200,000 plants must be at least 5 years old before the leaves can be harvested. A plant needs at least 2,000 hours of sunshine per year to build up the valuable nutrients for the juice.',
|
||||
'origin_aloe_hl' => 'origin of our aloe',
|
||||
'origin_aloe_subl' => 'From the Germans\' favorite holiday island',
|
||||
'pillars_best_aloe_vera_quality' => 'The 5 pillars for the best aloe vera quality',
|
||||
'pillars_best_aloe_vera_quality_1_hl' => 'ORGANIC certified',
|
||||
'pillars_best_aloe_vera_quality_1_subl' => 'Aloe vera from organic farming - no harmful substances',
|
||||
'pillars_best_aloe_vera_quality_2_hl' => 'pure aloe gel',
|
||||
'pillars_best_aloe_vera_quality_2_subl' => 'processing of pure aloe gel - no powder-water mixture',
|
||||
'pillars_best_aloe_vera_quality_3_hl' => 'on-site production',
|
||||
'pillars_best_aloe_vera_quality_3_subl' => 'The harvested aloe leaves are immediately processed on site - the active ingredients are retained',
|
||||
'pillars_best_aloe_vera_quality_4_hl' => 'high aloe content',
|
||||
'pillars_best_aloe_vera_quality_4_subl' => 'All products have a high proportion of pure organic aloe vera',
|
||||
'pillars_best_aloe_vera_quality_5_hl' => 'high aloever rose content',
|
||||
'pillars_best_aloe_vera_quality_5_subl' => 'With 1,600-1,700 mg/l, an above-average Aloverose content - THE quality factor for the active ingredient content of Aloe',
|
||||
'private_environment_hl' => 'in a private environment',
|
||||
'private_environment_list' => '<ul class="small"> <li>Family</li> <li>Friends</li> <li>Work colleagues</li> <li>Neighbors</li> <li>Home parties</li> <li> Sports club</li> <li>Family</li> <li>Pet owners</li> <li>and much more.</li> </ul>',
|
||||
'requirement_profile' => 'requirements profile',
|
||||
'requirement_profile_at_mivita' => 'requirements profile',
|
||||
'requirement_profile_at_mivita_copy' => '<p>Everyone who wants to build something of their own with joy and commitment is welcome at MIVITA. Our sales partners primarily include people like...</p> <ul class="small"> <li>Employees with full-time jobs</li> <li>Employees with part-time jobs</li> <li>young families or single parents </li> <li>Independent entrepreneurs</li> <li>Students and trainees</li> <li>+50 generation who want to know again</li> </ul> <p> If you are in If you find this requirement profile, then you have come to the right place. Especially people who feel that there is more they can achieve, who are perhaps stuck in their careers, who would like to work more freely and independently - we would be happy to offer them a non-binding initial consultation. </p>',
|
||||
'shop_at_the_aloe_vera_farm' => 'shop at Aloe Vera Farm',
|
||||
'social_environment_hl' => 'on social media',
|
||||
'social_environment_list' => '<ul class="small"> <li>Facebook</li> <li>Youtube</li> <li>Instagram</li> <li>Snapchat</li> <li>Family</li> <li >among others ...</li></ul>',
|
||||
'social_security_copy' => '<p>Almost everyone gets into direct sales as a part-time job. After all, professional success with a good financial income doesn\'t happen overnight. If you still decide to become self-employed, please note the following points regarding your social security:</p> <p> <ul class="small"> <li>As a self-employed person, you can either take out a private pension plan or join the statutory pension insurance. Deviating from this, there is compulsory insurance in the statutory pension insurance for so-called "employee-like self-employed persons" who work permanently and essentially only for a single client and do not employ their own employees. </li> <li> As a self-employed person, you can take out private health insurance or, under certain conditions, voluntarily insure yourself in a statutory health insurance company. However, they must have some form of health insurance. </li> <li>You must take out nursing care insurance wherever you have health insurance </li> <li> There is no compulsory membership in the statutory unemployment insurance. After setting up your business, you can voluntarily continue to insure yourself there under certain conditions. </li></ul>',
|
||||
'social_security_hl' => 'social security',
|
||||
'start_up' => 'starting a business',
|
||||
'that_sounds_exciting_to_you' => 'Does that sound exciting to you?',
|
||||
'then_get_in_touch_with_us_today' => 'Then contact us today - we look forward to getting to know you.',
|
||||
'to_the_contact_form' => 'to contact form',
|
||||
'to_the_registration' => 'for registration',
|
||||
'trade_licence_copy' => '<p>If you want to start this business, you need a business license. This is nothing wild and can be applied for at the trade office in your city. There are small one-off costs of around EUR 20-25, depending on the city or municipality. Think about a specific activity that you will state on the business license. E.g. “Sales of wellness and care products”. In the information sheet on business registration, setting up a business and formalities you will find helpful and important information on the following points:</p> <ul> <li>Business registration</li> <li>Reporting to the tax office</li> <li>Membership in the industrial association and Chamber of Commerce </li></ul>',
|
||||
'trade_licence_hl' => 'business license',
|
||||
'training_aloe_farm_mallorca' => 'Training at the Aloe Vera Farm in Mallorca.',
|
||||
'training_aloe_farm_mallorca_copy' => 'MIVITA organizes training for consultants twice a year. In addition to your tour of the farm and production facility, farm operator Werner Telwest will introduce you to the secrets of the “desert lily”. And the best thing: There is an advertisement for every training course. Anyone who generates sales will be rewarded with a trip from MIVITA and will fly FOR FREE to the Germans\' favorite holiday island.',
|
||||
'women_direct_sales_copy' => 'Lt. According to the Federal Association for Direct Sales in Germany (BDD), 82% of managers were women. This was the result of a survey within BDD member companies. The proportion of women is therefore significantly higher than in comparison with the economy as a whole. And that doesn\'t come from anywhere. Traditionally, many women work in direct sales who, due to family conditions or a lack of equal opportunities in the market, find their calling here to live out their drive, ideas and energies in order to develop into a successful business woman.',
|
||||
'women_direct_sales_hl' => 'Women in direct sales',
|
||||
);
|
||||
44
resources/lang/en/weborder.php
Normal file
44
resources/lang/en/weborder.php
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'VAT' => 'VAT',
|
||||
'add_shopping_cart' => 'add to Cart',
|
||||
'all_price_plus_VAT_info' => 'All prices incl. statutory. VAT :link unless otherwise stated',
|
||||
'application' => 'application',
|
||||
'checkout_ssl_server' => 'You will be redirected to our checkout server, the connection is SSL encrypted.',
|
||||
'delivery_time_1_3' => 'delivery time: 1-3 working days',
|
||||
'description' => 'description',
|
||||
'details' => 'details',
|
||||
'excl_VAT_plus_shipping_costs' => 'excl. VAT plus shipping costs',
|
||||
'free_shipping' => 'free shipping',
|
||||
'free_shipping_at' => 'free shipping from :value €',
|
||||
'free_shipping_costs_from' => 'free shipping from',
|
||||
'incl' => 'Incl.',
|
||||
'incl_VAT_plus_shipping_costs' => 'incl. VAT., excl. Shipping costs',
|
||||
'ingredients' => 'ingredients',
|
||||
'not_free_shipping' => 'not free shipping',
|
||||
'only_missing_free_shipping_at' => 'All that\'s left is :value € for your free shipping.',
|
||||
'only_missing_free_shipping_costs_from' => 'All that\'s left is :value € for your free shipping.',
|
||||
'payment_method_creditcard' => 'credit card',
|
||||
'payment_method_creditcard_copy' => 'The amount will be deducted from your credit card as soon as the order is submitted. The credit card process is processed via our payment service provider PAYONE.',
|
||||
'payment_method_direct' => 'instant bank transfer',
|
||||
'payment_method_direct_copy' => 'After successful verification, you will be redirected to PAYONE\'s secured payment page for SOFORT transfers to continue payment. After successful payment, please do not close the browser until you have been redirected back to the shop.',
|
||||
'payment_method_paypal' => 'payment with Paypal',
|
||||
'payment_method_paypal_copy' => 'After successful verification, you will be redirected to Paypal\'s secure payment page to continue payment. After successful payment, please do not close the browser until you have been redirected back to the shop.',
|
||||
'payment_method_prepayment' => 'prepayment',
|
||||
'payment_method_prepayment_copy' => 'After you have submitted the order, you will receive an email with the bank details to make the payment. After receipt of the amount, your goods will be shipped.',
|
||||
'payment_method_sepa' => 'SEPA direct debit',
|
||||
'payment_method_sepa_copy' => 'Your account will be charged for this one order after the order is submitted. The SEPA direct debit is processed via our payment service provider PAYONE.',
|
||||
'payment_methods' => 'payment Methods',
|
||||
'plus_shipping_cost' => 'plus shipping and handling',
|
||||
'price_net' => 'prices net',
|
||||
'product_details' => 'product details',
|
||||
'shipping_cost' => 'shipping',
|
||||
'shipping_methods_costs' => 'shipping methods & shipping costs',
|
||||
'shopping_cart' => 'shopping cart',
|
||||
'shopping_cart_sum' => 'shopping cart total',
|
||||
'sum_net' => 'total net',
|
||||
'to_checkout' => 'to checkout',
|
||||
'to_product' => 'to the product',
|
||||
'to_shopping_cart' => 'to the shopping cart',
|
||||
);
|
||||
80
resources/lang/en/website.php
Normal file
80
resources/lang/en/website.php
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
<?php
|
||||
|
||||
return array (
|
||||
'NOW' => 'NOW',
|
||||
'VATID' => 'VAT ID no.',
|
||||
'accept_youtube_load' => 'accept and load YouTube video',
|
||||
'address' => 'address',
|
||||
'aloe_vera' => 'Aloe vera',
|
||||
'best_regards' => 'best regards',
|
||||
'business_hours' => 'business hours',
|
||||
'business_hours_details' => 'Mon - Fri: 9 a.m. - 12 p.m. and 1 p.m. - 4 p.m',
|
||||
'business_owner' => 'imprint',
|
||||
'cancellation_policy' => 'right of withdrawal',
|
||||
'career_opportunities' => 'career opportunities',
|
||||
'change_country' => 'change country',
|
||||
'contact' => 'contact',
|
||||
'contact_hl' => 'Write to us!',
|
||||
'contact_now' => 'contact now',
|
||||
'contact_subl' => 'Are you interested in our business or do you have questions about the products? Then we look forward to hearing from you. We will get back to you as soon as possible.',
|
||||
'contents' => 'content',
|
||||
'email' => 'E-Mail',
|
||||
'email_address' => '',
|
||||
'for_you_on_spot' => 'for you on site',
|
||||
'for_you_on_spot_copy' => 'We were there for you at the Aloe Vera Farm on Mallorca, because transparency is important to us. This way you know exactly where your products come from and how they are produced. Real quality.',
|
||||
'gtc' => 'conditions',
|
||||
'impress' => 'imprint',
|
||||
'language' => 'language',
|
||||
'more' => 'more',
|
||||
'my_accessibility' => 'My accessibility',
|
||||
'my_accessibility:' => 'my availability',
|
||||
'no' => 'NO',
|
||||
'note_on_use' => 'usage notice',
|
||||
'note_on_use_copy' => 'Unauthorized use, reproduction, distribution, publication or commercial use without the permission of the author of the content on this website is prohibited and will be prosecuted under both criminal and civil law!',
|
||||
'online_dispute_resolution' => 'online dispute resolution',
|
||||
'online_dispute_resolution_copy' => 'According to Art. 14 Para. 1 ODR-VO: The European Commission provides a platform for online dispute resolution (OS), which you can find here',
|
||||
'partner' => 'partner',
|
||||
'payment_methods' => 'payment methodes',
|
||||
'phone' => 'telephone',
|
||||
'phone_number' => 'telephone: +49 (0) 8333 946 17 67',
|
||||
'privacy_policy' => 'data protection',
|
||||
'productworld' => 'product world',
|
||||
'read' => 'read',
|
||||
'register' => 'registration',
|
||||
'register_now' => 'register now',
|
||||
'register_number' => 'register number',
|
||||
'registry_court' => 'registry court',
|
||||
'sales_partner_or_questions' => 'Would you like to become a sales partner or do you have questions about our products?',
|
||||
'send_message' => 'send massage',
|
||||
'shipping_costs' => 'shipment',
|
||||
'shop' => 'shop',
|
||||
'show_all_products' => 'Show all products',
|
||||
'slider_hl' => 'nutritional supplements',
|
||||
'slider_subl' => 'organic Aloe Vera & Natural cosmetics',
|
||||
'start' => 'start',
|
||||
'start_aloe_copy' => 'With the highest standards, we work together with the Aloe Vera Farm on Mallorca, which guarantees top-class quality worldwide.',
|
||||
'start_aloe_hl' => 'Aloe Vera',
|
||||
'start_copy_mivita' => 'MIVITA is a company based in Germany that sells innovative, environmentally friendly and high-quality products. Since entering the market, the MIVITA company has been committed to an understanding of values that focus on customer satisfaction and responsibility for the environment.',
|
||||
'start_mivitapartner_copy' => '<p>MIVITA is the exclusive partner of the Aloe Vera de Mallorca farm in the area of direct sales in Germany. Two companies have come together here for whom quality and sustainability are top priorities. This is the only way to turn satisfied customers into real fans of our products in the long term.</p> <blockquote> <p><i>“For the sake of people, animals and nature... Sustainability and products that really “do you good” are important to us .”</i></p> <p>Alois Ried - Owner MIVITA</p> </blockquote>',
|
||||
'start_products_copy' => 'Here you will find an overview of MIVITA\'s complete premium product range. From high-quality aloe juice to soothing cosmetics.',
|
||||
'start_products_hl' => 'products',
|
||||
'start_salespartner_copy' => 'Become a MIVITA sales partner and build your own business with quality products. If you like, you can start immediately...',
|
||||
'start_salespartner_hl' => 'Sales partner',
|
||||
'start_why_copy' => '<p>Our customers rightly trust in the excellent properties of MIVITA products. This means that everyone actively makes a smart decision for health and the environment.</p> <p>We not only attach great importance to the quality of our products, but of course also to comprehensive, competent advice from friendly and expert advisors.</p> <p>We only develop and sell products that are high quality. When used and cared for properly, they are long-lasting and very productive. Factors that ensure our customers\' satisfaction.</p>',
|
||||
'start_why_hl' => 'Why MIVITA?',
|
||||
'thank_you_for_your_request' => 'many thanks for your inquiry',
|
||||
'through_whom_label' => 'Who brought you to our attention (sales partner, customer, social media, etc.)? Please be sure to provide a name - this is important for our internal assignment:*',
|
||||
'through_whom_placeholder' => 'first and last name, website, Facebook, Instagram, YouTube profile or similar',
|
||||
'to_contact' => 'to contact',
|
||||
'to_privacy_policy' => 'to the data protection',
|
||||
'we_will_get_back_to_you' => 'We will contact you immediately.',
|
||||
'welcome' => 'welcome',
|
||||
'welcome_copy' => 'I look forward to your visit to my MIVITA online shop. I am your personal advice on the products and their application.',
|
||||
'yes' => 'YES',
|
||||
'you_are_now_in_shop' => 'You are in the shop:',
|
||||
'you_are_now_in_shop_notice' => 'Important note: Orders in the selected country can only be shipped within that country. If you change your country, you will be logged out of your current session and your shopping cart will be emptied.',
|
||||
'your_enquiry_relate_partnership' => 'Does your inquiry concern a desired sales partnership?*',
|
||||
'your_message_to_us' => 'your massage to us',
|
||||
'your_mivita_team' => 'your mivita.care team',
|
||||
'youtube_accepted_copy' => 'By loading the YouTube video you accept our data protection declaration / XII. Integration of third-party services and content',
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue