🔞 ADULT: Changeset/ - Full Archive

Changeset 3349437


Ignore:
Timestamp:
08/25/2025 04:51:33 AM (4 months ago)
Author:
maurosp91
Message:

Some files were missing

Location:
mds-product-bulk-editor-for-woocommerce/trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • mds-product-bulk-editor-for-woocommerce/trunk/README.txt

    r3349386 r3349437  
    4444
    4545🛠️ Hooks for Developers – Extend and personalize the editor with your own custom columns or logic.
     46
     47🫂 Integrations - ATUM Inventory Management and WooCommerce Cost of Goods
    4648
    4749The plugin is designed for productivity and simplicity, making it the perfect companion for any store owner or manager who needs to manage large product catalogs effortlessly.
  • mds-product-bulk-editor-for-woocommerce/trunk/languages/js-strings.php

    r3349384 r3349437  
    55function mdspbe_get_js_translated_strings() {
    66    return apply_filters( 'mdspbe_transalated_strings', [
    7         'createPrintTags' => esc_html__( 'Create print tags',  'mds-product-bulk-editor-for-woocommerce' ),
    8         'create' => esc_html__( 'Create',  'mds-product-bulk-editor-for-woocommerce' ),
    9         'allProductsOnPage' => esc_html__( 'All products on page',  'mds-product-bulk-editor-for-woocommerce' ),
    10         'selectedProducts' => esc_html__( 'Selected products',  'mds-product-bulk-editor-for-woocommerce' ),
    11         'tagQuantity' => esc_html__( 'Tag quantity',  'mds-product-bulk-editor-for-woocommerce' ),
    12         'productSelection' => esc_html__( 'Product selection',  'mds-product-bulk-editor-for-woocommerce' ),
    13         'tagPrinter' => esc_html__( 'Tag printer',  'mds-product-bulk-editor-for-woocommerce' ),
    14         'otherPrinter' => esc_html__( 'Other printer',  'mds-product-bulk-editor-for-woocommerce' ),
    15         'textScale' => esc_html__( 'Text scale',  'mds-product-bulk-editor-for-woocommerce' ),
    16         's50x30' => esc_html__( '50 x 30 mm',  'mds-product-bulk-editor-for-woocommerce' ),
    17         's63x22' => esc_html__( '63 x 22 mm',  'mds-product-bulk-editor-for-woocommerce' ),
    18         'customSize' => esc_html__( 'Custom size',  'mds-product-bulk-editor-for-woocommerce' ),
    19         'tagSize' => esc_html__( 'Tag size',  'mds-product-bulk-editor-for-woocommerce' ),
    20         'witdhInMm' => esc_html__( 'Witdh in mm',  'mds-product-bulk-editor-for-woocommerce' ),
    21         'heightInMm' => esc_html__( 'Height in mm',  'mds-product-bulk-editor-for-woocommerce' ),
    22         'fieldsToShow' => esc_html__( 'Fields to show',  'mds-product-bulk-editor-for-woocommerce' ),
    23         'name' => esc_html__( 'Name',  'mds-product-bulk-editor-for-woocommerce' ),
    24         'sku' => esc_html__( 'SKU',  'mds-product-bulk-editor-for-woocommerce' ),
    25         'categories' => esc_html__( 'Categories',  'mds-product-bulk-editor-for-woocommerce' ),
    26         'variation' => esc_html__( 'Variation',  'mds-product-bulk-editor-for-woocommerce' ),
    27         'price' => esc_html__( 'Price',  'mds-product-bulk-editor-for-woocommerce' ),
    28         'globalUniqueId' => esc_html__( 'GTIN, UPC, EAN, or ISBN',  'mds-product-bulk-editor-for-woocommerce' ),
    29         'currentDate' => esc_html__( 'Current date',  'mds-product-bulk-editor-for-woocommerce' ),
    30         'noSelectedProducts' => esc_html__( 'No selected products',  'mds-product-bulk-editor-for-woocommerce' ),
    31         'errorCreatingTags' => esc_html__( 'Error creating tags',  'mds-product-bulk-editor-for-woocommerce' ),
    32         'selectAnAction' => esc_html__( 'Select an action',  'mds-product-bulk-editor-for-woocommerce' ),
     7        'createPrintTags' => __( 'Create print tags',  'mds-product-bulk-editor-for-woocommerce' ),
     8        'create' => __( 'Create',  'mds-product-bulk-editor-for-woocommerce' ),
     9        'allProductsOnPage' => __( 'All products on page',  'mds-product-bulk-editor-for-woocommerce' ),
     10        'selectedProducts' => __( 'Selected products',  'mds-product-bulk-editor-for-woocommerce' ),
     11        'tagQuantity' => __( 'Tag quantity',  'mds-product-bulk-editor-for-woocommerce' ),
     12        'productSelection' => __( 'Product selection',  'mds-product-bulk-editor-for-woocommerce' ),
     13        'tagPrinter' => __( 'Tag printer',  'mds-product-bulk-editor-for-woocommerce' ),
     14        'otherPrinter' => __( 'Other printer',  'mds-product-bulk-editor-for-woocommerce' ),
     15        'textScale' => __( 'Text scale',  'mds-product-bulk-editor-for-woocommerce' ),
     16        's50x30' => __( '50 x 30 mm',  'mds-product-bulk-editor-for-woocommerce' ),
     17        's63x22' => __( '63 x 22 mm',  'mds-product-bulk-editor-for-woocommerce' ),
     18        'customSize' => __( 'Custom size',  'mds-product-bulk-editor-for-woocommerce' ),
     19        'tagSize' => __( 'Tag size',  'mds-product-bulk-editor-for-woocommerce' ),
     20        'witdhInMm' => __( 'Witdh in mm',  'mds-product-bulk-editor-for-woocommerce' ),
     21        'heightInMm' => __( 'Height in mm',  'mds-product-bulk-editor-for-woocommerce' ),
     22        'fieldsToShow' => __( 'Fields to show',  'mds-product-bulk-editor-for-woocommerce' ),
     23        'name' => __( 'Name',  'mds-product-bulk-editor-for-woocommerce' ),
     24        'sku' => __( 'SKU',  'mds-product-bulk-editor-for-woocommerce' ),
     25        'categories' => __( 'Categories',  'mds-product-bulk-editor-for-woocommerce' ),
     26        'variation' => __( 'Variation',  'mds-product-bulk-editor-for-woocommerce' ),
     27        'price' => __( 'Price',  'mds-product-bulk-editor-for-woocommerce' ),
     28        'globalUniqueId' => __( 'GTIN, UPC, EAN, or ISBN',  'mds-product-bulk-editor-for-woocommerce' ),
     29        'currentDate' => __( 'Current date',  'mds-product-bulk-editor-for-woocommerce' ),
     30        'noSelectedProducts' => __( 'No selected products',  'mds-product-bulk-editor-for-woocommerce' ),
     31        'errorCreatingTags' => __( 'Error creating tags',  'mds-product-bulk-editor-for-woocommerce' ),
     32        'selectAnAction' => __( 'Select an action',  'mds-product-bulk-editor-for-woocommerce' ),