Changeset 3400576
- Timestamp:
- 11/21/2025 03:43:06 PM (4 months ago)
- Location:
- waterwoo-pdf/trunk
- Files:
-
- 9 added
- 31 edited
-
changelog.txt (modified) (1 diff)
-
classes/wwpdf-file-handler.php (modified) (5 diffs)
-
classes/wwpdf-logging.php (modified) (4 diffs)
-
classes/wwpdf-settings-dlm.php (modified) (3 diffs)
-
classes/wwpdf-settings-edd.php (modified) (4 diffs)
-
classes/wwpdf-settings-woo.php (modified) (16 diffs)
-
classes/wwpdf-settings.php (modified) (2 diffs)
-
classes/wwpdf-watermark.php (modified) (4 diffs)
-
lang/waterwoo-pdf-ar.l10n.php (added)
-
lang/waterwoo-pdf-ar.mo (added)
-
lang/waterwoo-pdf-ar.po (added)
-
lang/waterwoo-pdf-de.l10n.php (added)
-
lang/waterwoo-pdf-de.mo (added)
-
lang/waterwoo-pdf-de.po (added)
-
lang/waterwoo-pdf-es_ES.l10n.php (modified) (1 diff)
-
lang/waterwoo-pdf-es_ES.mo (modified) (previous)
-
lang/waterwoo-pdf-es_ES.po (modified) (63 diffs)
-
lang/waterwoo-pdf-fr_FR.l10n.php (modified) (1 diff)
-
lang/waterwoo-pdf-fr_FR.mo (modified) (previous)
-
lang/waterwoo-pdf-fr_FR.po (modified) (57 diffs)
-
lang/waterwoo-pdf-pt.l10n.php (added)
-
lang/waterwoo-pdf-pt.mo (added)
-
lang/waterwoo-pdf-pt.po (added)
-
lang/waterwoo-pdf.po (modified) (3 diffs)
-
lang/waterwoo-pdf.pot (modified) (41 diffs)
-
lib/tcpdf/tcpdf/CHANGELOG.TXT (modified) (1 diff)
-
lib/tcpdf/tcpdf/VERSION (modified) (1 diff)
-
lib/tcpdf/tcpdf/include/barcodes/datamatrix.php (modified) (1 diff)
-
lib/tcpdf/tcpdf/include/barcodes/pdf417.php (modified) (1 diff)
-
lib/tcpdf/tcpdf/include/barcodes/qrcode.php (modified) (1 diff)
-
lib/tcpdf/tcpdf/include/tcpdf_colors.php (modified) (8 diffs)
-
lib/tcpdf/tcpdf/include/tcpdf_fonts.php (modified) (2 diffs)
-
lib/tcpdf/tcpdf/include/tcpdf_static.php (modified) (3 diffs)
-
lib/tcpdf/tcpdf/tcpdf.php (modified) (20 diffs)
-
lib/tcpdf/tcpdf/tcpdf_barcodes_1d.php (modified) (4 diffs)
-
lib/tcpdf/tcpdf_child.php (modified) (2 diffs)
-
lib/tcpdi/tcpdi_parser.php (modified) (2 diffs)
-
readme.txt (modified) (6 diffs)
-
uninstall.php (modified) (1 diff)
-
waterwoo-pdf.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
waterwoo-pdf/trunk/changelog.txt
r3302366 r3400576 1 Archived PDF Ink Lite (FKA WaterWoo) changelog for pre-3.3 versions 1 Archived PDF Ink Lite (FKA WaterWoo) changelog for older versions 2 3 = 3.5.2 - 24 January 2025 = 4 * Testing with Woo 9.6 5 * Upgrade TCPDF to 6.8.0 6 * WaterWoo now upgrades to =PDF Ink=, a plugin which can work with ANY PDF with more marking/passwording features than ever. Woohoo! 7 8 = 3.5.1 - 3 December 2024 = 9 * Notice for people trying to mark PDFs version >= 2.0. Folks must use a different (paid) parser for this, or downgrade PDF version. 10 * Fix uninstall.php to remove newer settings (such as security settings) when plugin deleted. 11 12 = 3.5.0 - 18 October 2024 = 13 * Fork tcpdi_parser.php and add catch for presence of <> in getRawObject() method; modernize syntax and correct some logic - plugin will likely work with more PDFs now 2 14 3 15 = 3.4 - 10 October 2024 = -
waterwoo-pdf/trunk/classes/wwpdf-file-handler.php
r3356768 r3400576 81 81 82 82 $file = $this->dispatch( 'woo', $file_path, $order_id, $product_id ); 83 return apply_filters_deprecated( 'wwpdf_filter_watermarked_file', [ $file, $email, $order, $product, $download ], '6.0', '', 'The `wwpdf_filter_watermarked_file` filter hook will be removed from a future version of PDF Ink Lite.' );83 return apply_filters_deprecated( 'wwpdf_filter_watermarked_file', [ $file, $email, $order, $product, $download ], '6.0', '', 'The `wwpdf_filter_watermarked_file` filter hook will stop working in 2026' ); 84 84 85 85 } … … 217 217 if ( 'edd' === $source ) { 218 218 edd_debug_log( '(PDF Ink Lite) Caught exception: ' . print_r( $error_message, true ) ); 219 wwpdf_debug_log( 'Caught exception: ' . $error_message, 'warning' ); 219 220 } else { 220 221 wwpdf_debug_log( 'Caught exception: ' . $error_message, 'warning' ); … … 360 361 '6.3', 361 362 'pdfink_filter_woo_magic_tags', 362 'The `pdfink_filter_woo_magic_tags` filter hook is included in the upgrade of this plugin at pdfink.com. `wwpdf_filter_shortcodes` will be removed soon from the Lite plugin version.'363 'The `pdfink_filter_woo_magic_tags` filter hook is included in the plugin upgrade at pdfink.com. `wwpdf_filter_shortcodes` will stop working in 2026.' 363 364 ); 364 365 … … 371 372 } 372 373 373 $content = apply_filters_deprecated( 'wwpdf_filter_footer', [ $content, $order_id, $product_id ], '6.3', 'pdfink_filter_placement_content', 'The `pdfink_filter_placement_content` filter hook is included in the upgrade of this plugin at pdfink.com. `wwpdf_filter_footer` will be removed soon from the Lite plugin version.' );374 $content = apply_filters_deprecated( 'wwpdf_filter_footer', [ $content, $order_id, $product_id ], '6.3', 'pdfink_filter_placement_content', 'The `pdfink_filter_placement_content` filter hook is included in the upgrade of this plugin at pdfink.com. `wwpdf_filter_footer` will stop working in 2026.' ); 374 375 375 376 // Text encode before returning … … 447 448 if ( 'edd' === $source ) { 448 449 edd_debug_log( '(PDF Ink Lite) The free version of PDF Ink (pdfink.com) doesn\'t handle remotely-hosted PDF files.' ); 450 wwpdf_debug_log( 'The free version of PDF Ink (pdfink.com) doesn\'t handle remotely-hosted PDF files.', 'error' ); 449 451 } else { 450 452 wwpdf_debug_log( 'The free version of PDF Ink (pdfink.com) doesn\'t handle remotely-hosted PDF files.', 'error' ); -
waterwoo-pdf/trunk/classes/wwpdf-logging.php
r3301758 r3400576 15 15 16 16 /** 17 * Class constructor .17 * Class constructor 18 18 * 19 19 * @since 1.0 … … 82 82 check_ajax_referer( 'wwpdf-logging-nonce', 'wwpdf_logging_nonce' ); 83 83 84 // Clear the debug log .84 // Clear the debug log 85 85 $wwpdf_logs->clear_log_file(); 86 86 … … 120 120 /* logs post type */ 121 121 $log_args = [ 122 'labels' => [ 'name' => __( 'Logs', 'w p-logging' ) ],122 'labels' => [ 'name' => __( 'Logs', 'waterwoo-pdf' ) ], 123 123 'public' => defined( 'WP_DEBUG' ) && WP_DEBUG, 124 124 'exclude_from_search' => true, … … 170 170 } 171 171 172 }173 174 /**175 * Check if a log type is valid176 *177 * Checks to see if the specified type is in the registered list of types178 *179 * @param string $type180 * @access private181 * @return bool182 */183 private static function valid_type( $type ) {184 return in_array( $type, self::log_types() );185 }186 187 188 /**189 * Create new log entry190 *191 * This is just a simple and fast way to log something. Use self::insert_log()192 * if you need to store custom meta data193 *194 * @param string $title195 * @param string $message196 * @param int $parent197 * @param string $type198 * @access private199 * @return int The ID of the new log entry200 */201 public function add( $title = '', $message = '', $parent = 0, $type = null ) {202 203 $log_data = [204 'post_title' => $title,205 'post_content' => $message,206 'post_parent' => $parent,207 'log_type' => $type208 ];209 return $this->insert_log( $log_data );210 211 }212 213 /**214 * Stores a log entry215 *216 * @param array $log_data217 * @param array $log_meta218 * @access private219 * @return int The ID of the newly created log item220 */221 public function insert_log( $log_data = [], $log_meta = [] ) {222 223 $defaults = array(224 'post_type' => 'wwpdf_log',225 'post_status' => 'publish',226 'post_parent' => 0,227 'post_content' => '',228 'log_type' => false229 );230 231 $args = wp_parse_args( $log_data, $defaults );232 do_action( 'wwpdf_pre_insert_log' );233 // store the log entry234 $log_id = wp_insert_post( $args );235 // set the log type, if any236 if( $log_data['log_type'] && self::valid_type( $log_data['log_type'] ) ) {237 wp_set_object_terms( $log_id, $log_data['log_type'], 'wwpdf_log_type', false );238 }239 // set log meta, if any240 if( $log_id && ! empty( $log_meta ) ) {241 foreach( (array) $log_meta as $key => $meta ) {242 update_post_meta( $log_id, '_wwpdf_log_' . sanitize_key( $key ), $meta );243 }244 }245 do_action( 'wwpdf_post_insert_log', $log_id );246 return $log_id;247 248 }249 250 /**251 * Easily retrieves log items for a particular object ID252 *253 * @param int $object_id254 * @param string $type255 * @param string $paged256 * @access private257 * @return array258 */259 public function get_logs( $object_id = 0, $type = null, $paged = null ) {260 return $this->get_connected_logs( array( 'post_parent' => $object_id, 'paged' => $paged, 'log_type' => $type ) );261 262 }263 264 /**265 * Retrieve all connected logs266 *267 * Used for retrieving logs related to particular items, such as a specific purchase.268 *269 * @param array $args270 * @access private271 * @return array|false272 */273 public static function get_connected_logs( $args = [] ) {274 275 $defaults = array(276 'post_parent' => 0,277 'post_type' => 'wwpdf_log',278 'posts_per_page' => 10,279 'post_status' => 'publish',280 'paged' => get_query_var( 'paged' ),281 'log_type' => false282 );283 $query_args = wp_parse_args( $args, $defaults );284 if ( $query_args['log_type'] && self::valid_type( $query_args['log_type'] ) ) {285 $query_args['tax_query'] = array(286 array(287 'taxonomy' => 'wwpdf_log_type',288 'field' => 'slug',289 'terms' => $query_args['log_type']290 )291 );292 }293 $logs = get_posts( $query_args );294 295 if ( $logs ) {296 return $logs;297 }298 // no logs found299 return false;300 301 }302 303 /**304 * Retrieves number of log entries connected to particular object ID305 *306 * @access private307 * @uses WP_Query()308 * @uses self::valid_type()309 * @return int310 */311 public static function get_log_count( $object_id = 0, $type = null, $meta_query = null, $date_query = null ) {312 313 $query_args = array(314 'post_parent' => $object_id,315 'post_type' => 'wwpdf_log',316 'posts_per_page' => -1,317 'post_status' => 'publish',318 'fields' => 'ids',319 );320 if ( ! empty( $type ) && self::valid_type( $type ) ) {321 $query_args['tax_query'] = array(322 array(323 'taxonomy' => 'wwpdf_log_type',324 'field' => 'slug',325 'terms' => $type326 )327 );328 }329 if ( ! empty( $meta_query ) ) {330 $query_args['meta_query'] = $meta_query;331 }332 if ( ! empty( $date_query ) ) {333 $query_args['date_query'] = $date_query;334 }335 $logs = new WP_Query( $query_args );336 return (int) $logs->post_count;337 338 }339 340 /**341 * Delete a log342 *343 * @uses WWPDF_Logging::valid_type344 * @param int $object_id (default: 0)345 * @param string $type Log type (default: null)346 * @param array $meta_query Log meta query (default: null)347 * @return void348 */349 public function delete_logs( $object_id = 0, $type = null, $meta_query = null ) {350 351 $query_args = array(352 'post_parent' => $object_id,353 'post_type' => 'wwpdf_log',354 'posts_per_page' => -1,355 'post_status' => 'publish',356 'fields' => 'ids',357 );358 if ( ! empty( $type ) && self::valid_type( $type ) ) {359 $query_args['tax_query'] = array(360 array(361 'taxonomy' => 'wwpdf_log_type',362 'field' => 'slug',363 'terms' => $type,364 )365 );366 }367 if ( ! empty( $meta_query ) ) {368 $query_args['meta_query'] = $meta_query;369 }370 $logs = get_posts( $query_args );371 if ( $logs ) {372 foreach ( $logs as $log ) {373 wp_delete_post( $log, true );374 }375 }376 172 } 377 173 -
waterwoo-pdf/trunk/classes/wwpdf-settings-dlm.php
r3334629 r3400576 47 47 'label' => 'File(s) to Watermark', 48 48 'desc' => __( 'List FILE NAME(S) of PDF(s), one per line, e.g., <code>upload.pdf</code> or <code>my_pdf.pdf</code>. Case-sensitive.', 'waterwoo-pdf' ) 49 . '<br>' . __( 'If left blank and the Global checkbox above is checked, <strong>all</strong>PDFs sold through DLM will be watermarked.', 'waterwoo-pdf' )50 . '<br>' . __( 'But if the global checkbox is checked and files are listed here, those files listed will <strong>not</strong>be watermarked.', 'waterwoo-pdf' )49 . '<br>' . __( 'If left blank and the Global checkbox above is checked, ALL PDFs sold through DLM will be watermarked.', 'waterwoo-pdf' ) 50 . '<br>' . __( 'But if the global checkbox is checked and files are listed here, those files listed will NOT be watermarked.', 'waterwoo-pdf' ) 51 51 . '<br><br>' . sprintf( __( '<a href="%s" target="_blank" rel="noopener">Upgrade</a> for easier file control.', 'waterwoo-pdf' ), 'https://pdfink.com/?source=free_plugin&utm_campaign=woo' ), 52 52 'type' => 'textarea', … … 265 265 'label' => __( 'Leave No Trace?', 'waterwoo-pdf' ), 266 266 'desc' => __( 'If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your WordPress database.', 'waterwoo-pdf' ) 267 . '<br>' . sprintf( __( 'Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or < /strong><a href="%s" target="_blank" rel="noopener">upgrade this plugin</a></strong> for better file handling and automatic cleaning.', 'waterwoo-pdf' ), 'https://pdfink.com/' ),267 . '<br>' . sprintf( __( 'Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or <strong><a href="%s" target="_blank" rel="noopener">upgrade this plugin</a></strong> for better file handling and automatic cleaning.', 'waterwoo-pdf' ), 'https://pdfink.com/' ), 268 268 'std' => '0', 269 269 'cb_label' => __( 'Enable', 'waterwoo-pdf' ), … … 340 340 </p> 341 341 <p style="font-size:1.4em"> 342 <?php echo sprintf( __( 'The only watermarking plugin for Download Monitor that works with <strong>any and every</strong>PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.', 'waterwoo-pdf' ), 'https://pdfink.com/documentation/libraries/#recommendation?source=free_plugin&utm_campaign=edd' ); ?>342 <?php echo sprintf( __( 'The only watermarking plugin for Download Monitor that works with any and every PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.', 'waterwoo-pdf' ), 'https://pdfink.com/documentation/libraries/#recommendation?source=free_plugin&utm_campaign=edd' ); ?> 343 343 </p> 344 344 <p style="font-size:1.3em"> -
waterwoo-pdf/trunk/classes/wwpdf-settings-edd.php
r3356768 r3400576 1 1 <?php defined( 'ABSPATH' ) || exit; 2 3 2 class WWPDF_Settings_EDD { 4 5 3 public function __construct() { 6 4 … … 43 41 </p> 44 42 <p style="font-size:1.4em"> 45 <?php echo sprintf( __( 'The only watermarking plugin for Easy Digital Downloads that works with <strong>any and every</strong>PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.', 'waterwoo-pdf' ), 'https://pdfink.com/documentation/libraries/#recommendation?source=free_plugin&utm_campaign=edd' ); ?>43 <?php echo sprintf( __( 'The only watermarking plugin for Easy Digital Downloads that works with any and every PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.', 'waterwoo-pdf' ), 'https://pdfink.com/documentation/libraries/#recommendation?source=free_plugin&utm_campaign=edd' ); ?> 46 44 </p> 47 45 <p style="font-size:1.3em"> … … 108 106 'name' => 'File(s) to Watermark', 109 107 'desc' => '<br>' . __( 'List file name(s) of PDF(s), one per line, e.g.,', 'waterwoo-pdf' ) . ' <code>upload.pdf</code> ' . __( 'or', 'waterwoo-pdf' ) . ' <code>my_pdf.pdf</code>. ' . __( 'Case-sensitive.', 'waterwoo-pdf' ) 110 . '<br>' . __( 'If left blank and the Global checkbox above is checked, <strong>all</strong>PDFs sold through EDD will be watermarked.', 'waterwoo-pdf' )111 . '<br>' . __( 'But if the global checkbox is checked and files are listed here, those files listed will <strong>not</strong>be watermarked.', 'waterwoo-pdf' )108 . '<br>' . __( 'If left blank and the Global checkbox above is checked, ALL PDFs sold through EDD will be watermarked.', 'waterwoo-pdf' ) 109 . '<br>' . __( 'But if the global checkbox is checked and files are listed here, those files listed will NOT be watermarked.', 'waterwoo-pdf' ) 112 110 . '<br><br>' . sprintf( __( '<a href="%s" target="_blank" rel="noopener">Upgrade</a> for easier file control.', 'waterwoo-pdf' ), 'https://pdfink.com/?source=free_plugin&utm_campaign=woo' ), 113 111 'type' => 'textarea', … … 418 416 * @return array 419 417 */ 420 public function sanitize_input( $input ){418 public function sanitize_input( array $input ): array { 421 419 422 420 if ( isset( $input['eddimark_rtl'] ) ) { -
waterwoo-pdf/trunk/classes/wwpdf-settings-woo.php
r3356768 r3400576 18 18 parent::__construct(); 19 19 20 add_action( 'woocommerce_admin_field_pdfink_css', [ $this, 'pdfink_css' ], 10, 1 ); 21 add_action( 'woocommerce_admin_field_pdfink_intro', [ $this, 'pdfink_intro' ], 10, 1 ); 22 add_action( 'woocommerce_admin_field_pdfink_cta', 'pdfink_cta_tb', 10, 1 ); 20 add_action( 'woocommerce_admin_field_pdfink_intro', [ $this, 'pdfink_intro' ] ); 21 add_action( 'woocommerce_admin_field_pdfink_cta', 'pdfink_cta_tb' ); 23 22 24 23 add_filter( 'woocommerce_admin_settings_sanitize_option_wwpdf_encrypt', [ $this, 'woocommerce_admin_settings_sanitize_wwpdf_encrypt' ], 10, 3 ); … … 41 40 42 41 /** 43 * @param $page42 * @param string $page 44 43 * 45 44 * @return void 46 45 */ 47 public function admin_enqueue_scripts( $page ) {46 public function admin_enqueue_scripts( string $page ) { 48 47 49 48 if ( 'woocommerce_page_wc-settings' !== $page ) { … … 63 62 * @return array 64 63 */ 65 public function get_sections() {64 public function get_sections(): array { 66 65 67 66 $sections = [ … … 78 77 * Get default (general options) settings array 79 78 * 79 * @param string $current_section 80 80 * @return array 81 81 */ 82 public function get_settings( $current_section = '' ){82 public function get_settings( string $current_section = '' ): array { 83 83 84 84 $settings = []; … … 86 86 if ( 'housekeeping' === $current_section ) { 87 87 $settings = [ 88 [89 'id' => 'pdfink_css',90 'type' => 'pdfink_css',91 ],92 88 [ 93 89 'type' => 'title', … … 101 97 'type' => 'checkbox', 102 98 'desc' => __( 'If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your WordPress database.', 'waterwoo-pdf' ) 103 . '<br>' . sprintf( __( 'Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or < /strong><a href="%s" target="_blank" rel="noopener">upgrade this plugin</a></strong> for better file handling and automatic cleaning.', 'waterwoo-pdf' ), 'https://pdfink.com/' ),99 . '<br>' . sprintf( __( 'Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or <a href="%s" target="_blank" rel="noopener">upgrade this plugin</a> for better file handling and automatic cleaning.', 'waterwoo-pdf' ), 'https://pdfink.com/' ), 104 100 'default' => 'no', 105 101 ], … … 255 251 'type' => 'number', 256 252 'title' => __( 'Left/right margin', 'waterwoo-pdf' ), 257 'desc' => '<a href="#TB_inline?&width=640&height=280&inlineId=pdfink-upgrade-tb" class="thickbox" style="text-decoration:none;"><span class="dashicons dashicons-admin-network pdfink-upgrade"></span></a> ' .__( 'In millimeters. Yes, metric! Defaults to 0', 'waterwoo-pdf' ),253 'desc' => __( 'In millimeters. Yes, metric! Defaults to 0', 'waterwoo-pdf' ), 258 254 'default' => 10, 259 255 'custom_attributes' => [ … … 525 521 * @return string 526 522 */ 527 public function woocommerce_admin_settings_sanitize_wwpdf_encrypt( $value, $values ) {523 public function woocommerce_admin_settings_sanitize_wwpdf_encrypt( $value, $values ): string { 528 524 529 525 return '0'; … … 537 533 * @return string 538 534 */ 539 public function woocommerce_admin_settings_sanitize_wwpdf_watermark_pages( $value, $values ) {535 public function woocommerce_admin_settings_sanitize_wwpdf_watermark_pages( $value, $values ): string { 540 536 541 537 return 'every'; … … 547 543 * @param $values 548 544 * 549 * @return string550 */ 551 public function woocommerce_admin_settings_sanitize_return_zero( $value, $values ) {545 * @return int 546 */ 547 public function woocommerce_admin_settings_sanitize_return_zero( $value, $values ): int { 552 548 553 549 return 0; … … 559 555 * @param $values 560 556 * 561 * @return string562 */ 563 public function woocommerce_admin_settings_sanitize_return_one( $value, $values ) {557 * @return int 558 */ 559 public function woocommerce_admin_settings_sanitize_return_one( $value, $values ): int { 564 560 565 561 return 1; … … 573 569 * @return string 574 570 */ 575 public function woocommerce_admin_settings_sanitize_return_minus_one( $value, $values ) {571 public function woocommerce_admin_settings_sanitize_return_minus_one( $value, $values ): string { 576 572 577 573 return '-1'; … … 585 581 * @return string 586 582 */ 587 public function woocommerce_admin_settings_sanitize_return_no( $value, $values ) {583 public function woocommerce_admin_settings_sanitize_return_no( $value, $values ):string { 588 584 589 585 return 'no'; 590 586 591 587 } 592 593 /**594 * @param $value595 *596 * @return void597 */598 public function pdfink_css( $value ) { ?>599 600 <style>button.is-primary{padding:0.5rem 2em;font-size:1.5em;border-radius:8px;background-color:#D15A45;border-color:#D15A45;color:white;}</style>601 602 <?php603 }604 605 588 606 589 /** … … 613 596 $svg_url = plugins_url('assets/svg/pdfink-lite-sprite.svg#pdf-delivery', dirname( __FILE__ ) ); 614 597 ?> 615 <style>button.is-primary{padding:0.5rem 2em;font-size:1.5em;border-radius:8px;background-color:#D15A45;border-color:#D15A45;color:white;}</style>616 598 <div style="display:flex;align-items:center;justify-content:space-between;"> 617 599 <div style="order:2"> … … 628 610 </p> 629 611 <p style="font-size:1.4em"> 630 <?php echo sprintf( __( 'The only watermarking plugin for WooCommerce that works with <strong>any and every</strong>PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.', 'waterwoo-pdf' ), 'https://pdfink.com/documentation/libraries/#recommendation?source=free_plugin&utm_campaign=woo' ); ?>612 <?php echo sprintf( __( 'The only watermarking plugin for WooCommerce that works with any and every PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.', 'waterwoo-pdf' ), 'https://pdfink.com/documentation/libraries/#recommendation?source=free_plugin&utm_campaign=woo' ); ?> 631 613 </p> 632 614 <p style="font-size:1.3em"> … … 635 617 </div> 636 618 </div> 637 <?php619 <?php 638 620 639 621 } -
waterwoo-pdf/trunk/classes/wwpdf-settings.php
r3315732 r3400576 21 21 * @return array $links 22 22 */ 23 public function add_support_links( $links, $file ){23 public function add_support_links( array $links, string $file ): array { 24 24 25 25 if ( ! current_user_can( 'install_plugins' ) ) { … … 43 43 * @return array 44 44 */ 45 public function plugin_action_links( $links ){45 public function plugin_action_links( array $links ): array { 46 46 47 47 if ( is_plugin_active( 'woocommerce/woocommerce.php' ) ) { -
waterwoo-pdf/trunk/classes/wwpdf-watermark.php
r3356768 r3400576 43 43 * Run TCPDF commands 44 44 * 45 * @throws Exception 45 46 * @return void 46 47 */ … … 48 49 49 50 // This free plugin is BASIC, if not CRUDE! 🥴 50 // If you want to do a wholelot more with your PDF files,51 // If you want to do a lot more with your PDF files, 51 52 // (like adding multiple marks with your own fonts, using HTML 52 53 // for more styling, and marking chosen pages) … … 150 151 * Set up each TCPDF page object 151 152 * 153 * @param int $page 152 154 * @return void 153 155 */ … … 211 213 /** 212 214 * Convert hex color to RGB 213 *214 215 * @param string $hex 215 * @return string 216 */ 217 protected function hex2rgb( $hex ){216 * @return string RGB color value 217 */ 218 protected function hex2rgb( string $hex ): string { 218 219 219 220 $hex = str_replace( "#", "", $hex ); -
waterwoo-pdf/trunk/lang/waterwoo-pdf-es_ES.l10n.php
r3334629 r3400576 1 1 <?php 2 2 // generated by Poedit from waterwoo-pdf-es_ES.po, do not edit directly 3 return ['domain'=>NULL,'plural-forms'=>'nplurals=2; plural=(n != 1);','language'=>'es','pot-creation-date'=>'2025- 05-28 09:25-0600','po-revision-date'=>'2025-07-26 10:51-0700','translation-revision-date'=>'2025-07-26 10:51-0700','project-id-version'=>'PDF Ink Lite','x-generator'=>'Poedit 3.6','messages'=>['Sorry, we were unable to prepare this file for download! Please notify site administrator. An error has been logged on their end.'=>'Lo sentimos, no hemos podido preparar este archivo para su descarga Notifíquelo al administrador del sitio. Se ha producido un error.','The PDF destination folder, '=>'La carpeta de destino del PDF, ','Logs'=>'Logs','Enable Global PDF Stamping'=>'Activar el sellado global de PDF','Check to stamp <em>all</em> PDFs sold through your DLM shop using the settings below.'=>'Compruebe si desea sellar <em>todos los</em> PDF vendidos a través de su tienda DLM utilizando la configuración que se indica a continuación.','Enable'=>'Activar','List FILE NAME(S) of PDF(s), one per line, e.g., <code>upload.pdf</code> or <code>my_pdf.pdf</code>. Case-sensitive.'=>'Enumere el/los NOMBRE(S) DE ARCHIVO del/de los PDF, uno por línea, por ejemplo, <code>subir.pdf</code> o <code>mi_pdf.pdf</code>. Se distingue entre mayúsculas y minúsculas.','If left blank and the Global checkbox above is checked, <strong>all</strong> PDFs sold through DLM will be watermarked.'=>'Si se deja en blanco y se marca la casilla Global, <strong>todos los</strong> PDF vendidos a través de DLM llevarán marca de agua.','But if the global checkbox is checked and files are listed here, those files listed will <strong>not</strong> be watermarked.'=>'Pero si la casilla de verificación global está marcada y los archivos se enumeran aquí, los archivos enumerados <strong>no</strong> tendrán marca de agua.','<a href="%s" target="_blank" rel="noopener">Upgrade</a> for easier file control.'=>'<a href="%s" target="_blank" rel="noopener">Actualización</a> para un control más sencillo de los archivos.','Start Page'=>'Página de inicio','End Page'=>'Página final','In millimeters. Yes, metric! Defaults to 0'=>'En milímetros. Sí, ¡métrico! Por defecto 0','Watermark Text'=>'Texto de marca de agua','Shortcodes available, all caps, in brackets:'=>'Shortcodes disponibles, todas las tapas, entre corchetes:','<a href="%s" target="_blank" rel="noopener">Upgrade</a> to use HTML and for more than one watermark placement, anywhere, on any page(s).'=>'<a href="%s" target="_blank" rel="noopener">Actualización</a> para utilizar HTML y para colocar más de una marca de agua, en cualquier lugar, en cualquier página(s).','Font Face'=>'Tipo de Fuente','Select a font for watermarks. M Sung will have limited Chinese characters, and Furat will have limited Arabic characters'=>'Seleccione una fuente para marcas de agua. M Sung tendrá caracteres chinos limitados, y Furat tendrá caracteres árabes limitados','Font Size'=>'Tamaño de Fuente','Provide a number (suggested 10-40) for the font size'=>'Indique un número (sugerido 10-40) para el tamaño de letra','Watermark Color'=>'Marca de agua Color','Color of the watermark, in hex. Defaults to black <code>#000000</code>'=>'Color de la marca de agua, en hexadecimal. Por defecto es negro <code>#000000</code>','Opacity'=>'Opacidad','Rotation'=>'Rotación','Y Fine Tuning'=>'sintonía fina','Move the content up and down on the page by adjusting this number. In millimeters. If this number is longer/higher than the length/height of your PDF, it will default back to -10 (10 millimeters from the bottom of the page). Account for the height of your font/text!'=>'Mueva el contenido hacia arriba y hacia abajo en la página ajustando este número. En milímetros. Si este número es más largo/superior que la longitud/altura de su PDF, volverá por defecto a -10 (10 milímetros desde el fondo de la página). Tenga en cuenta la altura de su fuente/texto!','Serve PDF if not stamped?'=>'¿Servir PDF si no tiene marcas de agua?','Encryption Level'=>'Nivel de cifrado','Disable Printing'=>'Desactivar la impresión','Check this box to make it much more difficult for your PDF to be printed by the end consumer.'=>'Marque esta casilla para dificultar la impresión de su PDF por parte del consumidor final.','Disable'=>'Deshabilitar','Disable Copying'=>'Desactivar copia','Check this box to prevent your end consumer from copying and pasting content from your PDF.'=>'Marque esta casilla para evitar que el consumidor final de copiar y pegar el contenido de tu PDF.','Disable Editing'=>'Para deshabilitar la edición','Check this box to prevent editing of your PDF by the end consumer in Acrobat.'=>'Marque esta casilla para evitar la edición de su PDF por el consumidor final en Acrobat.','Disable Annotations'=>'Desactivar las anotaciones','Check this box to prevent the addition of annotations and forms to the file.'=>'Marque esta casilla para impedir que se añadan anotaciones y formularios al fichero.','Disable Form Filling'=>'Desactivar el llenado de formularios','Disable Extraction'=>'Desactivar extracción','Disable Assembly'=>'Deshabilitar ensamblaje','Disable High Res Printing'=>'Desactivar la impresión en alta resolución','PDF User Password'=>'Contraseña de usuario de PDF','This is a password your end user will need to enter before viewing the PDF file.'=>'Se trata de una contraseña que el usuario final deberá introducir antes de ver el archivo PDF.','PDF Owner Password'=>'Contraseña de propietario de PDF','An owner password allows the end user to take control of a PDF. Leave blank and it will be set by MD5 hash automatically (it will be different for every download, and you will not know it).'=>'Una contraseña de propietario permite al usuario final tomar el control de un PDF. Déjela en blanco y se establecerá por hash MD5 automáticamente (será diferente para cada descarga, y usted no lo sabrá).','Unlock with User Password?'=>'¿Desbloquear con contraseña de usuario?','By default PDF protections can only be removed with an owner password. Check to allow removal with a user password. USE WITH CAUTION.'=>'Por defecto, las protecciones de PDF sólo pueden eliminarse con una contraseña de propietario. Marque para permitir la eliminación con una contraseña de usuario. UTILIZAR CON PRECAUCIÓN.','Housekeeping'=>'Limpieza','Leave No Trace?'=>'¿No dejas rastro?','If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your WordPress database.'=>'Si esta casilla está marcada y desinstala PDF Ink Lite, todos sus ajustes se eliminarán de la base de datos de WordPress.','Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or </strong><a href="%s" target="_blank" rel="noopener">upgrade this plugin</a></strong> for better file handling and automatic cleaning.'=>'Los archivos PDF marcados se acumularán en su carpeta PDF tanto si utiliza Descargas forzadas como si no. Para mantener su servidor ordenado, elimine manualmente ad lib o </strong><a href="%s" target="_blank" rel="noopener">actualizar este plugin</a></strong> para un mejor manejo de archivos y limpieza automática.','Give Us Attribution'=>'Atribución','We\'d love it if you check this box and allow us to add a tiny, invisible link to the second page of your marked PDF files, giving PDF Ink Lite credit.'=>'Nos encantaría que marcara esta casilla y nos permitiera añadir un pequeño enlace invisible a la segunda página de sus archivos PDF marcados, dando crédito a PDF Ink Lite.','Enable Logs?'=>'¿Habilitar registros?','Check to enable event/error logging. This can help with debugging.'=>'Active el registro de eventos/errores. Esto puede ayudar con la depuración.','More Info'=>'Más Info','PDF Ink Lite is rudimentary and may not work on every PDF. Test before going live, and remember, it\'s free!'=>'PDF Ink Lite es rudimentario y puede que no funcione con todos los PDF. Pruébelo antes de utilizarlo y recuerde que es gratis!','The only watermarking plugin for Download Monitor that works with <strong>any and every</strong> PDF is <a href="%s" target="_blank" rel="noopener">PDF Ink combined with the SetaPDF-Stamper add-on</a>.'=>'El único complemento de marca de agua para Download Monitor que funciona con <strong>todos y cada uno de los</strong> PDF es <a href="%s" target="_blank" rel="noopener">PDF Ink combinado con el complemento SetaPDF-Stamper</a>.','Greyed-out settings below are included in the <a href="%s" target="_blank" rel="noopener">full (paid) PDF Ink version</a>, which provides <a href="%s">many more features</a>.'=>'Los ajustes que aparecen en gris a continuación están incluidos en la <a href="%s" target="_blank" rel="noopener">versión completa (de pago) de PDF Ink</a>, que <a href="%s">ofrece muchas más funciones</a>.','Stamp every page, the first page only, the last page only, every odd page, every even page, or custom page range. Defaults to `Every page`'=>'Estampar todas las páginas, sólo la primera página, sólo la última página, todas las páginas impares, todas las páginas pares o un intervalo de páginas personalizado. Por defecto es "Todas las páginas"','Provide a number to indicate the page you wish watermarking to begin on. Defaults to page 1.'=>'Proporcionar un número para indicar que la página que desea watermarking para comenzar. Por defecto la Página 1.','Provide a number to indicate the page you wish watermarking to end on. Type \'last\' to indicate last page. Defaults to last page'=>'Introduzca un número para indicar la página en la que desea que termine la marca de agua. Escriba "última" para indicar la última página. Por defecto es la última página','Make your stamp transparent. A value of 0 will be translucent, .5 means 50% opaque, .75 is 3/4 opaque, etc.'=>'Haz que tu sello sea transparente. Un valor de 0 será translúcido, .5 significa 50% opaque, .75 es 3/4 opaco, etc.','Rotate the stamp on the page 0-359 degrees'=>'Girar el sello en la página 0-359 grados','Should the un-watermarked PDF still be served if watermarking or encryption fails? Default no.'=>'¿Debe seguir sirviéndose el PDF sin marca de agua si falla la marca de agua o el cifrado? Por defecto no.','RC4 encryption is automatically set because it is required for protections & passwording.'=>'El cifrado RC4 se establece automáticamente porque es necesario para las protecciones y las contraseñas.','If your server doesn’t support RC4 encryption, watermarking will fail.'=>'Si su servidor no admite el cifrado RC4, la marca de agua fallará.','Encryption can slow down and possibly stall your downloads, especially if you are watermarking files with images or embedded fonts.'=>'La encriptación puede ralentizar y posiblemente paralizar tus descargas, especialmente si estás poniendo marcas de agua a archivos con imágenes o fuentes incrustadas.','The RC4 stream cipher is not bullet-proof.'=>'El cifrado de flujo RC4 no es a prueba de balas.','Some browsers or PDF viewers may ignore protection settings, and some diligent customers might find ways to remove watermarks and passwords.'=>'Algunos navegadores o visualizadores de PDF pueden ignorar la configuración de protección, y algunos clientes diligentes pueden encontrar formas de eliminar marcas de agua y contraseñas.','Check this box to disable filling in existing interactive form fields (including signature fields).'=>'Marque esta casilla para desactivar la cumplimentación de los campos de formularios interactivos existentes (incluidos los campos de firma).','Check this box to disallow extraction of text and graphics (extraction supports of accessibility to users with disabilities and other purposes).'=>'Marque esta casilla para no permitir la extracción de texto y gráficos (la extracción favorece la accesibilidad para usuarios con discapacidades y otros fines).','Check this box to disable assembly (insertion, rotation, or deletion of pages and creation of bookmarks or thumbnail images).'=>'Marque esta casilla para desactivar el montaje (inserción, rotación o eliminación de páginas y creación de marcadores o imágenes en miniatura).','Check this box to make it more difficult for your PDF to be printed beautifully by the end consumer.'=>'Marque esta casilla para dificultar la impresión de su PDF por parte del consumidor final.','The only watermarking plugin for Easy Digital Downloads that works with <strong>any and every</strong> PDF is <a href="%s" target="_blank" rel="noopener">PDF Ink combined with the SetaPDF-Stamper add-on</a>.'=>'El único complemento de marca de agua para Easy Digital Downloads que funciona con <strong>todos y cada uno de los</strong> PDF es <a href="%s" target="_blank" rel="noopener">PDF Ink combinado con el complemento SetaPDF-Stamper</a>.','PDF Ink Lite Settings'=>'PDF Ink Lite Opciones','Enable Watermarking'=>'Activar marca de agua','Check to watermark PDFs sold via Easy Digital Downloads using the settings below.'=>'Compruebe la marca de agua en los PDF vendidos a través de Easy Digital Downloads utilizando la configuración que se indica a continuación.','List file name(s) of PDF(s), one per line, e.g.,'=>'Enumere los nombres de archivo de los PDF, uno por línea, p. ej,','or'=>'o','Case-sensitive.'=>'Se distingue entre mayúsculas y minúsculas.','If left blank and the Global checkbox above is checked, <strong>all</strong> PDFs sold through EDD will be watermarked.'=>'Si se deja en blanco y se marca la casilla Global, <strong>todos los</strong> PDF vendidos a través de EDD llevarán marca de agua.','Right to Left Watermarking'=>'De derecha a izquierda de marca de agua','Check to switch from default left-to-right (LTR) to right-to-left (RTL), for Arabic, Hebrew, etc.'=>'De verificación para cambiar de forma predeterminada de izquierda a derecha (LTR) de derecha a izquierda (RTL), para árabe, hebreo, etc.','Pages to watermark'=>'Páginas de marca de agua','Watermark every page, the first page only, the last page only, every odd page, every even page, or custom page range. Defaults to `Every page`'=>'Marca de agua en todas las páginas, sólo en la primera página, sólo en la última página, en todas las páginas impares, en todas las páginas pares o en un intervalo de páginas personalizado. Por defecto es "Todas las páginas"','Top/bottom margin'=>'Margen superior/inferior','Left/right margin'=>'Margen izquierda/derecha','Page Setup'=>'Configurar página','Rotate the watermark on the page 0-359 degrees. Rotation is counter-clockwise.'=>'Rota la marca de agua en la página 0-359 grados. La rotación se realiza en el sentido contrario a las agujas del reloj.','X Fine Tuning'=>'X Fine Tuning','Move the watermark left and right by adjusting this number. In millimeters. Default 0'=>'Mueva la marca de agua a izquierda y derecha ajustando este número. En milímetros. Por defecto 0','Security Settings'=>'Configuraciones de seguridad','Serve PDF if not watermarked?'=>'¿Servir PDF si no tiene marcas de agua?','If no, the customer will receive an error message saying if file preparation has failed.'=>'En caso negativo, el cliente recibirá un mensaje de error indicando que la preparación del archivo ha fallado.','Encryption level'=>'Nivel de cifrado','Check this box to make it more difficult for your PDF to be printed by the end consumer.'=>'Marque esta casilla para dificultar la impresión de su PDF por parte del consumidor final.','Check this box to prevent editing/modification of your PDF by the end consumer in Acrobat.'=>'Marque esta casilla para evitar que el consumidor final de Acrobat edite/modifique su PDF.','Check this box to prevent the addition or modification of text annotations/comments, and filling of interactive form fields. If "editing and annotation" are both allowed, customers can create or modify interactive form fields (including signature fields).'=>'Marque esta casilla para impedir que se añadan o modifiquen anotaciones/comentarios de texto y que se rellenen los campos de formularios interactivos. Si se permite tanto la "edición como la anotación", los clientes pueden crear o modificar campos de formulario interactivos (incluidos los campos de firma).','Check this box to prevent insertion, rotation, or deletion of pages and creation of bookmarks or thumbnail images.'=>'Marque esta casilla para evitar la inserción, rotación o eliminación de páginas y la creación de marcadores o imágenes en miniatura.','Check this box to prevent filling in existing interactive form fields (including signature fields).'=>'Marque esta casilla para impedir que se rellenen los campos de formularios interactivos existentes (incluidos los campos de firma).','Disable Accessibility'=>'Desactivar la accesibilidad','Check this box to prevent extraction of text and graphics (in support of accessibility to users with disabilities or for other purposes). Some PDF readers already disable this.'=>'Marque esta casilla para impedir la extracción de texto y gráficos (para favorecer la accesibilidad de los usuarios con discapacidades o para otros fines). Algunos lectores de PDF ya lo desactivan.','User Password (optional)'=>'Contraseña de usuario (opcional)','Enter <code>email</code> to set the password automagically as the user\'s checkout email address.'=>'Introduzca <code>el correo electrónico</code> para establecer la contraseña automáticamente como la dirección de correo electrónico de pago del usuario.','Owner Password (optional)'=>'Contraseña del propietario (opcional)','Easy Digital Downloads debug logs can be found at Downloads > Tools > Debug Log'=>'Los registros de depuración de Easy Digital Downloads se encuentran en Descargas > Herramientas > Registro de depuración','Leave No Trace'=>'No dejar rastro','If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your Wordpress database.'=>'Si esta casilla está marcada, si/cuando desinstale PDF Ink Lite, todos sus ajustes se borrarán de su base de datos de Wordpress.','New with PDF Ink Lite v4: marked PDF files are stored in the wp-content/uploads/pdf-ink/ folder for easier management.'=>'Novedad de PDF Ink Lite v4: los archivos PDF marcados se almacenan en la carpeta wp-content/uploads/pdf-ink/ para facilitar su gestión.','Check to watermark PDFs sold via WooCommerce using the settings below.'=>'Compruebe la marca de agua de los PDF vendidos a través de WooCommerce utilizando la configuración de abajo.','File(s) to watermark'=>'Archivo (s) a la marca de agua',' Case-sensitive.'=>' Se distingue entre mayúsculas y minúsculas.','Enable New Logic?'=>'¿Habilitar una nueva lógica?','If this box is checked, it changes how the `File(s) to Watermark` field above works.'=>'Si esta casilla está marcada, cambia el funcionamiento del campo `File(s) to Watermark` anterior.','If checked, and "Enable Watermarking" is also checked, any files listed in the box will not be watermarked.'=>'Si la casilla está marcada y también lo está "Activar marca de agua", los archivos que aparezcan en ella no llevarán marca de agua.','If checked, and "Enable Watermarking" is not checked, any files listed in the box will be watermarked.'=>'Si la casilla está marcada y la opción "Activar marca de agua" no lo está, todos los archivos que aparezcan en ella llevarán una marca de agua.','Licensed to [FIRSTNAME] [LASTNAME], [EMAIL]'=>'Licenciado en [FIRSTNAME] [LASTNAME], [EMAIL]','The only watermarking plugin for WooCommerce that works with <strong>any and every</strong> PDF is <a href="%s" target="_blank" rel="noopener">PDF Ink combined with the SetaPDF-Stamper add-on</a>.'=>'El único plugin de marca de agua para WooCommerce que funciona con <strong>todos y cada uno de los</strong> PDF es <a href="%s" target="_blank" rel="noopener">PDF Ink combinado con el complemento SetaPDF-Stamper</a>.','Greyed-out settings below are included in the full (paid) plugin version. <a href="%s" target="_blank" rel="noopener">PDF Ink (the upgrade for this plugin)</a> will provide you with <a href="%s">many more features</a>.'=>'Los ajustes que aparecen en gris a continuación están incluidos en la versión completa (de pago) del plugin. <a href="%s" target="_blank" rel="noopener">PDF Ink (la actualización de este plugin)</a> le proporcionará <a href="%s">muchas más funciones</a>.','FAQ'=>'FAQ','Support'=>'Asistencia','Upgrade your plugin'=>'Actualice su plugin','Upgrade this plugin'=>'Actualizar este plugin','Go to the settings page'=>'Ir a la página de configuración','Settings for Woo'=>'Ajustes para Woo','Settings for EDD'=>'Ajustes para EDD','Settings for DLM'=>'Ajustes para DLM','About the Plugin'=>'Acerca del plugin','About PDF Ink Lite'=>'Sobre PDF Ink Lite','Protect your intellectual property! PDF Ink Lite allows WooCommerce site administrators to apply custom watermarks to PDFs upon sale.'=>'Proteger su propiedad intelectual. PDF Ink Lite permite a los administradores de sitio WooCommerce aplicar marcas de agua personalizados a PDF en venta.','PDF Ink Lite is a plugin that can add a watermark to every page of your PDF file(s). The watermark is customizable with font face, font color, font size, placement, and text. Not only that, but since the watermark is added when the download button is clicked (either on the customer\'s order confirmation page or email), the watermark can include customer-specifc data such as the customer\'s first name, last name, and email. Your watermark is highly customizable and manipulatable.'=>'PDF Ink Lite es un plugin que puede añadir una marca de agua a cada página de su(s) archivo(s) PDF. La marca de agua se puede personalizar con la fuente, el color, el tamaño, la ubicación y el texto. No sólo eso, sino que como la marca de agua se añade al hacer clic en el botón de descarga (ya sea en la página de confirmación del pedido del cliente o en el correo electrónico), la marca de agua puede incluir datos específicos del cliente, como su nombre, apellidos y correo electrónico. Su marca de agua es altamente personalizable y manipulable.','<a href="%s" target="_blank" rel="noopener">Consider upgrading to PDF Ink</a> if you need more functionality.'=>'<a href="%s" target="_blank" rel="noopener">Considere la posibilidad de actualizar a PDF Ink</a> si necesita más funciones.','For more information:'=>'Para más información:','Frequently Asked Questions'=>'Preguntas Frecuentes','Plugin at WordPress.org'=>'Plugin en WordPress.org','Upgrade'=>'Mejorar','Cloning is forbidden.'=>'La clonación está prohibida.','Unserializing instances of this class is forbidden.'=>'Se prohíbe la serialización de instancias de esta clase.','<strong>PDF Ink Lite</strong> supports PHP %s or later. Please update PHP on your server for better overall results.'=>'<strong>PDF Ink Lite para WooCommerce</strong> soporta PHP %s o posterior. Por favor, actualice PHP en su servidor para obtener mejores resultados generales.','<strong>PDF Ink Lite</strong> supports WordPress version %s or later. Please update WordPress to use this plugin.'=>'<strong>PDF Ink Lite</strong> es compatible con la versión de WordPress %s o posterior. Por favor, actualice WordPress para usar este plugin.','The <strong>PDF Ink Lite</strong> plugin requires WooCommerce be activated. You can <a href="%s" target="_blank" rel="noopener">download WooCommerce here</a>.'=>'El plugin <strong>PDF Ink Lite</strong> requiere que WooCommerce esté activado. Puede <a href="%s" target="_blank" rel="noopener">descargar WooCommerce aquí</a>.','Sorry, <strong>PDF Ink Lite</strong> supports WooCommerce version %s or newer, for security reasons.'=>'Lo sentimos, <strong>PDF Ink Lite</strong> es compatible con WooCommerce versión %s o posterior, por razones de seguridad.','PDF Ink Lite requires that the directory defined by <code>PDFINK_LITE_UPLOADS_PATH</code> (usually `<strong>wp-content/uploads/pdf-ink/</strong>`) is writable.'=>'PDF Ink Lite requiere que el directorio definido por <code>PDFINK_LITE_UPLOADS_PATH</code> (normalmente <strong>`wp-content/uploads/pdf-ink/`</strong>) tenga permisos de escritura.','Watermarking events and errors will be saved to a file in your /wp-content/ folder. You can view the contents below.'=>'Los eventos de marca de agua y los errores se guardarán en un archivo en su carpeta /wp-content/. Puede ver el contenido a continuación.','Maybe only turn this on for troubleshooting because this file can get large.'=>'Tal vez sólo activar esto para la solución de problemas debido a que este archivo puede llegar a ser grande.','Use this tool to help debug TCPDI/TCPDF and PDF Ink functionality.'=>'Utilice esta herramienta para ayudar a depurar la funcionalidad de TCPDI/TCPDF y PDF Ink.','Download Debug Log File'=>'Descarga el archivo de registro de depuración','Clear Log'=>'Limpiar el registro','Copy Entire Log'=>'Copiar registro completo','Log file'=>'Archivo','Hi, I\'m Caroline.'=>'Hola, me llamo Caroline.','I\'ve kept the <strong>PDF Ink Lite</strong> plugin in active development since 2014 as an unpaid volunteer.'=>'He mantenido el plugin <strong>PDF Ink</strong> Lite en desarrollo activo desde 2014 como voluntario no remunerado.','If you enjoy the free version, think about <a href="%s" target="_blank" rel="noopener">upgrading to the full version</a> for even more great features!'=>'Si te gusta la versión gratuita, piensa en <a href="%s" target="_blank" rel="noopener">actualizar a la versión completa</a> para disfrutar de más funciones!','Upgrade Features:'=>'Características de mejora:','Priority email support, <a href="%s" target="_blank" rel="noopener">and more!</a>'=>'Asistencia prioritaria por correo electrónico, <a href="%s" target="_blank" rel="noopener">¡y mucho más!</a>','Can\'t Upgrade? Support My Work Another Way!'=>'¿No puede actualizar? ¡Apoya mi trabajo de otra manera!','If PDF Ink is not in your budget, please take a moment to write <a href="%s" target="_blank" rel="noopener">an encouraging review</a>, or <a href="%s" target="_blank" rel="noopener noreferrer">donate a couple dollars using PayPal</a> to cover my coffee today.'=>'Si PDF Ink no está en su presupuesto, por favor tómese un momento para escribir <a href="%s" target="_blank" rel="noopener">una reseña alentadora</a>, o <a href="%s" target="_blank" rel="noopener noreferrer">done un par de dólares usando PayPal</a> para cubrir mi café de hoy.','Your kindness and enthusiasm makes donating my time to this open-source project worthwhile!'=>'Vuestra amabilidad y entusiasmo hacen que merezca la pena donar mi tiempo a este proyecto de código abierto!','Need help?'=>'¿Necesitas ayuda?','Please refer to the <a href="%s" target="_blank" rel="noopener">FAQ</a> and <a href="%s" target="_blank" rel="noopener nofollow">support forum</a> where your question might already be answered. <a href="%s" rel="noopener">Read this before posting</a>.'=>'Por favor, consulte <a href="%s" target="_blank" rel="noopener">las FAQ</a> y el <a href="%s" target="_blank" rel="noopener nofollow">foro de soporte</a> donde su pregunta podría estar ya contestada. <a href="%s" rel="noopener">Lea esto antes de publicar</a>.','I only provide email support for paying customers. Thank you!'=>'Sólo ofrezco asistencia por correo electrónico a los clientes de pago. Gracias!','Custom watermark your PDF files upon WooCommerce, Download Monitor, and Easy Digital Download customer download. Since 2014. FKA "WaterWoo"'=>'Marca de agua personalizada para sus archivos PDF en la descarga de clientes de WooCommerce, Download Monitor y Easy Digital Download. Desde 2014. FKA "WaterWoo"','https://pdfink.com'=>'https://pdfink.com']];3 return ['domain'=>NULL,'plural-forms'=>'nplurals=2; plural=(n != 1);','language'=>'es','pot-creation-date'=>'2025-11-21 08:20-0700','po-revision-date'=>'2025-11-21 08:20-0700','translation-revision-date'=>'2025-11-21 08:20-0700','project-id-version'=>'PDF Ink Lite','x-generator'=>'Poedit 3.8','messages'=>['Sorry, we were unable to prepare this file for download! Please notify site administrator. An error has been logged on their end.'=>'Lo sentimos, no hemos podido preparar este archivo para su descarga Notifíquelo al administrador del sitio. Se ha producido un error.','The PDF destination folder, '=>'La carpeta de destino del PDF, ','Logs'=>'Logs','PDF Options'=>'Opciones PDF','Enable Global PDF Stamping'=>'Activar el sellado global de PDF','Check to stamp <em>all</em> PDFs sold through your DLM shop using the settings below.'=>'Compruebe si desea sellar <em>todos los</em> PDF vendidos a través de su tienda DLM utilizando la configuración que se indica a continuación.','Enable'=>'Activar','List FILE NAME(S) of PDF(s), one per line, e.g., <code>upload.pdf</code> or <code>my_pdf.pdf</code>. Case-sensitive.'=>'Enumere el/los NOMBRE(S) DE ARCHIVO del/de los PDF, uno por línea, por ejemplo, <code>subir.pdf</code> o <code>mi_pdf.pdf</code>. Se distingue entre mayúsculas y minúsculas.','If left blank and the Global checkbox above is checked, ALL PDFs sold through DLM will be watermarked.'=>'Si se deja en blanco y la casilla Global está marcada, TODOS los PDF vendidos a través de DLM tendrán marca de agua.','But if the global checkbox is checked and files are listed here, those files listed will NOT be watermarked.'=>'Pero si la casilla de verificación global está marcada y los archivos se enumeran aquí, los archivos enumerados <strong>no</strong> tendrán marca de agua.','<a href="%s" target="_blank" rel="noopener">Upgrade</a> for easier file control.'=>'<a href="%s" target="_blank" rel="noopener">Actualización</a> para un control más sencillo de los archivos.','Pages to stamp'=>'Páginas de marca de agua','Start Page'=>'Página de inicio','End Page'=>'Página final','Left/right "margin"'=>'«Margen» izquierdo/derecho','In millimeters. Yes, metric! Defaults to 0'=>'En milímetros. Sí, ¡métrico! Por defecto 0','Watermark Text'=>'Texto de marca de agua','Shortcodes available, all caps, in brackets:'=>'Shortcodes disponibles, todas las tapas, entre corchetes:','<a href="%s" target="_blank" rel="noopener">Upgrade</a> to use HTML and for more than one watermark placement, anywhere, on any page(s).'=>'<a href="%s" target="_blank" rel="noopener">Actualización</a> para utilizar HTML y para colocar más de una marca de agua, en cualquier lugar, en cualquier página(s).','Font Face'=>'Tipo de Fuente','Select a font for watermarks. M Sung will have limited Chinese characters, and Furat will have limited Arabic characters'=>'Seleccione una fuente para marcas de agua. M Sung tendrá caracteres chinos limitados, y Furat tendrá caracteres árabes limitados','Font Size'=>'Tamaño de Fuente','Provide a number (suggested 10-40) for the font size'=>'Indique un número (sugerido 10-40) para el tamaño de letra','Watermark Color'=>'Marca de agua Color','Color of the watermark, in hex. Defaults to black <code>#000000</code>'=>'Color de la marca de agua, en hexadecimal. Por defecto es negro <code>#000000</code>','Opacity'=>'Opacidad','Rotation'=>'Rotación','Y Fine Tuning'=>'sintonía fina','Move the content up and down on the page by adjusting this number. In millimeters. Account for the height of your font/text!'=>'Mueva el contenido hacia arriba y hacia abajo en la página ajustando este número. En milímetros. ¡Tenga en cuenta la altura de la fuente/texto!','Serve PDF if not stamped?'=>'¿Servir PDF si no tiene marcas de agua?','Encryption Level'=>'Nivel de cifrado','Disable Printing'=>'Desactivar la impresión','Check this box to make it much more difficult for your PDF to be printed by the end consumer.'=>'Marque esta casilla para dificultar la impresión de su PDF por parte del consumidor final.','Disable'=>'Deshabilitar','Disable Copying'=>'Desactivar copia','Check this box to prevent your end consumer from copying and pasting content from your PDF.'=>'Marque esta casilla para evitar que el consumidor final de copiar y pegar el contenido de tu PDF.','Disable Editing'=>'Para deshabilitar la edición','Check this box to prevent editing of your PDF by the end consumer in Acrobat.'=>'Marque esta casilla para evitar la edición de su PDF por el consumidor final en Acrobat.','Disable Annotations'=>'Desactivar las anotaciones','Check this box to prevent the addition of annotations and forms to the file.'=>'Marque esta casilla para impedir que se añadan anotaciones y formularios al fichero.','Disable Form Filling'=>'Desactivar el llenado de formularios','Disable Extraction'=>'Desactivar extracción','Disable Assembly'=>'Deshabilitar ensamblaje','Disable High Res Printing'=>'Desactivar la impresión en alta resolución','PDF User Password'=>'Contraseña de usuario de PDF','This is a password your end user will need to enter before viewing the PDF file.'=>'Se trata de una contraseña que el usuario final deberá introducir antes de ver el archivo PDF.','PDF Owner Password'=>'Contraseña de propietario de PDF','An owner password allows the end user to take control of a PDF. Leave blank and it will be set by MD5 hash automatically (it will be different for every download, and you will not know it).'=>'Una contraseña de propietario permite al usuario final tomar el control de un PDF. Déjela en blanco y se establecerá por hash MD5 automáticamente (será diferente para cada descarga, y usted no lo sabrá).','Unlock with User Password?'=>'¿Desbloquear con contraseña de usuario?','By default PDF protections can only be removed with an owner password. Check to allow removal with a user password. USE WITH CAUTION.'=>'Por defecto, las protecciones de PDF sólo pueden eliminarse con una contraseña de propietario. Marque para permitir la eliminación con una contraseña de usuario. UTILIZAR CON PRECAUCIÓN.','Housekeeping'=>'Limpieza','Leave No Trace?'=>'¿No dejas rastro?','If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your WordPress database.'=>'Si esta casilla está marcada y desinstala PDF Ink Lite, todos sus ajustes se eliminarán de la base de datos de WordPress.','Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or <strong><a href="%s" target="_blank" rel="noopener">upgrade this plugin</a></strong> for better file handling and automatic cleaning.'=>'Los archivos PDF marcados se acumularán en tu carpeta PDF, independientemente de si utilizas la opción «Forzar descargas» o no. Para mantener tu servidor ordenado, elimina manualmente los archivos que desees o <strong><a href="%s" target="_blank" rel="noopener">actualiza este complemento</a></strong> para mejorar la gestión de archivos y la limpieza automática.','Give Us Attribution'=>'Atribución','We\'d love it if you check this box and allow us to add a tiny, invisible link to the second page of your marked PDF files, giving PDF Ink Lite credit.'=>'Nos encantaría que marcara esta casilla y nos permitiera añadir un pequeño enlace invisible a la segunda página de sus archivos PDF marcados, dando crédito a PDF Ink Lite.','Enable Logs?'=>'¿Habilitar registros?','Check to enable event/error logging. This can help with debugging.'=>'Active el registro de eventos/errores. Esto puede ayudar con la depuración.','More Info'=>'Más Info','PDF Ink Lite is rudimentary and may not work on every PDF. Test before going live, and remember, it\'s free!'=>'PDF Ink Lite es rudimentario y puede que no funcione con todos los PDF. Pruébelo antes de utilizarlo y recuerde que es gratis!','The only watermarking plugin for Download Monitor that works with any and every PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.'=>'El único complemento de marca de agua para Download Monitor que funciona con cualquier PDF es la <a href="%s" target="_blank" rel="noopener">actualización PDF Ink combinada con el complemento SetaPDF-Stamper</a>.','Greyed-out settings below are included in the <a href="%s" target="_blank" rel="noopener">full (paid) PDF Ink version</a>, which provides <a href="%s">many more features</a>.'=>'Los ajustes que aparecen en gris a continuación están incluidos en la <a href="%s" target="_blank" rel="noopener">versión completa (de pago) de PDF Ink</a>, que <a href="%s">ofrece muchas más funciones</a>.','Stamp every page, the first page only, the last page only, every odd page, every even page, or custom page range. Defaults to `Every page`'=>'Estampar todas las páginas, sólo la primera página, sólo la última página, todas las páginas impares, todas las páginas pares o un intervalo de páginas personalizado. Por defecto es "Todas las páginas"','Provide a number to indicate the page you wish watermarking to begin on. Defaults to page 1.'=>'Proporcionar un número para indicar que la página que desea watermarking para comenzar. Por defecto la Página 1.','Provide a number to indicate the page you wish watermarking to end on. Type \'last\' to indicate last page. Defaults to last page'=>'Introduzca un número para indicar la página en la que desea que termine la marca de agua. Escriba "última" para indicar la última página. Por defecto es la última página','Make your stamp transparent. A value of 0 will be translucent, .5 means 50% opaque, .75 is 3/4 opaque, etc.'=>'Haz que tu sello sea transparente. Un valor de 0 será translúcido, .5 significa 50% opaque, .75 es 3/4 opaco, etc.','Rotate the stamp on the page 0-359 degrees'=>'Girar el sello en la página 0-359 grados','Should the un-watermarked PDF still be served if watermarking or encryption fails? Default no.'=>'¿Debe seguir sirviéndose el PDF sin marca de agua si falla la marca de agua o el cifrado? Por defecto no.','RC4 encryption is automatically set because it is required for protections & passwording.'=>'El cifrado RC4 se establece automáticamente porque es necesario para las protecciones y las contraseñas.','If your server doesn’t support RC4 encryption, watermarking will fail.'=>'Si su servidor no admite el cifrado RC4, la marca de agua fallará.','Encryption can slow down and possibly stall your downloads, especially if you are watermarking files with images or embedded fonts.'=>'La encriptación puede ralentizar y posiblemente paralizar tus descargas, especialmente si estás poniendo marcas de agua a archivos con imágenes o fuentes incrustadas.','The RC4 stream cipher is not bullet-proof.'=>'El cifrado de flujo RC4 no es a prueba de balas.','Some browsers or PDF viewers may ignore protection settings, and some diligent customers might find ways to remove watermarks and passwords.'=>'Algunos navegadores o visualizadores de PDF pueden ignorar la configuración de protección, y algunos clientes diligentes pueden encontrar formas de eliminar marcas de agua y contraseñas.','Check this box to disable filling in existing interactive form fields (including signature fields).'=>'Marque esta casilla para desactivar la cumplimentación de los campos de formularios interactivos existentes (incluidos los campos de firma).','Check this box to disallow extraction of text and graphics (extraction supports of accessibility to users with disabilities and other purposes).'=>'Marque esta casilla para no permitir la extracción de texto y gráficos (la extracción favorece la accesibilidad para usuarios con discapacidades y otros fines).','Check this box to disable assembly (insertion, rotation, or deletion of pages and creation of bookmarks or thumbnail images).'=>'Marque esta casilla para desactivar el montaje (inserción, rotación o eliminación de páginas y creación de marcadores o imágenes en miniatura).','Check this box to make it more difficult for your PDF to be printed beautifully by the end consumer.'=>'Marque esta casilla para dificultar la impresión de su PDF por parte del consumidor final.','The only watermarking plugin for Easy Digital Downloads that works with any and every PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.'=>'El único complemento de marcas de agua para Easy Digital Downloads que funciona con cualquier PDF es la <a href="%s" target="_blank" rel="noopener">actualización PDF Ink combinada con el complemento SetaPDF-Stamper</a>.','PDF Ink Lite Settings'=>'PDF Ink Lite Opciones','Enable Watermarking'=>'Activar marca de agua','Check to watermark PDFs sold via Easy Digital Downloads using the settings below.'=>'Compruebe la marca de agua en los PDF vendidos a través de Easy Digital Downloads utilizando la configuración que se indica a continuación.','List file name(s) of PDF(s), one per line, e.g.,'=>'Enumere los nombres de archivo de los PDF, uno por línea, p. ej,','or'=>'o','Case-sensitive.'=>'Se distingue entre mayúsculas y minúsculas.','If left blank and the Global checkbox above is checked, ALL PDFs sold through EDD will be watermarked.'=>'Si se deja en blanco y la casilla Global está marcada, TODOS los PDF vendidos a través de EDD tendrán marca de agua.','Right to Left Watermarking'=>'De derecha a izquierda de marca de agua','Check to switch from default left-to-right (LTR) to right-to-left (RTL), for Arabic, Hebrew, etc.'=>'De verificación para cambiar de forma predeterminada de izquierda a derecha (LTR) de derecha a izquierda (RTL), para árabe, hebreo, etc.','Pages to watermark'=>'Páginas de marca de agua','Watermark every page, the first page only, the last page only, every odd page, every even page, or custom page range. Defaults to `Every page`'=>'Marca de agua en todas las páginas, sólo en la primera página, sólo en la última página, en todas las páginas impares, en todas las páginas pares o en un intervalo de páginas personalizado. Por defecto es "Todas las páginas"','Top/bottom margin'=>'Margen superior/inferior','Left/right margin'=>'Margen izquierda/derecha','Page Setup'=>'Configurar página','Rotate the watermark on the page 0-359 degrees. Rotation is counter-clockwise.'=>'Rota la marca de agua en la página 0-359 grados. La rotación se realiza en el sentido contrario a las agujas del reloj.','X Fine Tuning'=>'X Fine Tuning','Move the watermark left and right by adjusting this number. In millimeters. Default 0'=>'Mueva la marca de agua a izquierda y derecha ajustando este número. En milímetros. Por defecto 0','Move the content up and down on the page by adjusting this number. In millimeters.Account for the height of your font/text!'=>'Mueva el contenido hacia arriba y hacia abajo en la página ajustando este número. En milímetros. ¡Tenga en cuenta la altura de su fuente/texto!','Security Settings'=>'Configuraciones de seguridad','Serve PDF if not watermarked?'=>'¿Servir PDF si no tiene marcas de agua?','If no, the customer will receive an error message saying if file preparation has failed.'=>'En caso negativo, el cliente recibirá un mensaje de error indicando que la preparación del archivo ha fallado.','Encryption level'=>'Nivel de cifrado','Check this box to make it more difficult for your PDF to be printed by the end consumer.'=>'Marque esta casilla para dificultar la impresión de su PDF por parte del consumidor final.','Check this box to prevent editing/modification of your PDF by the end consumer in Acrobat.'=>'Marque esta casilla para evitar que el consumidor final de Acrobat edite/modifique su PDF.','Check this box to prevent the addition or modification of text annotations/comments, and filling of interactive form fields. If "editing and annotation" are both allowed, customers can create or modify interactive form fields (including signature fields).'=>'Marque esta casilla para impedir que se añadan o modifiquen anotaciones/comentarios de texto y que se rellenen los campos de formularios interactivos. Si se permite tanto la "edición como la anotación", los clientes pueden crear o modificar campos de formulario interactivos (incluidos los campos de firma).','Check this box to prevent insertion, rotation, or deletion of pages and creation of bookmarks or thumbnail images.'=>'Marque esta casilla para evitar la inserción, rotación o eliminación de páginas y la creación de marcadores o imágenes en miniatura.','Check this box to prevent filling in existing interactive form fields (including signature fields).'=>'Marque esta casilla para impedir que se rellenen los campos de formularios interactivos existentes (incluidos los campos de firma).','Disable Accessibility'=>'Desactivar la accesibilidad','Check this box to prevent extraction of text and graphics (in support of accessibility to users with disabilities or for other purposes). Some PDF readers already disable this.'=>'Marque esta casilla para impedir la extracción de texto y gráficos (para favorecer la accesibilidad de los usuarios con discapacidades o para otros fines). Algunos lectores de PDF ya lo desactivan.','User Password (optional)'=>'Contraseña de usuario (opcional)','Owner Password (optional)'=>'Contraseña del propietario (opcional)','Easy Digital Downloads debug logs can be found at Downloads > Tools > Debug Log'=>'Los registros de depuración de Easy Digital Downloads se encuentran en Descargas > Herramientas > Registro de depuración','Leave No Trace'=>'No dejar rastro','If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your Wordpress database.'=>'Si esta casilla está marcada, si/cuando desinstale PDF Ink Lite, todos sus ajustes se borrarán de su base de datos de Wordpress.','New with PDF Ink Lite v4: marked PDF files are stored in the wp-content/uploads/pdf-ink/ folder for easier management.'=>'Novedad de PDF Ink Lite v4: los archivos PDF marcados se almacenan en la carpeta wp-content/uploads/pdf-ink/ para facilitar su gestión.','Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or <a href="%s" target="_blank" rel="noopener">upgrade this plugin</a> for better file handling and automatic cleaning.'=>'Los archivos PDF marcados se acumularán en tu carpeta PDF, independientemente de si utilizas la opción «Forzar descargas» o no. Para mantener tu servidor ordenado, elimina manualmente los archivos que desees o <a href="%s" target="_blank" rel="noopener">actualiza este complemento</a> para mejorar la gestión de archivos y la limpieza automática.','PDF Ink Lite Logs'=>'Registros PDF Ink Lite','Check to watermark PDFs sold via WooCommerce using the settings below.'=>'Compruebe la marca de agua de los PDF vendidos a través de WooCommerce utilizando la configuración de abajo.','File(s) to watermark'=>'Archivo (s) a la marca de agua',' Case-sensitive.'=>' Se distingue entre mayúsculas y minúsculas.','Enable New Logic?'=>'¿Habilitar una nueva lógica?','If this box is checked, it changes how the `File(s) to Watermark` field above works.'=>'Si esta casilla está marcada, cambia el funcionamiento del campo `File(s) to Watermark` anterior.','If checked, and "Enable Watermarking" is also checked, any files listed in the box will not be watermarked.'=>'Si la casilla está marcada y también lo está "Activar marca de agua", los archivos que aparezcan en ella no llevarán marca de agua.','If checked, and "Enable Watermarking" is not checked, any files listed in the box will be watermarked.'=>'Si la casilla está marcada y la opción "Activar marca de agua" no lo está, todos los archivos que aparezcan en ella llevarán una marca de agua.','Licensed to [FIRSTNAME] [LASTNAME], [EMAIL]'=>'Licenciado en [FIRSTNAME] [LASTNAME], [EMAIL]','The only watermarking plugin for WooCommerce that works with any and every PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.'=>'El único complemento de marcas de agua para WooCommerce que funciona con cualquier PDF es la <a href="%s" target="_blank" rel="noopener">actualización PDF Ink combinada con el complemento SetaPDF-Stamper</a>.','Greyed-out settings below are included in the full (paid) plugin version. <a href="%s" target="_blank" rel="noopener">PDF Ink (the upgrade for this plugin)</a> will provide you with <a href="%s">many more features</a>.'=>'Los ajustes que aparecen en gris a continuación están incluidos en la versión completa (de pago) del plugin. <a href="%s" target="_blank" rel="noopener">PDF Ink (la actualización de este plugin)</a> le proporcionará <a href="%s">muchas más funciones</a>.','FAQ'=>'FAQ','Support'=>'Asistencia','Upgrade your plugin'=>'Actualice su plugin','Upgrade this plugin'=>'Actualizar este plugin','Go to the settings page'=>'Ir a la página de configuración','Settings for Woo'=>'Ajustes para Woo','Settings for EDD'=>'Ajustes para EDD','Settings for DLM'=>'Ajustes para DLM','About the Plugin'=>'Acerca del plugin','About PDF Ink Lite'=>'Sobre PDF Ink Lite','Protect your intellectual property! PDF Ink Lite allows WooCommerce site administrators to apply custom watermarks to PDFs upon sale.'=>'Proteger su propiedad intelectual. PDF Ink Lite permite a los administradores de sitio WooCommerce aplicar marcas de agua personalizados a PDF en venta.','PDF Ink Lite is a plugin that can add a watermark to every page of your PDF file(s). The watermark is customizable with font face, font color, font size, placement, and text. Not only that, but since the watermark is added when the download button is clicked (either on the customer\'s order confirmation page or email), the watermark can include customer-specifc data such as the customer\'s first name, last name, and email. Your watermark is highly customizable and manipulatable.'=>'PDF Ink Lite es un plugin que puede añadir una marca de agua a cada página de su(s) archivo(s) PDF. La marca de agua se puede personalizar con la fuente, el color, el tamaño, la ubicación y el texto. No sólo eso, sino que como la marca de agua se añade al hacer clic en el botón de descarga (ya sea en la página de confirmación del pedido del cliente o en el correo electrónico), la marca de agua puede incluir datos específicos del cliente, como su nombre, apellidos y correo electrónico. Su marca de agua es altamente personalizable y manipulable.','<a href="%s" target="_blank" rel="noopener">Consider upgrading to PDF Ink</a> if you need more functionality.'=>'<a href="%s" target="_blank" rel="noopener">Considere la posibilidad de actualizar a PDF Ink</a> si necesita más funciones.','For more information:'=>'Para más información:','Frequently Asked Questions'=>'Preguntas Frecuentes','Plugin at WordPress.org'=>'Plugin en WordPress.org','Upgrade'=>'Mejorar','Cloning is forbidden.'=>'La clonación está prohibida.','Unserializing instances of this class is forbidden.'=>'Se prohíbe la serialización de instancias de esta clase.','PDF Ink Lite supports PHP %s or later. Please update PHP on your server for better overall results.'=>'PDF Ink Lite es compatible con PHP %s o posterior. Actualice PHP en su servidor para obtener mejores resultados generales.','PDF Ink Lite supports WordPress version %s or later. Please update WordPress to use this plugin.'=>'PDF Ink Lite es compatible con la versión %s o posterior de WordPress. Actualiza WordPress para utilizar este plugin.','The PDF Ink Lite plugin requires WooCommerce be activated. You can <a href="%s" target="_blank" rel="noopener">download WooCommerce here</a>.'=>'El complemento PDF Ink Lite requiere que WooCommerce esté activado. Puede <a href="%s" target="_blank" rel="noopener">descargar WooCommerce aquí</a>.','Sorry, PDF Ink Lite supports WooCommerce version %s or newer, for security reasons.'=>'Lo sentimos, PDF Ink Lite es compatible con la versión %s o posterior de WooCommerce por motivos de seguridad.','PDF Ink Lite requires that the directory defined by <code>PDFINK_LITE_UPLOADS_PATH</code> (usually `<strong>wp-content/uploads/pdf-ink/</strong>`) is writable.'=>'PDF Ink Lite requiere que el directorio definido por <code>PDFINK_LITE_UPLOADS_PATH</code> (normalmente <strong>`wp-content/uploads/pdf-ink/`</strong>) tenga permisos de escritura.','Watermarking events and errors will be saved to a file in your /wp-content/ folder. You can view the contents below.'=>'Los eventos de marca de agua y los errores se guardarán en un archivo en su carpeta /wp-content/. Puede ver el contenido a continuación.','Maybe only turn this on for troubleshooting because this file can get large.'=>'Tal vez sólo activar esto para la solución de problemas debido a que este archivo puede llegar a ser grande.','Use this tool to help debug TCPDI/TCPDF and PDF Ink functionality.'=>'Utilice esta herramienta para ayudar a depurar la funcionalidad de TCPDI/TCPDF y PDF Ink.','Download Debug Log File'=>'Descarga el archivo de registro de depuración','Clear Log'=>'Limpiar el registro','Copy Entire Log'=>'Copiar registro completo','Log file'=>'Archivo','Hi, I\'m Caroline.'=>'Hola, me llamo Caroline.','I\'ve kept the PDF Ink Lite plugin in active development since 2014 as an unpaid volunteer.'=>'He mantenido el plugin PDF Ink Lite en desarrollo activo desde 2014 como voluntario no remunerado.','If you enjoy the free version, think about <a href="%s" target="_blank" rel="noopener">upgrading to the full version</a> for even more great features!'=>'Si te gusta la versión gratuita, piensa en <a href="%s" target="_blank" rel="noopener">actualizar a la versión completa</a> para disfrutar de más funciones!','Upgrade Features:'=>'Características de mejora:','Priority email support, <a href="%s" target="_blank" rel="noopener">and more!</a>'=>'Asistencia prioritaria por correo electrónico, <a href="%s" target="_blank" rel="noopener">¡y mucho más!</a>','Can\'t Upgrade? Support My Work Another Way!'=>'¿No puede actualizar? ¡Apoya mi trabajo de otra manera!','If PDF Ink is not in your budget, please take a moment to write <a href="%s" target="_blank" rel="noopener">an encouraging review</a>, or <a href="%s" target="_blank" rel="noopener noreferrer">donate a couple dollars using PayPal</a> to cover my coffee today.'=>'Si PDF Ink no está en su presupuesto, por favor tómese un momento para escribir <a href="%s" target="_blank" rel="noopener">una reseña alentadora</a>, o <a href="%s" target="_blank" rel="noopener noreferrer">done un par de dólares usando PayPal</a> para cubrir mi café de hoy.','Your kindness and enthusiasm makes donating my time to this open-source project worthwhile!'=>'Vuestra amabilidad y entusiasmo hacen que merezca la pena donar mi tiempo a este proyecto de código abierto!','Need help?'=>'¿Necesitas ayuda?','Please refer to the <a href="%s" target="_blank" rel="noopener">FAQ</a> and <a href="%s" target="_blank" rel="noopener nofollow">support forum</a> where your question might already be answered. <a href="%s" rel="noopener">Read this before posting</a>.'=>'Por favor, consulte <a href="%s" target="_blank" rel="noopener">las FAQ</a> y el <a href="%s" target="_blank" rel="noopener nofollow">foro de soporte</a> donde su pregunta podría estar ya contestada. <a href="%s" rel="noopener">Lea esto antes de publicar</a>.','I only provide email support for paying customers. Thank you!'=>'Sólo ofrezco asistencia por correo electrónico a los clientes de pago. Gracias!','Custom watermark your PDF files upon WooCommerce, Download Monitor, and Easy Digital Download customer download. Since 2014. FKA "WaterWoo"'=>'Marca de agua personalizada para sus archivos PDF en la descarga de clientes de WooCommerce, Download Monitor y Easy Digital Download. Desde 2014. FKA "WaterWoo"']]; -
waterwoo-pdf/trunk/lang/waterwoo-pdf-es_ES.po
r3334629 r3400576 2 2 msgstr "" 3 3 "Project-Id-Version: PDF Ink Lite\n" 4 "POT-Creation-Date: 2025- 05-28 09:25-0600\n"5 "PO-Revision-Date: 2025- 07-26 10:51-0700\n"4 "POT-Creation-Date: 2025-11-21 08:20-0700\n" 5 "PO-Revision-Date: 2025-11-21 08:20-0700\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 "X-Generator: Poedit 3. 6\n"13 "X-Generator: Poedit 3.8\n" 14 14 "X-Poedit-Basepath: ..\n" 15 15 "X-Poedit-WPHeader: waterwoo-pdf.php\n" … … 20 20 "X-Poedit-SearchPathExcluded-0: *.js\n" 21 21 22 #: classes/wwpdf-file-handler.php:2 3022 #: classes/wwpdf-file-handler.php:226 23 23 msgid "" 24 24 "Sorry, we were unable to prepare this file for download! Please notify site " … … 28 28 "Notifíquelo al administrador del sitio. Se ha producido un error." 29 29 30 #: classes/wwpdf-file-handler.php:46 630 #: classes/wwpdf-file-handler.php:464 31 31 msgid "The PDF destination folder, " 32 32 msgstr "La carpeta de destino del PDF, " 33 33 34 #: classes/wwpdf-logging.php:122 waterwoo-pdf.php:30 034 #: classes/wwpdf-logging.php:122 waterwoo-pdf.php:303 35 35 msgid "Logs" 36 36 msgstr "Logs" 37 37 38 38 #. Plugin Name of the plugin/theme 39 #: classes/wwpdf-settings-dlm.php:24 classes/wwpdf-settings-edd.php:6 539 #: classes/wwpdf-settings-dlm.php:24 classes/wwpdf-settings-edd.php:63 40 40 #: classes/wwpdf-settings-woo.php:15 41 41 msgid "PDF Ink Lite" 42 42 msgstr "" 43 43 44 #: classes/wwpdf-settings-dlm.php:28 classes/wwpdf-settings-woo.php:68 45 #, fuzzy 46 #| msgid "Options" 44 #: classes/wwpdf-settings-dlm.php:28 classes/wwpdf-settings-woo.php:67 47 45 msgid "PDF Options" 48 msgstr "Opciones "46 msgstr "Opciones PDF" 49 47 50 48 #: classes/wwpdf-settings-dlm.php:39 … … 76 74 #: classes/wwpdf-settings-dlm.php:49 77 75 msgid "" 78 "If left blank and the Global checkbox above is checked, <strong>all</strong>"79 " PDFs soldthrough DLM will be watermarked."80 msgstr "" 81 "Si se deja en blanco y se marca la casilla Global, <strong>todos los</"82 " strong> PDF vendidos a través de DLM llevarán marca de agua."83 84 #: classes/wwpdf-settings-dlm.php:50 classes/wwpdf-settings-edd.php:1 1176 "If left blank and the Global checkbox above is checked, ALL PDFs sold " 77 "through DLM will be watermarked." 78 msgstr "" 79 "Si se deja en blanco y la casilla Global está marcada, TODOS los PDF " 80 "vendidos a través de DLM tendrán marca de agua." 81 82 #: classes/wwpdf-settings-dlm.php:50 classes/wwpdf-settings-edd.php:109 85 83 msgid "" 86 84 "But if the global checkbox is checked and files are listed here, those files " 87 "listed will <strong>not</strong>be watermarked."85 "listed will NOT be watermarked." 88 86 msgstr "" 89 87 "Pero si la casilla de verificación global está marcada y los archivos se " … … 91 89 "agua." 92 90 93 #: classes/wwpdf-settings-dlm.php:51 classes/wwpdf-settings-edd.php:11 294 #: classes/wwpdf-settings-woo.php:1 7391 #: classes/wwpdf-settings-dlm.php:51 classes/wwpdf-settings-edd.php:110 92 #: classes/wwpdf-settings-woo.php:169 95 93 #, php-format 96 94 msgid "" … … 102 100 103 101 #: classes/wwpdf-settings-dlm.php:61 104 #, fuzzy105 #| msgid "Pages to watermark"106 102 msgid "Pages to stamp" 107 103 msgstr "Páginas de marca de agua" 108 104 109 #: classes/wwpdf-settings-dlm.php:68 classes/wwpdf-settings-edd.php:12 6110 #: classes/wwpdf-settings-woo.php:1 93105 #: classes/wwpdf-settings-dlm.php:68 classes/wwpdf-settings-edd.php:124 106 #: classes/wwpdf-settings-woo.php:189 111 107 msgid "Start Page" 112 108 msgstr "Página de inicio" 113 109 114 #: classes/wwpdf-settings-dlm.php:75 classes/wwpdf-settings-edd.php:13 9115 #: classes/wwpdf-settings-woo.php:20 8110 #: classes/wwpdf-settings-dlm.php:75 classes/wwpdf-settings-edd.php:137 111 #: classes/wwpdf-settings-woo.php:204 116 112 msgid "End Page" 117 113 msgstr "Página final" 118 114 119 115 #: classes/wwpdf-settings-dlm.php:81 120 #, fuzzy121 #| msgid "Left/right margin"122 116 msgid "Left/right \"margin\"" 123 msgstr " Margen izquierda/derecha"117 msgstr "«Margen» izquierdo/derecho" 124 118 125 119 #: classes/wwpdf-settings-dlm.php:82 classes/wwpdf-settings-dlm.php:411 126 #: classes/wwpdf-settings-edd.php:16 9 classes/wwpdf-settings-edd.php:179127 #: classes/wwpdf-settings-woo.php:2 42 classes/wwpdf-settings-woo.php:257120 #: classes/wwpdf-settings-edd.php:167 classes/wwpdf-settings-edd.php:177 121 #: classes/wwpdf-settings-woo.php:238 classes/wwpdf-settings-woo.php:253 128 122 msgid "In millimeters. Yes, metric! Defaults to 0" 129 123 msgstr "En milímetros. Sí, ¡métrico! Por defecto 0" 130 124 131 #: classes/wwpdf-settings-dlm.php:90 classes/wwpdf-settings-edd.php:1 91132 #: classes/wwpdf-settings-woo.php:27 7125 #: classes/wwpdf-settings-dlm.php:90 classes/wwpdf-settings-edd.php:189 126 #: classes/wwpdf-settings-woo.php:273 133 127 msgid "Watermark Text" 134 128 msgstr "Texto de marca de agua" 135 129 136 #: classes/wwpdf-settings-dlm.php:91 classes/wwpdf-settings-edd.php:19 2137 #: classes/wwpdf-settings-woo.php:2 80130 #: classes/wwpdf-settings-dlm.php:91 classes/wwpdf-settings-edd.php:190 131 #: classes/wwpdf-settings-woo.php:276 138 132 msgid "Shortcodes available, all caps, in brackets:" 139 133 msgstr "Shortcodes disponibles, todas las tapas, entre corchetes:" 140 134 141 #: classes/wwpdf-settings-dlm.php:92 classes/wwpdf-settings-edd.php:19 4142 #: classes/wwpdf-settings-woo.php:2 82135 #: classes/wwpdf-settings-dlm.php:92 classes/wwpdf-settings-edd.php:192 136 #: classes/wwpdf-settings-woo.php:278 143 137 #, php-format 144 138 msgid "" … … 150 144 "en cualquier página(s)." 151 145 152 #: classes/wwpdf-settings-dlm.php:99 classes/wwpdf-settings-edd.php: 201153 #: classes/wwpdf-settings-woo.php:28 9146 #: classes/wwpdf-settings-dlm.php:99 classes/wwpdf-settings-edd.php:199 147 #: classes/wwpdf-settings-woo.php:285 154 148 msgid "Font Face" 155 149 msgstr "Tipo de Fuente" 156 150 157 #: classes/wwpdf-settings-dlm.php:100 classes/wwpdf-settings-edd.php:21 6158 #: classes/wwpdf-settings-woo.php:2 92151 #: classes/wwpdf-settings-dlm.php:100 classes/wwpdf-settings-edd.php:214 152 #: classes/wwpdf-settings-woo.php:288 159 153 msgid "" 160 154 "Select a font for watermarks. M Sung will have limited Chinese characters, " … … 164 158 "limitados, y Furat tendrá caracteres árabes limitados" 165 159 166 #: classes/wwpdf-settings-dlm.php:119 classes/wwpdf-settings-edd.php:2 20167 #: classes/wwpdf-settings-woo.php:30 9160 #: classes/wwpdf-settings-dlm.php:119 classes/wwpdf-settings-edd.php:218 161 #: classes/wwpdf-settings-woo.php:305 168 162 msgid "Font Size" 169 163 msgstr "Tamaño de Fuente" 170 164 171 #: classes/wwpdf-settings-dlm.php:120 classes/wwpdf-settings-edd.php:2 21172 #: classes/wwpdf-settings-woo.php:3 12165 #: classes/wwpdf-settings-dlm.php:120 classes/wwpdf-settings-edd.php:219 166 #: classes/wwpdf-settings-woo.php:308 173 167 msgid "Provide a number (suggested 10-40) for the font size" 174 168 msgstr "Indique un número (sugerido 10-40) para el tamaño de letra" 175 169 176 #: classes/wwpdf-settings-dlm.php:127 classes/wwpdf-settings-edd.php:2 31177 #: classes/wwpdf-settings-woo.php:3 21170 #: classes/wwpdf-settings-dlm.php:127 classes/wwpdf-settings-edd.php:229 171 #: classes/wwpdf-settings-woo.php:317 178 172 msgid "Watermark Color" 179 173 msgstr "Marca de agua Color" 180 174 181 #: classes/wwpdf-settings-dlm.php:128 classes/wwpdf-settings-edd.php:23 2182 #: classes/wwpdf-settings-woo.php:32 4175 #: classes/wwpdf-settings-dlm.php:128 classes/wwpdf-settings-edd.php:230 176 #: classes/wwpdf-settings-woo.php:320 183 177 msgid "Color of the watermark, in hex. Defaults to black <code>#000000</code>" 184 178 msgstr "" … … 190 184 msgstr "Opacidad" 191 185 192 #: classes/wwpdf-settings-dlm.php:143 classes/wwpdf-settings-edd.php:23 8193 #: classes/wwpdf-settings-woo.php:3 30186 #: classes/wwpdf-settings-dlm.php:143 classes/wwpdf-settings-edd.php:236 187 #: classes/wwpdf-settings-woo.php:326 194 188 msgid "Rotation" 195 189 msgstr "Rotación" 196 190 197 #: classes/wwpdf-settings-dlm.php:149 classes/wwpdf-settings-edd.php:26 3198 #: classes/wwpdf-settings-woo.php:35 8191 #: classes/wwpdf-settings-dlm.php:149 classes/wwpdf-settings-edd.php:261 192 #: classes/wwpdf-settings-woo.php:354 199 193 msgid "Y Fine Tuning" 200 194 msgstr "sintonía fina" 201 195 202 #: classes/wwpdf-settings-dlm.php:150 classes/wwpdf-settings-edd.php:267 203 #: classes/wwpdf-settings-woo.php:361 196 #: classes/wwpdf-settings-dlm.php:150 classes/wwpdf-settings-woo.php:357 204 197 msgid "" 205 198 "Move the content up and down on the page by adjusting this number. In " 206 "millimeters. If this number is longer/higher than the length/height of your " 207 "PDF, it will default back to -10 (10 millimeters from the bottom of the " 208 "page). Account for the height of your font/text!" 199 "millimeters. Account for the height of your font/text!" 209 200 msgstr "" 210 201 "Mueva el contenido hacia arriba y hacia abajo en la página ajustando este " 211 "número. En milímetros. Si este número es más largo/superior que la longitud/" 212 "altura de su PDF, volverá por defecto a -10 (10 milímetros desde el fondo de " 213 "la página). Tenga en cuenta la altura de su fuente/texto!" 202 "número. En milímetros. ¡Tenga en cuenta la altura de la fuente/texto!" 214 203 215 204 #: classes/wwpdf-settings-dlm.php:158 … … 217 206 msgstr "¿Servir PDF si no tiene marcas de agua?" 218 207 219 #: classes/wwpdf-settings-dlm.php:165 classes/wwpdf-settings-woo.php:39 6208 #: classes/wwpdf-settings-dlm.php:165 classes/wwpdf-settings-woo.php:392 220 209 msgid "Encryption Level" 221 210 msgstr "Nivel de cifrado" 222 211 223 #: classes/wwpdf-settings-dlm.php:171 classes/wwpdf-settings-edd.php:30 7224 #: classes/wwpdf-settings-woo.php:4 13212 #: classes/wwpdf-settings-dlm.php:171 classes/wwpdf-settings-edd.php:305 213 #: classes/wwpdf-settings-woo.php:409 225 214 msgid "Disable Printing" 226 215 msgstr "Desactivar la impresión" … … 239 228 msgstr "Deshabilitar" 240 229 241 #: classes/wwpdf-settings-dlm.php:180 classes/wwpdf-settings-edd.php:31 3242 #: classes/wwpdf-settings-woo.php:4 21230 #: classes/wwpdf-settings-dlm.php:180 classes/wwpdf-settings-edd.php:311 231 #: classes/wwpdf-settings-woo.php:417 243 232 msgid "Disable Copying" 244 233 msgstr "Desactivar copia" 245 234 246 #: classes/wwpdf-settings-dlm.php:181 classes/wwpdf-settings-edd.php:31 4247 #: classes/wwpdf-settings-woo.php:4 22235 #: classes/wwpdf-settings-dlm.php:181 classes/wwpdf-settings-edd.php:312 236 #: classes/wwpdf-settings-woo.php:418 248 237 msgid "" 249 238 "Check this box to prevent your end consumer from copying and pasting content " … … 253 242 "contenido de tu PDF." 254 243 255 #: classes/wwpdf-settings-dlm.php:189 classes/wwpdf-settings-edd.php:31 9256 #: classes/wwpdf-settings-woo.php:42 9244 #: classes/wwpdf-settings-dlm.php:189 classes/wwpdf-settings-edd.php:317 245 #: classes/wwpdf-settings-woo.php:425 257 246 msgid "Disable Editing" 258 247 msgstr "Para deshabilitar la edición" … … 265 254 "en Acrobat." 266 255 267 #: classes/wwpdf-settings-dlm.php:198 classes/wwpdf-settings-edd.php:32 5268 #: classes/wwpdf-settings-woo.php:43 7256 #: classes/wwpdf-settings-dlm.php:198 classes/wwpdf-settings-edd.php:323 257 #: classes/wwpdf-settings-woo.php:433 269 258 msgid "Disable Annotations" 270 259 msgstr "Desactivar las anotaciones" … … 277 266 "fichero." 278 267 279 #: classes/wwpdf-settings-dlm.php:208 classes/wwpdf-settings-edd.php:34 8280 #: classes/wwpdf-settings-woo.php:46 6268 #: classes/wwpdf-settings-dlm.php:208 classes/wwpdf-settings-edd.php:346 269 #: classes/wwpdf-settings-woo.php:462 281 270 msgid "Disable Form Filling" 282 271 msgstr "Desactivar el llenado de formularios" … … 286 275 msgstr "Desactivar extracción" 287 276 288 #: classes/wwpdf-settings-dlm.php:222 classes/wwpdf-settings-edd.php:33 2289 #: classes/wwpdf-settings-woo.php:44 6277 #: classes/wwpdf-settings-dlm.php:222 classes/wwpdf-settings-edd.php:330 278 #: classes/wwpdf-settings-woo.php:442 290 279 msgid "Disable Assembly" 291 280 msgstr "Deshabilitar ensamblaje" 292 281 293 #: classes/wwpdf-settings-dlm.php:229 classes/wwpdf-settings-edd.php:3 40294 #: classes/wwpdf-settings-woo.php:45 6282 #: classes/wwpdf-settings-dlm.php:229 classes/wwpdf-settings-edd.php:338 283 #: classes/wwpdf-settings-woo.php:452 295 284 msgid "Disable High Res Printing" 296 285 msgstr "Desactivar la impresión en alta resolución" … … 300 289 msgstr "Contraseña de usuario de PDF" 301 290 302 #: classes/wwpdf-settings-dlm.php:236 classes/wwpdf-settings-edd.php:36 5303 #: classes/wwpdf-settings-woo.php:48 7291 #: classes/wwpdf-settings-dlm.php:236 classes/wwpdf-settings-edd.php:363 292 #: classes/wwpdf-settings-woo.php:483 304 293 msgid "" 305 294 "This is a password your end user will need to enter before viewing the PDF " … … 314 303 315 304 #: classes/wwpdf-settings-dlm.php:245 classes/wwpdf-settings-dlm.php:613 316 #: classes/wwpdf-settings-edd.php:37 4 classes/wwpdf-settings-woo.php:495305 #: classes/wwpdf-settings-edd.php:371 classes/wwpdf-settings-woo.php:490 317 306 msgid "" 318 307 "An owner password allows the end user to take control of a PDF. Leave blank " … … 324 313 "diferente para cada descarga, y usted no lo sabrá)." 325 314 326 #: classes/wwpdf-settings-dlm.php:252 classes/wwpdf-settings-edd.php:3 82327 #: classes/wwpdf-settings-woo.php:50 5315 #: classes/wwpdf-settings-dlm.php:252 classes/wwpdf-settings-edd.php:379 316 #: classes/wwpdf-settings-woo.php:500 328 317 msgid "Unlock with User Password?" 329 318 msgstr "¿Desbloquear con contraseña de usuario?" 330 319 331 320 #: classes/wwpdf-settings-dlm.php:253 classes/wwpdf-settings-dlm.php:639 332 #: classes/wwpdf-settings-edd.php:38 3 classes/wwpdf-settings-woo.php:506321 #: classes/wwpdf-settings-edd.php:380 classes/wwpdf-settings-woo.php:501 333 322 msgid "" 334 323 "By default PDF protections can only be removed with an owner password. Check " … … 339 328 "contraseña de usuario. UTILIZAR CON PRECAUCIÓN." 340 329 341 #: classes/wwpdf-settings-dlm.php:260 classes/wwpdf-settings-edd.php:3 91342 #: classes/wwpdf-settings-woo.php:6 9 classes/wwpdf-settings-woo.php:95330 #: classes/wwpdf-settings-dlm.php:260 classes/wwpdf-settings-edd.php:388 331 #: classes/wwpdf-settings-woo.php:68 classes/wwpdf-settings-woo.php:91 343 332 msgid "Housekeeping" 344 333 msgstr "Limpieza" 345 334 346 #: classes/wwpdf-settings-dlm.php:265 classes/wwpdf-settings-woo.php:9 9335 #: classes/wwpdf-settings-dlm.php:265 classes/wwpdf-settings-woo.php:95 347 336 msgid "Leave No Trace?" 348 337 msgstr "¿No dejas rastro?" 349 338 350 #: classes/wwpdf-settings-dlm.php:266 classes/wwpdf-settings-woo.php: 102339 #: classes/wwpdf-settings-dlm.php:266 classes/wwpdf-settings-woo.php:98 351 340 msgid "" 352 341 "If this box is checked and you uninstall PDF Ink Lite, all your settings " … … 356 345 "eliminarán de la base de datos de WordPress." 357 346 358 #: classes/wwpdf-settings-dlm.php:267 classes/wwpdf-settings-woo.php:103347 #: classes/wwpdf-settings-dlm.php:267 359 348 #, php-format 360 349 msgid "" 361 350 "Marked PDF files will accumulate in your PDF folder whether using Force " 362 "downloads or not. To keep your server tidy, manually delete ad lib or </"363 " strong><a href=\"%s\" target=\"_blank\" rel=\"noopener\">upgrade this "351 "downloads or not. To keep your server tidy, manually delete ad lib or " 352 "<strong><a href=\"%s\" target=\"_blank\" rel=\"noopener\">upgrade this " 364 353 "plugin</a></strong> for better file handling and automatic cleaning." 365 354 msgstr "" 366 "Los archivos PDF marcados se acumularán en su carpeta PDF tanto si utiliza " 367 "Descargas forzadas como si no. Para mantener su servidor ordenado, elimine " 368 "manualmente ad lib o </strong><a href=\"%s\" target=\"_blank\" " 369 "rel=\"noopener\">actualizar este plugin</a></strong> para un mejor manejo de " 370 "archivos y limpieza automática." 371 372 #: classes/wwpdf-settings-dlm.php:274 classes/wwpdf-settings-edd.php:403 373 #: classes/wwpdf-settings-woo.php:109 355 "Los archivos PDF marcados se acumularán en tu carpeta PDF, " 356 "independientemente de si utilizas la opción «Forzar descargas» o no. Para " 357 "mantener tu servidor ordenado, elimina manualmente los archivos que desees o " 358 "<strong><a href=\"%s\" target=\"_blank\" rel=\"noopener\">actualiza este " 359 "complemento</a></strong> para mejorar la gestión de archivos y la limpieza " 360 "automática." 361 362 #: classes/wwpdf-settings-dlm.php:274 classes/wwpdf-settings-edd.php:400 363 #: classes/wwpdf-settings-woo.php:105 374 364 msgid "Give Us Attribution" 375 365 msgstr "Atribución" 376 366 377 #: classes/wwpdf-settings-dlm.php:275 classes/wwpdf-settings-edd.php:40 4378 #: classes/wwpdf-settings-woo.php:1 10367 #: classes/wwpdf-settings-dlm.php:275 classes/wwpdf-settings-edd.php:401 368 #: classes/wwpdf-settings-woo.php:106 379 369 msgid "" 380 370 "We'd love it if you check this box and allow us to add a tiny, invisible " … … 385 375 "crédito a PDF Ink Lite." 386 376 387 #: classes/wwpdf-settings-dlm.php:282 classes/wwpdf-settings-woo.php: 70377 #: classes/wwpdf-settings-dlm.php:282 classes/wwpdf-settings-woo.php:69 388 378 msgid "Logging" 389 379 msgstr "" 390 380 391 #: classes/wwpdf-settings-dlm.php:287 classes/wwpdf-settings-woo.php:12 8381 #: classes/wwpdf-settings-dlm.php:287 classes/wwpdf-settings-woo.php:124 392 382 msgid "Enable Logs?" 393 383 msgstr "¿Habilitar registros?" 394 384 395 #: classes/wwpdf-settings-dlm.php:288 classes/wwpdf-settings-woo.php:12 9385 #: classes/wwpdf-settings-dlm.php:288 classes/wwpdf-settings-woo.php:125 396 386 msgid "Check to enable event/error logging. This can help with debugging." 397 387 msgstr "" 398 388 "Active el registro de eventos/errores. Esto puede ayudar con la depuración." 399 389 400 #: classes/wwpdf-settings-dlm.php:300 classes/wwpdf-settings-woo.php:7 1390 #: classes/wwpdf-settings-dlm.php:300 classes/wwpdf-settings-woo.php:70 401 391 msgid "More Info" 402 392 msgstr "Más Info" 403 393 404 #: classes/wwpdf-settings-dlm.php:339 classes/wwpdf-settings-edd.php:4 2405 #: classes/wwpdf-settings-woo.php:6 28394 #: classes/wwpdf-settings-dlm.php:339 classes/wwpdf-settings-edd.php:40 395 #: classes/wwpdf-settings-woo.php:609 406 396 msgid "" 407 397 "PDF Ink Lite is rudimentary and may not work on every PDF. Test before going " … … 414 404 #, php-format 415 405 msgid "" 416 "The only watermarking plugin for Download Monitor that works with "417 " <strong>any and every</strong> PDF is <a href=\"%s\" target=\"_blank\""418 " rel=\"noopener\">PDF Inkcombined with the SetaPDF-Stamper add-on</a>."406 "The only watermarking plugin for Download Monitor that works with any and " 407 "every PDF is the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink " 408 "upgrade combined with the SetaPDF-Stamper add-on</a>." 419 409 msgstr "" 420 410 "El único complemento de marca de agua para Download Monitor que funciona con " 421 " <strong>todos y cada uno de los</strong> PDF es <a href=\"%s\" "422 " target=\"_blank\" rel=\"noopener\">PDF Ink combinado con el complemento"423 "S etaPDF-Stamper</a>."424 425 #: classes/wwpdf-settings-dlm.php:345 classes/wwpdf-settings-edd.php:4 8411 "cualquier PDF es la <a href=\"%s\" target=\"_blank\" " 412 "rel=\"noopener\">actualización PDF Ink combinada con el complemento SetaPDF-" 413 "Stamper</a>." 414 415 #: classes/wwpdf-settings-dlm.php:345 classes/wwpdf-settings-edd.php:46 426 416 #, php-format 427 417 msgid "" … … 443 433 "personalizado. Por defecto es \"Todas las páginas\"" 444 434 445 #: classes/wwpdf-settings-dlm.php:382 classes/wwpdf-settings-edd.php:12 7446 #: classes/wwpdf-settings-woo.php:19 4435 #: classes/wwpdf-settings-dlm.php:382 classes/wwpdf-settings-edd.php:125 436 #: classes/wwpdf-settings-woo.php:190 447 437 msgid "" 448 438 "Provide a number to indicate the page you wish watermarking to begin on. " … … 452 442 "para comenzar. Por defecto la Página 1." 453 443 454 #: classes/wwpdf-settings-dlm.php:397 classes/wwpdf-settings-edd.php:1 41455 #: classes/wwpdf-settings-woo.php:20 9444 #: classes/wwpdf-settings-dlm.php:397 classes/wwpdf-settings-edd.php:139 445 #: classes/wwpdf-settings-woo.php:205 456 446 msgid "" 457 447 "Provide a number to indicate the page you wish watermarking to end on. Type " … … 463 453 464 454 #: classes/wwpdf-settings-dlm.php:424 465 #, no-php-format466 455 msgid "" 467 456 "Make your stamp transparent. A value of 0 will be translucent, .5 means 50% " … … 475 464 msgstr "Girar el sello en la página 0-359 grados" 476 465 477 #: classes/wwpdf-settings-dlm.php:454 classes/wwpdf-settings-edd.php:27 9478 #: classes/wwpdf-settings-woo.php:3 83466 #: classes/wwpdf-settings-dlm.php:454 classes/wwpdf-settings-edd.php:277 467 #: classes/wwpdf-settings-woo.php:379 479 468 msgid "" 480 469 "Should the un-watermarked PDF still be served if watermarking or encryption " … … 484 473 "o el cifrado? Por defecto no." 485 474 486 #: classes/wwpdf-settings-dlm.php:491 classes/wwpdf-settings-edd.php:29 2487 #: classes/wwpdf-settings-woo.php:39 7475 #: classes/wwpdf-settings-dlm.php:491 classes/wwpdf-settings-edd.php:290 476 #: classes/wwpdf-settings-woo.php:393 488 477 msgid "" 489 478 "RC4 encryption is automatically set because it is required for protections & " … … 493 482 "protecciones y las contraseñas." 494 483 495 #: classes/wwpdf-settings-dlm.php:492 classes/wwpdf-settings-edd.php:29 2496 #: classes/wwpdf-settings-woo.php:39 7484 #: classes/wwpdf-settings-dlm.php:492 classes/wwpdf-settings-edd.php:290 485 #: classes/wwpdf-settings-woo.php:393 497 486 msgid "If your server doesn’t support RC4 encryption, watermarking will fail." 498 487 msgstr "Si su servidor no admite el cifrado RC4, la marca de agua fallará." 499 488 500 #: classes/wwpdf-settings-dlm.php:493 classes/wwpdf-settings-edd.php:29 2501 #: classes/wwpdf-settings-woo.php:39 7489 #: classes/wwpdf-settings-dlm.php:493 classes/wwpdf-settings-edd.php:290 490 #: classes/wwpdf-settings-woo.php:393 502 491 msgid "" 503 492 "Encryption can slow down and possibly stall your downloads, especially if " … … 508 497 "fuentes incrustadas." 509 498 510 #: classes/wwpdf-settings-dlm.php:494 classes/wwpdf-settings-edd.php:29 2511 #: classes/wwpdf-settings-woo.php:39 7499 #: classes/wwpdf-settings-dlm.php:494 classes/wwpdf-settings-edd.php:290 500 #: classes/wwpdf-settings-woo.php:393 512 501 msgid "The RC4 stream cipher is not bullet-proof." 513 502 msgstr "El cifrado de flujo RC4 no es a prueba de balas." 514 503 515 #: classes/wwpdf-settings-dlm.php:495 classes/wwpdf-settings-edd.php:29 2516 #: classes/wwpdf-settings-woo.php:39 7504 #: classes/wwpdf-settings-dlm.php:495 classes/wwpdf-settings-edd.php:290 505 #: classes/wwpdf-settings-woo.php:393 517 506 msgid "" 518 507 "Some browsers or PDF viewers may ignore protection settings, and some " … … 548 537 "eliminación de páginas y creación de marcadores o imágenes en miniatura)." 549 538 550 #: classes/wwpdf-settings-dlm.php:600 classes/wwpdf-settings-edd.php:3 41551 #: classes/wwpdf-settings-woo.php:45 7539 #: classes/wwpdf-settings-dlm.php:600 classes/wwpdf-settings-edd.php:339 540 #: classes/wwpdf-settings-woo.php:453 552 541 msgid "" 553 542 "Check this box to make it more difficult for your PDF to be printed " … … 557 546 "consumidor final." 558 547 559 #: classes/wwpdf-settings-edd.php:4 5560 #, php-format 561 msgid "" 562 "The only watermarking plugin for Easy Digital Downloads that works with "563 " <strong>any and every</strong> PDF is <a href=\"%s\" target=\"_blank\""564 " rel=\"noopener\">PDF Inkcombined with the SetaPDF-Stamper add-on</a>."565 msgstr "" 566 "El único complemento de marca de agua para Easy Digital Downloads que "567 "funciona con <strong>todos y cada uno de los</strong> PDF es <a href=\"%s\" "568 " target=\"_blank\" rel=\"noopener\">PDF Ink combinado con el complemento"569 "S etaPDF-Stamper</a>."570 571 #: classes/wwpdf-settings-edd.php:9 5 classes/wwpdf-settings-woo.php:147548 #: classes/wwpdf-settings-edd.php:43 549 #, php-format 550 msgid "" 551 "The only watermarking plugin for Easy Digital Downloads that works with any " 552 "and every PDF is the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF " 553 "Ink upgrade combined with the SetaPDF-Stamper add-on</a>." 554 msgstr "" 555 "El único complemento de marcas de agua para Easy Digital Downloads que " 556 "funciona con cualquier PDF es la <a href=\"%s\" target=\"_blank\" " 557 "rel=\"noopener\">actualización PDF Ink combinada con el complemento SetaPDF-" 558 "Stamper</a>." 559 560 #: classes/wwpdf-settings-edd.php:93 classes/wwpdf-settings-woo.php:143 572 561 msgid "PDF Ink Lite Settings" 573 562 msgstr "PDF Ink Lite Opciones" 574 563 575 #: classes/wwpdf-settings-edd.php:10 2 classes/wwpdf-settings-woo.php:151564 #: classes/wwpdf-settings-edd.php:100 classes/wwpdf-settings-woo.php:147 576 565 msgid "Enable Watermarking" 577 566 msgstr "Activar marca de agua" 578 567 579 #: classes/wwpdf-settings-edd.php:10 3568 #: classes/wwpdf-settings-edd.php:101 580 569 msgid "" 581 570 "Check to watermark PDFs sold via Easy Digital Downloads using the settings " … … 585 574 "Downloads utilizando la configuración que se indica a continuación." 586 575 587 #: classes/wwpdf-settings-edd.php:10 9 classes/wwpdf-settings-woo.php:161576 #: classes/wwpdf-settings-edd.php:107 classes/wwpdf-settings-woo.php:157 588 577 msgid "List file name(s) of PDF(s), one per line, e.g.," 589 578 msgstr "Enumere los nombres de archivo de los PDF, uno por línea, p. ej," 590 579 591 #: classes/wwpdf-settings-edd.php:10 9 classes/wwpdf-settings-woo.php:161580 #: classes/wwpdf-settings-edd.php:107 classes/wwpdf-settings-woo.php:157 592 581 msgid "or" 593 582 msgstr "o" 594 583 595 #: classes/wwpdf-settings-edd.php:10 9584 #: classes/wwpdf-settings-edd.php:107 596 585 msgid "Case-sensitive." 597 586 msgstr "Se distingue entre mayúsculas y minúsculas." 598 587 599 #: classes/wwpdf-settings-edd.php:1 10600 msgid "" 601 "If left blank and the Global checkbox above is checked, <strong>all</strong>"602 " PDFs soldthrough EDD will be watermarked."603 msgstr "" 604 "Si se deja en blanco y se marca la casilla Global, <strong>todos los</"605 " strong> PDF vendidos a través de EDD llevarán marca de agua."606 607 #: classes/wwpdf-settings-edd.php:11 8 classes/wwpdf-settings-woo.php:183588 #: classes/wwpdf-settings-edd.php:108 589 msgid "" 590 "If left blank and the Global checkbox above is checked, ALL PDFs sold " 591 "through EDD will be watermarked." 592 msgstr "" 593 "Si se deja en blanco y la casilla Global está marcada, TODOS los PDF " 594 "vendidos a través de EDD tendrán marca de agua." 595 596 #: classes/wwpdf-settings-edd.php:116 classes/wwpdf-settings-woo.php:179 608 597 msgid "Right to Left Watermarking" 609 598 msgstr "De derecha a izquierda de marca de agua" 610 599 611 #: classes/wwpdf-settings-edd.php:11 9 classes/wwpdf-settings-woo.php:184600 #: classes/wwpdf-settings-edd.php:117 classes/wwpdf-settings-woo.php:180 612 601 msgid "" 613 602 "Check to switch from default left-to-right (LTR) to right-to-left (RTL), for " … … 617 606 "(LTR) de derecha a izquierda (RTL), para árabe, hebreo, etc." 618 607 619 #: classes/wwpdf-settings-edd.php:14 7 classes/wwpdf-settings-woo.php:223608 #: classes/wwpdf-settings-edd.php:145 classes/wwpdf-settings-woo.php:219 620 609 msgid "Pages to watermark" 621 610 msgstr "Páginas de marca de agua" 622 611 623 #: classes/wwpdf-settings-edd.php:14 8 classes/wwpdf-settings-woo.php:224612 #: classes/wwpdf-settings-edd.php:146 classes/wwpdf-settings-woo.php:220 624 613 msgid "" 625 614 "Watermark every page, the first page only, the last page only, every odd " … … 630 619 "un intervalo de páginas personalizado. Por defecto es \"Todas las páginas\"" 631 620 632 #: classes/wwpdf-settings-edd.php:16 5 classes/wwpdf-settings-woo.php:241621 #: classes/wwpdf-settings-edd.php:163 classes/wwpdf-settings-woo.php:237 633 622 msgid "Top/bottom margin" 634 623 msgstr "Margen superior/inferior" 635 624 636 #: classes/wwpdf-settings-edd.php:17 5 classes/wwpdf-settings-woo.php:256625 #: classes/wwpdf-settings-edd.php:173 classes/wwpdf-settings-woo.php:252 637 626 msgid "Left/right margin" 638 627 msgstr "Margen izquierda/derecha" 639 628 640 #: classes/wwpdf-settings-edd.php:18 4 classes/wwpdf-settings-woo.php:274629 #: classes/wwpdf-settings-edd.php:182 classes/wwpdf-settings-woo.php:270 641 630 msgid "Page Setup" 642 631 msgstr "Configurar página" 643 632 644 #: classes/wwpdf-settings-edd.php:23 9 classes/wwpdf-settings-woo.php:331633 #: classes/wwpdf-settings-edd.php:237 classes/wwpdf-settings-woo.php:327 645 634 msgid "" 646 635 "Rotate the watermark on the page 0-359 degrees. Rotation is counter-" … … 650 639 "el sentido contrario a las agujas del reloj." 651 640 652 #: classes/wwpdf-settings-edd.php:2 51 classes/wwpdf-settings-woo.php:345641 #: classes/wwpdf-settings-edd.php:249 classes/wwpdf-settings-woo.php:341 653 642 msgid "X Fine Tuning" 654 643 msgstr "X Fine Tuning" 655 644 656 #: classes/wwpdf-settings-edd.php:25 7 classes/wwpdf-settings-woo.php:346645 #: classes/wwpdf-settings-edd.php:255 classes/wwpdf-settings-woo.php:342 657 646 msgid "" 658 647 "Move the watermark left and right by adjusting this number. In millimeters. " … … 662 651 "milímetros. Por defecto 0" 663 652 664 #: classes/wwpdf-settings-edd.php:273 classes/wwpdf-settings-woo.php:377 653 #: classes/wwpdf-settings-edd.php:265 654 msgid "" 655 "Move the content up and down on the page by adjusting this number. In " 656 "millimeters.Account for the height of your font/text!" 657 msgstr "" 658 "Mueva el contenido hacia arriba y hacia abajo en la página ajustando este " 659 "número. En milímetros. ¡Tenga en cuenta la altura de su fuente/texto!" 660 661 #: classes/wwpdf-settings-edd.php:271 classes/wwpdf-settings-woo.php:373 665 662 msgid "Security Settings" 666 663 msgstr "Configuraciones de seguridad" 667 664 668 #: classes/wwpdf-settings-edd.php:27 8 classes/wwpdf-settings-woo.php:382665 #: classes/wwpdf-settings-edd.php:276 classes/wwpdf-settings-woo.php:378 669 666 msgid "Serve PDF if not watermarked?" 670 667 msgstr "¿Servir PDF si no tiene marcas de agua?" 671 668 672 #: classes/wwpdf-settings-edd.php:27 9669 #: classes/wwpdf-settings-edd.php:277 673 670 msgid "" 674 671 "If no, the customer will receive an error message saying if file preparation " … … 678 675 "preparación del archivo ha fallado." 679 676 680 #: classes/wwpdf-settings-edd.php:2 91677 #: classes/wwpdf-settings-edd.php:289 681 678 msgid "Encryption level" 682 679 msgstr "Nivel de cifrado" 683 680 684 #: classes/wwpdf-settings-edd.php:30 8 classes/wwpdf-settings-woo.php:414681 #: classes/wwpdf-settings-edd.php:306 classes/wwpdf-settings-woo.php:410 685 682 msgid "" 686 683 "Check this box to make it more difficult for your PDF to be printed by the " … … 690 687 "consumidor final." 691 688 692 #: classes/wwpdf-settings-edd.php:3 20 classes/wwpdf-settings-woo.php:430689 #: classes/wwpdf-settings-edd.php:318 classes/wwpdf-settings-woo.php:426 693 690 msgid "" 694 691 "Check this box to prevent editing/modification of your PDF by the end " … … 698 695 "modifique su PDF." 699 696 700 #: classes/wwpdf-settings-edd.php:32 6 classes/wwpdf-settings-woo.php:438697 #: classes/wwpdf-settings-edd.php:324 classes/wwpdf-settings-woo.php:434 701 698 msgid "" 702 699 "Check this box to prevent the addition or modification of text annotations/" … … 711 708 "(incluidos los campos de firma)." 712 709 713 #: classes/wwpdf-settings-edd.php:33 3 classes/wwpdf-settings-woo.php:447710 #: classes/wwpdf-settings-edd.php:331 classes/wwpdf-settings-woo.php:443 714 711 msgid "" 715 712 "Check this box to prevent insertion, rotation, or deletion of pages and " … … 719 716 "páginas y la creación de marcadores o imágenes en miniatura." 720 717 721 #: classes/wwpdf-settings-edd.php:34 9 classes/wwpdf-settings-woo.php:467718 #: classes/wwpdf-settings-edd.php:347 classes/wwpdf-settings-woo.php:463 722 719 msgid "" 723 720 "Check this box to prevent filling in existing interactive form fields " … … 727 724 "interactivos existentes (incluidos los campos de firma)." 728 725 729 #: classes/wwpdf-settings-edd.php:35 6 classes/wwpdf-settings-woo.php:476726 #: classes/wwpdf-settings-edd.php:354 classes/wwpdf-settings-woo.php:472 730 727 msgid "Disable Accessibility" 731 728 msgstr "Desactivar la accesibilidad" 732 729 733 #: classes/wwpdf-settings-edd.php:35 7 classes/wwpdf-settings-woo.php:477730 #: classes/wwpdf-settings-edd.php:355 classes/wwpdf-settings-woo.php:473 734 731 msgid "" 735 732 "Check this box to prevent extraction of text and graphics (in support of " … … 741 738 "fines). Algunos lectores de PDF ya lo desactivan." 742 739 743 #: classes/wwpdf-settings-edd.php:36 4 classes/wwpdf-settings-woo.php:486740 #: classes/wwpdf-settings-edd.php:362 classes/wwpdf-settings-woo.php:482 744 741 msgid "User Password (optional)" 745 742 msgstr "Contraseña de usuario (opcional)" 746 743 747 #: classes/wwpdf-settings-edd.php:366 classes/wwpdf-settings-woo.php:488 748 msgid "" 749 "Enter <code>email</code> to set the password automagically as the user's " 750 "checkout email address." 751 msgstr "" 752 "Introduzca <code>el correo electrónico</code> para establecer la contraseña " 753 "automáticamente como la dirección de correo electrónico de pago del usuario." 754 755 #: classes/wwpdf-settings-edd.php:372 classes/wwpdf-settings-woo.php:494 744 #: classes/wwpdf-settings-edd.php:369 classes/wwpdf-settings-woo.php:489 756 745 msgid "Owner Password (optional)" 757 746 msgstr "Contraseña del propietario (opcional)" 758 747 759 #: classes/wwpdf-settings-edd.php:39 3748 #: classes/wwpdf-settings-edd.php:390 760 749 msgid "" 761 750 "Easy Digital Downloads debug logs can be found at Downloads > Tools > Debug " … … 765 754 "Descargas > Herramientas > Registro de depuración" 766 755 767 #: classes/wwpdf-settings-edd.php:39 7756 #: classes/wwpdf-settings-edd.php:394 768 757 msgid "Leave No Trace" 769 758 msgstr "No dejar rastro" 770 759 771 #: classes/wwpdf-settings-edd.php:39 8760 #: classes/wwpdf-settings-edd.php:395 772 761 msgid "" 773 762 "If this box is checked and you uninstall PDF Ink Lite, all your settings " … … 777 766 "ajustes se borrarán de su base de datos de Wordpress." 778 767 779 #: classes/wwpdf-settings-woo.php:9 6768 #: classes/wwpdf-settings-woo.php:92 780 769 msgid "" 781 770 "New with PDF Ink Lite v4: marked PDF files are stored in the wp-content/" … … 785 774 "carpeta wp-content/uploads/pdf-ink/ para facilitar su gestión." 786 775 787 #: classes/wwpdf-settings-woo.php:123 788 #, fuzzy 789 #| msgid "PDF Ink Lite Options" 776 #: classes/wwpdf-settings-woo.php:99 777 #, php-format 778 msgid "" 779 "Marked PDF files will accumulate in your PDF folder whether using Force " 780 "downloads or not. To keep your server tidy, manually delete ad lib or <a " 781 "href=\"%s\" target=\"_blank\" rel=\"noopener\">upgrade this plugin</a> for " 782 "better file handling and automatic cleaning." 783 msgstr "" 784 "Los archivos PDF marcados se acumularán en tu carpeta PDF, " 785 "independientemente de si utilizas la opción «Forzar descargas» o no. Para " 786 "mantener tu servidor ordenado, elimina manualmente los archivos que desees o " 787 "<a href=\"%s\" target=\"_blank\" rel=\"noopener\">actualiza este " 788 "complemento</a> para mejorar la gestión de archivos y la limpieza automática." 789 790 #: classes/wwpdf-settings-woo.php:119 790 791 msgid "PDF Ink Lite Logs" 791 msgstr " PDF Ink Lite Opciones"792 793 #: classes/wwpdf-settings-woo.php:15 4792 msgstr "Registros PDF Ink Lite" 793 794 #: classes/wwpdf-settings-woo.php:150 794 795 msgid "Check to watermark PDFs sold via WooCommerce using the settings below." 795 796 msgstr "" … … 797 798 "utilizando la configuración de abajo." 798 799 799 #: classes/wwpdf-settings-woo.php:15 8800 #: classes/wwpdf-settings-woo.php:154 800 801 msgid "File(s) to watermark" 801 802 msgstr "Archivo (s) a la marca de agua" 802 803 803 #: classes/wwpdf-settings-woo.php:1 61804 #: classes/wwpdf-settings-woo.php:157 804 805 msgid " Case-sensitive." 805 806 msgstr " Se distingue entre mayúsculas y minúsculas." 806 807 807 #: classes/wwpdf-settings-woo.php:16 9808 #: classes/wwpdf-settings-woo.php:165 808 809 msgid "Enable New Logic?" 809 810 msgstr "¿Habilitar una nueva lógica?" 810 811 811 #: classes/wwpdf-settings-woo.php:1 70812 #: classes/wwpdf-settings-woo.php:166 812 813 msgid "" 813 814 "If this box is checked, it changes how the `File(s) to Watermark` field " … … 817 818 "Watermark` anterior." 818 819 819 #: classes/wwpdf-settings-woo.php:1 71820 #: classes/wwpdf-settings-woo.php:167 820 821 msgid "" 821 822 "If checked, and \"Enable Watermarking\" is also checked, any files listed in " … … 825 826 "archivos que aparezcan en ella no llevarán marca de agua." 826 827 827 #: classes/wwpdf-settings-woo.php:1 72828 #: classes/wwpdf-settings-woo.php:168 828 829 msgid "" 829 830 "If checked, and \"Enable Watermarking\" is not checked, any files listed in " … … 833 834 "todos los archivos que aparezcan en ella llevarán una marca de agua." 834 835 835 #: classes/wwpdf-settings-woo.php:28 4836 #: classes/wwpdf-settings-woo.php:280 836 837 msgid "Licensed to [FIRSTNAME] [LASTNAME], [EMAIL]" 837 838 msgstr "Licenciado en [FIRSTNAME] [LASTNAME], [EMAIL]" 838 839 839 #: classes/wwpdf-settings-woo.php:6 31840 #, php-format 841 msgid "" 842 "The only watermarking plugin for WooCommerce that works with <strong>any and"843 " every</strong> PDF is <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF"844 " Inkcombined with the SetaPDF-Stamper add-on</a>."845 msgstr "" 846 "El único plugin de marcade agua para WooCommerce que funciona con "847 " <strong>todos y cada uno de los</strong> PDF es <a href=\"%s\" "848 " target=\"_blank\" rel=\"noopener\">PDF Ink combinado con el complemento"849 "S etaPDF-Stamper</a>."850 851 #: classes/wwpdf-settings-woo.php:6 34840 #: classes/wwpdf-settings-woo.php:612 841 #, php-format 842 msgid "" 843 "The only watermarking plugin for WooCommerce that works with any and every " 844 "PDF is the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink upgrade " 845 "combined with the SetaPDF-Stamper add-on</a>." 846 msgstr "" 847 "El único complemento de marcas de agua para WooCommerce que funciona con " 848 "cualquier PDF es la <a href=\"%s\" target=\"_blank\" " 849 "rel=\"noopener\">actualización PDF Ink combinada con el complemento SetaPDF-" 850 "Stamper</a>." 851 852 #: classes/wwpdf-settings-woo.php:615 852 853 #, php-format 853 854 msgid "" … … 963 964 msgstr "Se prohíbe la serialización de instancias de esta clase." 964 965 965 #: waterwoo-pdf.php:217 966 #, php-format 967 msgid "" 968 "<strong>PDF Ink Lite</strong> supports PHP %s or later. Please update PHP on " 969 "your server for better overall results." 970 msgstr "" 971 "<strong>PDF Ink Lite para WooCommerce</strong> soporta PHP %s o posterior. " 972 "Por favor, actualice PHP en su servidor para obtener mejores resultados " 973 "generales." 974 975 #: waterwoo-pdf.php:221 976 #, php-format 977 msgid "" 978 "<strong>PDF Ink Lite</strong> supports WordPress version %s or later. Please " 979 "update WordPress to use this plugin." 980 msgstr "" 981 "<strong>PDF Ink Lite</strong> es compatible con la versión de WordPress %s o " 982 "posterior. Por favor, actualice WordPress para usar este plugin." 983 984 #: waterwoo-pdf.php:225 985 #, php-format 986 msgid "" 987 "The <strong>PDF Ink Lite</strong> plugin requires WooCommerce be activated. " 988 "You can <a href=\"%s\" target=\"_blank\" rel=\"noopener\">download " 989 "WooCommerce here</a>." 990 msgstr "" 991 "El plugin <strong>PDF Ink Lite</strong> requiere que WooCommerce esté " 992 "activado. Puede <a href=\"%s\" target=\"_blank\" rel=\"noopener\">descargar " 993 "WooCommerce aquí</a>." 994 995 #: waterwoo-pdf.php:229 996 #, php-format 997 msgid "" 998 "Sorry, <strong>PDF Ink Lite</strong> supports WooCommerce version %s or " 999 "newer, for security reasons." 1000 msgstr "" 1001 "Lo sentimos, <strong>PDF Ink Lite</strong> es compatible con WooCommerce " 1002 "versión %s o posterior, por razones de seguridad." 1003 1004 #: waterwoo-pdf.php:233 966 #: waterwoo-pdf.php:220 967 #, php-format 968 msgid "" 969 "PDF Ink Lite supports PHP %s or later. Please update PHP on your server for " 970 "better overall results." 971 msgstr "" 972 "PDF Ink Lite es compatible con PHP %s o posterior. Actualice PHP en su " 973 "servidor para obtener mejores resultados generales." 974 975 #: waterwoo-pdf.php:224 976 #, php-format 977 msgid "" 978 "PDF Ink Lite supports WordPress version %s or later. Please update WordPress " 979 "to use this plugin." 980 msgstr "" 981 "PDF Ink Lite es compatible con la versión %s o posterior de WordPress. " 982 "Actualiza WordPress para utilizar este plugin." 983 984 #: waterwoo-pdf.php:228 985 #, php-format 986 msgid "" 987 "The PDF Ink Lite plugin requires WooCommerce be activated. You can <a " 988 "href=\"%s\" target=\"_blank\" rel=\"noopener\">download WooCommerce here</a>." 989 msgstr "" 990 "El complemento PDF Ink Lite requiere que WooCommerce esté activado. Puede <a " 991 "href=\"%s\" target=\"_blank\" rel=\"noopener\">descargar WooCommerce aquí</" 992 "a>." 993 994 #: waterwoo-pdf.php:232 995 #, php-format 996 msgid "" 997 "Sorry, PDF Ink Lite supports WooCommerce version %s or newer, for security " 998 "reasons." 999 msgstr "" 1000 "Lo sentimos, PDF Ink Lite es compatible con la versión %s o posterior de " 1001 "WooCommerce por motivos de seguridad." 1002 1003 #: waterwoo-pdf.php:236 1005 1004 msgid "" 1006 1005 "PDF Ink Lite requires that the directory defined by " … … 1012 1011 "uploads/pdf-ink/`</strong>) tenga permisos de escritura." 1013 1012 1014 #: waterwoo-pdf.php:2 891013 #: waterwoo-pdf.php:292 1015 1014 msgid "" 1016 1015 "Watermarking events and errors will be saved to a file in your /wp-content/ " … … 1020 1019 "carpeta /wp-content/. Puede ver el contenido a continuación." 1021 1020 1022 #: waterwoo-pdf.php:29 11021 #: waterwoo-pdf.php:294 1023 1022 msgid "" 1024 1023 "Maybe only turn this on for troubleshooting because this file can get large." … … 1027 1026 "archivo puede llegar a ser grande." 1028 1027 1029 #: waterwoo-pdf.php:30 11028 #: waterwoo-pdf.php:304 1030 1029 msgid "Use this tool to help debug TCPDI/TCPDF and PDF Ink functionality." 1031 1030 msgstr "" … … 1033 1032 "TCPDF y PDF Ink." 1034 1033 1035 #: waterwoo-pdf.php:3 071034 #: waterwoo-pdf.php:310 1036 1035 msgid "Download Debug Log File" 1037 1036 msgstr "Descarga el archivo de registro de depuración" 1038 1037 1039 #: waterwoo-pdf.php:3 081038 #: waterwoo-pdf.php:311 1040 1039 msgid "Clear Log" 1041 1040 msgstr "Limpiar el registro" 1042 1041 1043 #: waterwoo-pdf.php:3 091042 #: waterwoo-pdf.php:312 1044 1043 msgid "Copy Entire Log" 1045 1044 msgstr "Copiar registro completo" 1046 1045 1047 #: waterwoo-pdf.php:31 41046 #: waterwoo-pdf.php:317 1048 1047 msgid "Log file" 1049 1048 msgstr "Archivo" 1050 1049 1051 #: waterwoo-pdf.php:33 31050 #: waterwoo-pdf.php:336 1052 1051 msgid "Hi, I'm Caroline." 1053 1052 msgstr "Hola, me llamo Caroline." 1054 1053 1055 #: waterwoo-pdf.php:33 61056 msgid "" 1057 "I've kept the <strong>PDF Ink Lite</strong> plugin in active development"1058 " since 2014 as anunpaid volunteer."1059 msgstr "" 1060 "He mantenido el plugin <strong>PDF Ink</strong> Lite en desarrollo activo "1061 " desde 2014 comovoluntario no remunerado."1062 1063 #: waterwoo-pdf.php:3 381054 #: waterwoo-pdf.php:339 1055 msgid "" 1056 "I've kept the PDF Ink Lite plugin in active development since 2014 as an " 1057 "unpaid volunteer." 1058 msgstr "" 1059 "He mantenido el plugin PDF Ink Lite en desarrollo activo desde 2014 como " 1060 "voluntario no remunerado." 1061 1062 #: waterwoo-pdf.php:341 1064 1063 #, php-format 1065 1064 msgid "" … … 1072 1071 "funciones!" 1073 1072 1074 #: waterwoo-pdf.php:34 01073 #: waterwoo-pdf.php:343 1075 1074 msgid "Upgrade Features:" 1076 1075 msgstr "Características de mejora:" 1077 1076 1078 #: waterwoo-pdf.php:36 11077 #: waterwoo-pdf.php:364 1079 1078 #, php-format 1080 1079 msgid "" … … 1085 1084 "target=\"_blank\" rel=\"noopener\">¡y mucho más!</a>" 1086 1085 1087 #: waterwoo-pdf.php:37 01086 #: waterwoo-pdf.php:373 1088 1087 msgid "Can't Upgrade? Support My Work Another Way!" 1089 1088 msgstr "¿No puede actualizar? ¡Apoya mi trabajo de otra manera!" 1090 1089 1091 #: waterwoo-pdf.php:37 31090 #: waterwoo-pdf.php:376 1092 1091 #, php-format 1093 1092 msgid "" … … 1103 1102 "hoy." 1104 1103 1105 #: waterwoo-pdf.php:37 31104 #: waterwoo-pdf.php:376 1106 1105 msgid "" 1107 1106 "Your kindness and enthusiasm makes donating my time to this open-source " … … 1111 1110 "este proyecto de código abierto!" 1112 1111 1113 #: waterwoo-pdf.php:37 51112 #: waterwoo-pdf.php:378 1114 1113 msgid "Need help?" 1115 1114 msgstr "¿Necesitas ayuda?" 1116 1115 1117 #: waterwoo-pdf.php:3 771116 #: waterwoo-pdf.php:380 1118 1117 #, php-format 1119 1118 msgid "" … … 1128 1127 "rel=\"noopener\">Lea esto antes de publicar</a>." 1129 1128 1130 #: waterwoo-pdf.php:3 771129 #: waterwoo-pdf.php:380 1131 1130 msgid "I only provide email support for paying customers. Thank you!" 1132 1131 msgstr "" … … 1152 1151 1153 1152 #. Author URI of the plugin/theme 1154 msgid "https://pdfink.com" 1155 msgstr "https://pdfink.com" 1153 msgid "https://pdfink.com/" 1154 msgstr "" 1155 1156 #~ msgid "" 1157 #~ "Move the content up and down on the page by adjusting this number. In " 1158 #~ "millimeters. If this number is longer/higher than the length/height of " 1159 #~ "your PDF, it will default back to -10 (10 millimeters from the bottom of " 1160 #~ "the page). Account for the height of your font/text!" 1161 #~ msgstr "" 1162 #~ "Mueva el contenido hacia arriba y hacia abajo en la página ajustando este " 1163 #~ "número. En milímetros. Si este número es más largo/superior que la " 1164 #~ "longitud/altura de su PDF, volverá por defecto a -10 (10 milímetros desde " 1165 #~ "el fondo de la página). Tenga en cuenta la altura de su fuente/texto!" 1166 1167 #~ msgid "" 1168 #~ "Enter <code>email</code> to set the password automagically as the user's " 1169 #~ "checkout email address." 1170 #~ msgstr "" 1171 #~ "Introduzca <code>el correo electrónico</code> para establecer la " 1172 #~ "contraseña automáticamente como la dirección de correo electrónico de " 1173 #~ "pago del usuario." 1156 1174 1157 1175 #~ msgid "Want something easier? Upgrade to PDF Ink -- pdfink.com!" … … 1515 1533 1516 1534 #~ msgid "" 1517 #~ "Move the footer watermark up and down on the page by adjusting this "1518 #~ "number. Default is 270 millimeters (bottom of letter-sized page)."1519 #~ msgstr ""1520 #~ "Mover arriba y abajo la marca de agua de pie de página en la página "1521 #~ "mediante el ajuste de este número. Por defecto es 270 milímetros (parte "1522 #~ "inferior de página tamaño carta)."1523 1524 #~ msgid ""1525 1535 #~ "<a href=\"http://www.little-package.com/shop/pdf-watermark-plugin-" 1526 1536 #~ "waterwoo\" target=\"_blank\">Consider upgrading to the Premium version</" -
waterwoo-pdf/trunk/lang/waterwoo-pdf-fr_FR.l10n.php
r3334629 r3400576 1 1 <?php 2 2 // generated by Poedit from waterwoo-pdf-fr_FR.po, do not edit directly 3 return ['domain'=>NULL,'plural-forms'=>'nplurals=2; plural=(n > 1);','language'=>'fr_FR','pot-creation-date'=>'2025- 07-26 10:50-0700','po-revision-date'=>'2025-07-26 10:51-0700','translation-revision-date'=>'2025-07-26 10:51-0700','project-id-version'=>'PDF Ink Lite','x-generator'=>'Poedit 3.6','messages'=>['Sorry, we were unable to prepare this file for download! Please notify site administrator. An error has been logged on their end.'=>'Désolé, nous n\'avons pas pu préparer ce fichier pour le téléchargement ! Veuillez en informer l\'administrateur du site. Une erreur a été enregistrée de leur côté.','The PDF destination folder, '=>'Le dossier de destination du PDF, ','Logs'=>'Logs','Enable Global PDF Stamping'=>'Activer l\'estampillage PDF global','Check to stamp <em>all</em> PDFs sold through your DLM shop using the settings below.'=>'Vérifiez que <em>tous les</em> PDF vendus par l\'intermédiaire de votre boutique DLM sont estampillés à l\'aide des paramètres ci-dessous.','Enable'=>'Activer','List FILE NAME(S) of PDF(s), one per line, e.g., <code>upload.pdf</code> or <code>my_pdf.pdf</code>. Case-sensitive.'=>'Indiquez le(s) NOM(s) DE FICHIER du (des) PDF, un par ligne, par exemple, <code>upload.pdf</code> ou <code>my_pdf.pdf.</code> Sensible à la casse.','If left blank and the Global checkbox above is checked, <strong>all</strong> PDFs sold through DLM will be watermarked.'=>'Si cette case n\'est pas cochée et que la case "Global" est cochée, <strong>tous les</strong> PDF vendus par DLM seront marqués d\'un filigrane.','But if the global checkbox is checked and files are listed here, those files listed will <strong>not</strong> be watermarked.'=>'Mais si la case globale est cochée et que les fichiers sont listés ici, ces fichiers <strong>ne</strong> seront <strong>pas</strong> filigranés.','<a href="%s" target="_blank" rel="noopener">Upgrade</a> for easier file control.'=>'<a href="%s" target="_blank" rel="noopener">Mise à jour</a> pour un contrôle plus facile des fichiers.','Start Page'=>'Page de départ','End Page'=>'Page de fin','In millimeters. Yes, metric! Defaults to 0'=>'En millimètres. Oui, métrique ! La valeur par défaut est 0','Watermark Text'=>'Texte du Filigrane','Shortcodes available, all caps, in brackets:'=>'Shortcodes disponibles, tout en majuscules, entre parenthèses :','<a href="%s" target="_blank" rel="noopener">Upgrade</a> to use HTML and for more than one watermark placement, anywhere, on any page(s).'=>'<a href="%s" target="_blank" rel="noopener">Mise à niveau</a> pour l\'utilisation de HTML et pour plus d\'un placement de filigrane, n\'importe où, sur n\'importe quelle(s) page(s).','Font Face'=>'Typographie','Select a font for watermarks. M Sung will have limited Chinese characters, and Furat will have limited Arabic characters'=>'Sélectionnez une police pour les filigranes. M Sung aura des caractères chinois limités, et Furat aura des caractères arabes limités','Font Size'=>'Taille de la police','Provide a number (suggested 10-40) for the font size'=>'Indiquez un nombre (suggéré 10-40) pour la taille de la police','Watermark Color'=>'Couleur du filigrane','Color of the watermark, in hex. Defaults to black <code>#000000</code>'=>'Couleur du filigrane, en hexadécimal. La valeur par défaut est le noir <code>#000000</code>','Opacity'=>'Opacité','Rotation'=>'Rotation','Y Fine Tuning'=>'accord précis','Move the content up and down on the page by adjusting this number. In millimeters. Account for the height of your font/text!'=>'Déplacez le contenu vers le haut ou vers le bas de la page en ajustant ce nombre. En millimètres. Tenez compte de la hauteur de votre police/texte !','Serve PDF if not stamped?'=>'Servir PDF si ce n\'est filigrane?','Encryption Level'=>'Niveau de chiffrement','Disable Printing'=>'Désactiver l’impression','Check this box to make it much more difficult for your PDF to be printed by the end consumer.'=>'Cochez cette case pour rendre beaucoup plus difficile l\'impression de votre PDF par le consommateur final.','Disable'=>'Désactiver','Disable Copying'=>'Désactiver la copie','Check this box to prevent your end consumer from copying and pasting content from your PDF.'=>'Cochez cette case pour empêcher votre consommateur final de copier et coller le contenu de votre fichier PDF.','Disable Editing'=>'Désactiver la modification','Check this box to prevent editing of your PDF by the end consumer in Acrobat.'=>'Cochez cette case pour empêcher la modification de votre fichier PDF par le consommateur final dans Acrobat.','Disable Annotations'=>'Désactiver les Annotations','Check this box to prevent the addition of annotations and forms to the file.'=>'Cochez cette case pour empêcher l\'ajout d\'annotations et de formulaires au fichier.','Disable Form Filling'=>'Désactiver le remplissage des formulaires','Disable Extraction'=>'Désactiver l\'extraction','Disable Assembly'=>'Désactiver l\'assemblage','Disable High Res Printing'=>'Désactiver l\'impression en haute résolution','PDF User Password'=>'Mot de passe de l’utilisateur PDF','This is a password your end user will need to enter before viewing the PDF file.'=>'Il s\'agit d\'un mot de passe que l\'utilisateur final devra saisir avant de pouvoir consulter le fichier PDF.','PDF Owner Password'=>'Mot de passe du propriétaire du PDF','An owner password allows the end user to take control of a PDF. Leave blank and it will be set by MD5 hash automatically (it will be different for every download, and you will not know it).'=>'Un mot de passe propriétaire permet à l\'utilisateur final de prendre le contrôle d\'un PDF. Si vous le laissez vide, il sera défini automatiquement par le hachage MD5 (il sera différent pour chaque téléchargement, et vous ne le saurez pas).','Unlock with User Password?'=>'Déverrouiller avec le mot de passe de l\'utilisateur ?','By default PDF protections can only be removed with an owner password. Check to allow removal with a user password. USE WITH CAUTION.'=>'Par défaut, les protections PDF ne peuvent être supprimées qu\'avec un mot de passe propriétaire. Cochez cette case pour autoriser la suppression avec un mot de passe utilisateur. À UTILISER AVEC PRÉCAUTION.','Housekeeping'=>'Entretien Ménager','Leave No Trace?'=>'Ne laisser aucune trace?','If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your WordPress database.'=>'Si cette case est cochée et que vous désinstallez PDF Ink Lite, tous vos réglages seront supprimés de votre base de données WordPress.','Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or </strong><a href="%s" target="_blank" rel="noopener">upgrade this plugin</a></strong> for better file handling and automatic cleaning.'=>'Les fichiers PDF marqués s\'accumulent dans votre dossier PDF, que vous utilisiez ou non les téléchargements forcés. Pour garder votre serveur propre, supprimez manuellement les fichiers ad lib ou </strong><a href="%s" target="_blank" rel="noopener">mettez à jour ce plugin</a></strong> pour une meilleure gestion des fichiers et un nettoyage automatique.','Give Us Attribution'=>'Attribution','We\'d love it if you check this box and allow us to add a tiny, invisible link to the second page of your marked PDF files, giving PDF Ink Lite credit.'=>'Nous serions ravis que vous cochiez cette case et que vous nous autorisiez à ajouter un lien minuscule et invisible à la deuxième page de vos fichiers PDF marqués, en mentionnant PDF Ink Lite.','Enable Logs?'=>'Activer les journaux ?','Check to enable event/error logging. This can help with debugging.'=>'Cochez la case pour activer l\'enregistrement des événements/erreurs. Cela peut faciliter le débogage.','More Info'=>'Plus d\'infos','PDF Ink Lite is rudimentary and may not work on every PDF. Test before going live, and remember, it\'s free!'=>'PDF Ink Lite est rudimentaire et peut ne pas fonctionner sur tous les PDF. Testez-le avant de le mettre en ligne, et n\'oubliez pas qu\'il est gratuit !','The only watermarking plugin for Download Monitor that works with <strong>any and every</strong> PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.'=>'Le seul plugin de filigrane pour Download Monitor qui fonctionne avec <strong>tous les</strong> PDF est la <a href="%s" target="_blank" rel="noopener">mise à niveau de PDF Ink combinée avec le module complémentaire SetaPDF-Stamper</a>.','Greyed-out settings below are included in the <a href="%s" target="_blank" rel="noopener">full (paid) PDF Ink version</a>, which provides <a href="%s">many more features</a>.'=>'Les paramètres grisés ci-dessous sont inclus dans la <a href="%s" target="_blank" rel="noopener">version complète (payante) de PDF Ink</a>, qui offre de <a href="%s">nombreuses autres fonctionnalités</a>.','Stamp every page, the first page only, the last page only, every odd page, every even page, or custom page range. Defaults to `Every page`'=>'Tamponner toutes les pages, la première page uniquement, la dernière page uniquement, toutes les pages impaires, toutes les pages paires ou une plage de pages personnalisée. La valeur par défaut est `Toutes les pages`','Provide a number to indicate the page you wish watermarking to begin on. Defaults to page 1.'=>'Fournir un numéro pour indiquer la page que vous souhaitez tatouage pour commencer sur. Par défaut, page 1.','Provide a number to indicate the page you wish watermarking to end on. Type \'last\' to indicate last page. Defaults to last page'=>'Indiquez un numéro pour la page sur laquelle vous souhaitez que le filigrane se termine. Tapez "dernière" pour indiquer la dernière page. La valeur par défaut est la dernière page','Make your stamp transparent. A value of 0 will be translucent, .5 means 50% opaque, .75 is 3/4 opaque, etc.'=>'Rendez votre filigrane transparent. Une valeur de 0 sera translucide, .5 signifie 50% opaque, .75 est 3/4 opaque, etc.','Rotate the stamp on the page 0-359 degrees'=>'Rotation du timbre sur la page 0-359 degrés','Should the un-watermarked PDF still be served if watermarking or encryption fails? Default no.'=>'Le PDF non filigrané doit-il toujours être servi si le filigrane ou le cryptage échoue ? Par défaut, non.','RC4 encryption is automatically set because it is required for protections & passwording.'=>'Le cryptage RC4 est automatiquement activé car il est nécessaire pour les protections et les mots de passe.','If your server doesn’t support RC4 encryption, watermarking will fail.'=>'Si votre serveur ne prend pas en charge le cryptage RC4, le filigrane échouera.','Encryption can slow down and possibly stall your downloads, especially if you are watermarking files with images or embedded fonts.'=>'Le cryptage peut ralentir et éventuellement bloquer vos téléchargements, en particulier si vous filigranez des fichiers avec des images ou des polices intégrées.','The RC4 stream cipher is not bullet-proof.'=>'Le chiffrement de flux RC4 n\'est pas parfait.','Some browsers or PDF viewers may ignore protection settings, and some diligent customers might find ways to remove watermarks and passwords.'=>'Certains navigateurs ou visionneurs de PDF peuvent ignorer les paramètres de protection, et certains clients diligents peuvent trouver des moyens de supprimer les filigranes et les mots de passe.','Check this box to disable filling in existing interactive form fields (including signature fields).'=>'Cochez cette case pour désactiver le remplissage des champs existants du formulaire interactif (y compris les champs de signature).','Check this box to disallow extraction of text and graphics (extraction supports of accessibility to users with disabilities and other purposes).'=>'Cochez cette case pour interdire l\'extraction de texte et de graphiques (l\'extraction sert à faciliter l\'accessibilité aux utilisateurs handicapés et à d\'autres fins).','Check this box to disable assembly (insertion, rotation, or deletion of pages and creation of bookmarks or thumbnail images).'=>'Cochez cette case pour désactiver l\'assemblage (insertion, rotation ou suppression de pages et création de signets ou d\'images miniatures).','Check this box to make it more difficult for your PDF to be printed beautifully by the end consumer.'=>'Cochez cette case pour rendre plus difficile l\'impression de votre PDF par le consommateur final.','PDF Ink Lite Settings'=>'PDF Ink Lite Paramètres','Enable Watermarking'=>'Activez le tatouage','Check to watermark PDFs sold via Easy Digital Downloads using the settings below.'=>'Cochez la case pour filigraner les PDF vendus via Easy Digital Downloads en utilisant les paramètres ci-dessous.','List file name(s) of PDF(s), one per line, e.g.,'=>'Liste des noms de fichiers des PDF, un par ligne, par exemple,','or'=>'ou','Case-sensitive.'=>'Sensible à la casse.','If left blank and the Global checkbox above is checked, <strong>all</strong> PDFs sold through EDD will be watermarked.'=>'Si cette case n\'est pas cochée et que la case "Global" est cochée, <strong>tous les</strong> PDF vendus par l\'intermédiaire d\'EDD seront marqués d\'un filigrane.','Right to Left Watermarking'=>'De droite à gauche Watermarking','Check to switch from default left-to-right (LTR) to right-to-left (RTL), for Arabic, Hebrew, etc.'=>'Cochez pour passer du défaut de gauche à droite (LTR) à droite à gauche (RTL), pour l\'arabe, l\'hébreu, etc.','Pages to watermark'=>'Pages de filigrane','Watermark every page, the first page only, the last page only, every odd page, every even page, or custom page range. Defaults to `Every page`'=>'Filigrane toutes les pages, la première page uniquement, la dernière page uniquement, toutes les pages impaires, toutes les pages paires ou une plage de pages personnalisée. La valeur par défaut est `Toutes les pages`','Top/bottom margin'=>'Marge supérieure/inférieure','Left/right margin'=>'Marge de gauche/droite','Page Setup'=>'Paramètres de la page','Rotate the watermark on the page 0-359 degrees. Rotation is counter-clockwise.'=>'Fait pivoter le filigrane sur la page de 0 à 359 degrés. La rotation s\'effectue dans le sens inverse des aiguilles d\'une montre.','X Fine Tuning'=>'X Fine Tuning','Move the watermark left and right by adjusting this number. In millimeters. Default 0'=>'Déplacez le filigrane vers la gauche ou la droite en ajustant ce nombre. En millimètres. Valeur par défaut : 0','Move the content up and down on the page by adjusting this number. In millimeters.Account for the height of your font/text!'=>'Déplacez le contenu vers le haut ou vers le bas de la page en ajustant ce nombre. En millimètres, tenez compte de la hauteur de votre police/texte !','Security Settings'=>'Paramètres de sécurité','Serve PDF if not watermarked?'=>'Servir PDF si ce n\'est filigrane?','If no, the customer will receive an error message saying if file preparation has failed.'=>'Si ce n\'est pas le cas, le client recevra un message d\'erreur indiquant que la préparation du fichier a échoué.','Encryption level'=>'Niveau de chiffrement','Check this box to make it more difficult for your PDF to be printed by the end consumer.'=>'Cochez cette case pour rendre plus difficile l\'impression de votre PDF par le consommateur final.','Check this box to prevent editing/modification of your PDF by the end consumer in Acrobat.'=>'Cochez cette case pour empêcher l’édition/modification de votre PDF par le consommateur final dans Acrobat.','Check this box to prevent the addition or modification of text annotations/comments, and filling of interactive form fields. If "editing and annotation" are both allowed, customers can create or modify interactive form fields (including signature fields).'=>'Cochez cette case pour empêcher l’ajout ou la modification des annotations/commentaires de texte, et le remplissage des champs de formulaire interactifs. Si « l’édition et l’annotation » sont autorisées, les clients peuvent créer ou modifier des champs de forme interactifs (y compris les champs de signature).','Check this box to prevent insertion, rotation, or deletion of pages and creation of bookmarks or thumbnail images.'=>'Cochez cette case pour empêcher l’insertion, la rotation ou la suppression des pages et la création de signets ou d’images miniatures.','Check this box to prevent filling in existing interactive form fields (including signature fields).'=>'Cochez cette case pour éviter de remplir les champs de formulaires interactifs existants (y compris les champs de signature).','Disable Accessibility'=>'Désactiver l\'accessibilité','Check this box to prevent extraction of text and graphics (in support of accessibility to users with disabilities or for other purposes). Some PDF readers already disable this.'=>'Cochez cette case pour empêcher l\'extraction du texte et des graphiques (en faveur de l\'accessibilité aux utilisateurs handicapés ou à d\'autres fins). Certains lecteurs de PDF désactivent déjà cette fonction.','User Password (optional)'=>'Mot de passe de l’utilisateur (facultatif)','Enter <code>email</code> to set the password automagically as the user\'s checkout email address.'=>'Saisissez l\'<code>adresse</code> électronique pour que le mot de passe soit automatiquement défini comme l\'adresse électronique de l\'utilisateur lors du paiement.','Owner Password (optional)'=>'Mot de passe du propriétaire (facultatif)','Easy Digital Downloads debug logs can be found at Downloads > Tools > Debug Log'=>'Les journaux de débogage d\'Easy Digital Downloads se trouvent dans Téléchargements > Outils > Journal de débogage','Leave No Trace'=>'Ne laisser aucune trace','If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your Wordpress database.'=>'Si cette case est cochée, si/quand vous désinstallez PDF Ink Lite, tous vos paramètres seront supprimés de votre base de données Wordpress.','New with PDF Ink Lite v4: marked PDF files are stored in the wp-content/uploads/pdf-ink/ folder for easier management.'=>'Nouveau avec PDF Ink Lite v4 : les fichiers PDF marqués sont stockés dans le dossier wp-content/uploads/pdf-ink/ pour une gestion plus facile.','PDF Ink Lite Logs'=>'Journaux PDF Ink Lite','Check to watermark PDFs sold via WooCommerce using the settings below.'=>'Vérifiez que les PDF vendus via WooCommerce sont dotés d\'un filigrane en utilisant les paramètres ci-dessous.','File(s) to watermark'=>'Fichier (s) à filigrane',' Case-sensitive.'=>' Sensible à la casse.','Enable New Logic?'=>'Activer une nouvelle logique ?','If this box is checked, it changes how the `File(s) to Watermark` field above works.'=>'Si cette case est cochée, elle modifie le fonctionnement du champ "Fichier(s) à filigraner" ci-dessus.','If checked, and "Enable Watermarking" is also checked, any files listed in the box will not be watermarked.'=>'Si cette case est cochée et que l\'option "Activer le filigrane" est également cochée, les fichiers répertoriés dans la boîte ne seront pas filigranés.','If checked, and "Enable Watermarking" is not checked, any files listed in the box will be watermarked.'=>'Si cette case est cochée et que l\'option "Activer le filigrane" ne l\'est pas, tous les fichiers répertoriés dans la boîte seront filigranés.','Licensed to [FIRSTNAME] [LASTNAME], [EMAIL]'=>'Licence à [FIRSTNAME] [LASTNAME], [EMAIL]','The only watermarking plugin for WooCommerce that works with <strong>any and every</strong> PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.'=>'Le seul plugin de filigrane pour WooCommerce qui fonctionne avec <strong>tous les</strong> PDF est la <a href="%s" target="_blank" rel="noopener">mise à jour PDF Ink combinée avec l\'add-on SetaPDF-Stamper</a>.','Greyed-out settings below are included in the full (paid) plugin version. <a href="%s" target="_blank" rel="noopener">PDF Ink (the upgrade for this plugin)</a> will provide you with <a href="%s">many more features</a>.'=>'Les paramètres grisés ci-dessous sont inclus dans la version complète (payante) du plugin. <a href="%s" target="_blank" rel="noopener">PDF Ink (la mise à jour de ce plugin)</a> vous offrira de <a href="%s">nombreuses autres fonctionnalités</a>.','FAQ'=>'FAQ','Support'=>'Assistance','Upgrade your plugin'=>'Mettez à jour votre plugin','Upgrade this plugin'=>'Mettre à jour ce plugin','Go to the settings page'=>'Aller à la page des paramètres','Settings for Woo'=>'Paramètres pour Woo','Settings for EDD'=>'Paramètres pour EDD','Settings for DLM'=>'Paramètres pour DLM','About the Plugin'=>'Sur le Plugin','About PDF Ink Lite'=>'À propos de PDF Ink Lite','Protect your intellectual property! PDF Ink Lite allows WooCommerce site administrators to apply custom watermarks to PDFs upon sale.'=>'Protégez votre propriété intellectuelle ! PDF Ink Lite permet aux administrateurs de sites WooCommerce d\'appliquer des filigranes personnalisés aux PDF lors de leur vente.','PDF Ink Lite is a plugin that can add a watermark to every page of your PDF file(s). The watermark is customizable with font face, font color, font size, placement, and text. Not only that, but since the watermark is added when the download button is clicked (either on the customer\'s order confirmation page or email), the watermark can include customer-specifc data such as the customer\'s first name, last name, and email. Your watermark is highly customizable and manipulatable.'=>'PDF Ink Lite est un plugin qui permet d\'ajouter un filigrane à chaque page de vos fichiers PDF. Le filigrane est personnalisable au niveau de la police, de la couleur de la police, de la taille de la police, de l\'emplacement et du texte. De plus, comme le filigrane est ajouté lorsque le client clique sur le bouton de téléchargement (sur la page de confirmation de la commande ou dans l\'e-mail), le filigrane peut inclure des données spécifiques au client, telles que son prénom, son nom et son e-mail. Votre filigrane est hautement personnalisable et manipulable.','<a href="%s" target="_blank" rel="noopener">Consider upgrading to PDF Ink</a> if you need more functionality.'=>'<a href="%s" target="_blank" rel="noopener">Envisagez de passer à PDF Ink</a> si vous avez besoin de plus de fonctionnalités.','For more information:'=>'Renseignements :','Frequently Asked Questions'=>'Foire aux questions','Plugin at WordPress.org'=>'Plugin sur WordPress.org','Upgrade'=>'Mettre à niveau','Cloning is forbidden.'=>'Le clonage est interdit.','Unserializing instances of this class is forbidden.'=>'La désérialisation des instances de cette classe est interdite.','<strong>PDF Ink Lite</strong> supports PHP %s or later. Please update PHP on your server for better overall results.'=>'<strong>PDF Ink Lite</strong> supporte PHP %s ou une version plus récente. Veuillez mettre à jour PHP sur votre serveur pour obtenir de meilleurs résultats.','<strong>PDF Ink Lite</strong> supports WordPress version %s or later. Please update WordPress to use this plugin.'=>'<strong>PDF Ink Lite</strong> est compatible avec la version de WordPress %s ou ultérieure. Veuillez mettre à jour WordPress pour utiliser ce plugin.','The <strong>PDF Ink Lite</strong> plugin requires WooCommerce be activated. You can <a href="%s" target="_blank" rel="noopener">download WooCommerce here</a>.'=>'Le plugin <strong>PDF Ink Lite</strong> nécessite l\'activation de WooCommerce. Vous pouvez <a href="%s" target="_blank" rel="noopener">télécharger WooCommerce ici</a>.','Sorry, <strong>PDF Ink Lite</strong> supports WooCommerce version %s or newer, for security reasons.'=>'Désolé, <strong>PDF Ink Lite</strong> supporte la version de WooCommerce %s ou plus récente, pour des raisons de sécurité.','PDF Ink Lite requires that the directory defined by <code>PDFINK_LITE_UPLOADS_PATH</code> (usually `<strong>wp-content/uploads/pdf-ink/</strong>`) is writable.'=>'PDF Ink Lite exige que le répertoire défini par <code>PDFINK_LITE_UPLOADS_PATH</code> (généralement <strong>`wp-content/uploads/pdf-ink/`</strong>) soit accessible en écriture.','Watermarking events and errors will be saved to a file in your /wp-content/ folder. You can view the contents below.'=>'Les événements et les erreurs de filigrane seront enregistrés dans un fichier dans votre dossier /wp-content/. Vous pouvez en voir le contenu ci-dessous.','Maybe only turn this on for troubleshooting because this file can get large.'=>'N\'activez cette fonction qu\'en cas de dépannage, car ce fichier peut être volumineux.','Use this tool to help debug TCPDI/TCPDF and PDF Ink functionality.'=>'Cet outil permet de déboguer les fonctionnalités de TCPDI/TCPDF et de PDF Ink.','Download Debug Log File'=>'Télécharger Debug Log File','Clear Log'=>'Effacer Log','Copy Entire Log'=>'Copier le journal entier','Log file'=>'Fichier registre','Hi, I\'m Caroline.'=>'Bonjour, je m’appelle Caroline.','I\'ve kept the <strong>PDF Ink Lite</strong> plugin in active development since 2014 as an unpaid volunteer.'=>'J\'ai maintenu le plugin <strong>PDF Ink Lite</strong> en développement actifdepuis 2014 en tant que bénévole non rémunéré.','If you enjoy the free version, think about <a href="%s" target="_blank" rel="noopener">upgrading to the full version</a> for even more great features!'=>'Si vous appréciez la version gratuite, pensez à <a href="%s" target="_blank" rel="noopener">passer à la version complète</a> pour bénéficier d\'encore plus de fonctionnalités !','Upgrade Features:'=>'Caractéristiques de la mise à niveau :','Priority email support, <a href="%s" target="_blank" rel="noopener">and more!</a>'=>'Assistance prioritaire par courrier électronique, <a href="%s" target="_blank" rel="noopener">et plus encore !</a>','Can\'t Upgrade? Support My Work Another Way!'=>'Vous ne pouvez pas mettre à niveau ? Soutenez mon travail autrement !','If PDF Ink is not in your budget, please take a moment to write <a href="%s" target="_blank" rel="noopener">an encouraging review</a>, or <a href="%s" target="_blank" rel="noopener noreferrer">donate a couple dollars using PayPal</a> to cover my coffee today.'=>'Si PDF Ink n\'est pas dans votre budget, prenez le temps d\'écrire <a href="%s" target="_blank" rel="noopener">un commentaire encourageant</a> ou de <a href="%s" target="_blank" rel="noopener noreferrer">faire un don de quelques dollars via PayPal</a> pour payer mon café aujourd\'hui.','Your kindness and enthusiasm makes donating my time to this open-source project worthwhile!'=>'Grâce à votre gentillesse et à votre enthousiasme, cela vaut la peine que je consacre du temps à ce projet open-source !','Need help?'=>'Besoin d’aide?','Please refer to the <a href="%s" target="_blank" rel="noopener">FAQ</a> and <a href="%s" target="_blank" rel="noopener nofollow">support forum</a> where your question might already be answered. <a href="%s" rel="noopener">Read this before posting</a>.'=>'Veuillez vous référer à la <a href="%s" target="_blank" rel="noopener">FAQ</a> et au <a href="%s" target="_blank" rel="noopener nofollow">forum d\'assistance</a> où la réponse à votre question est peut-être déjà disponible. <a href="%s" rel="noopener">Lisez ceci avant de poster</a>.','I only provide email support for paying customers. Thank you!'=>'Je n\'offre une assistance par courriel qu\'aux clients payants. Je vous remercie de votre attention!','Custom watermark your PDF files upon WooCommerce, Download Monitor, and Easy Digital Download customer download. Since 2014. FKA "WaterWoo"'=>'Filigrane personnalisé pour vos fichiers PDF sur les téléchargements clients de WooCommerce, Download Monitor et Easy Digital Download. Depuis 2014. FKA "WaterWoo"']];3 return ['domain'=>NULL,'plural-forms'=>'nplurals=2; plural=(n > 1);','language'=>'fr_FR','pot-creation-date'=>'2025-11-21 08:20-0700','po-revision-date'=>'2025-11-21 08:20-0700','translation-revision-date'=>'2025-11-21 08:20-0700','project-id-version'=>'PDF Ink Lite','x-generator'=>'Poedit 3.8','messages'=>['Sorry, we were unable to prepare this file for download! Please notify site administrator. An error has been logged on their end.'=>'Désolé, nous n\'avons pas pu préparer ce fichier pour le téléchargement ! Veuillez en informer l\'administrateur du site. Une erreur a été enregistrée de leur côté.','The PDF destination folder, '=>'Le dossier de destination du PDF, ','Logs'=>'Logs','PDF Options'=>'Options PDF','Enable Global PDF Stamping'=>'Activer l\'estampillage PDF global','Check to stamp <em>all</em> PDFs sold through your DLM shop using the settings below.'=>'Vérifiez que <em>tous les</em> PDF vendus par l\'intermédiaire de votre boutique DLM sont estampillés à l\'aide des paramètres ci-dessous.','Enable'=>'Activer','List FILE NAME(S) of PDF(s), one per line, e.g., <code>upload.pdf</code> or <code>my_pdf.pdf</code>. Case-sensitive.'=>'Indiquez le(s) NOM(s) DE FICHIER du (des) PDF, un par ligne, par exemple, <code>upload.pdf</code> ou <code>my_pdf.pdf.</code> Sensible à la casse.','If left blank and the Global checkbox above is checked, ALL PDFs sold through DLM will be watermarked.'=>'Si ce champ est laissé vide et que la case « Global » ci-dessus est cochée, TOUS les fichiers PDF vendus via DLM seront marqués d\'un filigrane.','But if the global checkbox is checked and files are listed here, those files listed will NOT be watermarked.'=>'Mais si la case globale est cochée et que les fichiers sont répertoriés ici, les fichiers répertoriés ne seront PAS marqués d\'un filigrane.','<a href="%s" target="_blank" rel="noopener">Upgrade</a> for easier file control.'=>'<a href="%s" target="_blank" rel="noopener">Mise à jour</a> pour un contrôle plus facile des fichiers.','Pages to stamp'=>'Pages à tamponner','Start Page'=>'Page de départ','End Page'=>'Page de fin','Left/right "margin"'=>'« Marge » gauche/droite','In millimeters. Yes, metric! Defaults to 0'=>'En millimètres. Oui, métrique ! La valeur par défaut est 0','Watermark Text'=>'Texte du Filigrane','Shortcodes available, all caps, in brackets:'=>'Shortcodes disponibles, tout en majuscules, entre parenthèses :','<a href="%s" target="_blank" rel="noopener">Upgrade</a> to use HTML and for more than one watermark placement, anywhere, on any page(s).'=>'<a href="%s" target="_blank" rel="noopener">Mise à niveau</a> pour l\'utilisation de HTML et pour plus d\'un placement de filigrane, n\'importe où, sur n\'importe quelle(s) page(s).','Font Face'=>'Typographie','Select a font for watermarks. M Sung will have limited Chinese characters, and Furat will have limited Arabic characters'=>'Sélectionnez une police pour les filigranes. M Sung aura des caractères chinois limités, et Furat aura des caractères arabes limités','Font Size'=>'Taille de la police','Provide a number (suggested 10-40) for the font size'=>'Indiquez un nombre (suggéré 10-40) pour la taille de la police','Watermark Color'=>'Couleur du filigrane','Color of the watermark, in hex. Defaults to black <code>#000000</code>'=>'Couleur du filigrane, en hexadécimal. La valeur par défaut est le noir <code>#000000</code>','Opacity'=>'Opacité','Rotation'=>'Rotation','Y Fine Tuning'=>'accord précis','Move the content up and down on the page by adjusting this number. In millimeters. Account for the height of your font/text!'=>'Déplacez le contenu vers le haut ou vers le bas de la page en ajustant ce nombre. En millimètres. Tenez compte de la hauteur de votre police/texte !','Serve PDF if not stamped?'=>'Servir PDF si ce n\'est filigrane?','Encryption Level'=>'Niveau de chiffrement','Disable Printing'=>'Désactiver l’impression','Check this box to make it much more difficult for your PDF to be printed by the end consumer.'=>'Cochez cette case pour rendre beaucoup plus difficile l\'impression de votre PDF par le consommateur final.','Disable'=>'Désactiver','Disable Copying'=>'Désactiver la copie','Check this box to prevent your end consumer from copying and pasting content from your PDF.'=>'Cochez cette case pour empêcher votre consommateur final de copier et coller le contenu de votre fichier PDF.','Disable Editing'=>'Désactiver la modification','Check this box to prevent editing of your PDF by the end consumer in Acrobat.'=>'Cochez cette case pour empêcher la modification de votre fichier PDF par le consommateur final dans Acrobat.','Disable Annotations'=>'Désactiver les Annotations','Check this box to prevent the addition of annotations and forms to the file.'=>'Cochez cette case pour empêcher l\'ajout d\'annotations et de formulaires au fichier.','Disable Form Filling'=>'Désactiver le remplissage des formulaires','Disable Extraction'=>'Désactiver l\'extraction','Disable Assembly'=>'Désactiver l\'assemblage','Disable High Res Printing'=>'Désactiver l\'impression en haute résolution','PDF User Password'=>'Mot de passe de l’utilisateur PDF','This is a password your end user will need to enter before viewing the PDF file.'=>'Il s\'agit d\'un mot de passe que l\'utilisateur final devra saisir avant de pouvoir consulter le fichier PDF.','PDF Owner Password'=>'Mot de passe du propriétaire du PDF','An owner password allows the end user to take control of a PDF. Leave blank and it will be set by MD5 hash automatically (it will be different for every download, and you will not know it).'=>'Un mot de passe propriétaire permet à l\'utilisateur final de prendre le contrôle d\'un PDF. Si vous le laissez vide, il sera défini automatiquement par le hachage MD5 (il sera différent pour chaque téléchargement, et vous ne le saurez pas).','Unlock with User Password?'=>'Déverrouiller avec le mot de passe de l\'utilisateur ?','By default PDF protections can only be removed with an owner password. Check to allow removal with a user password. USE WITH CAUTION.'=>'Par défaut, les protections PDF ne peuvent être supprimées qu\'avec un mot de passe propriétaire. Cochez cette case pour autoriser la suppression avec un mot de passe utilisateur. À UTILISER AVEC PRÉCAUTION.','Housekeeping'=>'Entretien Ménager','Leave No Trace?'=>'Ne laisser aucune trace?','If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your WordPress database.'=>'Si cette case est cochée et que vous désinstallez PDF Ink Lite, tous vos réglages seront supprimés de votre base de données WordPress.','Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or <strong><a href="%s" target="_blank" rel="noopener">upgrade this plugin</a></strong> for better file handling and automatic cleaning.'=>'Les fichiers PDF marqués s\'accumuleront dans votre dossier PDF, que vous utilisiez ou non la fonction « Forcer les téléchargements ». Pour garder votre serveur bien rangé, supprimez manuellement les fichiers ad lib ou <strong><a href="%s" target="_blank" rel="noopener">mettez à jour ce plugin</a></strong> pour une meilleure gestion des fichiers et un nettoyage automatique.','Give Us Attribution'=>'Attribution','We\'d love it if you check this box and allow us to add a tiny, invisible link to the second page of your marked PDF files, giving PDF Ink Lite credit.'=>'Nous serions ravis que vous cochiez cette case et que vous nous autorisiez à ajouter un lien minuscule et invisible à la deuxième page de vos fichiers PDF marqués, en mentionnant PDF Ink Lite.','Enable Logs?'=>'Activer les journaux ?','Check to enable event/error logging. This can help with debugging.'=>'Cochez la case pour activer l\'enregistrement des événements/erreurs. Cela peut faciliter le débogage.','More Info'=>'Plus d\'infos','PDF Ink Lite is rudimentary and may not work on every PDF. Test before going live, and remember, it\'s free!'=>'PDF Ink Lite est rudimentaire et peut ne pas fonctionner sur tous les PDF. Testez-le avant de le mettre en ligne, et n\'oubliez pas qu\'il est gratuit !','The only watermarking plugin for Download Monitor that works with any and every PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.'=>'Le seul plugin de filigrane pour Download Monitor qui fonctionne avec tous les fichiers PDF est la <a href="%s" target="_blank" rel="noopener">mise à niveau PDF Ink combinée à l\'extension SetaPDF-Stamper</a>.','Greyed-out settings below are included in the <a href="%s" target="_blank" rel="noopener">full (paid) PDF Ink version</a>, which provides <a href="%s">many more features</a>.'=>'Les paramètres grisés ci-dessous sont inclus dans la <a href="%s" target="_blank" rel="noopener">version complète (payante) de PDF Ink</a>, qui offre de <a href="%s">nombreuses autres fonctionnalités</a>.','Stamp every page, the first page only, the last page only, every odd page, every even page, or custom page range. Defaults to `Every page`'=>'Tamponner toutes les pages, la première page uniquement, la dernière page uniquement, toutes les pages impaires, toutes les pages paires ou une plage de pages personnalisée. La valeur par défaut est `Toutes les pages`','Provide a number to indicate the page you wish watermarking to begin on. Defaults to page 1.'=>'Fournir un numéro pour indiquer la page que vous souhaitez tatouage pour commencer sur. Par défaut, page 1.','Provide a number to indicate the page you wish watermarking to end on. Type \'last\' to indicate last page. Defaults to last page'=>'Indiquez un numéro pour la page sur laquelle vous souhaitez que le filigrane se termine. Tapez "dernière" pour indiquer la dernière page. La valeur par défaut est la dernière page','Make your stamp transparent. A value of 0 will be translucent, .5 means 50% opaque, .75 is 3/4 opaque, etc.'=>'Rendez votre filigrane transparent. Une valeur de 0 sera translucide, .5 signifie 50% opaque, .75 est 3/4 opaque, etc.','Rotate the stamp on the page 0-359 degrees'=>'Rotation du timbre sur la page 0-359 degrés','Should the un-watermarked PDF still be served if watermarking or encryption fails? Default no.'=>'Le PDF non filigrané doit-il toujours être servi si le filigrane ou le cryptage échoue ? Par défaut, non.','RC4 encryption is automatically set because it is required for protections & passwording.'=>'Le cryptage RC4 est automatiquement activé car il est nécessaire pour les protections et les mots de passe.','If your server doesn’t support RC4 encryption, watermarking will fail.'=>'Si votre serveur ne prend pas en charge le cryptage RC4, le filigrane échouera.','Encryption can slow down and possibly stall your downloads, especially if you are watermarking files with images or embedded fonts.'=>'Le cryptage peut ralentir et éventuellement bloquer vos téléchargements, en particulier si vous filigranez des fichiers avec des images ou des polices intégrées.','The RC4 stream cipher is not bullet-proof.'=>'Le chiffrement de flux RC4 n\'est pas parfait.','Some browsers or PDF viewers may ignore protection settings, and some diligent customers might find ways to remove watermarks and passwords.'=>'Certains navigateurs ou visionneurs de PDF peuvent ignorer les paramètres de protection, et certains clients diligents peuvent trouver des moyens de supprimer les filigranes et les mots de passe.','Check this box to disable filling in existing interactive form fields (including signature fields).'=>'Cochez cette case pour désactiver le remplissage des champs existants du formulaire interactif (y compris les champs de signature).','Check this box to disallow extraction of text and graphics (extraction supports of accessibility to users with disabilities and other purposes).'=>'Cochez cette case pour interdire l\'extraction de texte et de graphiques (l\'extraction sert à faciliter l\'accessibilité aux utilisateurs handicapés et à d\'autres fins).','Check this box to disable assembly (insertion, rotation, or deletion of pages and creation of bookmarks or thumbnail images).'=>'Cochez cette case pour désactiver l\'assemblage (insertion, rotation ou suppression de pages et création de signets ou d\'images miniatures).','Check this box to make it more difficult for your PDF to be printed beautifully by the end consumer.'=>'Cochez cette case pour rendre plus difficile l\'impression de votre PDF par le consommateur final.','The only watermarking plugin for Easy Digital Downloads that works with any and every PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.'=>'Le seul plugin de tatouage numérique pour Easy Digital Downloads qui fonctionne avec tous les fichiers PDF est la <a href="%s" target="_blank" rel="noopener">mise à niveau PDF Ink combinée à l\'extension SetaPDF-Stamper</a>.','PDF Ink Lite Settings'=>'PDF Ink Lite Paramètres','Enable Watermarking'=>'Activez le tatouage','Check to watermark PDFs sold via Easy Digital Downloads using the settings below.'=>'Cochez la case pour filigraner les PDF vendus via Easy Digital Downloads en utilisant les paramètres ci-dessous.','List file name(s) of PDF(s), one per line, e.g.,'=>'Liste des noms de fichiers des PDF, un par ligne, par exemple,','or'=>'ou','Case-sensitive.'=>'Sensible à la casse.','If left blank and the Global checkbox above is checked, ALL PDFs sold through EDD will be watermarked.'=>'Si ce champ est laissé vide et que la case « Global » ci-dessus est cochée, TOUS les fichiers PDF vendus via EDD seront marqués d\'un filigrane.','Right to Left Watermarking'=>'De droite à gauche Watermarking','Check to switch from default left-to-right (LTR) to right-to-left (RTL), for Arabic, Hebrew, etc.'=>'Cochez pour passer du défaut de gauche à droite (LTR) à droite à gauche (RTL), pour l\'arabe, l\'hébreu, etc.','Pages to watermark'=>'Pages de filigrane','Watermark every page, the first page only, the last page only, every odd page, every even page, or custom page range. Defaults to `Every page`'=>'Filigrane toutes les pages, la première page uniquement, la dernière page uniquement, toutes les pages impaires, toutes les pages paires ou une plage de pages personnalisée. La valeur par défaut est `Toutes les pages`','Top/bottom margin'=>'Marge supérieure/inférieure','Left/right margin'=>'Marge de gauche/droite','Page Setup'=>'Paramètres de la page','Rotate the watermark on the page 0-359 degrees. Rotation is counter-clockwise.'=>'Fait pivoter le filigrane sur la page de 0 à 359 degrés. La rotation s\'effectue dans le sens inverse des aiguilles d\'une montre.','X Fine Tuning'=>'X Fine Tuning','Move the watermark left and right by adjusting this number. In millimeters. Default 0'=>'Déplacez le filigrane vers la gauche ou la droite en ajustant ce nombre. En millimètres. Valeur par défaut : 0','Move the content up and down on the page by adjusting this number. In millimeters.Account for the height of your font/text!'=>'Déplacez le contenu vers le haut ou vers le bas de la page en ajustant ce nombre. En millimètres, tenez compte de la hauteur de votre police/texte !','Security Settings'=>'Paramètres de sécurité','Serve PDF if not watermarked?'=>'Servir PDF si ce n\'est filigrane?','If no, the customer will receive an error message saying if file preparation has failed.'=>'Si ce n\'est pas le cas, le client recevra un message d\'erreur indiquant que la préparation du fichier a échoué.','Encryption level'=>'Niveau de chiffrement','Check this box to make it more difficult for your PDF to be printed by the end consumer.'=>'Cochez cette case pour rendre plus difficile l\'impression de votre PDF par le consommateur final.','Check this box to prevent editing/modification of your PDF by the end consumer in Acrobat.'=>'Cochez cette case pour empêcher l’édition/modification de votre PDF par le consommateur final dans Acrobat.','Check this box to prevent the addition or modification of text annotations/comments, and filling of interactive form fields. If "editing and annotation" are both allowed, customers can create or modify interactive form fields (including signature fields).'=>'Cochez cette case pour empêcher l’ajout ou la modification des annotations/commentaires de texte, et le remplissage des champs de formulaire interactifs. Si « l’édition et l’annotation » sont autorisées, les clients peuvent créer ou modifier des champs de forme interactifs (y compris les champs de signature).','Check this box to prevent insertion, rotation, or deletion of pages and creation of bookmarks or thumbnail images.'=>'Cochez cette case pour empêcher l’insertion, la rotation ou la suppression des pages et la création de signets ou d’images miniatures.','Check this box to prevent filling in existing interactive form fields (including signature fields).'=>'Cochez cette case pour éviter de remplir les champs de formulaires interactifs existants (y compris les champs de signature).','Disable Accessibility'=>'Désactiver l\'accessibilité','Check this box to prevent extraction of text and graphics (in support of accessibility to users with disabilities or for other purposes). Some PDF readers already disable this.'=>'Cochez cette case pour empêcher l\'extraction du texte et des graphiques (en faveur de l\'accessibilité aux utilisateurs handicapés ou à d\'autres fins). Certains lecteurs de PDF désactivent déjà cette fonction.','User Password (optional)'=>'Mot de passe de l’utilisateur (facultatif)','Owner Password (optional)'=>'Mot de passe du propriétaire (facultatif)','Easy Digital Downloads debug logs can be found at Downloads > Tools > Debug Log'=>'Les journaux de débogage d\'Easy Digital Downloads se trouvent dans Téléchargements > Outils > Journal de débogage','Leave No Trace'=>'Ne laisser aucune trace','If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your Wordpress database.'=>'Si cette case est cochée, si/quand vous désinstallez PDF Ink Lite, tous vos paramètres seront supprimés de votre base de données Wordpress.','New with PDF Ink Lite v4: marked PDF files are stored in the wp-content/uploads/pdf-ink/ folder for easier management.'=>'Nouveau avec PDF Ink Lite v4 : les fichiers PDF marqués sont stockés dans le dossier wp-content/uploads/pdf-ink/ pour une gestion plus facile.','Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep your server tidy, manually delete ad lib or <a href="%s" target="_blank" rel="noopener">upgrade this plugin</a> for better file handling and automatic cleaning.'=>'Les fichiers PDF marqués s\'accumuleront dans votre dossier PDF, que vous utilisiez ou non la fonction « Forcer les téléchargements ». Pour garder votre serveur bien rangé, supprimez manuellement les fichiers ad lib ou <a href="%s" target="_blank" rel="noopener">mettez à jour ce plugin</a> pour une meilleure gestion des fichiers et un nettoyage automatique.','PDF Ink Lite Logs'=>'Journaux PDF Ink Lite','Check to watermark PDFs sold via WooCommerce using the settings below.'=>'Vérifiez que les PDF vendus via WooCommerce sont dotés d\'un filigrane en utilisant les paramètres ci-dessous.','File(s) to watermark'=>'Fichier (s) à filigrane',' Case-sensitive.'=>' Sensible à la casse.','Enable New Logic?'=>'Activer une nouvelle logique ?','If this box is checked, it changes how the `File(s) to Watermark` field above works.'=>'Si cette case est cochée, elle modifie le fonctionnement du champ "Fichier(s) à filigraner" ci-dessus.','If checked, and "Enable Watermarking" is also checked, any files listed in the box will not be watermarked.'=>'Si cette case est cochée et que l\'option "Activer le filigrane" est également cochée, les fichiers répertoriés dans la boîte ne seront pas filigranés.','If checked, and "Enable Watermarking" is not checked, any files listed in the box will be watermarked.'=>'Si cette case est cochée et que l\'option "Activer le filigrane" ne l\'est pas, tous les fichiers répertoriés dans la boîte seront filigranés.','Licensed to [FIRSTNAME] [LASTNAME], [EMAIL]'=>'Licence à [FIRSTNAME] [LASTNAME], [EMAIL]','The only watermarking plugin for WooCommerce that works with any and every PDF is the <a href="%s" target="_blank" rel="noopener">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</a>.'=>'Le seul plugin de filigranage pour WooCommerce qui fonctionne avec tous les fichiers PDF est la <a href="%s" target="_blank" rel="noopener">mise à niveau PDF Ink combinée à l\'extension SetaPDF-Stamper</a>.','Greyed-out settings below are included in the full (paid) plugin version. <a href="%s" target="_blank" rel="noopener">PDF Ink (the upgrade for this plugin)</a> will provide you with <a href="%s">many more features</a>.'=>'Les paramètres grisés ci-dessous sont inclus dans la version complète (payante) du plugin. <a href="%s" target="_blank" rel="noopener">PDF Ink (la mise à jour de ce plugin)</a> vous offrira de <a href="%s">nombreuses autres fonctionnalités</a>.','FAQ'=>'FAQ','Support'=>'Assistance','Upgrade your plugin'=>'Mettez à jour votre plugin','Upgrade this plugin'=>'Mettre à jour ce plugin','Go to the settings page'=>'Aller à la page des paramètres','Settings for Woo'=>'Paramètres pour Woo','Settings for EDD'=>'Paramètres pour EDD','Settings for DLM'=>'Paramètres pour DLM','About the Plugin'=>'Sur le Plugin','About PDF Ink Lite'=>'À propos de PDF Ink Lite','Protect your intellectual property! PDF Ink Lite allows WooCommerce site administrators to apply custom watermarks to PDFs upon sale.'=>'Protégez votre propriété intellectuelle ! PDF Ink Lite permet aux administrateurs de sites WooCommerce d\'appliquer des filigranes personnalisés aux PDF lors de leur vente.','PDF Ink Lite is a plugin that can add a watermark to every page of your PDF file(s). The watermark is customizable with font face, font color, font size, placement, and text. Not only that, but since the watermark is added when the download button is clicked (either on the customer\'s order confirmation page or email), the watermark can include customer-specifc data such as the customer\'s first name, last name, and email. Your watermark is highly customizable and manipulatable.'=>'PDF Ink Lite est un plugin qui permet d\'ajouter un filigrane à chaque page de vos fichiers PDF. Le filigrane est personnalisable au niveau de la police, de la couleur de la police, de la taille de la police, de l\'emplacement et du texte. De plus, comme le filigrane est ajouté lorsque le client clique sur le bouton de téléchargement (sur la page de confirmation de la commande ou dans l\'e-mail), le filigrane peut inclure des données spécifiques au client, telles que son prénom, son nom et son e-mail. Votre filigrane est hautement personnalisable et manipulable.','<a href="%s" target="_blank" rel="noopener">Consider upgrading to PDF Ink</a> if you need more functionality.'=>'<a href="%s" target="_blank" rel="noopener">Envisagez de passer à PDF Ink</a> si vous avez besoin de plus de fonctionnalités.','For more information:'=>'Renseignements :','Frequently Asked Questions'=>'Foire aux questions','Plugin at WordPress.org'=>'Plugin sur WordPress.org','Upgrade'=>'Mettre à niveau','Cloning is forbidden.'=>'Le clonage est interdit.','Unserializing instances of this class is forbidden.'=>'La désérialisation des instances de cette classe est interdite.','PDF Ink Lite supports PHP %s or later. Please update PHP on your server for better overall results.'=>'PDF Ink Lite prend en charge PHP %s ou versions ultérieures. Veuillez mettre à jour PHP sur votre serveur pour obtenir de meilleurs résultats globaux.','PDF Ink Lite supports WordPress version %s or later. Please update WordPress to use this plugin.'=>'PDF Ink Lite prend en charge WordPress version %s ou ultérieure. Veuillez mettre à jour WordPress pour utiliser ce plugin.','The PDF Ink Lite plugin requires WooCommerce be activated. You can <a href="%s" target="_blank" rel="noopener">download WooCommerce here</a>.'=>'Le plugin PDF Ink Lite nécessite l\'activation de WooCommerce. Vous pouvez <a href="%s" target="_blank" rel="noopener">télécharger WooCommerce ici</a>.','Sorry, PDF Ink Lite supports WooCommerce version %s or newer, for security reasons.'=>'Désolé, PDF Ink Lite prend en charge la version %s ou supérieure de WooCommerce, pour des raisons de sécurité.','PDF Ink Lite requires that the directory defined by <code>PDFINK_LITE_UPLOADS_PATH</code> (usually `<strong>wp-content/uploads/pdf-ink/</strong>`) is writable.'=>'PDF Ink Lite exige que le répertoire défini par <code>PDFINK_LITE_UPLOADS_PATH</code> (généralement <strong>`wp-content/uploads/pdf-ink/`</strong>) soit accessible en écriture.','Watermarking events and errors will be saved to a file in your /wp-content/ folder. You can view the contents below.'=>'Les événements et les erreurs de filigrane seront enregistrés dans un fichier dans votre dossier /wp-content/. Vous pouvez en voir le contenu ci-dessous.','Maybe only turn this on for troubleshooting because this file can get large.'=>'N\'activez cette fonction qu\'en cas de dépannage, car ce fichier peut être volumineux.','Use this tool to help debug TCPDI/TCPDF and PDF Ink functionality.'=>'Cet outil permet de déboguer les fonctionnalités de TCPDI/TCPDF et de PDF Ink.','Download Debug Log File'=>'Télécharger Debug Log File','Clear Log'=>'Effacer Log','Copy Entire Log'=>'Copier le journal entier','Log file'=>'Fichier registre','Hi, I\'m Caroline.'=>'Bonjour, je m’appelle Caroline.','I\'ve kept the PDF Ink Lite plugin in active development since 2014 as an unpaid volunteer.'=>'Je continue à développer activement le plugin PDF Ink Lite depuis 2014 en tant que bénévole non rémunéré.','If you enjoy the free version, think about <a href="%s" target="_blank" rel="noopener">upgrading to the full version</a> for even more great features!'=>'Si vous appréciez la version gratuite, pensez à <a href="%s" target="_blank" rel="noopener">passer à la version complète</a> pour bénéficier d\'encore plus de fonctionnalités !','Upgrade Features:'=>'Caractéristiques de la mise à niveau :','Priority email support, <a href="%s" target="_blank" rel="noopener">and more!</a>'=>'Assistance prioritaire par courrier électronique, <a href="%s" target="_blank" rel="noopener">et plus encore !</a>','Can\'t Upgrade? Support My Work Another Way!'=>'Vous ne pouvez pas mettre à niveau ? Soutenez mon travail autrement !','If PDF Ink is not in your budget, please take a moment to write <a href="%s" target="_blank" rel="noopener">an encouraging review</a>, or <a href="%s" target="_blank" rel="noopener noreferrer">donate a couple dollars using PayPal</a> to cover my coffee today.'=>'Si PDF Ink n\'est pas dans votre budget, prenez le temps d\'écrire <a href="%s" target="_blank" rel="noopener">un commentaire encourageant</a> ou de <a href="%s" target="_blank" rel="noopener noreferrer">faire un don de quelques dollars via PayPal</a> pour payer mon café aujourd\'hui.','Your kindness and enthusiasm makes donating my time to this open-source project worthwhile!'=>'Grâce à votre gentillesse et à votre enthousiasme, cela vaut la peine que je consacre du temps à ce projet open-source !','Need help?'=>'Besoin d’aide?','Please refer to the <a href="%s" target="_blank" rel="noopener">FAQ</a> and <a href="%s" target="_blank" rel="noopener nofollow">support forum</a> where your question might already be answered. <a href="%s" rel="noopener">Read this before posting</a>.'=>'Veuillez vous référer à la <a href="%s" target="_blank" rel="noopener">FAQ</a> et au <a href="%s" target="_blank" rel="noopener nofollow">forum d\'assistance</a> où la réponse à votre question est peut-être déjà disponible. <a href="%s" rel="noopener">Lisez ceci avant de poster</a>.','I only provide email support for paying customers. Thank you!'=>'Je n\'offre une assistance par courriel qu\'aux clients payants. Je vous remercie de votre attention!','Custom watermark your PDF files upon WooCommerce, Download Monitor, and Easy Digital Download customer download. Since 2014. FKA "WaterWoo"'=>'Filigrane personnalisé pour vos fichiers PDF sur les téléchargements clients de WooCommerce, Download Monitor et Easy Digital Download. Depuis 2014. FKA "WaterWoo"']]; -
waterwoo-pdf/trunk/lang/waterwoo-pdf-fr_FR.po
r3334629 r3400576 2 2 msgstr "" 3 3 "Project-Id-Version: PDF Ink Lite\n" 4 "POT-Creation-Date: 2025- 07-26 10:50-0700\n"5 "PO-Revision-Date: 2025- 07-26 10:51-0700\n"4 "POT-Creation-Date: 2025-11-21 08:20-0700\n" 5 "PO-Revision-Date: 2025-11-21 08:20-0700\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "Plural-Forms: nplurals=2; plural=(n > 1);\n" 13 "X-Generator: Poedit 3. 6\n"13 "X-Generator: Poedit 3.8\n" 14 14 "X-Poedit-Basepath: ..\n" 15 15 "X-Poedit-WPHeader: waterwoo-pdf.php\n" … … 20 20 "X-Poedit-SearchPathExcluded-0: *.js\n" 21 21 22 #: classes/wwpdf-file-handler.php:22 922 #: classes/wwpdf-file-handler.php:226 23 23 msgid "" 24 24 "Sorry, we were unable to prepare this file for download! Please notify site " … … 29 29 "de leur côté." 30 30 31 #: classes/wwpdf-file-handler.php:46 631 #: classes/wwpdf-file-handler.php:464 32 32 msgid "The PDF destination folder, " 33 33 msgstr "Le dossier de destination du PDF, " … … 38 38 39 39 #. Plugin Name of the plugin/theme 40 #: classes/wwpdf-settings-dlm.php:24 classes/wwpdf-settings-edd.php:6 540 #: classes/wwpdf-settings-dlm.php:24 classes/wwpdf-settings-edd.php:63 41 41 #: classes/wwpdf-settings-woo.php:15 42 42 msgid "PDF Ink Lite" 43 43 msgstr "" 44 44 45 #: classes/wwpdf-settings-dlm.php:28 classes/wwpdf-settings-woo.php:68 46 #, fuzzy 47 #| msgid "Options" 45 #: classes/wwpdf-settings-dlm.php:28 classes/wwpdf-settings-woo.php:67 48 46 msgid "PDF Options" 49 msgstr "Options "47 msgstr "Options PDF" 50 48 51 49 #: classes/wwpdf-settings-dlm.php:39 … … 76 74 #: classes/wwpdf-settings-dlm.php:49 77 75 msgid "" 78 "If left blank and the Global checkbox above is checked, <strong>all</strong>"79 " PDFs soldthrough DLM will be watermarked."80 msgstr "" 81 "Si ce tte case n'est pas cochée et que la case \"Global\"est cochée, "82 " <strong>tous les</strong> PDF vendus parDLM seront marqués d'un filigrane."83 84 #: classes/wwpdf-settings-dlm.php:50 classes/wwpdf-settings-edd.php:1 1176 "If left blank and the Global checkbox above is checked, ALL PDFs sold " 77 "through DLM will be watermarked." 78 msgstr "" 79 "Si ce champ est laissé vide et que la case « Global » ci-dessus est cochée, " 80 "TOUS les fichiers PDF vendus via DLM seront marqués d'un filigrane." 81 82 #: classes/wwpdf-settings-dlm.php:50 classes/wwpdf-settings-edd.php:109 85 83 msgid "" 86 84 "But if the global checkbox is checked and files are listed here, those files " 87 "listed will <strong>not</strong>be watermarked."88 msgstr "" 89 "Mais si la case globale est cochée et que les fichiers sont listés ici, ces"90 " fichiers <strong>ne</strong> seront <strong>pas</strong> filigranés."91 92 #: classes/wwpdf-settings-dlm.php:51 classes/wwpdf-settings-edd.php:11 293 #: classes/wwpdf-settings-woo.php:1 7385 "listed will NOT be watermarked." 86 msgstr "" 87 "Mais si la case globale est cochée et que les fichiers sont répertoriés ici, " 88 "les fichiers répertoriés ne seront PAS marqués d'un filigrane." 89 90 #: classes/wwpdf-settings-dlm.php:51 classes/wwpdf-settings-edd.php:110 91 #: classes/wwpdf-settings-woo.php:169 94 92 #, php-format 95 93 msgid "" … … 101 99 102 100 #: classes/wwpdf-settings-dlm.php:61 103 #, fuzzy104 #| msgid "Pages to watermark"105 101 msgid "Pages to stamp" 106 msgstr "Pages de filigrane"107 108 #: classes/wwpdf-settings-dlm.php:68 classes/wwpdf-settings-edd.php:12 6109 #: classes/wwpdf-settings-woo.php:1 93102 msgstr "Pages à tamponner" 103 104 #: classes/wwpdf-settings-dlm.php:68 classes/wwpdf-settings-edd.php:124 105 #: classes/wwpdf-settings-woo.php:189 110 106 msgid "Start Page" 111 107 msgstr "Page de départ" 112 108 113 #: classes/wwpdf-settings-dlm.php:75 classes/wwpdf-settings-edd.php:13 9114 #: classes/wwpdf-settings-woo.php:20 8109 #: classes/wwpdf-settings-dlm.php:75 classes/wwpdf-settings-edd.php:137 110 #: classes/wwpdf-settings-woo.php:204 115 111 msgid "End Page" 116 112 msgstr "Page de fin" 117 113 118 114 #: classes/wwpdf-settings-dlm.php:81 119 #, fuzzy120 #| msgid "Left/right margin"121 115 msgid "Left/right \"margin\"" 122 msgstr " Marge degauche/droite"116 msgstr "« Marge » gauche/droite" 123 117 124 118 #: classes/wwpdf-settings-dlm.php:82 classes/wwpdf-settings-dlm.php:411 125 #: classes/wwpdf-settings-edd.php:16 9 classes/wwpdf-settings-edd.php:179126 #: classes/wwpdf-settings-woo.php:2 42 classes/wwpdf-settings-woo.php:257119 #: classes/wwpdf-settings-edd.php:167 classes/wwpdf-settings-edd.php:177 120 #: classes/wwpdf-settings-woo.php:238 classes/wwpdf-settings-woo.php:253 127 121 msgid "In millimeters. Yes, metric! Defaults to 0" 128 122 msgstr "En millimètres. Oui, métrique ! La valeur par défaut est 0" 129 123 130 #: classes/wwpdf-settings-dlm.php:90 classes/wwpdf-settings-edd.php:1 91131 #: classes/wwpdf-settings-woo.php:27 7124 #: classes/wwpdf-settings-dlm.php:90 classes/wwpdf-settings-edd.php:189 125 #: classes/wwpdf-settings-woo.php:273 132 126 msgid "Watermark Text" 133 127 msgstr "Texte du Filigrane" 134 128 135 #: classes/wwpdf-settings-dlm.php:91 classes/wwpdf-settings-edd.php:19 2136 #: classes/wwpdf-settings-woo.php:2 80129 #: classes/wwpdf-settings-dlm.php:91 classes/wwpdf-settings-edd.php:190 130 #: classes/wwpdf-settings-woo.php:276 137 131 msgid "Shortcodes available, all caps, in brackets:" 138 132 msgstr "Shortcodes disponibles, tout en majuscules, entre parenthèses :" 139 133 140 #: classes/wwpdf-settings-dlm.php:92 classes/wwpdf-settings-edd.php:19 4141 #: classes/wwpdf-settings-woo.php:2 82134 #: classes/wwpdf-settings-dlm.php:92 classes/wwpdf-settings-edd.php:192 135 #: classes/wwpdf-settings-woo.php:278 142 136 #, php-format 143 137 msgid "" … … 149 143 "où, sur n'importe quelle(s) page(s)." 150 144 151 #: classes/wwpdf-settings-dlm.php:99 classes/wwpdf-settings-edd.php: 201152 #: classes/wwpdf-settings-woo.php:28 9145 #: classes/wwpdf-settings-dlm.php:99 classes/wwpdf-settings-edd.php:199 146 #: classes/wwpdf-settings-woo.php:285 153 147 msgid "Font Face" 154 148 msgstr "Typographie" 155 149 156 #: classes/wwpdf-settings-dlm.php:100 classes/wwpdf-settings-edd.php:21 6157 #: classes/wwpdf-settings-woo.php:2 92150 #: classes/wwpdf-settings-dlm.php:100 classes/wwpdf-settings-edd.php:214 151 #: classes/wwpdf-settings-woo.php:288 158 152 msgid "" 159 153 "Select a font for watermarks. M Sung will have limited Chinese characters, " … … 163 157 "chinois limités, et Furat aura des caractères arabes limités" 164 158 165 #: classes/wwpdf-settings-dlm.php:119 classes/wwpdf-settings-edd.php:2 20166 #: classes/wwpdf-settings-woo.php:30 9159 #: classes/wwpdf-settings-dlm.php:119 classes/wwpdf-settings-edd.php:218 160 #: classes/wwpdf-settings-woo.php:305 167 161 msgid "Font Size" 168 162 msgstr "Taille de la police" 169 163 170 #: classes/wwpdf-settings-dlm.php:120 classes/wwpdf-settings-edd.php:2 21171 #: classes/wwpdf-settings-woo.php:3 12164 #: classes/wwpdf-settings-dlm.php:120 classes/wwpdf-settings-edd.php:219 165 #: classes/wwpdf-settings-woo.php:308 172 166 msgid "Provide a number (suggested 10-40) for the font size" 173 167 msgstr "Indiquez un nombre (suggéré 10-40) pour la taille de la police" 174 168 175 #: classes/wwpdf-settings-dlm.php:127 classes/wwpdf-settings-edd.php:2 31176 #: classes/wwpdf-settings-woo.php:3 21169 #: classes/wwpdf-settings-dlm.php:127 classes/wwpdf-settings-edd.php:229 170 #: classes/wwpdf-settings-woo.php:317 177 171 msgid "Watermark Color" 178 172 msgstr "Couleur du filigrane" 179 173 180 #: classes/wwpdf-settings-dlm.php:128 classes/wwpdf-settings-edd.php:23 2181 #: classes/wwpdf-settings-woo.php:32 4174 #: classes/wwpdf-settings-dlm.php:128 classes/wwpdf-settings-edd.php:230 175 #: classes/wwpdf-settings-woo.php:320 182 176 msgid "Color of the watermark, in hex. Defaults to black <code>#000000</code>" 183 177 msgstr "" … … 189 183 msgstr "Opacité" 190 184 191 #: classes/wwpdf-settings-dlm.php:143 classes/wwpdf-settings-edd.php:23 8192 #: classes/wwpdf-settings-woo.php:3 30185 #: classes/wwpdf-settings-dlm.php:143 classes/wwpdf-settings-edd.php:236 186 #: classes/wwpdf-settings-woo.php:326 193 187 msgid "Rotation" 194 188 msgstr "Rotation" 195 189 196 #: classes/wwpdf-settings-dlm.php:149 classes/wwpdf-settings-edd.php:26 3197 #: classes/wwpdf-settings-woo.php:35 8190 #: classes/wwpdf-settings-dlm.php:149 classes/wwpdf-settings-edd.php:261 191 #: classes/wwpdf-settings-woo.php:354 198 192 msgid "Y Fine Tuning" 199 193 msgstr "accord précis" 200 194 201 #: classes/wwpdf-settings-dlm.php:150 classes/wwpdf-settings-woo.php:3 61195 #: classes/wwpdf-settings-dlm.php:150 classes/wwpdf-settings-woo.php:357 202 196 msgid "" 203 197 "Move the content up and down on the page by adjusting this number. In " … … 211 205 msgstr "Servir PDF si ce n'est filigrane?" 212 206 213 #: classes/wwpdf-settings-dlm.php:165 classes/wwpdf-settings-woo.php:39 6207 #: classes/wwpdf-settings-dlm.php:165 classes/wwpdf-settings-woo.php:392 214 208 msgid "Encryption Level" 215 209 msgstr "Niveau de chiffrement" 216 210 217 #: classes/wwpdf-settings-dlm.php:171 classes/wwpdf-settings-edd.php:30 7218 #: classes/wwpdf-settings-woo.php:4 13211 #: classes/wwpdf-settings-dlm.php:171 classes/wwpdf-settings-edd.php:305 212 #: classes/wwpdf-settings-woo.php:409 219 213 msgid "Disable Printing" 220 214 msgstr "Désactiver l’impression" … … 233 227 msgstr "Désactiver" 234 228 235 #: classes/wwpdf-settings-dlm.php:180 classes/wwpdf-settings-edd.php:31 3236 #: classes/wwpdf-settings-woo.php:4 21229 #: classes/wwpdf-settings-dlm.php:180 classes/wwpdf-settings-edd.php:311 230 #: classes/wwpdf-settings-woo.php:417 237 231 msgid "Disable Copying" 238 232 msgstr "Désactiver la copie" 239 233 240 #: classes/wwpdf-settings-dlm.php:181 classes/wwpdf-settings-edd.php:31 4241 #: classes/wwpdf-settings-woo.php:4 22234 #: classes/wwpdf-settings-dlm.php:181 classes/wwpdf-settings-edd.php:312 235 #: classes/wwpdf-settings-woo.php:418 242 236 msgid "" 243 237 "Check this box to prevent your end consumer from copying and pasting content " … … 247 241 "le contenu de votre fichier PDF." 248 242 249 #: classes/wwpdf-settings-dlm.php:189 classes/wwpdf-settings-edd.php:31 9250 #: classes/wwpdf-settings-woo.php:42 9243 #: classes/wwpdf-settings-dlm.php:189 classes/wwpdf-settings-edd.php:317 244 #: classes/wwpdf-settings-woo.php:425 251 245 msgid "Disable Editing" 252 246 msgstr "Désactiver la modification" … … 259 253 "consommateur final dans Acrobat." 260 254 261 #: classes/wwpdf-settings-dlm.php:198 classes/wwpdf-settings-edd.php:32 5262 #: classes/wwpdf-settings-woo.php:43 7255 #: classes/wwpdf-settings-dlm.php:198 classes/wwpdf-settings-edd.php:323 256 #: classes/wwpdf-settings-woo.php:433 263 257 msgid "Disable Annotations" 264 258 msgstr "Désactiver les Annotations" … … 271 265 "fichier." 272 266 273 #: classes/wwpdf-settings-dlm.php:208 classes/wwpdf-settings-edd.php:34 8274 #: classes/wwpdf-settings-woo.php:46 6267 #: classes/wwpdf-settings-dlm.php:208 classes/wwpdf-settings-edd.php:346 268 #: classes/wwpdf-settings-woo.php:462 275 269 msgid "Disable Form Filling" 276 270 msgstr "Désactiver le remplissage des formulaires" … … 280 274 msgstr "Désactiver l'extraction" 281 275 282 #: classes/wwpdf-settings-dlm.php:222 classes/wwpdf-settings-edd.php:33 2283 #: classes/wwpdf-settings-woo.php:44 6276 #: classes/wwpdf-settings-dlm.php:222 classes/wwpdf-settings-edd.php:330 277 #: classes/wwpdf-settings-woo.php:442 284 278 msgid "Disable Assembly" 285 279 msgstr "Désactiver l'assemblage" 286 280 287 #: classes/wwpdf-settings-dlm.php:229 classes/wwpdf-settings-edd.php:3 40288 #: classes/wwpdf-settings-woo.php:45 6281 #: classes/wwpdf-settings-dlm.php:229 classes/wwpdf-settings-edd.php:338 282 #: classes/wwpdf-settings-woo.php:452 289 283 msgid "Disable High Res Printing" 290 284 msgstr "Désactiver l'impression en haute résolution" … … 294 288 msgstr "Mot de passe de l’utilisateur PDF" 295 289 296 #: classes/wwpdf-settings-dlm.php:236 classes/wwpdf-settings-edd.php:36 5297 #: classes/wwpdf-settings-woo.php:48 7290 #: classes/wwpdf-settings-dlm.php:236 classes/wwpdf-settings-edd.php:363 291 #: classes/wwpdf-settings-woo.php:483 298 292 msgid "" 299 293 "This is a password your end user will need to enter before viewing the PDF " … … 308 302 309 303 #: classes/wwpdf-settings-dlm.php:245 classes/wwpdf-settings-dlm.php:613 310 #: classes/wwpdf-settings-edd.php:37 4 classes/wwpdf-settings-woo.php:495304 #: classes/wwpdf-settings-edd.php:371 classes/wwpdf-settings-woo.php:490 311 305 msgid "" 312 306 "An owner password allows the end user to take control of a PDF. Leave blank " … … 319 313 "le saurez pas)." 320 314 321 #: classes/wwpdf-settings-dlm.php:252 classes/wwpdf-settings-edd.php:3 82322 #: classes/wwpdf-settings-woo.php:50 5315 #: classes/wwpdf-settings-dlm.php:252 classes/wwpdf-settings-edd.php:379 316 #: classes/wwpdf-settings-woo.php:500 323 317 msgid "Unlock with User Password?" 324 318 msgstr "Déverrouiller avec le mot de passe de l'utilisateur ?" 325 319 326 320 #: classes/wwpdf-settings-dlm.php:253 classes/wwpdf-settings-dlm.php:639 327 #: classes/wwpdf-settings-edd.php:38 3 classes/wwpdf-settings-woo.php:506321 #: classes/wwpdf-settings-edd.php:380 classes/wwpdf-settings-woo.php:501 328 322 msgid "" 329 323 "By default PDF protections can only be removed with an owner password. Check " … … 334 328 "mot de passe utilisateur. À UTILISER AVEC PRÉCAUTION." 335 329 336 #: classes/wwpdf-settings-dlm.php:260 classes/wwpdf-settings-edd.php:3 91337 #: classes/wwpdf-settings-woo.php:6 9 classes/wwpdf-settings-woo.php:95330 #: classes/wwpdf-settings-dlm.php:260 classes/wwpdf-settings-edd.php:388 331 #: classes/wwpdf-settings-woo.php:68 classes/wwpdf-settings-woo.php:91 338 332 msgid "Housekeeping" 339 333 msgstr "Entretien Ménager" 340 334 341 #: classes/wwpdf-settings-dlm.php:265 classes/wwpdf-settings-woo.php:9 9335 #: classes/wwpdf-settings-dlm.php:265 classes/wwpdf-settings-woo.php:95 342 336 msgid "Leave No Trace?" 343 337 msgstr "Ne laisser aucune trace?" 344 338 345 #: classes/wwpdf-settings-dlm.php:266 classes/wwpdf-settings-woo.php: 102339 #: classes/wwpdf-settings-dlm.php:266 classes/wwpdf-settings-woo.php:98 346 340 msgid "" 347 341 "If this box is checked and you uninstall PDF Ink Lite, all your settings " … … 351 345 "réglages seront supprimés de votre base de données WordPress." 352 346 353 #: classes/wwpdf-settings-dlm.php:267 classes/wwpdf-settings-woo.php:103347 #: classes/wwpdf-settings-dlm.php:267 354 348 #, php-format 355 349 msgid "" 356 350 "Marked PDF files will accumulate in your PDF folder whether using Force " 357 "downloads or not. To keep your server tidy, manually delete ad lib or </"358 " strong><a href=\"%s\" target=\"_blank\" rel=\"noopener\">upgrade this "351 "downloads or not. To keep your server tidy, manually delete ad lib or " 352 "<strong><a href=\"%s\" target=\"_blank\" rel=\"noopener\">upgrade this " 359 353 "plugin</a></strong> for better file handling and automatic cleaning." 360 354 msgstr "" 361 "Les fichiers PDF marqués s'accumulent dans votre dossier PDF, que vous " 362 "utilisiez ou non les téléchargements forcés. Pour garder votre serveur " 363 "propre, supprimez manuellement les fichiers ad lib ou </strong><a " 364 "href=\"%s\" target=\"_blank\" rel=\"noopener\">mettez à jour ce plugin</a></" 365 "strong> pour une meilleure gestion des fichiers et un nettoyage automatique." 366 367 #: classes/wwpdf-settings-dlm.php:274 classes/wwpdf-settings-edd.php:403 368 #: classes/wwpdf-settings-woo.php:109 355 "Les fichiers PDF marqués s'accumuleront dans votre dossier PDF, que vous " 356 "utilisiez ou non la fonction « Forcer les téléchargements ». Pour garder " 357 "votre serveur bien rangé, supprimez manuellement les fichiers ad lib ou " 358 "<strong><a href=\"%s\" target=\"_blank\" rel=\"noopener\">mettez à jour ce " 359 "plugin</a></strong> pour une meilleure gestion des fichiers et un nettoyage " 360 "automatique." 361 362 #: classes/wwpdf-settings-dlm.php:274 classes/wwpdf-settings-edd.php:400 363 #: classes/wwpdf-settings-woo.php:105 369 364 msgid "Give Us Attribution" 370 365 msgstr "Attribution" 371 366 372 #: classes/wwpdf-settings-dlm.php:275 classes/wwpdf-settings-edd.php:40 4373 #: classes/wwpdf-settings-woo.php:1 10367 #: classes/wwpdf-settings-dlm.php:275 classes/wwpdf-settings-edd.php:401 368 #: classes/wwpdf-settings-woo.php:106 374 369 msgid "" 375 370 "We'd love it if you check this box and allow us to add a tiny, invisible " … … 380 375 "PDF marqués, en mentionnant PDF Ink Lite." 381 376 382 #: classes/wwpdf-settings-dlm.php:282 classes/wwpdf-settings-woo.php: 70377 #: classes/wwpdf-settings-dlm.php:282 classes/wwpdf-settings-woo.php:69 383 378 msgid "Logging" 384 379 msgstr "" 385 380 386 #: classes/wwpdf-settings-dlm.php:287 classes/wwpdf-settings-woo.php:12 8381 #: classes/wwpdf-settings-dlm.php:287 classes/wwpdf-settings-woo.php:124 387 382 msgid "Enable Logs?" 388 383 msgstr "Activer les journaux ?" 389 384 390 #: classes/wwpdf-settings-dlm.php:288 classes/wwpdf-settings-woo.php:12 9385 #: classes/wwpdf-settings-dlm.php:288 classes/wwpdf-settings-woo.php:125 391 386 msgid "Check to enable event/error logging. This can help with debugging." 392 387 msgstr "" … … 394 389 "peut faciliter le débogage." 395 390 396 #: classes/wwpdf-settings-dlm.php:300 classes/wwpdf-settings-woo.php:7 1391 #: classes/wwpdf-settings-dlm.php:300 classes/wwpdf-settings-woo.php:70 397 392 msgid "More Info" 398 393 msgstr "Plus d'infos" 399 394 400 #: classes/wwpdf-settings-dlm.php:339 classes/wwpdf-settings-edd.php:4 2401 #: classes/wwpdf-settings-woo.php:6 28395 #: classes/wwpdf-settings-dlm.php:339 classes/wwpdf-settings-edd.php:40 396 #: classes/wwpdf-settings-woo.php:609 402 397 msgid "" 403 398 "PDF Ink Lite is rudimentary and may not work on every PDF. Test before going " … … 410 405 #, php-format 411 406 msgid "" 412 "The only watermarking plugin for Download Monitor that works with " 413 "<strong>any and every</strong> PDF is the <a href=\"%s\" target=\"_blank\" " 414 "rel=\"noopener\">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</" 415 "a>." 416 msgstr "" 417 "Le seul plugin de filigrane pour Download Monitor qui fonctionne avec " 418 "<strong>tous les</strong> PDF est la <a href=\"%s\" target=\"_blank\" " 419 "rel=\"noopener\">mise à niveau de PDF Ink combinée avec le module " 420 "complémentaire SetaPDF-Stamper</a>." 421 422 #: classes/wwpdf-settings-dlm.php:345 classes/wwpdf-settings-edd.php:48 407 "The only watermarking plugin for Download Monitor that works with any and " 408 "every PDF is the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink " 409 "upgrade combined with the SetaPDF-Stamper add-on</a>." 410 msgstr "" 411 "Le seul plugin de filigrane pour Download Monitor qui fonctionne avec tous " 412 "les fichiers PDF est la <a href=\"%s\" target=\"_blank\" " 413 "rel=\"noopener\">mise à niveau PDF Ink combinée à l'extension SetaPDF-" 414 "Stamper</a>." 415 416 #: classes/wwpdf-settings-dlm.php:345 classes/wwpdf-settings-edd.php:46 423 417 #, php-format 424 418 msgid "" … … 440 434 "de pages personnalisée. La valeur par défaut est `Toutes les pages`" 441 435 442 #: classes/wwpdf-settings-dlm.php:382 classes/wwpdf-settings-edd.php:12 7443 #: classes/wwpdf-settings-woo.php:19 4436 #: classes/wwpdf-settings-dlm.php:382 classes/wwpdf-settings-edd.php:125 437 #: classes/wwpdf-settings-woo.php:190 444 438 msgid "" 445 439 "Provide a number to indicate the page you wish watermarking to begin on. " … … 449 443 "commencer sur. Par défaut, page 1." 450 444 451 #: classes/wwpdf-settings-dlm.php:397 classes/wwpdf-settings-edd.php:1 41452 #: classes/wwpdf-settings-woo.php:20 9445 #: classes/wwpdf-settings-dlm.php:397 classes/wwpdf-settings-edd.php:139 446 #: classes/wwpdf-settings-woo.php:205 453 447 msgid "" 454 448 "Provide a number to indicate the page you wish watermarking to end on. Type " … … 460 454 461 455 #: classes/wwpdf-settings-dlm.php:424 462 #, no-php-format463 456 msgid "" 464 457 "Make your stamp transparent. A value of 0 will be translucent, .5 means 50% " … … 472 465 msgstr "Rotation du timbre sur la page 0-359 degrés" 473 466 474 #: classes/wwpdf-settings-dlm.php:454 classes/wwpdf-settings-edd.php:27 9475 #: classes/wwpdf-settings-woo.php:3 83467 #: classes/wwpdf-settings-dlm.php:454 classes/wwpdf-settings-edd.php:277 468 #: classes/wwpdf-settings-woo.php:379 476 469 msgid "" 477 470 "Should the un-watermarked PDF still be served if watermarking or encryption " … … 481 474 "cryptage échoue ? Par défaut, non." 482 475 483 #: classes/wwpdf-settings-dlm.php:491 classes/wwpdf-settings-edd.php:29 2484 #: classes/wwpdf-settings-woo.php:39 7476 #: classes/wwpdf-settings-dlm.php:491 classes/wwpdf-settings-edd.php:290 477 #: classes/wwpdf-settings-woo.php:393 485 478 msgid "" 486 479 "RC4 encryption is automatically set because it is required for protections & " … … 490 483 "protections et les mots de passe." 491 484 492 #: classes/wwpdf-settings-dlm.php:492 classes/wwpdf-settings-edd.php:29 2493 #: classes/wwpdf-settings-woo.php:39 7485 #: classes/wwpdf-settings-dlm.php:492 classes/wwpdf-settings-edd.php:290 486 #: classes/wwpdf-settings-woo.php:393 494 487 msgid "If your server doesn’t support RC4 encryption, watermarking will fail." 495 488 msgstr "" … … 497 490 "échouera." 498 491 499 #: classes/wwpdf-settings-dlm.php:493 classes/wwpdf-settings-edd.php:29 2500 #: classes/wwpdf-settings-woo.php:39 7492 #: classes/wwpdf-settings-dlm.php:493 classes/wwpdf-settings-edd.php:290 493 #: classes/wwpdf-settings-woo.php:393 501 494 msgid "" 502 495 "Encryption can slow down and possibly stall your downloads, especially if " … … 507 500 "intégrées." 508 501 509 #: classes/wwpdf-settings-dlm.php:494 classes/wwpdf-settings-edd.php:29 2510 #: classes/wwpdf-settings-woo.php:39 7502 #: classes/wwpdf-settings-dlm.php:494 classes/wwpdf-settings-edd.php:290 503 #: classes/wwpdf-settings-woo.php:393 511 504 msgid "The RC4 stream cipher is not bullet-proof." 512 505 msgstr "Le chiffrement de flux RC4 n'est pas parfait." 513 506 514 #: classes/wwpdf-settings-dlm.php:495 classes/wwpdf-settings-edd.php:29 2515 #: classes/wwpdf-settings-woo.php:39 7507 #: classes/wwpdf-settings-dlm.php:495 classes/wwpdf-settings-edd.php:290 508 #: classes/wwpdf-settings-woo.php:393 516 509 msgid "" 517 510 "Some browsers or PDF viewers may ignore protection settings, and some " … … 547 540 "suppression de pages et création de signets ou d'images miniatures)." 548 541 549 #: classes/wwpdf-settings-dlm.php:600 classes/wwpdf-settings-edd.php:3 41550 #: classes/wwpdf-settings-woo.php:45 7542 #: classes/wwpdf-settings-dlm.php:600 classes/wwpdf-settings-edd.php:339 543 #: classes/wwpdf-settings-woo.php:453 551 544 msgid "" 552 545 "Check this box to make it more difficult for your PDF to be printed " … … 556 549 "le consommateur final." 557 550 558 #: classes/wwpdf-settings-edd.php:45 559 #, fuzzy, php-format 560 #| msgid "" 561 #| "The only watermarking plugin for Easy Digital Downloads that works with " 562 #| "<strong>any and every</strong> PDF is <a href=\"%s\" target=\"_blank\" " 563 #| "rel=\"noopener\">PDF Ink combined with the SetaPDF-Stamper add-on</a>." 564 msgid "" 565 "The only watermarking plugin for Easy Digital Downloads that works with " 566 "<strong>any and every</strong> PDF is the <a href=\"%s\" target=\"_blank\" " 567 "rel=\"noopener\">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</" 568 "a>." 569 msgstr "" 570 "Le seul plugin de filigrane pour Easy Digital Downloads qui fonctionne avec " 571 "<strong>tous les</strong> PDF est <a href=\"%s\" target=\"_blank\" " 572 "rel=\"noopener\">PDF Ink combiné avec le module complémentaire SetaPDF-" 573 "Stamper</a>." 574 575 #: classes/wwpdf-settings-edd.php:95 classes/wwpdf-settings-woo.php:147 551 #: classes/wwpdf-settings-edd.php:43 552 #, php-format 553 msgid "" 554 "The only watermarking plugin for Easy Digital Downloads that works with any " 555 "and every PDF is the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF " 556 "Ink upgrade combined with the SetaPDF-Stamper add-on</a>." 557 msgstr "" 558 "Le seul plugin de tatouage numérique pour Easy Digital Downloads qui " 559 "fonctionne avec tous les fichiers PDF est la <a href=\"%s\" " 560 "target=\"_blank\" rel=\"noopener\">mise à niveau PDF Ink combinée à " 561 "l'extension SetaPDF-Stamper</a>." 562 563 #: classes/wwpdf-settings-edd.php:93 classes/wwpdf-settings-woo.php:143 576 564 msgid "PDF Ink Lite Settings" 577 565 msgstr "PDF Ink Lite Paramètres" 578 566 579 #: classes/wwpdf-settings-edd.php:10 2 classes/wwpdf-settings-woo.php:151567 #: classes/wwpdf-settings-edd.php:100 classes/wwpdf-settings-woo.php:147 580 568 msgid "Enable Watermarking" 581 569 msgstr "Activez le tatouage" 582 570 583 #: classes/wwpdf-settings-edd.php:10 3571 #: classes/wwpdf-settings-edd.php:101 584 572 msgid "" 585 573 "Check to watermark PDFs sold via Easy Digital Downloads using the settings " … … 589 577 "utilisant les paramètres ci-dessous." 590 578 591 #: classes/wwpdf-settings-edd.php:10 9 classes/wwpdf-settings-woo.php:161579 #: classes/wwpdf-settings-edd.php:107 classes/wwpdf-settings-woo.php:157 592 580 msgid "List file name(s) of PDF(s), one per line, e.g.," 593 581 msgstr "Liste des noms de fichiers des PDF, un par ligne, par exemple," 594 582 595 #: classes/wwpdf-settings-edd.php:10 9 classes/wwpdf-settings-woo.php:161583 #: classes/wwpdf-settings-edd.php:107 classes/wwpdf-settings-woo.php:157 596 584 msgid "or" 597 585 msgstr "ou" 598 586 599 #: classes/wwpdf-settings-edd.php:10 9587 #: classes/wwpdf-settings-edd.php:107 600 588 msgid "Case-sensitive." 601 589 msgstr "Sensible à la casse." 602 590 603 #: classes/wwpdf-settings-edd.php:110 604 msgid "" 605 "If left blank and the Global checkbox above is checked, <strong>all</strong> " 606 "PDFs sold through EDD will be watermarked." 607 msgstr "" 608 "Si cette case n'est pas cochée et que la case \"Global\" est cochée, " 609 "<strong>tous les</strong> PDF vendus par l'intermédiaire d'EDD seront " 610 "marqués d'un filigrane." 611 612 #: classes/wwpdf-settings-edd.php:118 classes/wwpdf-settings-woo.php:183 591 #: classes/wwpdf-settings-edd.php:108 592 msgid "" 593 "If left blank and the Global checkbox above is checked, ALL PDFs sold " 594 "through EDD will be watermarked." 595 msgstr "" 596 "Si ce champ est laissé vide et que la case « Global » ci-dessus est cochée, " 597 "TOUS les fichiers PDF vendus via EDD seront marqués d'un filigrane." 598 599 #: classes/wwpdf-settings-edd.php:116 classes/wwpdf-settings-woo.php:179 613 600 msgid "Right to Left Watermarking" 614 601 msgstr "De droite à gauche Watermarking" 615 602 616 #: classes/wwpdf-settings-edd.php:11 9 classes/wwpdf-settings-woo.php:184603 #: classes/wwpdf-settings-edd.php:117 classes/wwpdf-settings-woo.php:180 617 604 msgid "" 618 605 "Check to switch from default left-to-right (LTR) to right-to-left (RTL), for " … … 622 609 "(RTL), pour l'arabe, l'hébreu, etc." 623 610 624 #: classes/wwpdf-settings-edd.php:14 7 classes/wwpdf-settings-woo.php:223611 #: classes/wwpdf-settings-edd.php:145 classes/wwpdf-settings-woo.php:219 625 612 msgid "Pages to watermark" 626 613 msgstr "Pages de filigrane" 627 614 628 #: classes/wwpdf-settings-edd.php:14 8 classes/wwpdf-settings-woo.php:224615 #: classes/wwpdf-settings-edd.php:146 classes/wwpdf-settings-woo.php:220 629 616 msgid "" 630 617 "Watermark every page, the first page only, the last page only, every odd " … … 635 622 "de pages personnalisée. La valeur par défaut est `Toutes les pages`" 636 623 637 #: classes/wwpdf-settings-edd.php:16 5 classes/wwpdf-settings-woo.php:241624 #: classes/wwpdf-settings-edd.php:163 classes/wwpdf-settings-woo.php:237 638 625 msgid "Top/bottom margin" 639 626 msgstr "Marge supérieure/inférieure" 640 627 641 #: classes/wwpdf-settings-edd.php:17 5 classes/wwpdf-settings-woo.php:256628 #: classes/wwpdf-settings-edd.php:173 classes/wwpdf-settings-woo.php:252 642 629 msgid "Left/right margin" 643 630 msgstr "Marge de gauche/droite" 644 631 645 #: classes/wwpdf-settings-edd.php:18 4 classes/wwpdf-settings-woo.php:274632 #: classes/wwpdf-settings-edd.php:182 classes/wwpdf-settings-woo.php:270 646 633 msgid "Page Setup" 647 634 msgstr "Paramètres de la page" 648 635 649 #: classes/wwpdf-settings-edd.php:23 9 classes/wwpdf-settings-woo.php:331636 #: classes/wwpdf-settings-edd.php:237 classes/wwpdf-settings-woo.php:327 650 637 msgid "" 651 638 "Rotate the watermark on the page 0-359 degrees. Rotation is counter-" … … 655 642 "s'effectue dans le sens inverse des aiguilles d'une montre." 656 643 657 #: classes/wwpdf-settings-edd.php:2 51 classes/wwpdf-settings-woo.php:345644 #: classes/wwpdf-settings-edd.php:249 classes/wwpdf-settings-woo.php:341 658 645 msgid "X Fine Tuning" 659 646 msgstr "X Fine Tuning" 660 647 661 #: classes/wwpdf-settings-edd.php:25 7 classes/wwpdf-settings-woo.php:346648 #: classes/wwpdf-settings-edd.php:255 classes/wwpdf-settings-woo.php:342 662 649 msgid "" 663 650 "Move the watermark left and right by adjusting this number. In millimeters. " … … 667 654 "millimètres. Valeur par défaut : 0" 668 655 669 #: classes/wwpdf-settings-edd.php:26 7656 #: classes/wwpdf-settings-edd.php:265 670 657 msgid "" 671 658 "Move the content up and down on the page by adjusting this number. In " … … 675 662 "nombre. En millimètres, tenez compte de la hauteur de votre police/texte !" 676 663 677 #: classes/wwpdf-settings-edd.php:27 3 classes/wwpdf-settings-woo.php:377664 #: classes/wwpdf-settings-edd.php:271 classes/wwpdf-settings-woo.php:373 678 665 msgid "Security Settings" 679 666 msgstr "Paramètres de sécurité" 680 667 681 #: classes/wwpdf-settings-edd.php:27 8 classes/wwpdf-settings-woo.php:382668 #: classes/wwpdf-settings-edd.php:276 classes/wwpdf-settings-woo.php:378 682 669 msgid "Serve PDF if not watermarked?" 683 670 msgstr "Servir PDF si ce n'est filigrane?" 684 671 685 #: classes/wwpdf-settings-edd.php:27 9672 #: classes/wwpdf-settings-edd.php:277 686 673 msgid "" 687 674 "If no, the customer will receive an error message saying if file preparation " … … 691 678 "la préparation du fichier a échoué." 692 679 693 #: classes/wwpdf-settings-edd.php:2 91680 #: classes/wwpdf-settings-edd.php:289 694 681 msgid "Encryption level" 695 682 msgstr "Niveau de chiffrement" 696 683 697 #: classes/wwpdf-settings-edd.php:30 8 classes/wwpdf-settings-woo.php:414684 #: classes/wwpdf-settings-edd.php:306 classes/wwpdf-settings-woo.php:410 698 685 msgid "" 699 686 "Check this box to make it more difficult for your PDF to be printed by the " … … 703 690 "le consommateur final." 704 691 705 #: classes/wwpdf-settings-edd.php:3 20 classes/wwpdf-settings-woo.php:430692 #: classes/wwpdf-settings-edd.php:318 classes/wwpdf-settings-woo.php:426 706 693 msgid "" 707 694 "Check this box to prevent editing/modification of your PDF by the end " … … 711 698 "consommateur final dans Acrobat." 712 699 713 #: classes/wwpdf-settings-edd.php:32 6 classes/wwpdf-settings-woo.php:438700 #: classes/wwpdf-settings-edd.php:324 classes/wwpdf-settings-woo.php:434 714 701 msgid "" 715 702 "Check this box to prevent the addition or modification of text annotations/" … … 724 711 "champs de signature)." 725 712 726 #: classes/wwpdf-settings-edd.php:33 3 classes/wwpdf-settings-woo.php:447713 #: classes/wwpdf-settings-edd.php:331 classes/wwpdf-settings-woo.php:443 727 714 msgid "" 728 715 "Check this box to prevent insertion, rotation, or deletion of pages and " … … 732 719 "des pages et la création de signets ou d’images miniatures." 733 720 734 #: classes/wwpdf-settings-edd.php:34 9 classes/wwpdf-settings-woo.php:467721 #: classes/wwpdf-settings-edd.php:347 classes/wwpdf-settings-woo.php:463 735 722 msgid "" 736 723 "Check this box to prevent filling in existing interactive form fields " … … 740 727 "interactifs existants (y compris les champs de signature)." 741 728 742 #: classes/wwpdf-settings-edd.php:35 6 classes/wwpdf-settings-woo.php:476729 #: classes/wwpdf-settings-edd.php:354 classes/wwpdf-settings-woo.php:472 743 730 msgid "Disable Accessibility" 744 731 msgstr "Désactiver l'accessibilité" 745 732 746 #: classes/wwpdf-settings-edd.php:35 7 classes/wwpdf-settings-woo.php:477733 #: classes/wwpdf-settings-edd.php:355 classes/wwpdf-settings-woo.php:473 747 734 msgid "" 748 735 "Check this box to prevent extraction of text and graphics (in support of " … … 754 741 "Certains lecteurs de PDF désactivent déjà cette fonction." 755 742 756 #: classes/wwpdf-settings-edd.php:36 4 classes/wwpdf-settings-woo.php:486743 #: classes/wwpdf-settings-edd.php:362 classes/wwpdf-settings-woo.php:482 757 744 msgid "User Password (optional)" 758 745 msgstr "Mot de passe de l’utilisateur (facultatif)" 759 746 760 #: classes/wwpdf-settings-edd.php:366 classes/wwpdf-settings-woo.php:488 761 msgid "" 762 "Enter <code>email</code> to set the password automagically as the user's " 763 "checkout email address." 764 msgstr "" 765 "Saisissez l'<code>adresse</code> électronique pour que le mot de passe soit " 766 "automatiquement défini comme l'adresse électronique de l'utilisateur lors du " 767 "paiement." 768 769 #: classes/wwpdf-settings-edd.php:372 classes/wwpdf-settings-woo.php:494 747 #: classes/wwpdf-settings-edd.php:369 classes/wwpdf-settings-woo.php:489 770 748 msgid "Owner Password (optional)" 771 749 msgstr "Mot de passe du propriétaire (facultatif)" 772 750 773 #: classes/wwpdf-settings-edd.php:39 3751 #: classes/wwpdf-settings-edd.php:390 774 752 msgid "" 775 753 "Easy Digital Downloads debug logs can be found at Downloads > Tools > Debug " … … 779 757 "Téléchargements > Outils > Journal de débogage" 780 758 781 #: classes/wwpdf-settings-edd.php:39 7759 #: classes/wwpdf-settings-edd.php:394 782 760 msgid "Leave No Trace" 783 761 msgstr "Ne laisser aucune trace" 784 762 785 #: classes/wwpdf-settings-edd.php:39 8763 #: classes/wwpdf-settings-edd.php:395 786 764 msgid "" 787 765 "If this box is checked and you uninstall PDF Ink Lite, all your settings " … … 791 769 "paramètres seront supprimés de votre base de données Wordpress." 792 770 793 #: classes/wwpdf-settings-woo.php:9 6771 #: classes/wwpdf-settings-woo.php:92 794 772 msgid "" 795 773 "New with PDF Ink Lite v4: marked PDF files are stored in the wp-content/" … … 799 777 "dossier wp-content/uploads/pdf-ink/ pour une gestion plus facile." 800 778 801 #: classes/wwpdf-settings-woo.php:123 779 #: classes/wwpdf-settings-woo.php:99 780 #, php-format 781 msgid "" 782 "Marked PDF files will accumulate in your PDF folder whether using Force " 783 "downloads or not. To keep your server tidy, manually delete ad lib or <a " 784 "href=\"%s\" target=\"_blank\" rel=\"noopener\">upgrade this plugin</a> for " 785 "better file handling and automatic cleaning." 786 msgstr "" 787 "Les fichiers PDF marqués s'accumuleront dans votre dossier PDF, que vous " 788 "utilisiez ou non la fonction « Forcer les téléchargements ». Pour garder " 789 "votre serveur bien rangé, supprimez manuellement les fichiers ad lib ou <a " 790 "href=\"%s\" target=\"_blank\" rel=\"noopener\">mettez à jour ce plugin</a> " 791 "pour une meilleure gestion des fichiers et un nettoyage automatique." 792 793 #: classes/wwpdf-settings-woo.php:119 802 794 msgid "PDF Ink Lite Logs" 803 795 msgstr "Journaux PDF Ink Lite" 804 796 805 #: classes/wwpdf-settings-woo.php:15 4797 #: classes/wwpdf-settings-woo.php:150 806 798 msgid "Check to watermark PDFs sold via WooCommerce using the settings below." 807 799 msgstr "" … … 809 801 "utilisant les paramètres ci-dessous." 810 802 811 #: classes/wwpdf-settings-woo.php:15 8803 #: classes/wwpdf-settings-woo.php:154 812 804 msgid "File(s) to watermark" 813 805 msgstr "Fichier (s) à filigrane" 814 806 815 #: classes/wwpdf-settings-woo.php:1 61807 #: classes/wwpdf-settings-woo.php:157 816 808 msgid " Case-sensitive." 817 809 msgstr " Sensible à la casse." 818 810 819 #: classes/wwpdf-settings-woo.php:16 9811 #: classes/wwpdf-settings-woo.php:165 820 812 msgid "Enable New Logic?" 821 813 msgstr "Activer une nouvelle logique ?" 822 814 823 #: classes/wwpdf-settings-woo.php:1 70815 #: classes/wwpdf-settings-woo.php:166 824 816 msgid "" 825 817 "If this box is checked, it changes how the `File(s) to Watermark` field " … … 829 821 "\"Fichier(s) à filigraner\" ci-dessus." 830 822 831 #: classes/wwpdf-settings-woo.php:1 71823 #: classes/wwpdf-settings-woo.php:167 832 824 msgid "" 833 825 "If checked, and \"Enable Watermarking\" is also checked, any files listed in " … … 838 830 "filigranés." 839 831 840 #: classes/wwpdf-settings-woo.php:1 72832 #: classes/wwpdf-settings-woo.php:168 841 833 msgid "" 842 834 "If checked, and \"Enable Watermarking\" is not checked, any files listed in " … … 846 838 "pas, tous les fichiers répertoriés dans la boîte seront filigranés." 847 839 848 #: classes/wwpdf-settings-woo.php:28 4840 #: classes/wwpdf-settings-woo.php:280 849 841 msgid "Licensed to [FIRSTNAME] [LASTNAME], [EMAIL]" 850 842 msgstr "Licence à [FIRSTNAME] [LASTNAME], [EMAIL]" 851 843 852 #: classes/wwpdf-settings-woo.php:631 853 #, php-format 854 msgid "" 855 "The only watermarking plugin for WooCommerce that works with <strong>any and " 856 "every</strong> PDF is the <a href=\"%s\" target=\"_blank\" " 857 "rel=\"noopener\">PDF Ink upgrade combined with the SetaPDF-Stamper add-on</" 858 "a>." 859 msgstr "" 860 "Le seul plugin de filigrane pour WooCommerce qui fonctionne avec " 861 "<strong>tous les</strong> PDF est la <a href=\"%s\" target=\"_blank\" " 862 "rel=\"noopener\">mise à jour PDF Ink combinée avec l'add-on SetaPDF-Stamper</" 863 "a>." 864 865 #: classes/wwpdf-settings-woo.php:634 844 #: classes/wwpdf-settings-woo.php:612 845 #, php-format 846 msgid "" 847 "The only watermarking plugin for WooCommerce that works with any and every " 848 "PDF is the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink upgrade " 849 "combined with the SetaPDF-Stamper add-on</a>." 850 msgstr "" 851 "Le seul plugin de filigranage pour WooCommerce qui fonctionne avec tous les " 852 "fichiers PDF est la <a href=\"%s\" target=\"_blank\" rel=\"noopener\">mise à " 853 "niveau PDF Ink combinée à l'extension SetaPDF-Stamper</a>." 854 855 #: classes/wwpdf-settings-woo.php:615 866 856 #, php-format 867 857 msgid "" … … 980 970 #, php-format 981 971 msgid "" 982 "<strong>PDF Ink Lite</strong> supports PHP %s or later. Please update PHP on " 983 "your server for better overall results." 984 msgstr "" 985 "<strong>PDF Ink Lite</strong> supporte PHP %s ou une version plus récente. " 986 "Veuillez mettre à jour PHP sur votre serveur pour obtenir de meilleurs " 987 "résultats." 972 "PDF Ink Lite supports PHP %s or later. Please update PHP on your server for " 973 "better overall results." 974 msgstr "" 975 "PDF Ink Lite prend en charge PHP %s ou versions ultérieures. Veuillez mettre " 976 "à jour PHP sur votre serveur pour obtenir de meilleurs résultats globaux." 988 977 989 978 #: waterwoo-pdf.php:224 990 979 #, php-format 991 980 msgid "" 992 " <strong>PDF Ink Lite</strong> supports WordPress version %s or later. Please"993 " update WordPressto use this plugin."994 msgstr "" 995 " <strong>PDF Ink Lite</strong> est compatible avec la version de WordPress %s"996 " ou ultérieure. Veuillezmettre à jour WordPress pour utiliser ce plugin."981 "PDF Ink Lite supports WordPress version %s or later. Please update WordPress " 982 "to use this plugin." 983 msgstr "" 984 "PDF Ink Lite prend en charge WordPress version %s ou ultérieure. Veuillez " 985 "mettre à jour WordPress pour utiliser ce plugin." 997 986 998 987 #: waterwoo-pdf.php:228 999 988 #, php-format 1000 989 msgid "" 1001 "The <strong>PDF Ink Lite</strong> plugin requires WooCommerce be activated. " 1002 "You can <a href=\"%s\" target=\"_blank\" rel=\"noopener\">download " 1003 "WooCommerce here</a>." 1004 msgstr "" 1005 "Le plugin <strong>PDF Ink Lite</strong> nécessite l'activation de " 1006 "WooCommerce. Vous pouvez <a href=\"%s\" target=\"_blank\" " 1007 "rel=\"noopener\">télécharger WooCommerce ici</a>." 990 "The PDF Ink Lite plugin requires WooCommerce be activated. You can <a " 991 "href=\"%s\" target=\"_blank\" rel=\"noopener\">download WooCommerce here</a>." 992 msgstr "" 993 "Le plugin PDF Ink Lite nécessite l'activation de WooCommerce. Vous pouvez <a " 994 "href=\"%s\" target=\"_blank\" rel=\"noopener\">télécharger WooCommerce ici</" 995 "a>." 1008 996 1009 997 #: waterwoo-pdf.php:232 1010 998 #, php-format 1011 999 msgid "" 1012 "Sorry, <strong>PDF Ink Lite</strong> supports WooCommerce version %s or"1013 " newer, for securityreasons."1014 msgstr "" 1015 "Désolé, <strong>PDF Ink Lite</strong> supporte la version de WooCommerce %s"1016 " ou plus récente, pour des raisons de sécurité."1000 "Sorry, PDF Ink Lite supports WooCommerce version %s or newer, for security " 1001 "reasons." 1002 msgstr "" 1003 "Désolé, PDF Ink Lite prend en charge la version %s ou supérieure de " 1004 "WooCommerce, pour des raisons de sécurité." 1017 1005 1018 1006 #: waterwoo-pdf.php:236 … … 1070 1058 #: waterwoo-pdf.php:339 1071 1059 msgid "" 1072 "I've kept the <strong>PDF Ink Lite</strong> plugin in active development"1073 " since 2014 as anunpaid volunteer."1074 msgstr "" 1075 "J 'ai maintenu le plugin <strong>PDF Ink Lite</strong> en développement actif"1076 " depuis 2014 entant que bénévole non rémunéré."1060 "I've kept the PDF Ink Lite plugin in active development since 2014 as an " 1061 "unpaid volunteer." 1062 msgstr "" 1063 "Je continue à développer activement le plugin PDF Ink Lite depuis 2014 en " 1064 "tant que bénévole non rémunéré." 1077 1065 1078 1066 #: waterwoo-pdf.php:341 … … 1169 1157 msgid "https://pdfink.com/" 1170 1158 msgstr "" 1159 1160 #~ msgid "" 1161 #~ "Enter <code>email</code> to set the password automagically as the user's " 1162 #~ "checkout email address." 1163 #~ msgstr "" 1164 #~ "Saisissez l'<code>adresse</code> électronique pour que le mot de passe " 1165 #~ "soit automatiquement défini comme l'adresse électronique de l'utilisateur " 1166 #~ "lors du paiement." 1171 1167 1172 1168 #~ msgid "" -
waterwoo-pdf/trunk/lang/waterwoo-pdf.po
r3334629 r3400576 824 824 #, php-format 825 825 msgid "" 826 "Sorry, <strong>PDF Ink Lite</strong>supports WooCommerce version %s or "826 "Sorry, PDF Ink Lite supports WooCommerce version %s or " 827 827 "newer, for security reasons." 828 828 msgstr "" … … 831 831 msgid "" 832 832 "PDF Ink Lite requires that the directory defined by " 833 "<code>PDFINK_LITE_UPLOADS_PATH</code> (usually ` <strong>wp-content/uploads/"834 "pdf-ink/ </strong>`) is writable."833 "<code>PDFINK_LITE_UPLOADS_PATH</code> (usually `wp-content/uploads/" 834 "pdf-ink/`) is writable." 835 835 msgstr "" 836 836 … … 872 872 #: waterwoo-pdf.php:339 873 873 msgid "" 874 "I've kept the <strong>PDF Ink Lite</strong>plugin in active development "874 "I've kept the PDF Ink Lite plugin in active development " 875 875 "since 2014 as an unpaid volunteer." 876 876 msgstr "" -
waterwoo-pdf/trunk/lang/waterwoo-pdf.pot
r3334629 r3400576 3 3 msgstr "" 4 4 "Project-Id-Version: PDF Ink Lite\n" 5 "POT-Creation-Date: 2025- 07-26 10:50-0700\n"5 "POT-Creation-Date: 2025-11-21 08:19-0700\n" 6 6 "PO-Revision-Date: 2022-02-07 12:11-0800\n" 7 7 "Last-Translator: \n" … … 11 11 "Content-Transfer-Encoding: 8bit\n" 12 12 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 13 "X-Generator: Poedit 3. 6\n"13 "X-Generator: Poedit 3.8\n" 14 14 "X-Poedit-Basepath: ..\n" 15 15 "X-Poedit-Flags-xgettext: --add-comments=translators:\n" … … 21 21 "X-Poedit-SearchPathExcluded-0: *.min.js\n" 22 22 23 #: classes/wwpdf-file-handler.php:22 923 #: classes/wwpdf-file-handler.php:226 24 24 msgid "" 25 25 "Sorry, we were unable to prepare this file for download! Please notify site administrator. An error " … … 27 27 msgstr "" 28 28 29 #: classes/wwpdf-file-handler.php:46 629 #: classes/wwpdf-file-handler.php:464 30 30 msgid "The PDF destination folder, " 31 31 msgstr "" … … 36 36 37 37 #. Plugin Name of the plugin/theme 38 #: classes/wwpdf-settings-dlm.php:24 classes/wwpdf-settings-edd.php:6 538 #: classes/wwpdf-settings-dlm.php:24 classes/wwpdf-settings-edd.php:63 39 39 #: classes/wwpdf-settings-woo.php:15 40 40 msgid "PDF Ink Lite" 41 41 msgstr "" 42 42 43 #: classes/wwpdf-settings-dlm.php:28 classes/wwpdf-settings-woo.php:6 843 #: classes/wwpdf-settings-dlm.php:28 classes/wwpdf-settings-woo.php:67 44 44 msgid "PDF Options" 45 45 msgstr "" … … 66 66 #: classes/wwpdf-settings-dlm.php:49 67 67 msgid "" 68 "If left blank and the Global checkbox above is checked, <strong>all</strong> PDFs sold through DLM"69 "w ill be watermarked."70 msgstr "" 71 72 #: classes/wwpdf-settings-dlm.php:50 classes/wwpdf-settings-edd.php:1 1173 msgid "" 74 "But if the global checkbox is checked and files are listed here, those files listed will "75 " <strong>not</strong> bewatermarked."76 msgstr "" 77 78 #: classes/wwpdf-settings-dlm.php:51 classes/wwpdf-settings-edd.php:11 279 #: classes/wwpdf-settings-woo.php:1 7368 "If left blank and the Global checkbox above is checked, ALL PDFs sold through DLM will be " 69 "watermarked." 70 msgstr "" 71 72 #: classes/wwpdf-settings-dlm.php:50 classes/wwpdf-settings-edd.php:109 73 msgid "" 74 "But if the global checkbox is checked and files are listed here, those files listed will NOT be " 75 "watermarked." 76 msgstr "" 77 78 #: classes/wwpdf-settings-dlm.php:51 classes/wwpdf-settings-edd.php:110 79 #: classes/wwpdf-settings-woo.php:169 80 80 #, php-format 81 81 msgid "<a href=\"%s\" target=\"_blank\" rel=\"noopener\">Upgrade</a> for easier file control." … … 86 86 msgstr "" 87 87 88 #: classes/wwpdf-settings-dlm.php:68 classes/wwpdf-settings-edd.php:12 689 #: classes/wwpdf-settings-woo.php:1 9388 #: classes/wwpdf-settings-dlm.php:68 classes/wwpdf-settings-edd.php:124 89 #: classes/wwpdf-settings-woo.php:189 90 90 msgid "Start Page" 91 91 msgstr "" 92 92 93 #: classes/wwpdf-settings-dlm.php:75 classes/wwpdf-settings-edd.php:13 994 #: classes/wwpdf-settings-woo.php:20 893 #: classes/wwpdf-settings-dlm.php:75 classes/wwpdf-settings-edd.php:137 94 #: classes/wwpdf-settings-woo.php:204 95 95 msgid "End Page" 96 96 msgstr "" … … 101 101 102 102 #: classes/wwpdf-settings-dlm.php:82 classes/wwpdf-settings-dlm.php:411 103 #: classes/wwpdf-settings-edd.php:16 9 classes/wwpdf-settings-edd.php:179104 #: classes/wwpdf-settings-woo.php:2 42 classes/wwpdf-settings-woo.php:257103 #: classes/wwpdf-settings-edd.php:167 classes/wwpdf-settings-edd.php:177 104 #: classes/wwpdf-settings-woo.php:238 classes/wwpdf-settings-woo.php:253 105 105 msgid "In millimeters. Yes, metric! Defaults to 0" 106 106 msgstr "" 107 107 108 #: classes/wwpdf-settings-dlm.php:90 classes/wwpdf-settings-edd.php:1 91109 #: classes/wwpdf-settings-woo.php:27 7108 #: classes/wwpdf-settings-dlm.php:90 classes/wwpdf-settings-edd.php:189 109 #: classes/wwpdf-settings-woo.php:273 110 110 msgid "Watermark Text" 111 111 msgstr "" 112 112 113 #: classes/wwpdf-settings-dlm.php:91 classes/wwpdf-settings-edd.php:19 2114 #: classes/wwpdf-settings-woo.php:2 80113 #: classes/wwpdf-settings-dlm.php:91 classes/wwpdf-settings-edd.php:190 114 #: classes/wwpdf-settings-woo.php:276 115 115 msgid "Shortcodes available, all caps, in brackets:" 116 116 msgstr "" 117 117 118 #: classes/wwpdf-settings-dlm.php:92 classes/wwpdf-settings-edd.php:19 4119 #: classes/wwpdf-settings-woo.php:2 82118 #: classes/wwpdf-settings-dlm.php:92 classes/wwpdf-settings-edd.php:192 119 #: classes/wwpdf-settings-woo.php:278 120 120 #, php-format 121 121 msgid "" … … 124 124 msgstr "" 125 125 126 #: classes/wwpdf-settings-dlm.php:99 classes/wwpdf-settings-edd.php: 201127 #: classes/wwpdf-settings-woo.php:28 9126 #: classes/wwpdf-settings-dlm.php:99 classes/wwpdf-settings-edd.php:199 127 #: classes/wwpdf-settings-woo.php:285 128 128 msgid "Font Face" 129 129 msgstr "" 130 130 131 #: classes/wwpdf-settings-dlm.php:100 classes/wwpdf-settings-edd.php:21 6132 #: classes/wwpdf-settings-woo.php:2 92131 #: classes/wwpdf-settings-dlm.php:100 classes/wwpdf-settings-edd.php:214 132 #: classes/wwpdf-settings-woo.php:288 133 133 msgid "" 134 134 "Select a font for watermarks. M Sung will have limited Chinese characters, and Furat will have " … … 136 136 msgstr "" 137 137 138 #: classes/wwpdf-settings-dlm.php:119 classes/wwpdf-settings-edd.php:2 20139 #: classes/wwpdf-settings-woo.php:30 9138 #: classes/wwpdf-settings-dlm.php:119 classes/wwpdf-settings-edd.php:218 139 #: classes/wwpdf-settings-woo.php:305 140 140 msgid "Font Size" 141 141 msgstr "" 142 142 143 #: classes/wwpdf-settings-dlm.php:120 classes/wwpdf-settings-edd.php:2 21144 #: classes/wwpdf-settings-woo.php:3 12143 #: classes/wwpdf-settings-dlm.php:120 classes/wwpdf-settings-edd.php:219 144 #: classes/wwpdf-settings-woo.php:308 145 145 msgid "Provide a number (suggested 10-40) for the font size" 146 146 msgstr "" 147 147 148 #: classes/wwpdf-settings-dlm.php:127 classes/wwpdf-settings-edd.php:2 31149 #: classes/wwpdf-settings-woo.php:3 21148 #: classes/wwpdf-settings-dlm.php:127 classes/wwpdf-settings-edd.php:229 149 #: classes/wwpdf-settings-woo.php:317 150 150 msgid "Watermark Color" 151 151 msgstr "" 152 152 153 #: classes/wwpdf-settings-dlm.php:128 classes/wwpdf-settings-edd.php:23 2154 #: classes/wwpdf-settings-woo.php:32 4153 #: classes/wwpdf-settings-dlm.php:128 classes/wwpdf-settings-edd.php:230 154 #: classes/wwpdf-settings-woo.php:320 155 155 msgid "Color of the watermark, in hex. Defaults to black <code>#000000</code>" 156 156 msgstr "" … … 160 160 msgstr "" 161 161 162 #: classes/wwpdf-settings-dlm.php:143 classes/wwpdf-settings-edd.php:23 8163 #: classes/wwpdf-settings-woo.php:3 30162 #: classes/wwpdf-settings-dlm.php:143 classes/wwpdf-settings-edd.php:236 163 #: classes/wwpdf-settings-woo.php:326 164 164 msgid "Rotation" 165 165 msgstr "" 166 166 167 #: classes/wwpdf-settings-dlm.php:149 classes/wwpdf-settings-edd.php:26 3168 #: classes/wwpdf-settings-woo.php:35 8167 #: classes/wwpdf-settings-dlm.php:149 classes/wwpdf-settings-edd.php:261 168 #: classes/wwpdf-settings-woo.php:354 169 169 msgid "Y Fine Tuning" 170 170 msgstr "" 171 171 172 #: classes/wwpdf-settings-dlm.php:150 classes/wwpdf-settings-woo.php:3 61172 #: classes/wwpdf-settings-dlm.php:150 classes/wwpdf-settings-woo.php:357 173 173 msgid "" 174 174 "Move the content up and down on the page by adjusting this number. In millimeters. Account for the " … … 180 180 msgstr "" 181 181 182 #: classes/wwpdf-settings-dlm.php:165 classes/wwpdf-settings-woo.php:39 6182 #: classes/wwpdf-settings-dlm.php:165 classes/wwpdf-settings-woo.php:392 183 183 msgid "Encryption Level" 184 184 msgstr "" 185 185 186 #: classes/wwpdf-settings-dlm.php:171 classes/wwpdf-settings-edd.php:30 7187 #: classes/wwpdf-settings-woo.php:4 13186 #: classes/wwpdf-settings-dlm.php:171 classes/wwpdf-settings-edd.php:305 187 #: classes/wwpdf-settings-woo.php:409 188 188 msgid "Disable Printing" 189 189 msgstr "" … … 198 198 msgstr "" 199 199 200 #: classes/wwpdf-settings-dlm.php:180 classes/wwpdf-settings-edd.php:31 3201 #: classes/wwpdf-settings-woo.php:4 21200 #: classes/wwpdf-settings-dlm.php:180 classes/wwpdf-settings-edd.php:311 201 #: classes/wwpdf-settings-woo.php:417 202 202 msgid "Disable Copying" 203 203 msgstr "" 204 204 205 #: classes/wwpdf-settings-dlm.php:181 classes/wwpdf-settings-edd.php:31 4206 #: classes/wwpdf-settings-woo.php:4 22205 #: classes/wwpdf-settings-dlm.php:181 classes/wwpdf-settings-edd.php:312 206 #: classes/wwpdf-settings-woo.php:418 207 207 msgid "Check this box to prevent your end consumer from copying and pasting content from your PDF." 208 208 msgstr "" 209 209 210 #: classes/wwpdf-settings-dlm.php:189 classes/wwpdf-settings-edd.php:31 9211 #: classes/wwpdf-settings-woo.php:42 9210 #: classes/wwpdf-settings-dlm.php:189 classes/wwpdf-settings-edd.php:317 211 #: classes/wwpdf-settings-woo.php:425 212 212 msgid "Disable Editing" 213 213 msgstr "" … … 217 217 msgstr "" 218 218 219 #: classes/wwpdf-settings-dlm.php:198 classes/wwpdf-settings-edd.php:32 5220 #: classes/wwpdf-settings-woo.php:43 7219 #: classes/wwpdf-settings-dlm.php:198 classes/wwpdf-settings-edd.php:323 220 #: classes/wwpdf-settings-woo.php:433 221 221 msgid "Disable Annotations" 222 222 msgstr "" … … 226 226 msgstr "" 227 227 228 #: classes/wwpdf-settings-dlm.php:208 classes/wwpdf-settings-edd.php:34 8229 #: classes/wwpdf-settings-woo.php:46 6228 #: classes/wwpdf-settings-dlm.php:208 classes/wwpdf-settings-edd.php:346 229 #: classes/wwpdf-settings-woo.php:462 230 230 msgid "Disable Form Filling" 231 231 msgstr "" … … 235 235 msgstr "" 236 236 237 #: classes/wwpdf-settings-dlm.php:222 classes/wwpdf-settings-edd.php:33 2238 #: classes/wwpdf-settings-woo.php:44 6237 #: classes/wwpdf-settings-dlm.php:222 classes/wwpdf-settings-edd.php:330 238 #: classes/wwpdf-settings-woo.php:442 239 239 msgid "Disable Assembly" 240 240 msgstr "" 241 241 242 #: classes/wwpdf-settings-dlm.php:229 classes/wwpdf-settings-edd.php:3 40243 #: classes/wwpdf-settings-woo.php:45 6242 #: classes/wwpdf-settings-dlm.php:229 classes/wwpdf-settings-edd.php:338 243 #: classes/wwpdf-settings-woo.php:452 244 244 msgid "Disable High Res Printing" 245 245 msgstr "" … … 249 249 msgstr "" 250 250 251 #: classes/wwpdf-settings-dlm.php:236 classes/wwpdf-settings-edd.php:36 5252 #: classes/wwpdf-settings-woo.php:48 7251 #: classes/wwpdf-settings-dlm.php:236 classes/wwpdf-settings-edd.php:363 252 #: classes/wwpdf-settings-woo.php:483 253 253 msgid "This is a password your end user will need to enter before viewing the PDF file." 254 254 msgstr "" … … 259 259 260 260 #: classes/wwpdf-settings-dlm.php:245 classes/wwpdf-settings-dlm.php:613 261 #: classes/wwpdf-settings-edd.php:37 4 classes/wwpdf-settings-woo.php:495261 #: classes/wwpdf-settings-edd.php:371 classes/wwpdf-settings-woo.php:490 262 262 msgid "" 263 263 "An owner password allows the end user to take control of a PDF. Leave blank and it will be set by " … … 265 265 msgstr "" 266 266 267 #: classes/wwpdf-settings-dlm.php:252 classes/wwpdf-settings-edd.php:3 82268 #: classes/wwpdf-settings-woo.php:50 5267 #: classes/wwpdf-settings-dlm.php:252 classes/wwpdf-settings-edd.php:379 268 #: classes/wwpdf-settings-woo.php:500 269 269 msgid "Unlock with User Password?" 270 270 msgstr "" 271 271 272 272 #: classes/wwpdf-settings-dlm.php:253 classes/wwpdf-settings-dlm.php:639 273 #: classes/wwpdf-settings-edd.php:38 3 classes/wwpdf-settings-woo.php:506273 #: classes/wwpdf-settings-edd.php:380 classes/wwpdf-settings-woo.php:501 274 274 msgid "" 275 275 "By default PDF protections can only be removed with an owner password. Check to allow removal with " … … 277 277 msgstr "" 278 278 279 #: classes/wwpdf-settings-dlm.php:260 classes/wwpdf-settings-edd.php:3 91280 #: classes/wwpdf-settings-woo.php:6 9 classes/wwpdf-settings-woo.php:95279 #: classes/wwpdf-settings-dlm.php:260 classes/wwpdf-settings-edd.php:388 280 #: classes/wwpdf-settings-woo.php:68 classes/wwpdf-settings-woo.php:91 281 281 msgid "Housekeeping" 282 282 msgstr "" 283 283 284 #: classes/wwpdf-settings-dlm.php:265 classes/wwpdf-settings-woo.php:9 9284 #: classes/wwpdf-settings-dlm.php:265 classes/wwpdf-settings-woo.php:95 285 285 msgid "Leave No Trace?" 286 286 msgstr "" 287 287 288 #: classes/wwpdf-settings-dlm.php:266 classes/wwpdf-settings-woo.php: 102288 #: classes/wwpdf-settings-dlm.php:266 classes/wwpdf-settings-woo.php:98 289 289 msgid "" 290 290 "If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your " … … 292 292 msgstr "" 293 293 294 #: classes/wwpdf-settings-dlm.php:267 classes/wwpdf-settings-woo.php:103294 #: classes/wwpdf-settings-dlm.php:267 295 295 #, php-format 296 296 msgid "" 297 297 "Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep " 298 "your server tidy, manually delete ad lib or < /strong><a href=\"%s\" target=\"_blank\" "298 "your server tidy, manually delete ad lib or <strong><a href=\"%s\" target=\"_blank\" " 299 299 "rel=\"noopener\">upgrade this plugin</a></strong> for better file handling and automatic cleaning." 300 300 msgstr "" 301 301 302 #: classes/wwpdf-settings-dlm.php:274 classes/wwpdf-settings-edd.php:40 3303 #: classes/wwpdf-settings-woo.php:10 9302 #: classes/wwpdf-settings-dlm.php:274 classes/wwpdf-settings-edd.php:400 303 #: classes/wwpdf-settings-woo.php:105 304 304 msgid "Give Us Attribution" 305 305 msgstr "" 306 306 307 #: classes/wwpdf-settings-dlm.php:275 classes/wwpdf-settings-edd.php:40 4308 #: classes/wwpdf-settings-woo.php:1 10307 #: classes/wwpdf-settings-dlm.php:275 classes/wwpdf-settings-edd.php:401 308 #: classes/wwpdf-settings-woo.php:106 309 309 msgid "" 310 310 "We'd love it if you check this box and allow us to add a tiny, invisible link to the second page of " … … 312 312 msgstr "" 313 313 314 #: classes/wwpdf-settings-dlm.php:282 classes/wwpdf-settings-woo.php: 70314 #: classes/wwpdf-settings-dlm.php:282 classes/wwpdf-settings-woo.php:69 315 315 msgid "Logging" 316 316 msgstr "" 317 317 318 #: classes/wwpdf-settings-dlm.php:287 classes/wwpdf-settings-woo.php:12 8318 #: classes/wwpdf-settings-dlm.php:287 classes/wwpdf-settings-woo.php:124 319 319 msgid "Enable Logs?" 320 320 msgstr "" 321 321 322 #: classes/wwpdf-settings-dlm.php:288 classes/wwpdf-settings-woo.php:12 9322 #: classes/wwpdf-settings-dlm.php:288 classes/wwpdf-settings-woo.php:125 323 323 msgid "Check to enable event/error logging. This can help with debugging." 324 324 msgstr "" 325 325 326 #: classes/wwpdf-settings-dlm.php:300 classes/wwpdf-settings-woo.php:7 1326 #: classes/wwpdf-settings-dlm.php:300 classes/wwpdf-settings-woo.php:70 327 327 msgid "More Info" 328 328 msgstr "" 329 329 330 #: classes/wwpdf-settings-dlm.php:339 classes/wwpdf-settings-edd.php:4 2331 #: classes/wwpdf-settings-woo.php:6 28330 #: classes/wwpdf-settings-dlm.php:339 classes/wwpdf-settings-edd.php:40 331 #: classes/wwpdf-settings-woo.php:609 332 332 msgid "" 333 333 "PDF Ink Lite is rudimentary and may not work on every PDF. Test before going live, and remember, " … … 338 338 #, php-format 339 339 msgid "" 340 "The only watermarking plugin for Download Monitor that works with <strong>any and every</strong>"341 " PDF is the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink upgrade combined with the"342 " SetaPDF-Stamperadd-on</a>."343 msgstr "" 344 345 #: classes/wwpdf-settings-dlm.php:345 classes/wwpdf-settings-edd.php:4 8340 "The only watermarking plugin for Download Monitor that works with any and every PDF is the <a " 341 "href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink upgrade combined with the SetaPDF-Stamper " 342 "add-on</a>." 343 msgstr "" 344 345 #: classes/wwpdf-settings-dlm.php:345 classes/wwpdf-settings-edd.php:46 346 346 #, php-format 347 347 msgid "" … … 357 357 msgstr "" 358 358 359 #: classes/wwpdf-settings-dlm.php:382 classes/wwpdf-settings-edd.php:12 7360 #: classes/wwpdf-settings-woo.php:19 4359 #: classes/wwpdf-settings-dlm.php:382 classes/wwpdf-settings-edd.php:125 360 #: classes/wwpdf-settings-woo.php:190 361 361 msgid "Provide a number to indicate the page you wish watermarking to begin on. Defaults to page 1." 362 362 msgstr "" 363 363 364 #: classes/wwpdf-settings-dlm.php:397 classes/wwpdf-settings-edd.php:1 41365 #: classes/wwpdf-settings-woo.php:20 9364 #: classes/wwpdf-settings-dlm.php:397 classes/wwpdf-settings-edd.php:139 365 #: classes/wwpdf-settings-woo.php:205 366 366 msgid "" 367 367 "Provide a number to indicate the page you wish watermarking to end on. Type 'last' to indicate last " … … 370 370 371 371 #: classes/wwpdf-settings-dlm.php:424 372 #, no-php-format373 372 msgid "" 374 373 "Make your stamp transparent. A value of 0 will be translucent, .5 means 50% opaque, .75 is 3/4 " … … 380 379 msgstr "" 381 380 382 #: classes/wwpdf-settings-dlm.php:454 classes/wwpdf-settings-edd.php:27 9383 #: classes/wwpdf-settings-woo.php:3 83381 #: classes/wwpdf-settings-dlm.php:454 classes/wwpdf-settings-edd.php:277 382 #: classes/wwpdf-settings-woo.php:379 384 383 msgid "Should the un-watermarked PDF still be served if watermarking or encryption fails? Default no." 385 384 msgstr "" 386 385 387 #: classes/wwpdf-settings-dlm.php:491 classes/wwpdf-settings-edd.php:29 2388 #: classes/wwpdf-settings-woo.php:39 7386 #: classes/wwpdf-settings-dlm.php:491 classes/wwpdf-settings-edd.php:290 387 #: classes/wwpdf-settings-woo.php:393 389 388 msgid "RC4 encryption is automatically set because it is required for protections & passwording." 390 389 msgstr "" 391 390 392 #: classes/wwpdf-settings-dlm.php:492 classes/wwpdf-settings-edd.php:29 2393 #: classes/wwpdf-settings-woo.php:39 7391 #: classes/wwpdf-settings-dlm.php:492 classes/wwpdf-settings-edd.php:290 392 #: classes/wwpdf-settings-woo.php:393 394 393 msgid "If your server doesn’t support RC4 encryption, watermarking will fail." 395 394 msgstr "" 396 395 397 #: classes/wwpdf-settings-dlm.php:493 classes/wwpdf-settings-edd.php:29 2398 #: classes/wwpdf-settings-woo.php:39 7396 #: classes/wwpdf-settings-dlm.php:493 classes/wwpdf-settings-edd.php:290 397 #: classes/wwpdf-settings-woo.php:393 399 398 msgid "" 400 399 "Encryption can slow down and possibly stall your downloads, especially if you are watermarking " … … 402 401 msgstr "" 403 402 404 #: classes/wwpdf-settings-dlm.php:494 classes/wwpdf-settings-edd.php:29 2405 #: classes/wwpdf-settings-woo.php:39 7403 #: classes/wwpdf-settings-dlm.php:494 classes/wwpdf-settings-edd.php:290 404 #: classes/wwpdf-settings-woo.php:393 406 405 msgid "The RC4 stream cipher is not bullet-proof." 407 406 msgstr "" 408 407 409 #: classes/wwpdf-settings-dlm.php:495 classes/wwpdf-settings-edd.php:29 2410 #: classes/wwpdf-settings-woo.php:39 7408 #: classes/wwpdf-settings-dlm.php:495 classes/wwpdf-settings-edd.php:290 409 #: classes/wwpdf-settings-woo.php:393 411 410 msgid "" 412 411 "Some browsers or PDF viewers may ignore protection settings, and some diligent customers might find " … … 431 430 msgstr "" 432 431 433 #: classes/wwpdf-settings-dlm.php:600 classes/wwpdf-settings-edd.php:3 41434 #: classes/wwpdf-settings-woo.php:45 7432 #: classes/wwpdf-settings-dlm.php:600 classes/wwpdf-settings-edd.php:339 433 #: classes/wwpdf-settings-woo.php:453 435 434 msgid "" 436 435 "Check this box to make it more difficult for your PDF to be printed beautifully by the end consumer." 437 436 msgstr "" 438 437 439 #: classes/wwpdf-settings-edd.php:4 5440 #, php-format 441 msgid "" 442 "The only watermarking plugin for Easy Digital Downloads that works with <strong>any and every</"443 " strong> PDF is the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink upgrade combined with"444 " the SetaPDF-Stamperadd-on</a>."445 msgstr "" 446 447 #: classes/wwpdf-settings-edd.php:9 5 classes/wwpdf-settings-woo.php:147438 #: classes/wwpdf-settings-edd.php:43 439 #, php-format 440 msgid "" 441 "The only watermarking plugin for Easy Digital Downloads that works with any and every PDF is the <a " 442 "href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink upgrade combined with the SetaPDF-Stamper " 443 "add-on</a>." 444 msgstr "" 445 446 #: classes/wwpdf-settings-edd.php:93 classes/wwpdf-settings-woo.php:143 448 447 msgid "PDF Ink Lite Settings" 449 448 msgstr "" 450 449 451 #: classes/wwpdf-settings-edd.php:10 2 classes/wwpdf-settings-woo.php:151450 #: classes/wwpdf-settings-edd.php:100 classes/wwpdf-settings-woo.php:147 452 451 msgid "Enable Watermarking" 453 452 msgstr "" 454 453 455 #: classes/wwpdf-settings-edd.php:10 3454 #: classes/wwpdf-settings-edd.php:101 456 455 msgid "Check to watermark PDFs sold via Easy Digital Downloads using the settings below." 457 456 msgstr "" 458 457 459 #: classes/wwpdf-settings-edd.php:10 9 classes/wwpdf-settings-woo.php:161458 #: classes/wwpdf-settings-edd.php:107 classes/wwpdf-settings-woo.php:157 460 459 msgid "List file name(s) of PDF(s), one per line, e.g.," 461 460 msgstr "" 462 461 463 #: classes/wwpdf-settings-edd.php:10 9 classes/wwpdf-settings-woo.php:161462 #: classes/wwpdf-settings-edd.php:107 classes/wwpdf-settings-woo.php:157 464 463 msgid "or" 465 464 msgstr "" 466 465 467 #: classes/wwpdf-settings-edd.php:10 9466 #: classes/wwpdf-settings-edd.php:107 468 467 msgid "Case-sensitive." 469 468 msgstr "" 470 469 471 #: classes/wwpdf-settings-edd.php:1 10472 msgid "" 473 "If left blank and the Global checkbox above is checked, <strong>all</strong> PDFs sold through EDD"474 "w ill be watermarked."475 msgstr "" 476 477 #: classes/wwpdf-settings-edd.php:11 8 classes/wwpdf-settings-woo.php:183470 #: classes/wwpdf-settings-edd.php:108 471 msgid "" 472 "If left blank and the Global checkbox above is checked, ALL PDFs sold through EDD will be " 473 "watermarked." 474 msgstr "" 475 476 #: classes/wwpdf-settings-edd.php:116 classes/wwpdf-settings-woo.php:179 478 477 msgid "Right to Left Watermarking" 479 478 msgstr "" 480 479 481 #: classes/wwpdf-settings-edd.php:11 9 classes/wwpdf-settings-woo.php:184480 #: classes/wwpdf-settings-edd.php:117 classes/wwpdf-settings-woo.php:180 482 481 msgid "" 483 482 "Check to switch from default left-to-right (LTR) to right-to-left (RTL), for Arabic, Hebrew, etc." 484 483 msgstr "" 485 484 486 #: classes/wwpdf-settings-edd.php:14 7 classes/wwpdf-settings-woo.php:223485 #: classes/wwpdf-settings-edd.php:145 classes/wwpdf-settings-woo.php:219 487 486 msgid "Pages to watermark" 488 487 msgstr "" 489 488 490 #: classes/wwpdf-settings-edd.php:14 8 classes/wwpdf-settings-woo.php:224489 #: classes/wwpdf-settings-edd.php:146 classes/wwpdf-settings-woo.php:220 491 490 msgid "" 492 491 "Watermark every page, the first page only, the last page only, every odd page, every even page, or " … … 494 493 msgstr "" 495 494 496 #: classes/wwpdf-settings-edd.php:16 5 classes/wwpdf-settings-woo.php:241495 #: classes/wwpdf-settings-edd.php:163 classes/wwpdf-settings-woo.php:237 497 496 msgid "Top/bottom margin" 498 497 msgstr "" 499 498 500 #: classes/wwpdf-settings-edd.php:17 5 classes/wwpdf-settings-woo.php:256499 #: classes/wwpdf-settings-edd.php:173 classes/wwpdf-settings-woo.php:252 501 500 msgid "Left/right margin" 502 501 msgstr "" 503 502 504 #: classes/wwpdf-settings-edd.php:18 4 classes/wwpdf-settings-woo.php:274503 #: classes/wwpdf-settings-edd.php:182 classes/wwpdf-settings-woo.php:270 505 504 msgid "Page Setup" 506 505 msgstr "" 507 506 508 #: classes/wwpdf-settings-edd.php:23 9 classes/wwpdf-settings-woo.php:331507 #: classes/wwpdf-settings-edd.php:237 classes/wwpdf-settings-woo.php:327 509 508 msgid "Rotate the watermark on the page 0-359 degrees. Rotation is counter-clockwise." 510 509 msgstr "" 511 510 512 #: classes/wwpdf-settings-edd.php:2 51 classes/wwpdf-settings-woo.php:345511 #: classes/wwpdf-settings-edd.php:249 classes/wwpdf-settings-woo.php:341 513 512 msgid "X Fine Tuning" 514 513 msgstr "" 515 514 516 #: classes/wwpdf-settings-edd.php:25 7 classes/wwpdf-settings-woo.php:346515 #: classes/wwpdf-settings-edd.php:255 classes/wwpdf-settings-woo.php:342 517 516 msgid "Move the watermark left and right by adjusting this number. In millimeters. Default 0" 518 517 msgstr "" 519 518 520 #: classes/wwpdf-settings-edd.php:26 7519 #: classes/wwpdf-settings-edd.php:265 521 520 msgid "" 522 521 "Move the content up and down on the page by adjusting this number. In millimeters.Account for the " … … 524 523 msgstr "" 525 524 526 #: classes/wwpdf-settings-edd.php:27 3 classes/wwpdf-settings-woo.php:377525 #: classes/wwpdf-settings-edd.php:271 classes/wwpdf-settings-woo.php:373 527 526 msgid "Security Settings" 528 527 msgstr "" 529 528 530 #: classes/wwpdf-settings-edd.php:27 8 classes/wwpdf-settings-woo.php:382529 #: classes/wwpdf-settings-edd.php:276 classes/wwpdf-settings-woo.php:378 531 530 msgid "Serve PDF if not watermarked?" 532 531 msgstr "" 533 532 534 #: classes/wwpdf-settings-edd.php:27 9533 #: classes/wwpdf-settings-edd.php:277 535 534 msgid "If no, the customer will receive an error message saying if file preparation has failed." 536 535 msgstr "" 537 536 538 #: classes/wwpdf-settings-edd.php:2 91537 #: classes/wwpdf-settings-edd.php:289 539 538 msgid "Encryption level" 540 539 msgstr "" 541 540 542 #: classes/wwpdf-settings-edd.php:30 8 classes/wwpdf-settings-woo.php:414541 #: classes/wwpdf-settings-edd.php:306 classes/wwpdf-settings-woo.php:410 543 542 msgid "Check this box to make it more difficult for your PDF to be printed by the end consumer." 544 543 msgstr "" 545 544 546 #: classes/wwpdf-settings-edd.php:3 20 classes/wwpdf-settings-woo.php:430545 #: classes/wwpdf-settings-edd.php:318 classes/wwpdf-settings-woo.php:426 547 546 msgid "Check this box to prevent editing/modification of your PDF by the end consumer in Acrobat." 548 547 msgstr "" 549 548 550 #: classes/wwpdf-settings-edd.php:32 6 classes/wwpdf-settings-woo.php:438549 #: classes/wwpdf-settings-edd.php:324 classes/wwpdf-settings-woo.php:434 551 550 msgid "" 552 551 "Check this box to prevent the addition or modification of text annotations/comments, and filling of " … … 555 554 msgstr "" 556 555 557 #: classes/wwpdf-settings-edd.php:33 3 classes/wwpdf-settings-woo.php:447556 #: classes/wwpdf-settings-edd.php:331 classes/wwpdf-settings-woo.php:443 558 557 msgid "" 559 558 "Check this box to prevent insertion, rotation, or deletion of pages and creation of bookmarks or " … … 561 560 msgstr "" 562 561 563 #: classes/wwpdf-settings-edd.php:34 9 classes/wwpdf-settings-woo.php:467562 #: classes/wwpdf-settings-edd.php:347 classes/wwpdf-settings-woo.php:463 564 563 msgid "" 565 564 "Check this box to prevent filling in existing interactive form fields (including signature fields)." 566 565 msgstr "" 567 566 568 #: classes/wwpdf-settings-edd.php:35 6 classes/wwpdf-settings-woo.php:476567 #: classes/wwpdf-settings-edd.php:354 classes/wwpdf-settings-woo.php:472 569 568 msgid "Disable Accessibility" 570 569 msgstr "" 571 570 572 #: classes/wwpdf-settings-edd.php:35 7 classes/wwpdf-settings-woo.php:477571 #: classes/wwpdf-settings-edd.php:355 classes/wwpdf-settings-woo.php:473 573 572 msgid "" 574 573 "Check this box to prevent extraction of text and graphics (in support of accessibility to users " … … 576 575 msgstr "" 577 576 578 #: classes/wwpdf-settings-edd.php:36 4 classes/wwpdf-settings-woo.php:486577 #: classes/wwpdf-settings-edd.php:362 classes/wwpdf-settings-woo.php:482 579 578 msgid "User Password (optional)" 580 579 msgstr "" 581 580 582 #: classes/wwpdf-settings-edd.php:366 classes/wwpdf-settings-woo.php:488 583 msgid "" 584 "Enter <code>email</code> to set the password automagically as the user's checkout email address." 585 msgstr "" 586 587 #: classes/wwpdf-settings-edd.php:372 classes/wwpdf-settings-woo.php:494 581 #: classes/wwpdf-settings-edd.php:369 classes/wwpdf-settings-woo.php:489 588 582 msgid "Owner Password (optional)" 589 583 msgstr "" 590 584 591 #: classes/wwpdf-settings-edd.php:39 3585 #: classes/wwpdf-settings-edd.php:390 592 586 msgid "Easy Digital Downloads debug logs can be found at Downloads > Tools > Debug Log" 593 587 msgstr "" 594 588 595 #: classes/wwpdf-settings-edd.php:39 7589 #: classes/wwpdf-settings-edd.php:394 596 590 msgid "Leave No Trace" 597 591 msgstr "" 598 592 599 #: classes/wwpdf-settings-edd.php:39 8593 #: classes/wwpdf-settings-edd.php:395 600 594 msgid "" 601 595 "If this box is checked and you uninstall PDF Ink Lite, all your settings will be deleted from your " … … 603 597 msgstr "" 604 598 605 #: classes/wwpdf-settings-woo.php:9 6599 #: classes/wwpdf-settings-woo.php:92 606 600 msgid "" 607 601 "New with PDF Ink Lite v4: marked PDF files are stored in the wp-content/uploads/pdf-ink/ folder for " … … 609 603 msgstr "" 610 604 611 #: classes/wwpdf-settings-woo.php:123 605 #: classes/wwpdf-settings-woo.php:99 606 #, php-format 607 msgid "" 608 "Marked PDF files will accumulate in your PDF folder whether using Force downloads or not. To keep " 609 "your server tidy, manually delete ad lib or <a href=\"%s\" target=\"_blank\" " 610 "rel=\"noopener\">upgrade this plugin</a> for better file handling and automatic cleaning." 611 msgstr "" 612 613 #: classes/wwpdf-settings-woo.php:119 612 614 msgid "PDF Ink Lite Logs" 613 615 msgstr "" 614 616 617 #: classes/wwpdf-settings-woo.php:150 618 msgid "Check to watermark PDFs sold via WooCommerce using the settings below." 619 msgstr "" 620 615 621 #: classes/wwpdf-settings-woo.php:154 616 msgid "Check to watermark PDFs sold via WooCommerce using the settings below."617 msgstr ""618 619 #: classes/wwpdf-settings-woo.php:158620 622 msgid "File(s) to watermark" 621 623 msgstr "" 622 624 623 #: classes/wwpdf-settings-woo.php:1 61625 #: classes/wwpdf-settings-woo.php:157 624 626 msgid " Case-sensitive." 625 627 msgstr "" 626 628 627 #: classes/wwpdf-settings-woo.php:16 9629 #: classes/wwpdf-settings-woo.php:165 628 630 msgid "Enable New Logic?" 629 631 msgstr "" 630 632 631 #: classes/wwpdf-settings-woo.php:1 70633 #: classes/wwpdf-settings-woo.php:166 632 634 msgid "If this box is checked, it changes how the `File(s) to Watermark` field above works." 633 635 msgstr "" 634 636 635 #: classes/wwpdf-settings-woo.php:1 71637 #: classes/wwpdf-settings-woo.php:167 636 638 msgid "" 637 639 "If checked, and \"Enable Watermarking\" is also checked, any files listed in the box will not be " … … 639 641 msgstr "" 640 642 641 #: classes/wwpdf-settings-woo.php:1 72643 #: classes/wwpdf-settings-woo.php:168 642 644 msgid "" 643 645 "If checked, and \"Enable Watermarking\" is not checked, any files listed in the box will be " … … 645 647 msgstr "" 646 648 647 #: classes/wwpdf-settings-woo.php:28 4649 #: classes/wwpdf-settings-woo.php:280 648 650 msgid "Licensed to [FIRSTNAME] [LASTNAME], [EMAIL]" 649 651 msgstr "" 650 652 651 #: classes/wwpdf-settings-woo.php:6 31652 #, php-format 653 msgid "" 654 "The only watermarking plugin for WooCommerce that works with <strong>any and every</strong> PDF is"655 " the <a href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink upgrade combined with the SetaPDF-"656 " Stamperadd-on</a>."657 msgstr "" 658 659 #: classes/wwpdf-settings-woo.php:6 34653 #: classes/wwpdf-settings-woo.php:612 654 #, php-format 655 msgid "" 656 "The only watermarking plugin for WooCommerce that works with any and every PDF is the <a " 657 "href=\"%s\" target=\"_blank\" rel=\"noopener\">PDF Ink upgrade combined with the SetaPDF-Stamper " 658 "add-on</a>." 659 msgstr "" 660 661 #: classes/wwpdf-settings-woo.php:615 660 662 #, php-format 661 663 msgid "" … … 754 756 #, php-format 755 757 msgid "" 756 "<strong>PDF Ink Lite</strong> supports PHP %s or later. Please update PHP on your server for better " 757 "overall results." 758 "PDF Ink Lite supports PHP %s or later. Please update PHP on your server for better overall results." 758 759 msgstr "" 759 760 … … 761 762 #, php-format 762 763 msgid "" 763 "<strong>PDF Ink Lite</strong> supports WordPress version %s or later. Please update WordPress to " 764 "use this plugin." 764 "PDF Ink Lite supports WordPress version %s or later. Please update WordPress to use this plugin." 765 765 msgstr "" 766 766 … … 768 768 #, php-format 769 769 msgid "" 770 "The <strong>PDF Ink Lite</strong> plugin requires WooCommerce be activated. You can <a href=\"%s\" "771 " target=\"_blank\"rel=\"noopener\">download WooCommerce here</a>."770 "The PDF Ink Lite plugin requires WooCommerce be activated. You can <a href=\"%s\" target=\"_blank\" " 771 "rel=\"noopener\">download WooCommerce here</a>." 772 772 msgstr "" 773 773 774 774 #: waterwoo-pdf.php:232 775 775 #, php-format 776 msgid "" 777 "Sorry, <strong>PDF Ink Lite</strong> supports WooCommerce version %s or newer, for security reasons." 776 msgid "Sorry, PDF Ink Lite supports WooCommerce version %s or newer, for security reasons." 778 777 msgstr "" 779 778 … … 819 818 820 819 #: waterwoo-pdf.php:339 821 msgid "" 822 "I've kept the <strong>PDF Ink Lite</strong> plugin in active development since 2014 as an unpaid " 823 "volunteer." 820 msgid "I've kept the PDF Ink Lite plugin in active development since 2014 as an unpaid volunteer." 824 821 msgstr "" 825 822 -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/CHANGELOG.TXT
r3301758 r3400576 1 6.10.0 (2025-05-27) 2 - Embedded files support (Factur-X 1.07 / ZUGFeRD 2.3) #789 3 4 6.9.5 (2025-05-27) 5 - Automatically add destinations from HTML code #804 6 - Wrong default value when $table_el['old_cell_padding'] is missing #807 7 - Fixed PHP warning when empty hash link for image exists in HTML #809 8 - Fix for application of alpha component to SVG RGBA fills #810 9 1 10 6.9.4 (2025-05-13) 2 11 - Update donation link. -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/VERSION
r3301758 r3400576 1 6. 9.41 6.10.0 -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/include/barcodes/datamatrix.php
r3301758 r3400576 1 1 <?php 2 2 3 namespace tecnick\TCPDF\includes\barcodes;3 namespace LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\barcodes; 4 4 5 5 //============================================================+ -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/include/barcodes/pdf417.php
r3301758 r3400576 1 1 <?php 2 2 3 namespace tecnick\TCPDF\includes\barcodes;3 namespace LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\barcodes; 4 4 5 5 //============================================================+ -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/include/barcodes/qrcode.php
r3301758 r3400576 1 1 <?php 2 2 3 namespace tecnick\TCPDF\includes\barcodes;3 namespace LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\barcodes; 4 4 5 5 //============================================================+ -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/include/tcpdf_colors.php
r3258818 r3400576 54 54 * @public static 55 55 */ 56 public static $webcolor = array (56 public static $webcolor = array ( 57 57 'aliceblue' => 'f0f8ff', 58 58 'antiquewhite' => 'faebd7', … … 210 210 * @public static 211 211 */ 212 public static $jscolor = array ('transparent', 'black', 'white', 'red', 'green', 'blue', 'cyan', 'magenta', 'yellow', 'dkGray', 'gray', 'ltGray');212 public static $jscolor = array ('transparent', 'black', 'white', 'red', 'green', 'blue', 'cyan', 'magenta', 'yellow', 'dkGray', 'gray', 'ltGray'); 213 213 214 214 /** … … 219 219 * @public static 220 220 */ 221 public static $spotcolor = [221 public static $spotcolor = array ( 222 222 // special registration colors 223 223 'none' => array( 0, 0, 0, 0, 'None'), … … 237 237 // Add here standard spot colors or dynamically define them with AddSpotColor() 238 238 // ... 239 ]; // end of spot colors239 ); // end of spot colors 240 240 241 241 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - … … 278 278 // check for javascript color array syntax 279 279 if (strpos($color, '[') !== false) { 280 if (preg_match('/[\[][\"\'](t|g|rgb |cmyk)[\"\'][\,]?([0-9\.]*+)[\,]?([0-9\.]*+)[\,]?([0-9\.]*+)[\,]?([0-9\.]*+)[\]]/', $color, $m) > 0) {280 if (preg_match('/[\[][\"\'](t|g|rgba|rgb|cmyk)[\"\'][\,]?([0-9\.]*+)[\,]?([0-9\.]*+)[\,]?([0-9\.]*+)[\,]?([0-9\.]*+)[\]]/', $color, $m) > 0) { 281 281 $returncolor = array(); 282 282 switch ($m[1]) { … … 289 289 break; 290 290 } 291 case 'rgb': { 291 case 'rgb': 292 case 'rgba': { 292 293 // RGB 293 294 $returncolor['R'] = max(0, min(255, (floatval($m[2]) * 255))); … … 320 321 return $defcol; 321 322 } 323 // RGBA ARRAY 324 if (substr($color, 0, 4) == 'rgba') { 325 $codes = substr($color, 5); 326 $codes = str_replace(')', '', $codes); 327 $returncolor = explode(',', $codes); 328 // remove alpha component 329 array_pop($returncolor); 330 foreach ($returncolor as $key => $val) { 331 if (strpos($val, '%') > 0) { 332 // percentage 333 $returncolor[$key] = (255 * intval($val) / 100); 334 } else { 335 $returncolor[$key] = intval($val); /* floatize */ 336 } 337 // normalize value 338 $returncolor[$key] = max(0, min(255, $returncolor[$key])); 339 } 340 return $returncolor; 341 } 322 342 // RGB ARRAY 323 343 if (substr($color, 0, 3) == 'rgb') { … … 459 479 460 480 } // END OF TCPDF_COLORS CLASS 481 482 //============================================================+ 483 // END OF FILE 484 //============================================================+ -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/include/tcpdf_fonts.php
r3301758 r3400576 33 33 34 34 namespace LittlePackage\lib\tcpdf\tecnick\tcpdf\includes; 35 36 35 use LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_STATIC as TCPDF_STATIC; 37 36 use LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_FONT_DATA as TCPDF_FONT_DATA; … … 1488 1487 $w = ''; 1489 1488 foreach ($range as $k => $ws) { 1490 if (count(array_count_values($ws)) == 1) {1489 if (count(array_count_values($ws)) == 1) { 1491 1490 // interval mode is more compact 1492 1491 $w .= ' '.$k.' '.($k + count($ws) - 1).' '.$ws[0]; -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/include/tcpdf_static.php
r3301758 r3400576 2 2 3 3 namespace LittlePackage\lib\tcpdf\tecnick\tcpdf\includes; 4 use Imagick; 4 5 5 6 //============================================================+ … … 37 38 //============================================================+ 38 39 39 use Imagick;40 41 40 /** 42 41 * @file … … 61 60 * @private static 62 61 */ 63 private static $tcpdf_version = '6. 9.4';62 private static $tcpdf_version = '6.10.0'; 64 63 65 64 /** -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/tcpdf.php
r3301758 r3400576 5 5 //============================================================+ 6 6 // File name : tcpdf.php 7 // Version : 6. 9.47 // Version : 6.10.0 8 8 // Begin : 2002-08-03 9 // Last Update : 2025-0 4-189 // Last Update : 2025-05-27 10 10 // Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - [email protected] 11 11 // License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html) … … 108 108 * @package com.tecnick.tcpdf 109 109 * @author Nicola Asuni 110 * @version 6. 9.4110 * @version 6.10.0 111 111 */ 112 112 … … 130 130 use LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_FONTS as TCPDF_FONTS; 131 131 use LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_COLORS as TCPDF_COLORS; 132 use L ittlePackage\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_IMAGES as TCPDF_IMAGES;132 use LLittlePackage\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_IMAGES as TCPDF_IMAGES; 133 133 use LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_STATIC as TCPDF_STATIC; 134 134 … … 141 141 * @package com.tecnick.tcpdf 142 142 * @brief PHP class for generating PDF documents without requiring external extensions. 143 * @version 6. 9.4143 * @version 6.10.0 144 144 * @author Nicola Asuni - [email protected] 145 145 * @IgnoreAnnotation("protected") … … 1824 1824 1825 1825 /** 1826 * Custom XMP RDF pdfaextension data. 1827 * @protected 1828 * @since 6.9.0 (2025-02-11) 1829 */ 1830 protected $custom_xmp_rdf_pdfaExtension = ''; 1831 /** 1826 1832 * Overprint mode array. 1827 1833 * (Check the "Entries in a Graphics State Parameter Dictionary" on PDF 32000-1:2008). … … 1861 1867 protected $gdgammacache = array(); 1862 1868 1863 /**1864 * Cache array for file content1865 * @protected1866 * @var array1867 * @since 6.3.5 (2020-09-28)1868 */1869 /** 1870 * Cache array for file content 1871 * @protected 1872 * @var array 1873 * @since 6.3.5 (2020-09-28) 1874 */ 1869 1875 protected $fileContentCache = array(); 1870 1876 … … 2628 2634 $this->original_rMargin = $this->rMargin; 2629 2635 } 2630 2631 2636 } 2632 2637 … … 4947 4952 4948 4953 /** 4954 * Embed the attached files. 4955 * @since 6.9.000 (2025-02-11) 4956 * @public 4957 */ 4958 public function EmbedFile($opt) { 4959 if (!$this->pdfa_mode || ($this->pdfa_mode && $this->pdfa_version == 3)) { 4960 if ((($opt['Subtype'] == 'FileAttachment')) AND (!TCPDF_STATIC::empty_string($opt['FS'])) 4961 AND (@TCPDF_STATIC::file_exists($opt['FS']) OR TCPDF_STATIC::isValidURL($opt['FS'])) 4962 AND (!isset($this->embeddedfiles[basename($opt['FS'])]))) { 4963 $this->embeddedfiles[basename($opt['FS'])] = array('f' => ++$this->n, 'n' => ++$this->n, 'file' => $opt['FS']); 4964 } 4965 } 4966 } 4967 4968 /** 4969 * Embed the attached files. 4970 * @since 6.9.000 (2025-02-11) 4971 * @public 4972 */ 4973 public function EmbedFileFromString($filename, $content) { 4974 if (!$this->pdfa_mode || ($this->pdfa_mode && $this->pdfa_version == 3)) { 4975 $this->embeddedfiles[$filename] = array('f' => ++$this->n, 'n' => ++$this->n, 'content' => $content ); 4976 } 4977 } 4978 /** 4949 4979 * Embedd the attached files. 4950 4980 * @since 4.4.000 (2008-12-07) … … 4959 4989 reset($this->embeddedfiles); 4960 4990 foreach ($this->embeddedfiles as $filename => $filedata) { 4991 $data = false; 4992 if (isset($filedata['file']) && !empty($filedata['file'])) { 4961 4993 $data = $this->getCachedFileContents($filedata['file']); 4994 } elseif ($filedata['content'] && !empty($filedata['content'])) { 4995 $data = $filedata['content']; 4996 } 4962 4997 if ($data !== FALSE) { 4963 4998 $rawsize = strlen($data); … … 6970 7005 return false; 6971 7006 } 7007 6972 7008 // check if we are passing an image as file or string 6973 7009 if ($file[0] === '@') { … … 7017 7053 } 7018 7054 } 7055 7019 7056 // file hash 7020 7057 $filehash = md5($file); … … 7150 7187 $gdfunction = 'imagecreatefrom'.$type; 7151 7188 $info = false; 7152 if ((method_exists('LittlePackage\ lib\tcpdf\tecnick\tcpdf\includes\TCPDF_IMAGES', $mtd)) AND (!($resize AND (function_exists($gdfunction) OR extension_loaded('imagick'))))) {7189 if ((method_exists('LittlePackage\pdfInk\PDF\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_IMAGES', $mtd)) AND (!($resize AND (function_exists($gdfunction) OR extension_loaded('imagick'))))) { 7153 7190 // TCPDF image functions 7154 7191 $info = TCPDF_IMAGES::$mtd($file); … … 9646 9683 9647 9684 /** 9685 * Set additional XMP data to be added to the default XMP data for PDF/A extensions. 9686 * IMPORTANT: This data is added as-is without controls, so you have to validate your data before using this method! 9687 * @param string $xmp Custom XMP RDF data. 9688 * @since 6.9.0 (2025-02-14) 9689 * @public 9690 */ 9691 public function setExtraXMPPdfaextension($xmp) { 9692 $this->custom_xmp_rdf_pdfaExtension = $xmp; 9693 } 9694 /** 9648 9695 * Put XMP data object and return ID. 9649 9696 * @return int The object ID. … … 9779 9826 $xmp .= "\t\t\t\t\t\t".'</pdfaSchema:property>'."\n"; 9780 9827 $xmp .= "\t\t\t\t\t".'</rdf:li>'."\n"; 9828 $xmp .= $this->custom_xmp_rdf_pdfaExtension; 9781 9829 $xmp .= "\t\t\t\t".'</rdf:Bag>'."\n"; 9782 9830 $xmp .= "\t\t\t".'</pdfaExtension:schemas>'."\n"; … … 9817 9865 // start catalog 9818 9866 $oid = $this->_newobj(); 9819 $out = '<< /Type /Catalog'; 9867 $out = '<< '; 9868 if (!empty($this->efnames)) { 9869 $out .= ' /AF [ '. implode(' ', $this->efnames) .' ]'; 9870 } 9871 $out .= ' /Type /Catalog'; 9820 9872 $out .= ' /Version /'.$this->PDFVersion; 9821 9873 //$out .= ' /Extensions <<>>'; … … 15364 15416 $barcodeobj = new TCPDFBarcode($code, $type); 15365 15417 $arrcode = $barcodeobj->getBarcodeArray(); 15366 if (empty($arrcode) OR($arrcode['maxw'] <= 0)) {15367 $this->Error('Error in 1D barcode string ');15418 if (empty($arrcode) || ($arrcode['maxw'] <= 0)) { 15419 $this->Error('Error in 1D barcode string. Hint: sometimes this means your barcode should be numbers, not letters.'); 15368 15420 } 15369 15421 if ($arrcode['maxh'] <= 0) { … … 17442 17494 } 17443 17495 if ($key == $maxel) break; 17496 if ($dom[$key]['tag'] AND $dom[$key]['opening'] AND !empty($dom[$key]['attribute']['id'])) { 17497 $this->setDestination($dom[$key]['attribute']['id']); 17498 } 17444 17499 if ($dom[$key]['tag'] AND isset($dom[$key]['attribute']['pagebreak'])) { 17445 17500 // check for pagebreak … … 19166 19221 if (isset($this->HREF['url']) AND !TCPDF_STATIC::empty_string($this->HREF['url'])) { 19167 19222 $imglink = $this->HREF['url']; 19168 if ($imglink[0] == '#' AND is _numeric($imglink[1])) {19223 if ($imglink[0] == '#' AND isset($imglink[1]) AND is_numeric($imglink[1])) { 19169 19224 // convert url to internal link 19170 19225 $lnkdata = explode(',', $imglink); … … 20027 20082 } 20028 20083 if (!$in_table_head) { // we are not inside a thead section 20029 $this->cell_padding = isset($table_el['old_cell_padding']) ? $table_el['old_cell_padding'] : null;20084 $this->cell_padding = isset($table_el['old_cell_padding']) ? $table_el['old_cell_padding'] : array('T' => 0, 'R' => 0, 'B' => 0, 'L' => 0); 20030 20085 // reset row height 20031 20086 $this->resetLastH(); … … 23494 23549 if ($svgstyle['fill-opacity'] != 1) { 23495 23550 $this->setAlpha($this->alpha['CA'], 'Normal', $svgstyle['fill-opacity'], false); 23551 } elseif (preg_match('/rgba\(\d+%?,\s*\d+%?,\s*\d+%?,\s*(\d+(?:\.\d+)?)\)/i', $svgstyle['fill'], $rgba_matches)) { 23552 $this->setAlpha($this->alpha['CA'], 'Normal', $rgba_matches[1], false); 23496 23553 } 23497 23554 $this->setFillColorArray($fill_color); -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf/tcpdf_barcodes_1d.php
r3301758 r3400576 1332 1332 */ 1333 1333 protected function barcode_eanupc($code, $len=13) { 1334 // EAN and UPC are numeric format barcodes 1335 if ( ! is_numeric( $code ) ) { // cheap check 1336 return false; 1337 } 1334 1338 $upce = false; 1335 1339 if ($len == 6) { … … 1525 1529 */ 1526 1530 protected function barcode_eanext($code, $len=5) { 1527 // Padding1531 // Padding 1528 1532 $code = str_pad($code, $len, '0', STR_PAD_LEFT); 1529 1533 // calculate check digit 1530 1534 if ($len == 2) { 1531 $r = $code% 4;1535 $r = strlen( $code ) % 4; 1532 1536 } elseif ($len == 5) { 1533 1537 $r = (3 * ($code[0] + $code[2] + $code[4])) + (9 * ($code[1] + $code[3])); … … 1583 1587 $seq = '1011'; // left guard bar 1584 1588 $seq .= $codes[$p[0]][$code[0]]; 1589 1585 1590 for ($i = 1; $i < $len; ++$i) { 1586 1591 $seq .= '01'; // separator … … 1600 1605 */ 1601 1606 protected function barcode_postnet($code, $planet=false) { 1607 // Must be a string containing a zip code of the form DDDDD or DDDDD-DDDD 1608 if ( 1 !== preg_match( '/^\d{5}(-\d{4})?$/', $code ) ) { 1609 return; 1610 } 1602 1611 // bar length 1603 1612 if ($planet) { -
waterwoo-pdf/trunk/lib/tcpdf/tcpdf_child.php
r3301758 r3400576 4 4 5 5 use LittlePackage\lib\tcpdf\tecnick\tcpdf\TCPDF; 6 use LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_STATIC; 7 use LittlePackage\lib\tcpdf\tecnick\tcpdf\includes\TCPDF_FONTS; 6 8 7 9 defined( 'ABSPATH' ) || exit; … … 88 90 public function Footer() {} 89 91 92 93 /** 94 * Output pages (and replace page number aliases). 95 * @protected 96 */ 97 protected function _putpages() { 98 $filter = ($this->compress) ? '/Filter /FlateDecode ' : ''; 99 // get internal aliases for page numbers 100 $pnalias = $this->getAllInternalPageNumberAliases(); 101 $num_pages = $this->numpages; 102 $ptpa = TCPDF_STATIC::formatPageNumber(($this->starting_page_number + $num_pages - 1)); 103 $ptpu = TCPDF_FONTS::UTF8ToUTF16BE($ptpa, false, $this->isunicode, $this->CurrentFont); 104 $ptp_num_chars = $this->GetNumChars($ptpa); 105 $pagegroupnum = 0; 106 $groupnum = 0; 107 $ptgu = 1; 108 $ptga = 1; 109 $ptg_num_chars = 1; 110 $did_warning = 0; 111 for ($n = 1; $n <= $num_pages; ++$n) { 112 // get current page 113 $temppage = $this->getPageBuffer($n); 114 $pagelen = strlen($temppage); 115 // set replacements for total pages number 116 $pnpa = TCPDF_STATIC::formatPageNumber(($this->starting_page_number + $n - 1)); 117 $pnpu = TCPDF_FONTS::UTF8ToUTF16BE($pnpa, false, $this->isunicode, $this->CurrentFont); 118 $pnp_num_chars = $this->GetNumChars($pnpa); 119 $pdiff = 0; // difference used for right shift alignment of page numbers 120 $gdiff = 0; // difference used for right shift alignment of page group numbers 121 if (!empty($this->pagegroups)) { 122 if (isset($this->newpagegroup[$n])) { 123 $pagegroupnum = 0; 124 ++$groupnum; 125 $ptga = TCPDF_STATIC::formatPageNumber($this->pagegroups[$groupnum]); 126 $ptgu = TCPDF_FONTS::UTF8ToUTF16BE($ptga, false, $this->isunicode, $this->CurrentFont); 127 $ptg_num_chars = $this->GetNumChars($ptga); 128 } 129 ++$pagegroupnum; 130 $pnga = TCPDF_STATIC::formatPageNumber($pagegroupnum); 131 $pngu = TCPDF_FONTS::UTF8ToUTF16BE($pnga, false, $this->isunicode, $this->CurrentFont); 132 $png_num_chars = $this->GetNumChars($pnga); 133 // replace page numbers 134 $replace = array(); 135 $replace[] = array($ptgu, $ptg_num_chars, 9, $pnalias[2]['u']); 136 $replace[] = array($ptga, $ptg_num_chars, 7, $pnalias[2]['a']); 137 $replace[] = array($pngu, $png_num_chars, 9, $pnalias[3]['u']); 138 $replace[] = array($pnga, $png_num_chars, 7, $pnalias[3]['a']); 139 list($temppage, $gdiff) = TCPDF_STATIC::replacePageNumAliases($temppage, $replace, $gdiff); 140 } 141 // replace page numbers 142 $replace = array(); 143 $replace[] = array($ptpu, $ptp_num_chars, 9, $pnalias[0]['u']); 144 $replace[] = array($ptpa, $ptp_num_chars, 7, $pnalias[0]['a']); 145 $replace[] = array($pnpu, $pnp_num_chars, 9, $pnalias[1]['u']); 146 $replace[] = array($pnpa, $pnp_num_chars, 7, $pnalias[1]['a']); 147 list($temppage, $pdiff) = TCPDF_STATIC::replacePageNumAliases($temppage, $replace, $pdiff); 148 // replace right shift alias 149 $temppage = $this->replaceRightShiftPageNumAliases($temppage, $pnalias[4], max($pdiff, $gdiff)); 150 // replace EPS marker 151 $temppage = str_replace($this->epsmarker, '', $temppage); 152 //Page 153 $this->page_obj_id[$n] = $this->_newobj(); 154 $out = '<<'; 155 $out .= ' /Type /Page'; 156 $out .= ' /Parent 1 0 R'; 157 if (empty($this->signature_data['approval']) OR ($this->signature_data['approval'] != 'A')) { 158 $out .= ' /LastModified '.$this->_datestring(0, $this->doc_modification_timestamp); 159 } 160 $out .= ' /Resources 2 0 R'; 161 foreach ($this->page_boxes as $box) { 162 if ( $did_warning < 1 && ( 0 !== (int) $this->pagedim[$n][$box]['llx'] || 0 !== $this->pagedim[$n][$box]['lly'] ) ) { 163 wwpdf_debug_log( 'Unexpected white space on your PDF? The open-source parser (TCPDI) included with PDF Ink Lite did not understand your PDF page boundaries. Upgrade to PDF Ink for better PDF handling.', 'warning'); 164 ++$did_warning; 165 } 166 $out .= ' /'.$box; 167 $out .= sprintf(' [%F %F %F %F]', $this->pagedim[$n][$box]['llx'], $this->pagedim[$n][$box]['lly'], $this->pagedim[$n][$box]['urx'], $this->pagedim[$n][$box]['ury']); 168 } 169 if (isset($this->pagedim[$n]['BoxColorInfo']) AND !empty($this->pagedim[$n]['BoxColorInfo'])) { 170 $out .= ' /BoxColorInfo <<'; 171 foreach ($this->page_boxes as $box) { 172 if (isset($this->pagedim[$n]['BoxColorInfo'][$box])) { 173 $out .= ' /'.$box.' <<'; 174 if (isset($this->pagedim[$n]['BoxColorInfo'][$box]['C'])) { 175 $color = $this->pagedim[$n]['BoxColorInfo'][$box]['C']; 176 $out .= ' /C ['; 177 $out .= sprintf(' %F %F %F', ($color[0] / 255), ($color[1] / 255), ($color[2] / 255)); 178 $out .= ' ]'; 179 } 180 if (isset($this->pagedim[$n]['BoxColorInfo'][$box]['W'])) { 181 $out .= ' /W '.($this->pagedim[$n]['BoxColorInfo'][$box]['W'] * $this->k); 182 } 183 if (isset($this->pagedim[$n]['BoxColorInfo'][$box]['S'])) { 184 $out .= ' /S /'.$this->pagedim[$n]['BoxColorInfo'][$box]['S']; 185 } 186 if (isset($this->pagedim[$n]['BoxColorInfo'][$box]['D'])) { 187 $dashes = $this->pagedim[$n]['BoxColorInfo'][$box]['D']; 188 $out .= ' /D ['; 189 foreach ($dashes as $dash) { 190 $out .= sprintf(' %F', ($dash * $this->k)); 191 } 192 $out .= ' ]'; 193 } 194 $out .= ' >>'; 195 } 196 } 197 $out .= ' >>'; 198 } 199 $out .= ' /Contents '.($this->n + 1).' 0 R'; 200 $out .= ' /Rotate '.$this->pagedim[$n]['Rotate']; 201 if (!$this->pdfa_mode || $this->pdfa_version >= 2) { 202 $out .= ' /Group << /Type /Group /S /Transparency /CS /DeviceRGB >>'; 203 } 204 if (isset($this->pagedim[$n]['trans']) AND !empty($this->pagedim[$n]['trans'])) { 205 // page transitions 206 if (isset($this->pagedim[$n]['trans']['Dur'])) { 207 $out .= ' /Dur '.$this->pagedim[$n]['trans']['Dur']; 208 } 209 $out .= ' /Trans <<'; 210 $out .= ' /Type /Trans'; 211 if (isset($this->pagedim[$n]['trans']['S'])) { 212 $out .= ' /S /'.$this->pagedim[$n]['trans']['S']; 213 } 214 if (isset($this->pagedim[$n]['trans']['D'])) { 215 $out .= ' /D '.$this->pagedim[$n]['trans']['D']; 216 } 217 if (isset($this->pagedim[$n]['trans']['Dm'])) { 218 $out .= ' /Dm /'.$this->pagedim[$n]['trans']['Dm']; 219 } 220 if (isset($this->pagedim[$n]['trans']['M'])) { 221 $out .= ' /M /'.$this->pagedim[$n]['trans']['M']; 222 } 223 if (isset($this->pagedim[$n]['trans']['Di'])) { 224 $out .= ' /Di '.$this->pagedim[$n]['trans']['Di']; 225 } 226 if (isset($this->pagedim[$n]['trans']['SS'])) { 227 $out .= ' /SS '.$this->pagedim[$n]['trans']['SS']; 228 } 229 if (isset($this->pagedim[$n]['trans']['B'])) { 230 $out .= ' /B '.$this->pagedim[$n]['trans']['B']; 231 } 232 $out .= ' >>'; 233 } 234 $out .= $this->_getannotsrefs($n); 235 $out .= ' /PZ '.$this->pagedim[$n]['PZ']; 236 $out .= ' >>'; 237 $out .= "\n".'endobj'; 238 $this->_out($out); 239 //Page content 240 $p = ($this->compress) ? gzcompress($temppage) : $temppage; 241 $this->_newobj(); 242 $p = $this->_getrawstream($p); 243 $this->_out('<<'.$filter.'/Length '.strlen($p).'>> stream'."\n".$p."\n".'endstream'."\n".'endobj'); 244 } 245 //Pages root 246 $out = $this->_getobj(1)."\n"; 247 $out .= '<< /Type /Pages /Kids ['; 248 foreach($this->page_obj_id as $page_obj) { 249 $out .= ' '.$page_obj.' 0 R'; 250 } 251 $out .= ' ] /Count '.$num_pages.' >>'; 252 $out .= "\n".'endobj'; 253 $this->_out($out); 254 } 255 90 256 } // End of class -
waterwoo-pdf/trunk/lib/tcpdi/tcpdi_parser.php
r3356768 r3400576 813 813 814 814 // skip initial white space (control) chars: \x00 null (NUL), \x09 horizontal tab (HT), \x0A line feed (LF), \x0C form feed (FF), \x0D carriage return (CR), \x20 space (SP) 815 $offset += strspn($data, "\x00\x09\x0a\x0c\x0d\x20", $offset); 815 // $offset += strspn( $data, "\x00\x09\x0a\x0c\x0d\x20", $offset ); 816 $offset += isset( $data[$offset] ) ? strspn( $data, "\x00\x09\x0a\x0c\x0d\x20", $offset ) : 0; 817 818 // return added v1.1.3 816 819 if ( ! isset( $data[ $offset ] ) ) { 817 return ;820 return [ [ PDF_TYPE_NULL, 'null' ], $offset ]; 818 821 } 819 822 // get first char … … 1490 1493 if ( $annots[0] === PDF_TYPE_OBJREF ) { // 8 1491 1494 return $this->getObjectVal( $annots ); 1492 } else if ( $annots[0] === PDF_TYPE_ARRAY && $annots[1][0] === PDF_TYPE_OBJREF ) {1495 } else if ( $annots[0] === PDF_TYPE_ARRAY && isset( $annots[1][0] ) && $annots[1][0] === PDF_TYPE_OBJREF ) { 1493 1496 // Maybe try drilling down 1494 1497 return $this->getObjectVal( $annots[1][0] ); -
waterwoo-pdf/trunk/readme.txt
r3356768 r3400576 2 2 Contributors: littlepackage 3 3 Donate link: https://paypal.me/littlepackage 4 Tags: pdf , password, watermark, woocommerce, stamp4 Tags: pdf password, pdf protection, watermark, woocommerce pdf, stamp 5 5 Requires at least: 4.9 6 6 Tested up to: 6.8 7 Requires PHP: 7. 28 Stable tag: 4.0. 47 Requires PHP: 7.4 8 Stable tag: 4.0.5 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 55 55 * Keep original file metadata 56 56 * Open ZIP files and mark PDF files inside the archive 57 * Stamp EPUB files with customized text 57 58 * Shortcode for creating PDF download links for any page (no need for e-commerce plugin) 58 59 * Embed marked/encrypted files on the page, using ADOBE SDK embed or PDF Object JavaScript embed. … … 60 61 * Preserves external embedded PDF links despite watermarking; internal links are not preserved ([add SetaPDF-Stamper to PDF Ink](https://pdfink.com/?source=wordpress) for this feature) 61 62 * Filter hooks to add 1D and 2D barcodes (including **QR codes**) 62 * Stamp EPUB files with customized text63 * Remove stamped files from your server after stamping, or on a schedule 63 64 64 65 [PDF Ink is priced below competitor plugins that offer _maybe_ half the function.](https://pdfink.com/ "PDF Ink") Why? Because we want you to succeed! 🥰 … … 175 176 176 177 177 PDF Ink Lite bridges your e-commerce PDFs and the open-source PDF reading library TCPDI and PDF writing TCPDF library. PDF Ink Lite functions by parsing/reading your PDF into memory the best it can, then adding a watermark to the PDF syntax and outputting a revised file. Between the reading and output, certain features may be lost and other features (interactive PDF elements like internal links and fillable forms) will be lost. This is a limitation of the open-source third-party librar y used AND the wild-west nature of PDF syntax. It is not the fault of PDF Ink Lite, which simply uses those 3rd party open-sourcelibraries.178 179 Ultimately, PDF Ink Lite is best for simple, smaller-sized and well-formed PDFs. If you are serious about watermarking and/or encrypting complex PDF files, [purchase PDF Ink](https://pdfink.com/ "PDF Ink plugin"). It includes other libraries you can try free, and also allows you to link purchased 3rd party (non-GPL) libraries (such as SetaPDF Stamper) which work on _any_ PDF. 178 PDF Ink Lite bridges your e-commerce PDFs and the open-source PDF reading library TCPDI and PDF writing TCPDF library. PDF Ink Lite functions by parsing/reading your PDF into memory the best it can, then adding a watermark to the PDF syntax and outputting a revised file. Between the reading and output, certain features may be lost and other features (interactive PDF elements like internal links and fillable forms) will be lost. This is a limitation of the open-source third-party libraries used (TCPDI/TCPDF) AND the wild-west nature of PDF syntax. It is not the fault of PDF Ink Lite, which simply connects your e-commerce to PDF manipulation libraries. 179 180 Ultimately, PDF Ink Lite is best for simple, smaller-sized and well-formed PDFs. If you are serious about watermarking and/or encrypting complex PDF files, [purchase PDF Ink](https://pdfink.com/ "PDF Ink plugin"). It includes other libraries you can try free, and also allows you to link purchased 3rd party (non-GPL) libraries (such as SetaPDF Stamper) which work on _any_ PDF. You might even find that the free libraries (TCPDI/TCPDF) included with PDF Ink (paid) work better than here in the free version! 😉 180 181 181 182 = Is there a fallback in case watermarking fails? = … … 200 201 201 202 == Changelog == 203 204 = 4.0.5 - 21 November 2024 = 205 * Fix - move load_plugin_textdomain() to 'init' hook 206 * Tweak - provide debug log feedback for people getting unexpected white bars on PDF (answer: upgrade) 207 * Tweak - update/add translations 208 * Upgrade TCPDF library to version 6.10.0 209 * Testing with WC 10.3 202 210 203 211 = 4.0.4 - 4 September 2025 = … … 230 238 * Remove unused fonts from package to save dolphins 231 239 232 = 3.5.2 - 24 January 2025 =233 * Testing with Woo 9.6234 * Upgrade TCPDF to 6.8.0235 * WaterWoo now upgrades to =PDF Ink=, a plugin which can work with ANY PDF with more marking/passwording features than ever. Woohoo!236 237 = 3.5.1 - 3 December 2024 =238 * Notice for people trying to mark PDFs version >= 2.0. Folks must use a different (paid) parser for this, or downgrade PDF version.239 * Fix uninstall.php to remove newer settings (such as security settings) when plugin deleted.240 241 = 3.5.0 - 18 October 2024 =242 * Fork tcpdi_parser.php and add catch for presence of <> in getRawObject() method; modernize syntax and correct some logic - plugin will likely work with more PDFs now243 244 240 Older changes are found <a href="https://plugins.svn.wordpress.org/waterwoo-pdf/trunk/changelog.txt">in the changelog.txt file in the plugin directory.</a> -
waterwoo-pdf/trunk/uninstall.php
r3301761 r3400576 107 107 // BYE BYE! 108 108 ] as $option ) { 109 delete_option( $option );109 delete_option( $option ); 110 110 } 111 111 -
waterwoo-pdf/trunk/waterwoo-pdf.php
r3356768 r3400576 4 4 * Plugin URI: https://wordpress.org/plugins/waterwoo-pdf/ 5 5 * Description: Custom watermark your PDF files upon WooCommerce, Download Monitor, and Easy Digital Download customer download. Since 2014. FKA "WaterWoo" 6 * Version: 4.0. 46 * Version: 4.0.5 7 7 * Author: Little Package 8 8 * Author URI: https://pdfink.com/ 9 9 * Donate link: https://paypal.me/littlepackage 10 10 * WC requires at least: 6.5 11 * WC tested up to: 10. 111 * WC tested up to: 10.3 12 12 * 13 13 * License: GPLv3 or later … … 50 50 51 51 if ( ! defined( 'WWPDF_FREE_VERSION' ) ) { 52 define( 'WWPDF_FREE_VERSION', '4.0. 4' );52 define( 'WWPDF_FREE_VERSION', '4.0.5' ); 53 53 } 54 54 … … 218 218 219 219 function wwpdf_old_php_notice() { 220 echo '<div class="error"><p>' . sprintf( __( ' <strong>PDF Ink Lite</strong>supports PHP %s or later. Please update PHP on your server for better overall results.', 'waterwoo-pdf' ), WWPDF_FREE_MIN_PHP ) . '</p></div>';220 echo '<div class="error"><p>' . sprintf( __( 'PDF Ink Lite supports PHP %s or later. Please update PHP on your server for better overall results.', 'waterwoo-pdf' ), WWPDF_FREE_MIN_PHP ) . '</p></div>'; 221 221 } 222 222 223 223 function wwpdf_old_wp_notice() { 224 echo '<div class="error"><p>' . sprintf( __( ' <strong>PDF Ink Lite</strong>supports WordPress version %s or later. Please update WordPress to use this plugin.', 'waterwoo-pdf' ), WWPDF_FREE_MIN_WP ) . '</p></div>';224 echo '<div class="error"><p>' . sprintf( __( 'PDF Ink Lite supports WordPress version %s or later. Please update WordPress to use this plugin.', 'waterwoo-pdf' ), WWPDF_FREE_MIN_WP ) . '</p></div>'; 225 225 } 226 226 227 227 function wwpdf_no_woo_notice() { 228 echo '<div class="error"><p>' . sprintf( __( 'The <strong>PDF Ink Lite</strong>plugin requires WooCommerce be activated. You can <a href="%s" target="_blank" rel="noopener">download WooCommerce here</a>.', 'waterwoo-pdf' ), 'https://wordpress.org/plugins/woocommerce/' ) . '</p></div>';228 echo '<div class="error"><p>' . sprintf( __( 'The PDF Ink Lite plugin requires WooCommerce be activated. You can <a href="%s" target="_blank" rel="noopener">download WooCommerce here</a>.', 'waterwoo-pdf' ), 'https://wordpress.org/plugins/woocommerce/' ) . '</p></div>'; 229 229 } 230 230 231 231 function wwpdf_old_woo_notice() { 232 echo '<div class="error"><p>' . sprintf( __( 'Sorry, <strong>PDF Ink Lite</strong>supports WooCommerce version %s or newer, for security reasons.', 'waterwoo-pdf' ), WWPDF_FREE_MIN_WC ) . '</p></div>';232 echo '<div class="error"><p>' . sprintf( __( 'Sorry, PDF Ink Lite supports WooCommerce version %s or newer, for security reasons.', 'waterwoo-pdf' ), WWPDF_FREE_MIN_WC ) . '</p></div>'; 233 233 } 234 234 … … 337 337 </p> 338 338 <p style="font-size: 1.75em;"> 339 <?php _e( 'I\'ve kept the <strong>PDF Ink Lite</strong>plugin in active development since 2014 as an unpaid volunteer.', 'waterwoo-pdf' ); ?>339 <?php _e( 'I\'ve kept the PDF Ink Lite plugin in active development since 2014 as an unpaid volunteer.', 'waterwoo-pdf' ); ?> 340 340 <br> 341 341 <?php echo sprintf( __( 'If you enjoy the free version, think about <a href="%s" target="_blank" rel="noopener">upgrading to the full version</a> for even more great features!', 'waterwoo-pdf' ), 'https://pdfink.com/?source=wordpress' ); ?> … … 414 414 } ); 415 415 416 417 WWPDF_Free(); 418 419 } 420 add_action( 'plugins_loaded', 'wwpdf_plugins_loaded', 1 ); 421 422 function wwpdf_init() { 423 416 424 load_plugin_textdomain( 'waterwoo-pdf', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); 417 425 418 WWPDF_Free(); 419 420 } 421 add_action( 'plugins_loaded', 'wwpdf_plugins_loaded', 1 ); 426 } 427 add_action( 'init', 'wwpdf_init', 1 );
Note: See TracChangeset
for help on using the changeset viewer.