| 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' ), |