You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'image-embedding-help'=> esc_html__( 'This tool allows embedding of images into PDF files. Images are taken from file upload fields or URL field values. You can select a PDF file page and draw a bounding box for image insertion. Alternatively, you can insert your image in the center of every page.', 'pdf-forms-for-wpforms' ),
@@ -1689,6 +1689,7 @@ public function admin_enqueue_scripts( $hook )
1689
1689
'__Confirm_Delete_Attachment' => __( 'Are you sure you want to delete this file? This will delete field mappings and image embeds associated with this file.', 'pdf-forms-for-wpforms' ),
1690
1690
'__Confirm_Delete_Mapping' => __( 'Are you sure you want to delete this mapping?', 'pdf-forms-for-wpforms' ),
1691
1691
'__Confirm_Delete_All_Mappings' => __( 'Are you sure you want to delete all mappings?', 'pdf-forms-for-wpforms' ),
1692
+
'__Confirm_Delete_All_Value_Mappings' => __( 'Are you sure you want to delete all value mappings?', 'pdf-forms-for-wpforms' ),
1692
1693
'__Confirm_Attach_Empty_Pdf' => __( 'Are you sure you want to attach a PDF file without any form fields?', 'pdf-forms-for-wpforms' ),
1693
1694
'__Confirm_Delete_Embed' => __( 'Are you sure you want to delete this embeded image?', 'pdf-forms-for-wpforms' ),
0 commit comments