'desc'=>__('When creating an account, automatically generate an account username for the customer based on their name, surname or email','woocommerce'),
'desc'=>__('Remove access to downloads on request','woocommerce'),
/* Translators: %s URL to erasure request screen. */
'desc_tip'=>sprintf(esc_html__('When handling an %s, should access to downloadable files be revoked and download logs cleared?','woocommerce'),$erasure_text),
'desc_tip'=>__('Adds an option to the orders screen for removing personal data in bulk. Note that removing personal data cannot be undone.','woocommerce'),
'desc'=>sprintf(esc_html__('This section controls the display of your website privacy policy. The privacy notices below will not show up unless a %s is set.','woocommerce'),$privacy_text),
/* translators: %s privacy policy page name and link */
'default'=>sprintf(__('Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our %s.','woocommerce'),'[privacy_policy]'),
'desc_tip'=>__('Optionally add some text about your store privacy policy to show during checkout.','woocommerce'),
'id'=>'woocommerce_checkout_privacy_policy_text',
/* translators: %s privacy policy page name and link */
'default'=>sprintf(__('Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our %s.','woocommerce'),'[privacy_policy]'),
'type'=>'textarea',
'css'=>'min-width: 50%; height: 75px;',
),
array(
'type'=>'sectionend',
'id'=>'privacy_policy_options',
),
array(
'title'=>__('Personal data retention','woocommerce'),
'desc'=>__('Choose how long to retain personal data when it\'s no longer needed for processing. Leave the following options blank to retain this data indefinitely.','woocommerce'),
'desc_tip'=>__('Inactive accounts are those which have not logged in, or placed an order, for the specified duration. They will be deleted. Any orders will be converted into guest orders.','woocommerce'),
'desc_tip'=>__('Pending orders are unpaid and may have been abandoned by the customer. They will be trashed after the specified duration.','woocommerce'),
'desc_tip'=>__('Failed orders are unpaid and may have been abandoned by the customer. They will be trashed after the specified duration.','woocommerce'),
'desc_tip'=>__('Cancelled orders are unpaid and may have been cancelled by the store owner or customer. They will be trashed after the specified duration.','woocommerce'),