Quick Featured Images - Version 13.1

Version Description

  • Added french translation. Thank you, Ivan M. Frakov!
  • Revised sanitations for texts and URLs on the pages
  • Revised translations
  • Set activation message as dismissible
  • in PRO version: Added in 'Set, replace, remove': Presets for recurring tasks managing featured images
Download this release

Release Info

Developer Hinjiriyo
Plugin Icon 128x128 Quick Featured Images
Version 13.1
Comparing to
See all releases

Code changes from version 13.0.1 to 13.1

README.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Quick Featured Images ===
2
  Contributors: Hinjiriyo
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
4
- Tags: audios, author, categories, custom post types, custom taxonomies, date, featured images, filter, image size, nextgen, remove, taxonomies, thumbnails, videos, posts, pages
5
  Requires at least: 3.8
6
  Tested up to: 4.8
7
- Stable tag: 13.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,7 +12,7 @@ Your time-saving Swiss Army Knife for featured images: Set, replace and delete t
12
 
13
  == Description ==
14
 
15
- The plugin is available in English and German (Deutsch), for the most part in Spanish (Español), Brazilian Portuguese (Português do Brasil) and Arabic (العربية).
16
 
17
  = Manage featured images quickly =
18
 
@@ -105,6 +105,10 @@ The **premium version** offers you additionally:
105
 
106
  If you want to use these filters then take a look the **premium version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/).
107
 
 
 
 
 
108
  = Automatic Default Featured Images: Rules =
109
 
110
  **You can set rules for default featured images of posts easily.** Every time you insert a new post or save an existing post Quick Featured Images will look for a rule to add and to change the preset featured image to the saved post.
@@ -159,6 +163,7 @@ For the most part the user interface is available in
159
  * English
160
  * Spanish (Español), kindly drawn up by Andrew Kurtis from [www.webhostinghub.com](http://www.webhostinghub.com/)
161
  * Arabic (العربية), kindly drawn up by [Shadi AlZard](https://wordpress.org/support/profile/salzard)
 
162
  * Brazilian Portuguese (Português do Brasil)
163
  * German (Deutsch)
164
 
@@ -279,6 +284,13 @@ If you want to contribute a translation of the plugin in your language it would
279
 
280
  == Changelog ==
281
 
 
 
 
 
 
 
 
282
  = 13.0.1 =
283
  Fixed in 'Set, replace, remove': unnecessary HTML escaping
284
 
@@ -444,6 +456,9 @@ Added spanish translation for the main texts of the plugin
444
 
445
  == Upgrade Notice ==
446
 
 
 
 
447
  = 13.0.1 =
448
  Fixed unnecessary HTML escaping
449
 
1
  === Quick Featured Images ===
2
  Contributors: Hinjiriyo
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
4
+ Tags: categories, images, featured images, filter, random, remove, replace, thumbnails, posts, pages, tags
5
  Requires at least: 3.8
6
  Tested up to: 4.8
7
+ Stable tag: 13.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ The plugin is available in English and German (Deutsch), for the most part in Spanish (Español), Brazilian Portuguese (Português do Brasil), French (Francais) and Arabic (العربية).
16
 
17
  = Manage featured images quickly =
18
 
105
 
106
  If you want to use these filters then take a look the **premium version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/).
107
 
108
+ = Set, replace, remove: Presets (Pro only) =
109
+
110
+ In the Pro version you can store all settings of a process as a preset. That is time-saving for recurring tasks managing featured images of your site.
111
+
112
  = Automatic Default Featured Images: Rules =
113
 
114
  **You can set rules for default featured images of posts easily.** Every time you insert a new post or save an existing post Quick Featured Images will look for a rule to add and to change the preset featured image to the saved post.
163
  * English
164
  * Spanish (Español), kindly drawn up by Andrew Kurtis from [www.webhostinghub.com](http://www.webhostinghub.com/)
165
  * Arabic (العربية), kindly drawn up by [Shadi AlZard](https://wordpress.org/support/profile/salzard)
166
+ * French (Francais), kindly drawn up by Ivan M. Frakov
167
  * Brazilian Portuguese (Português do Brasil)
168
  * German (Deutsch)
169
 
284
 
285
  == Changelog ==
286
 
287
+ = 13.1 =
288
+ * Added french translation. Thank you, Ivan M. Frakov!
289
+ * Revised sanitations for texts and URLs on the pages
290
+ * Revised translations
291
+ * Set activation message as dismissible
292
+ * in PRO version: Added in 'Set, replace, remove': Presets for recurring tasks managing featured images
293
+
294
  = 13.0.1 =
295
  Fixed in 'Set, replace, remove': unnecessary HTML escaping
296
 
456
 
457
  == Upgrade Notice ==
458
 
459
+ = 13.1 =
460
+ Added french translation, revised sanitations and translations, tested with WordPress 4.8
461
+
462
  = 13.0.1 =
463
  Fixed unnecessary HTML escaping
464
 
admin/class-quick-featured-images-admin.php CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @var string
21
  */
22
- protected $plugin_version = '13.0.1';
23
 
24
  /**
25
  * Instance of this class.
@@ -269,17 +269,15 @@
269
  // load language file for a message in the language of the WP installation
270
  load_plugin_textdomain( $domain, false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' );
271
  // stop WP request and display the message with backlink. Is there a proper way than wp_die()?
 
272
  wp_die(
273
  // message in browser viewport
274
  sprintf(
275
- '<p>%s</p>',
276
- sprintf(
277
- esc_html__( 'The plugin requires WordPress version %s or higher. Therefore, WordPress did not activate it. If you want to use this plugin update the Wordpress files to the latest version.', 'quick-featured-images' ),
278
- $required_wp_version
279
- )
280
  ),
281
  // title in title tag
282
- 'Wordpress &rsaquo; Plugin Activation Error',
283
  array(
284
  // HTML status code returned
285
  'response' => 200,
@@ -479,7 +477,7 @@
479
 
480
  // set whole message
481
  printf(
482
- '<div class="updated"><p>%s</p></div>',
483
  sprintf(
484
  esc_html__( 'Welcome to %s! You can find the plugin at %s.', 'quick-featured-images' ),
485
  $this->plugin_name,
19
  *
20
  * @var string
21
  */
22
+ protected $plugin_version = '13.1';
23
 
24
  /**
25
  * Instance of this class.
269
  // load language file for a message in the language of the WP installation
270
  load_plugin_textdomain( $domain, false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' );
271
  // stop WP request and display the message with backlink. Is there a proper way than wp_die()?
272
+ $title = 'WordPress &rsaquo; Error';
273
  wp_die(
274
  // message in browser viewport
275
  sprintf(
276
+ esc_html__( 'The plugin requires WordPress version %s or higher. Therefore, WordPress did not activate it. If you want to use this plugin update the Wordpress files to the latest version.', 'quick-featured-images' ),
277
+ $required_wp_version
 
 
 
278
  ),
279
  // title in title tag
280
+ esc_html__( $title ),
281
  array(
282
  // HTML status code returned
283
  'response' => 200,
477
 
478
  // set whole message
479
  printf(
480
+ '<div class="updated notice is-dismissible"><p>%s</p></div>',
481
  sprintf(
482
  esc_html__( 'Welcome to %s! You can find the plugin at %s.', 'quick-featured-images' ),
483
  $this->plugin_name,
admin/class-quick-featured-images-columns.php CHANGED
@@ -311,7 +311,7 @@ class Quick_Featured_Images_Columns {
311
  $link_text = __( $text );
312
  printf(
313
  '<br><a href="%s" title="%s">%s</a>',
314
- get_edit_post_link( $thumbnail_id ),
315
  esc_attr( sprintf( __( $link_title ), $thumb_title ) ),
316
  esc_html( $link_text )
317
  );
@@ -339,7 +339,7 @@ class Quick_Featured_Images_Columns {
339
  printf(
340
  '<img src="%sassets/images/no-file.png" alt="%s" width="48" height="64" class="qfi-no100p">',
341
  esc_url( plugin_dir_url( __FILE__ ) ),
342
- esc_attr( __( $text ) )
343
  );
344
  // display removal link
345
  $text = 'Delete %s';
@@ -474,15 +474,15 @@ class Quick_Featured_Images_Columns {
474
  $post_id,
475
  esc_attr( sprintf( $translations[ 'title_change' ], $thumb_title ) ),
476
  get_the_post_thumbnail( $post_id, array( 80, 80 ) ),
477
- $translations[ 'text_change' ]
478
  );
479
 
480
  // 'edit image' link
481
  $html .= sprintf(
482
  '<br /><a href="%s" title="%s">%s</a>',
483
- get_edit_post_link( $thumbnail_id ),
484
  esc_attr( sprintf( $translations[ 'title_edit' ], $thumb_title ) ),
485
- $translations[ 'text_edit' ]
486
  );
487
 
488
  // 'remove thumbnail' link
@@ -490,7 +490,7 @@ class Quick_Featured_Images_Columns {
490
  '<br /><a href="#" id="qfi_delete_%d" class="qfi_delete_fi hide-if-no-js" title="%s">%s</a>',
491
  $post_id,
492
  esc_attr( sprintf( $translations[ 'title_remove' ], $thumb_title ) ),
493
- $translations[ 'text_remove' ]
494
  );
495
 
496
  // return response to Ajax script
@@ -499,7 +499,7 @@ class Quick_Featured_Images_Columns {
499
  } else {
500
  // return error message to Ajax script
501
  $text = 'Item not added.';
502
- _e( $text );
503
  }
504
  }
505
  die();
@@ -540,11 +540,11 @@ class Quick_Featured_Images_Columns {
540
  // 'set thumbnail' link
541
  $html = sprintf(
542
  '%s<br /><a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s</a>',
543
- $translations[ 'text_deleted' ],
544
  esc_url( get_upload_iframe_src( 'image', $post_id ) ),
545
  $post_id,
546
  esc_attr( sprintf( $translations[ 'title_set' ], $post_title ) ),
547
- $translations[ 'text_set' ]
548
  );
549
 
550
  // return response to Ajax script
@@ -553,7 +553,7 @@ class Quick_Featured_Images_Columns {
553
  } else {
554
  // return error message to Ajax script
555
  $text = 'Item not updated.';
556
- _e( $text );
557
  }
558
  }
559
  die();
311
  $link_text = __( $text );
312
  printf(
313
  '<br><a href="%s" title="%s">%s</a>',
314
+ esc_url( get_edit_post_link( $thumbnail_id ) ),
315
  esc_attr( sprintf( __( $link_title ), $thumb_title ) ),
316
  esc_html( $link_text )
317
  );
339
  printf(
340
  '<img src="%sassets/images/no-file.png" alt="%s" width="48" height="64" class="qfi-no100p">',
341
  esc_url( plugin_dir_url( __FILE__ ) ),
342
+ esc_attr__( $text )
343
  );
344
  // display removal link
345
  $text = 'Delete %s';
474
  $post_id,
475
  esc_attr( sprintf( $translations[ 'title_change' ], $thumb_title ) ),
476
  get_the_post_thumbnail( $post_id, array( 80, 80 ) ),
477
+ esc_html( $translations[ 'text_change' ] )
478
  );
479
 
480
  // 'edit image' link
481
  $html .= sprintf(
482
  '<br /><a href="%s" title="%s">%s</a>',
483
+ esc_url( get_edit_post_link( $thumbnail_id ) ),
484
  esc_attr( sprintf( $translations[ 'title_edit' ], $thumb_title ) ),
485
+ esc_html( $translations[ 'text_edit' ] )
486
  );
487
 
488
  // 'remove thumbnail' link
490
  '<br /><a href="#" id="qfi_delete_%d" class="qfi_delete_fi hide-if-no-js" title="%s">%s</a>',
491
  $post_id,
492
  esc_attr( sprintf( $translations[ 'title_remove' ], $thumb_title ) ),
493
+ esc_html( $translations[ 'text_remove' ] )
494
  );
495
 
496
  // return response to Ajax script
499
  } else {
500
  // return error message to Ajax script
501
  $text = 'Item not added.';
502
+ esc_html_e( $text );
503
  }
504
  }
505
  die();
540
  // 'set thumbnail' link
541
  $html = sprintf(
542
  '%s<br /><a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s</a>',
543
+ esc_html( $translations[ 'text_deleted' ] ),
544
  esc_url( get_upload_iframe_src( 'image', $post_id ) ),
545
  $post_id,
546
  esc_attr( sprintf( $translations[ 'title_set' ], $post_title ) ),
547
+ esc_html( $translations[ 'text_set' ] )
548
  );
549
 
550
  // return response to Ajax script
553
  } else {
554
  // return error message to Ajax script
555
  $text = 'Item not updated.';
556
+ esc_html_e( $text );
557
  }
558
  }
559
  die();
admin/class-quick-featured-images-defaults.php CHANGED
@@ -362,7 +362,7 @@ class Quick_Featured_Images_Defaults {
362
  return array_merge(
363
  $links,
364
  array(
365
- 'defaults' => sprintf( '<a href="%s">%s</a>', admin_url( $url ), esc_html( $this->get_page_headline() ) )
366
  )
367
  );
368
 
362
  return array_merge(
363
  $links,
364
  array(
365
+ 'defaults' => sprintf( '<a href="%s">%s</a>', esc_url( admin_url( $url ) ), esc_html( $this->get_page_headline() ) )
366
  )
367
  );
368
 
admin/class-quick-featured-images-settings.php CHANGED
@@ -216,7 +216,6 @@ class Quick_Featured_Images_Settings {
216
  */
217
  public function get_page_headline() {
218
  $text = 'Settings';
219
- //return __( 'Image Columns', 'quick-featured-images' );
220
  return __( $text );
221
  }
222
 
@@ -306,7 +305,7 @@ class Quick_Featured_Images_Settings {
306
  return array_merge(
307
  $links,
308
  array(
309
- 'settings' => sprintf( '<a href="%s">%s</a>', admin_url( $url ), esc_html( $this->get_page_headline() ) )
310
  )
311
  );
312
 
@@ -555,7 +554,7 @@ class Quick_Featured_Images_Settings {
555
  } // foreach()
556
  $html .= '</fieldset>';
557
  $html .= sprintf( '<p class="description">%s</p>', esc_html__( 'Activate the checkboxes at each post type to show the extra columns in the post lists.', 'quick-featured-images' ) );
558
- print $html;
559
  }
560
 
561
  /**
@@ -603,10 +602,10 @@ class Quick_Featured_Images_Settings {
603
  $html .= '</div>';
604
  $html .= '</fieldset>';
605
  $html .= sprintf( '<p class="description">%s</p>', esc_html__( 'Select the minimum user role a user must have to see the plugin.', 'quick-featured-images' ) );
606
- $html .= sprintf( '<p class="description">%s</p>', sprintf( esc_html__( 'The rules as set in &#8220;%s&#8221; work on posts independently of this setting.', 'quick-featured-images' ), __( 'Preset Featured Images', 'quick-featured-images' ) ) );
607
  $html .= sprintf( '<p class="description">%s</p>', esc_html__( 'This setting controls as well whether a user will see in an image column the thumbnails with action links or the thumbnails only. To switch image columns on and off use the section above.', 'quick-featured-images' ) );
608
  $html .= sprintf( '<p class="description">%s</p>', esc_html__( 'This page is accessible for administrators only.', 'quick-featured-images' ) );
609
- print $html;
610
  }
611
 
612
  /**
216
  */
217
  public function get_page_headline() {
218
  $text = 'Settings';
 
219
  return __( $text );
220
  }
221
 
305
  return array_merge(
306
  $links,
307
  array(
308
+ 'settings' => sprintf( '<a href="%s">%s</a>', esc_url( admin_url( $url ) ), esc_html( $this->get_page_headline() ) )
309
  )
310
  );
311
 
554
  } // foreach()
555
  $html .= '</fieldset>';
556
  $html .= sprintf( '<p class="description">%s</p>', esc_html__( 'Activate the checkboxes at each post type to show the extra columns in the post lists.', 'quick-featured-images' ) );
557
+ echo $html;
558
  }
559
 
560
  /**
602
  $html .= '</div>';
603
  $html .= '</fieldset>';
604
  $html .= sprintf( '<p class="description">%s</p>', esc_html__( 'Select the minimum user role a user must have to see the plugin.', 'quick-featured-images' ) );
605
+ $html .= sprintf( '<p class="description">%s</p>', sprintf( esc_html__( 'The rules as set in &#8220;%s&#8221; work on posts independently of this setting.', 'quick-featured-images' ), esc_html__( 'Preset Featured Images', 'quick-featured-images' ) ) );
606
  $html .= sprintf( '<p class="description">%s</p>', esc_html__( 'This setting controls as well whether a user will see in an image column the thumbnails with action links or the thumbnails only. To switch image columns on and off use the section above.', 'quick-featured-images' ) );
607
  $html .= sprintf( '<p class="description">%s</p>', esc_html__( 'This page is accessible for administrators only.', 'quick-featured-images' ) );
608
+ echo $html;
609
  }
610
 
611
  /**
admin/views/filter_tag.php CHANGED
@@ -7,7 +7,7 @@ if ( $tags ) {
7
  <label for="qfi_tags"><?php esc_html_e( 'Select a tag', 'quick-featured-images' ); ?></label><br />
8
  <select id="qfi_tags" name="tag_id">
9
  <?php
10
- print $this->get_html_empty_option();
11
  foreach ( $tags as $tag ) {
12
  ?>
13
  <option value="<?php echo $tag->term_id; ?>" <?php selected( $this->selected_tag_id == $tag->term_id ); ?>><?php echo esc_html( $tag->name ); ?></option>
7
  <label for="qfi_tags"><?php esc_html_e( 'Select a tag', 'quick-featured-images' ); ?></label><br />
8
  <select id="qfi_tags" name="tag_id">
9
  <?php
10
+ echo $this->get_html_empty_option();
11
  foreach ( $tags as $tag ) {
12
  ?>
13
  <option value="<?php echo $tag->term_id; ?>" <?php selected( $this->selected_tag_id == $tag->term_id ); ?>><?php echo esc_html( $tag->name ); ?></option>
admin/views/form_back_to_selection.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php // print form for going back to the filter selection without loosing input data ?>
2
  <h2><?php esc_html_e( 'Select filters and options again', 'quick-featured-images' ); ?></h2>
3
  <p><?php esc_html_e( 'If you want to change your former selection just go back by clicking on this button.', 'quick-featured-images' ); ?></p>
4
- <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&amp;step=select', $this->page_slug ) ) ); ?>">
5
  <p>
6
  <input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
7
  <input type="hidden" name="action" value="<?php echo $this->selected_action; ?>" />
1
  <?php // print form for going back to the filter selection without loosing input data ?>
2
  <h2><?php esc_html_e( 'Select filters and options again', 'quick-featured-images' ); ?></h2>
3
  <p><?php esc_html_e( 'If you want to change your former selection just go back by clicking on this button.', 'quick-featured-images' ); ?></p>
4
+ <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=select', $this->page_slug ) ) ); ?>">
5
  <p>
6
  <input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
7
  <input type="hidden" name="action" value="<?php echo $this->selected_action; ?>" />
admin/views/form_confirm.php CHANGED
@@ -5,9 +5,9 @@ if ( $results ) {
5
  if ( 'remove_orphaned' == $this->selected_action ) {
6
  // WP core labels
7
  $text = 'Delete';
8
- $label_apply = __( $text );
9
  $text = 'Cancel';
10
- $label_cancel = __( $text );
11
  // QFI strings
12
  $question = __( 'Should the entries of featured images without image files be removed from the database?', 'quick-featured-images' );
13
  } else {
@@ -20,15 +20,15 @@ if ( $results ) {
20
  $label_by = esc_html__( 'by', 'quick-featured-images' );
21
  // WP core labels
22
  $text = 'No image set';
23
- $label_no_image = __( $text );
24
  $text = 'Status:';
25
- $label_status = __( $text );
26
  $text = 'Apply';
27
- $label_apply = __( $text );
28
  $text = 'Cancel';
29
- $label_cancel = __( $text );
30
  $text = '(no title)';
31
- $default_title = __( $text );
32
  // QFI strings
33
  switch ( $this->selected_action ) {
34
  case 'assign':
@@ -68,16 +68,17 @@ if ( $results ) {
68
  // alternating row colors: if $c is divisible by 2 (so the modulo is 0) then set 'alt'-class
69
  $row_classes = ( 0 != $c % 2 ) ? ' class="alternate"' : '';
70
  // post title, else default title
71
- $post_title = $result[ 1 ] ? $result[ 1 ] : $default_title;
72
  // post date
73
- $post_date = sprintf( '%s %s', $label_written_on, $result[ 2 ] );
74
  // post author
75
- $post_author = sprintf( '%s %s', $label_by, $result[ 3 ] );
76
  // post type label
77
- $post_type = $result[ 7 ];
78
  $post_type_obj = get_post_type_object( $post_type );
79
  if ( $post_type_obj ) {
80
- $post_type = $post_type_obj->labels->singular_name; // readable name
 
 
81
  }
82
  // post status
83
  $post_status = isset( $this->valid_statuses[ $result[ 6 ] ] ) ? $this->valid_statuses[ $result[ 6 ] ] : $result[ 6 ];
@@ -89,13 +90,13 @@ if ( $results ) {
89
  printf( '<td class="num">%d</td>', $c );
90
  printf(
91
  '<td><a href="%s" target="_blank">%s</a><br>%s<br>%s<br>%s, %s %s</td>',
92
- $result[ 0 ], // edit post link
93
  $post_title,
94
  $post_date,
95
  $post_author,
96
- $post_type,
97
  $label_status,
98
- $post_status
99
  );
100
  printf( '<td class="num">%s</td>', $current_img );
101
  printf( '<td class="num">%s</td>', $future_img );
@@ -119,7 +120,7 @@ if ( $results ) {
119
  ?>
120
  <h2><?php esc_html_e( 'Confirm the change', 'quick-featured-images' ); ?></h2>
121
  <p><?php echo esc_html( $question ); ?> <?php esc_html_e( 'You can not undo the operation!', 'quick-featured-images' ); ?></p>
122
- <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&amp;step=perform', $this->page_slug ) ) ); ?>">
123
  <p>
124
  <input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
125
  <input type="hidden" name="action" value="<?php echo $this->selected_action; ?>" />
@@ -173,12 +174,12 @@ if ( $this->selected_old_image_ids ) {
173
  }
174
  ?>
175
  <?php wp_nonce_field( 'quickfi_confirm', $this->plugin_slug . '_nonce' ); ?>
176
- <input type="submit" class="button-primary" value="<?php echo $label_apply; ?>" /> <a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php echo $label_cancel;?></a>
177
  </p>
178
  </form>
179
  <?php
180
  } else {
181
  ?>
182
- <p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php esc_html_e( 'Start again', 'quick-featured-images' );?></a> <?php esc_html_e( 'or refine your selection with the following form fields.', 'quick-featured-images' );?></p>
183
  <?php
184
  }
5
  if ( 'remove_orphaned' == $this->selected_action ) {
6
  // WP core labels
7
  $text = 'Delete';
8
+ $label_apply = esc_attr__( $text );
9
  $text = 'Cancel';
10
+ $label_cancel = esc_html__( $text );
11
  // QFI strings
12
  $question = __( 'Should the entries of featured images without image files be removed from the database?', 'quick-featured-images' );
13
  } else {
20
  $label_by = esc_html__( 'by', 'quick-featured-images' );
21
  // WP core labels
22
  $text = 'No image set';
23
+ $label_no_image = esc_html__( $text );
24
  $text = 'Status:';
25
+ $label_status = esc_html__( $text );
26
  $text = 'Apply';
27
+ $label_apply = esc_attr__( $text );
28
  $text = 'Cancel';
29
+ $label_cancel = esc_html__( $text );
30
  $text = '(no title)';
31
+ $default_title = esc_html__( $text );
32
  // QFI strings
33
  switch ( $this->selected_action ) {
34
  case 'assign':
68
  // alternating row colors: if $c is divisible by 2 (so the modulo is 0) then set 'alt'-class
69
  $row_classes = ( 0 != $c % 2 ) ? ' class="alternate"' : '';
70
  // post title, else default title
71
+ $post_title = $result[ 1 ] ? esc_html( $result[ 1 ] ) : $default_title;
72
  // post date
73
+ $post_date = sprintf( '%s %s', $label_written_on, esc_html( $result[ 2 ] ) );
74
  // post author
75
+ $post_author = sprintf( '%s %s', $label_by, esc_html( $result[ 3 ] ) );
76
  // post type label
 
77
  $post_type_obj = get_post_type_object( $post_type );
78
  if ( $post_type_obj ) {
79
+ $post_type = esc_html( $post_type_obj->labels->singular_name ); // readable name
80
+ } else {
81
+ $post_type = esc_html( $result[ 7 ] );
82
  }
83
  // post status
84
  $post_status = isset( $this->valid_statuses[ $result[ 6 ] ] ) ? $this->valid_statuses[ $result[ 6 ] ] : $result[ 6 ];
90
  printf( '<td class="num">%d</td>', $c );
91
  printf(
92
  '<td><a href="%s" target="_blank">%s</a><br>%s<br>%s<br>%s, %s %s</td>',
93
+ esc_url( $result[ 0 ] ), // edit post link
94
  $post_title,
95
  $post_date,
96
  $post_author,
97
+ esc_html( $post_type ),
98
  $label_status,
99
+ esc_html( $post_status )
100
  );
101
  printf( '<td class="num">%s</td>', $current_img );
102
  printf( '<td class="num">%s</td>', $future_img );
120
  ?>
121
  <h2><?php esc_html_e( 'Confirm the change', 'quick-featured-images' ); ?></h2>
122
  <p><?php echo esc_html( $question ); ?> <?php esc_html_e( 'You can not undo the operation!', 'quick-featured-images' ); ?></p>
123
+ <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=perform', $this->page_slug ) ) ); ?>">
124
  <p>
125
  <input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
126
  <input type="hidden" name="action" value="<?php echo $this->selected_action; ?>" />
174
  }
175
  ?>
176
  <?php wp_nonce_field( 'quickfi_confirm', $this->plugin_slug . '_nonce' ); ?>
177
+ <input type="submit" class="button-primary" value="<?php echo $label_apply; ?>" /> <a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php echo $label_cancel;?></a>
178
  </p>
179
  </form>
180
  <?php
181
  } else {
182
  ?>
183
+ <p><a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php esc_html_e( 'Start again', 'quick-featured-images' );?></a> <?php esc_html_e( 'or refine your selection with the following form fields.', 'quick-featured-images' );?></p>
184
  <?php
185
  }
admin/views/form_select.php CHANGED
@@ -13,7 +13,7 @@ if ( 'replace' == $this->selected_action ) {
13
  <?php
14
  } // if( is_error_no_old_image )
15
  ?>
16
- <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&amp;step=confirm', $this->page_slug ) ) ); ?>">
17
  <h2><?php esc_html_e( 'Select the featured images you want to replace by the selected image.', 'quick-featured-images' ); ?></h2>
18
  <p><?php esc_html_e( 'You can select multiple images. Select at least one image.', 'quick-featured-images' ); ?></p>
19
  <p><?php esc_html_e( 'To select multiple images click on the button and use the CTRL key while clicking on the images.', 'quick-featured-images' ); ?></p>
@@ -36,7 +36,7 @@ if ( 'replace' == $this->selected_action ) {
36
  ?>
37
  <h2><?php esc_html_e( 'Refine your selections', 'quick-featured-images' ); ?></h2>
38
  <p><?php esc_html_e( 'You can control the process with the following options.', 'quick-featured-images' ); ?></p>
39
- <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&amp;step=refine', $this->page_slug ) ) ); ?>">
40
  <?php
41
  switch ( $this->selected_action ) {
42
  case 'assign':
13
  <?php
14
  } // if( is_error_no_old_image )
15
  ?>
16
+ <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=confirm', $this->page_slug ) ) ); ?>">
17
  <h2><?php esc_html_e( 'Select the featured images you want to replace by the selected image.', 'quick-featured-images' ); ?></h2>
18
  <p><?php esc_html_e( 'You can select multiple images. Select at least one image.', 'quick-featured-images' ); ?></p>
19
  <p><?php esc_html_e( 'To select multiple images click on the button and use the CTRL key while clicking on the images.', 'quick-featured-images' ); ?></p>
36
  ?>
37
  <h2><?php esc_html_e( 'Refine your selections', 'quick-featured-images' ); ?></h2>
38
  <p><?php esc_html_e( 'You can control the process with the following options.', 'quick-featured-images' ); ?></p>
39
+ <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=refine', $this->page_slug ) ) ); ?>">
40
  <?php
41
  switch ( $this->selected_action ) {
42
  case 'assign':
admin/views/form_start.php CHANGED
@@ -8,7 +8,7 @@ if ( ! current_theme_supports( 'post-thumbnails' ) ) {
8
  <?php
9
  }
10
  ?>
11
- <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&amp;step=select', $this->page_slug ) ) ); ?>">
12
  <h2 class="no-bottom"><?php esc_html_e( 'What do you want to do?', 'quick-featured-images' ); ?></h2>
13
  <div class="qfi_page_description">
14
  <p><?php esc_html_e( 'Here you can add, replace and delete featured images to your posts. Select one of the following actions and, if necessary, one or more images.', 'quick-featured-images' ); ?></p>
@@ -53,7 +53,7 @@ if ( $this->selected_image_id ) {
53
  }
54
  ?>
55
  <input type="hidden" id="image_id" name="image_id" value="<?php echo $this->selected_image_id; ?>">
56
- <img id="selected_image" src="<?php echo $img_url; ?>" alt="<?php $text = 'Featured Image'; echo _x( $text, 'post' ); ?>" class="<?php echo $img_class; ?>" style="<?php echo $img_style; ?>" /><br />
57
  <input type="button" id="upload_image_button" class="button qfi_select_image" value="<?php esc_attr_e( 'Choose Image', 'quick-featured-images' ); ?>" />
58
  </p>
59
  </div>
8
  <?php
9
  }
10
  ?>
11
+ <form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=select', $this->page_slug ) ) ); ?>">
12
  <h2 class="no-bottom"><?php esc_html_e( 'What do you want to do?', 'quick-featured-images' ); ?></h2>
13
  <div class="qfi_page_description">
14
  <p><?php esc_html_e( 'Here you can add, replace and delete featured images to your posts. Select one of the following actions and, if necessary, one or more images.', 'quick-featured-images' ); ?></p>
53
  }
54
  ?>
55
  <input type="hidden" id="image_id" name="image_id" value="<?php echo $this->selected_image_id; ?>">
56
+ <img id="selected_image" src="<?php echo $img_url; ?>" alt="<?php $text = 'Featured Image'; echo esc_attr( _x( $text, 'post' ) ); ?>" class="<?php echo $img_class; ?>" style="<?php echo $img_style; ?>" /><br />
57
  <input type="button" id="upload_image_button" class="button qfi_select_image" value="<?php esc_attr_e( 'Choose Image', 'quick-featured-images' ); ?>" />
58
  </p>
59
  </div>
admin/views/section_defaults.php CHANGED
@@ -44,7 +44,7 @@ $tag_label = esc_html( _x( $text, 'taxonomy singular name' ) );
44
  $text = 'Post';
45
  $post_label = esc_html( _x( $text, 'post type singular name' ) );
46
  $text = 'Page';
47
- $page_label = esc_html(_x( $text, 'post type singular name' ) );
48
 
49
  // set parameters for term queries
50
  $args = array(
44
  $text = 'Post';
45
  $post_label = esc_html( _x( $text, 'post type singular name' ) );
46
  $text = 'Page';
47
+ $page_label = esc_html( _x( $text, 'post type singular name' ) );
48
 
49
  // set parameters for term queries
50
  $args = array(
admin/views/section_errormsg.php CHANGED
@@ -1,8 +1,8 @@
1
  <h2><?php esc_html_e( 'Error', $this->page_slug );?></h2>
2
  <div class="qfi_content_inside">
3
  <h3><?php esc_html_e( 'Reason', 'quick-featured-images' );?></h3>
4
- <p class="failure"><?php print esc_html( $msg ); ?></p>
5
  <h3><?php esc_html_e( 'Solution', 'quick-featured-images' );?></h3>
6
- <p class="success"><?php print esc_html( $solution ); ?></p>
7
  </div>
8
- <p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php esc_html_e( 'Start again', 'quick-featured-images' );?></a></p>
1
  <h2><?php esc_html_e( 'Error', $this->page_slug );?></h2>
2
  <div class="qfi_content_inside">
3
  <h3><?php esc_html_e( 'Reason', 'quick-featured-images' );?></h3>
4
+ <p class="failure"><?php echo esc_html( $msg ); ?></p>
5
  <h3><?php esc_html_e( 'Solution', 'quick-featured-images' );?></h3>
6
+ <p class="success"><?php echo esc_html( $solution ); ?></p>
7
  </div>
8
+ <p><a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php esc_html_e( 'Start again', 'quick-featured-images' );?></a></p>
admin/views/section_footer.php CHANGED
@@ -55,7 +55,7 @@ if ( ! in_array( $paypal_locale, array( 'en_US', 'en_AU', 'es_ES', 'fr_FR', 'de_
55
  <dt><?php esc_html_e( 'The plugin is for free. But the plugin author would be delighted to your small contribution.', $text_domain ); ?></dt><dd><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=2KUW27NECWVWJ"><img src="https://www.paypalobjects.com/<?php echo $paypal_locale; ?>/i/btn/btn_donateCC_LG.gif" alt="(<?php esc_html_e( 'Donation Button', $text_domain ); ?>)" id="paypal_button" /><br /><?php esc_html_e( 'Donate with PayPal', $text_domain ); ?></a><img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" /></dd>
56
  <dt><?php esc_html_e( 'Do you need support or have an idea for the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/plugin/quick-featured-images"><?php esc_html_e( 'Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!', $text_domain ); ?></a></dd>
57
  <dt><?php esc_html_e( 'Special thanks for the fine frontend style of the plugin go to', $text_domain ); ?></dt><dd><a href="http://alexandra-mutter.de/?ref=quick-featured-images"><?php echo get_avatar( 'allamoda07@googlemail.com', 44 ); ?>alexandra mutter design</a></dd>
58
- <dt><?php esc_html_e( 'Let the thumbnails appear in the widget of the most recent posts with this fast plugin', $text_domain ); ?></dt><dd><a href="http://wordpress.org/plugins/recent-posts-widget-with-thumbnails/"><?php printf( __( 'Download plugin %s at %s!', $text_domain ), '<strong>Recent Posts Widget With Thumbnails</strong>', 'wordpress.org' ); ?></a></dd>
59
  <dt><?php esc_html_e( 'Get the premium version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a></dd>
60
  </dl>
61
  </div><!-- .qfi_content -->
55
  <dt><?php esc_html_e( 'The plugin is for free. But the plugin author would be delighted to your small contribution.', $text_domain ); ?></dt><dd><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=2KUW27NECWVWJ"><img src="https://www.paypalobjects.com/<?php echo $paypal_locale; ?>/i/btn/btn_donateCC_LG.gif" alt="(<?php esc_html_e( 'Donation Button', $text_domain ); ?>)" id="paypal_button" /><br /><?php esc_html_e( 'Donate with PayPal', $text_domain ); ?></a><img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" /></dd>
56
  <dt><?php esc_html_e( 'Do you need support or have an idea for the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/plugin/quick-featured-images"><?php esc_html_e( 'Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!', $text_domain ); ?></a></dd>
57
  <dt><?php esc_html_e( 'Special thanks for the fine frontend style of the plugin go to', $text_domain ); ?></dt><dd><a href="http://alexandra-mutter.de/?ref=quick-featured-images"><?php echo get_avatar( 'allamoda07@googlemail.com', 44 ); ?>alexandra mutter design</a></dd>
58
+ <dt><?php esc_html_e( 'Let the thumbnails appear in the widget of the most recent posts with this fast plugin', $text_domain ); ?></dt><dd><a href="http://wordpress.org/plugins/recent-posts-widget-with-thumbnails/"><?php printf( esc_html__( 'Download plugin %s at %s!', $text_domain ), '<strong>Recent Posts Widget With Thumbnails</strong>', 'wordpress.org' ); ?></a></dd>
59
  <dt><?php esc_html_e( 'Get the premium version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a></dd>
60
  </dl>
61
  </div><!-- .qfi_content -->
admin/views/section_header_progress.php CHANGED
@@ -29,7 +29,7 @@ foreach ( $this->valid_steps as $key => $label ) {
29
  }
30
  printf( '<%s class="%s">%s</%s>', $elem, $class, esc_html( $label ), $elem );
31
  if ( $count < $max ) {
32
- print '<span class="sep"> &gt; </span>';
33
  }
34
  $count++;
35
  }
29
  }
30
  printf( '<%s class="%s">%s</%s>', $elem, $class, esc_html( $label ), $elem );
31
  if ( $count < $max ) {
32
+ echo '<span class="sep"> &gt; </span>';
33
  }
34
  $count++;
35
  }
admin/views/section_image.php CHANGED
@@ -11,7 +11,7 @@ if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $
11
  <?php echo wp_get_attachment_image( $this->selected_image_id, 'thumbnail' ); ?><br>
12
  <strong><?php esc_html_e( 'Image title', 'quick-featured-images' ); ?>:</strong> <?php echo get_the_title( $this->selected_image_id ); ?>
13
  </p>
14
- <p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php esc_html_e( 'If wrong image start again', 'quick-featured-images' );?></a></p>
15
  </div><!-- .qfi_w50percent -->
16
  <div class="qfi_w50percent">
17
  <?php
@@ -33,7 +33,7 @@ if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $
33
  </ul>
34
  <?php
35
  ?>
36
- <p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php esc_html_e( 'If wrong image start again', 'quick-featured-images' );?></a></p>
37
  </div><!-- .qfi_w50percent -->
38
  <div class="qfi_w50percent">
39
  <?php
@@ -52,7 +52,7 @@ if ( isset( $this->valid_actions[ $this->selected_action ] ) ) {
52
  }
53
  ?>
54
  <p><?php echo esc_html( $selected_action ); ?></p>
55
- <p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php esc_html_e( 'If wrong action start again', 'quick-featured-images' );?></a></p>
56
  <?php
57
  if ( $two_columns ) {
58
  ?>
11
  <?php echo wp_get_attachment_image( $this->selected_image_id, 'thumbnail' ); ?><br>
12
  <strong><?php esc_html_e( 'Image title', 'quick-featured-images' ); ?>:</strong> <?php echo get_the_title( $this->selected_image_id ); ?>
13
  </p>
14
+ <p><a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php esc_html_e( 'If wrong image start again', 'quick-featured-images' );?></a></p>
15
  </div><!-- .qfi_w50percent -->
16
  <div class="qfi_w50percent">
17
  <?php
33
  </ul>
34
  <?php
35
  ?>
36
+ <p><a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php esc_html_e( 'If wrong image start again', 'quick-featured-images' );?></a></p>
37
  </div><!-- .qfi_w50percent -->
38
  <div class="qfi_w50percent">
39
  <?php
52
  }
53
  ?>
54
  <p><?php echo esc_html( $selected_action ); ?></p>
55
+ <p><a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php esc_html_e( 'If wrong action start again', 'quick-featured-images' );?></a></p>
56
  <?php
57
  if ( $two_columns ) {
58
  ?>
admin/views/section_overview.php CHANGED
@@ -31,7 +31,7 @@ $qfi_settings_instance = Quick_Featured_Images_Settings::get_instance();
31
  if ( current_user_can( $qfi_tools_instance->get_required_user_cap() ) ) {
32
  printf(
33
  ' <p><a href="%s"><span class="dashicons dashicons-admin-tools"></span><br />%s</a></p>',
34
- admin_url( sprintf( 'admin.php?page=%s', $qfi_tools_instance->get_page_slug() ) ),
35
  esc_html( $qfi_tools_instance->get_page_description() )
36
  );
37
  } else {
@@ -53,7 +53,7 @@ if ( current_user_can( $qfi_tools_instance->get_required_user_cap() ) ) {
53
  if ( current_user_can( $qfi_defaults_instance->get_required_user_cap() ) ) {
54
  printf(
55
  ' <p><a href="%s"><span class="dashicons dashicons-images-alt"></span><br />%s</a></p>',
56
- admin_url( sprintf( 'admin.php?page=%s', $qfi_defaults_instance->get_page_slug() ) ),
57
  esc_html( $qfi_defaults_instance->get_page_description() )
58
  );
59
  } else {
@@ -75,7 +75,7 @@ if ( current_user_can( $qfi_defaults_instance->get_required_user_cap() ) ) {
75
  if ( current_user_can( $qfi_settings_instance->get_required_user_cap() ) ) {
76
  printf(
77
  ' <p><a href="%s"><span class="dashicons dashicons-admin-settings"></span><br />%s</a></p>',
78
- admin_url( sprintf( 'admin.php?page=%s', $qfi_settings_instance->get_page_slug() ) ),
79
  esc_html( $qfi_settings_instance->get_page_description() )
80
  );
81
  } else {
31
  if ( current_user_can( $qfi_tools_instance->get_required_user_cap() ) ) {
32
  printf(
33
  ' <p><a href="%s"><span class="dashicons dashicons-admin-tools"></span><br />%s</a></p>',
34
+ esc_url( admin_url( sprintf( 'admin.php?page=%s', $qfi_tools_instance->get_page_slug() ) ) ),
35
  esc_html( $qfi_tools_instance->get_page_description() )
36
  );
37
  } else {
53
  if ( current_user_can( $qfi_defaults_instance->get_required_user_cap() ) ) {
54
  printf(
55
  ' <p><a href="%s"><span class="dashicons dashicons-images-alt"></span><br />%s</a></p>',
56
+ esc_url( admin_url( sprintf( 'admin.php?page=%s', $qfi_defaults_instance->get_page_slug() ) ) ),
57
  esc_html( $qfi_defaults_instance->get_page_description() )
58
  );
59
  } else {
75
  if ( current_user_can( $qfi_settings_instance->get_required_user_cap() ) ) {
76
  printf(
77
  ' <p><a href="%s"><span class="dashicons dashicons-admin-settings"></span><br />%s</a></p>',
78
+ esc_url( admin_url( sprintf( 'admin.php?page=%s', $qfi_settings_instance->get_page_slug() ) ) ),
79
  esc_html( $qfi_settings_instance->get_page_description() )
80
  );
81
  } else {
admin/views/section_results.php CHANGED
@@ -56,7 +56,7 @@ if ( $results ) {
56
  printf( '<td class="num">%d</td>', $c );
57
  printf(
58
  '<td><a href="%s" target="_blank">%s</a><br>%s</td>',
59
- $result[ 0 ], // edit post link
60
  $post_title,
61
  $msg
62
  );
56
  printf( '<td class="num">%d</td>', $c );
57
  printf(
58
  '<td><a href="%s" target="_blank">%s</a><br>%s</td>',
59
+ esc_url( $result[ 0 ] ), // edit post link
60
  $post_title,
61
  $msg
62
  );
languages/quick-featured-images-ar.mo CHANGED
Binary file
languages/quick-featured-images-ar.po CHANGED
@@ -5,9 +5,8 @@ msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
  "POT-Creation-Date: 2017-07-06 23:14+0200\n"
8
- "PO-Revision-Date: 2017-07-06 23:17+0200\n"
9
- "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: m.stehle@gmx.de\n"
11
  "Language: ar\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,6 +17,7 @@ msgstr ""
18
  "X-Poedit-Basepath: ..\n"
19
  "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
20
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
 
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  #: admin/class-quick-featured-images-admin.php:213
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
  "POT-Creation-Date: 2017-07-06 23:14+0200\n"
8
+ "PO-Revision-Date: 2017-07-17 00:03+0200\n"
9
+ "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
 
10
  "Language: ar\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
19
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
20
+ "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
  #: admin/class-quick-featured-images-admin.php:213
languages/quick-featured-images-de_DE.mo CHANGED
Binary file
languages/quick-featured-images-de_DE.po CHANGED
@@ -5,9 +5,9 @@ msgstr ""
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
  "POT-Creation-Date: 2017-07-07 00:03+0200\n"
8
- "PO-Revision-Date: 2017-07-07 00:03+0200\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: m.stehle@gmx.de\n"
11
  "Language: de_DE\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
  "POT-Creation-Date: 2017-07-07 00:03+0200\n"
8
+ "PO-Revision-Date: 2017-07-17 00:03+0200\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
+ "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
11
  "Language: de_DE\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
languages/quick-featured-images-es_ES.mo CHANGED
Binary file
languages/quick-featured-images-es_ES.po CHANGED
@@ -5,9 +5,8 @@ msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
  "POT-Creation-Date: 2017-07-06 23:13+0200\n"
8
- "PO-Revision-Date: 2017-07-06 23:17+0200\n"
9
- "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: m.stehle@gmx.de\n"
11
  "Language: es_ES\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,6 +16,7 @@ msgstr ""
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  #: admin/class-quick-featured-images-admin.php:213
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
  "POT-Creation-Date: 2017-07-06 23:13+0200\n"
8
+ "PO-Revision-Date: 2017-07-17 00:03+0200\n"
9
+ "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
 
10
  "Language: es_ES\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
+ "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  #: admin/class-quick-featured-images-admin.php:213
languages/quick-featured-images-fr_FR.mo ADDED
Binary file
languages/quick-featured-images-fr_FR.po ADDED
@@ -0,0 +1,1873 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014
2
+ # This file is distributed under the same license as the plugin package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Quick Featured Images\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
+ "POT-Creation-Date: 2017-07-13 08:09+0200\n"
8
+ "PO-Revision-Date: 2017-07-17 00:03+0200\n"
9
+ "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
10
+ "Language: fr_FR\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 2.0.2\n"
15
+ "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
16
+ "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+
22
+ #: admin/class-quick-featured-images-admin.php:213
23
+ msgid ""
24
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
25
+ "delete them in bulk, in posts lists and set default images for future posts."
26
+ msgstr ""
27
+ "Votre Couteau Suisse pour les \"images à la une\": Installer, remplacer, "
28
+ "supprimer en batch dans les listes d'articles, et installer les \"images à "
29
+ "la Une\" pour les futurs articles."
30
+
31
+ #: admin/class-quick-featured-images-admin.php:277
32
+ #, php-format
33
+ msgid ""
34
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
35
+ "not activate it. If you want to use this plugin update the Wordpress files "
36
+ "to the latest version."
37
+ msgstr ""
38
+ "Ce plugin nécessite au minimum la version %s de WordPress. Il n'a donc pas "
39
+ "été activé. Pour l'utiliser, mettez WordPress à jour."
40
+
41
+ #: admin/class-quick-featured-images-admin.php:484
42
+ #, php-format
43
+ msgid "Welcome to %s! You can find the plugin at %s."
44
+ msgstr "Bienvenue, %s! Vous pouvez trouver le plugin à %s."
45
+
46
+ #: admin/class-quick-featured-images-columns.php:295
47
+ #: admin/class-quick-featured-images-columns.php:456
48
+ #, php-format
49
+ msgid "Change &#8220;%s&#8221;"
50
+ msgstr "Changer &#8220;%s&#8221;"
51
+
52
+ #: admin/class-quick-featured-images-columns.php:320
53
+ #: admin/class-quick-featured-images-columns.php:457
54
+ #, php-format
55
+ msgid "Remove &#8220;%s&#8221;"
56
+ msgstr "Supprimer &#8220;%s&#8221;"
57
+
58
+ #: admin/class-quick-featured-images-columns.php:364
59
+ #: admin/class-quick-featured-images-columns.php:377
60
+ #: admin/class-quick-featured-images-columns.php:529
61
+ #, php-format
62
+ msgid "Set image for &#8220;%s&#8221;"
63
+ msgstr "Définir l'image pour &#8220;%s&#8221;"
64
+
65
+ #: admin/class-quick-featured-images-defaults.php:213
66
+ msgid "Changes saved."
67
+ msgstr "Modifications enregistrées."
68
+
69
+ #: admin/class-quick-featured-images-defaults.php:216
70
+ msgid "No changes were saved."
71
+ msgstr "Aucune modification n'a été enregistrée."
72
+
73
+ #: admin/class-quick-featured-images-defaults.php:253
74
+ #: admin/class-quick-featured-images-settings.php:606
75
+ msgid "Preset Featured Images"
76
+ msgstr "Préparer les images en avant"
77
+
78
+ #: admin/class-quick-featured-images-defaults.php:264
79
+ msgid "Set default featured images for future posts"
80
+ msgstr "Définir l' image en avant par défaut pour les futurs articles"
81
+
82
+ #: admin/class-quick-featured-images-settings.php:231
83
+ msgid "Set the visibility of columns of featured images in posts lists"
84
+ msgstr "Afficher la colonne des \"images en avant\" dans la liste des articles"
85
+
86
+ #: admin/class-quick-featured-images-settings.php:381
87
+ msgid "Columns for featured images in posts lists"
88
+ msgstr "Colonnes pour les \"images en avant\" dans les listes d'articles"
89
+
90
+ #: admin/class-quick-featured-images-settings.php:389
91
+ msgid "Show additional column for featured images in lists of"
92
+ msgstr ""
93
+ "Afficher une colonne supplémentaire pour les \"images en avant\" dans les "
94
+ "listes de"
95
+
96
+ #: admin/class-quick-featured-images-settings.php:394
97
+ msgid "Posts list with image column"
98
+ msgstr "Liste des articles avec la colonne d'images"
99
+
100
+ #: admin/class-quick-featured-images-settings.php:417
101
+ msgid "Visibility of the plugin"
102
+ msgstr "Visibilité du plugin"
103
+
104
+ #: admin/class-quick-featured-images-settings.php:425
105
+ msgid "Which user role may see the plugin?"
106
+ msgstr "Qui (niveau) peut voir le plugin?"
107
+
108
+ #: admin/class-quick-featured-images-settings.php:557
109
+ msgid ""
110
+ "Activate the checkboxes at each post type to show the extra columns in the "
111
+ "post lists."
112
+ msgstr ""
113
+ "Activer les checkboxes dans chaque article pour voir les colonnes "
114
+ "supplémentaires dans la liste d'articles."
115
+
116
+ #: admin/class-quick-featured-images-settings.php:569
117
+ msgid "Minimum user role to see the plugin in the backend"
118
+ msgstr "Niveau minimum requis pour voir le plugin"
119
+
120
+ #: admin/class-quick-featured-images-settings.php:605
121
+ msgid "Select the minimum user role a user must have to see the plugin."
122
+ msgstr ""
123
+ "Sélectionner le niveau minimum que doit avoir l'utilisateur pour voir le "
124
+ "plugin."
125
+
126
+ #: admin/class-quick-featured-images-settings.php:606
127
+ #, php-format
128
+ msgid ""
129
+ "The rules as set in &#8220;%s&#8221; work on posts independently of this "
130
+ "setting."
131
+ msgstr ""
132
+ "Les règles telles que définies à &#8220;%s&#8221; sont appliquées aux "
133
+ "articles indépendement de ce règlage."
134
+
135
+ #: admin/class-quick-featured-images-settings.php:607
136
+ msgid ""
137
+ "This setting controls as well whether a user will see in an image column the "
138
+ "thumbnails with action links or the thumbnails only. To switch image columns "
139
+ "on and off use the section above."
140
+ msgstr ""
141
+ "Ce paramètre contrôle si l'utilisateur verra la vignette et les liens de "
142
+ "modification dans la colonne d'images, ou bien la vignette seule. Pour "
143
+ "afficher/supprimer la colonne d'images, utiliser la section ci-dessus."
144
+
145
+ #: admin/class-quick-featured-images-settings.php:608
146
+ #| msgid ""
147
+ #| "This page and the page &#8220;%s&#8221; are accessible for administrators "
148
+ #| "only."
149
+ msgid "This page is accessible for administrators only."
150
+ msgstr ""
151
+
152
+ #: admin/class-quick-featured-images-settings.php:618
153
+ msgid ""
154
+ "The additional columns give you a quick overview about all used featured "
155
+ "images for every post. The Featured Image column is sortable."
156
+ msgstr ""
157
+ "Les colonnes additionnelles vous montrent les \"images en avant\"pour chaque "
158
+ "article. La colonne de l' \"image en avant\" peut être tréee."
159
+
160
+ #: admin/class-quick-featured-images-settings.php:627
161
+ msgid "Controls which minimum user role can see the plugin."
162
+ msgstr "Controle quels niveaux d'autorisation peuvent voir le plugin."
163
+
164
+ #: admin/class-quick-featured-images-tools.php:471
165
+ #, php-format
166
+ msgid "Wrong image ID %d"
167
+ msgstr "Numéro d'image %d invalide"
168
+
169
+ #: admin/class-quick-featured-images-tools.php:573
170
+ msgid "Select"
171
+ msgstr "S2lectionner"
172
+
173
+ #: admin/class-quick-featured-images-tools.php:574
174
+ msgid "Add filter"
175
+ msgstr "Ajouter un filtre"
176
+
177
+ #: admin/class-quick-featured-images-tools.php:575
178
+ msgid "Refine"
179
+ msgstr "Peaufiner"
180
+
181
+ #: admin/class-quick-featured-images-tools.php:576
182
+ msgid "Confirm"
183
+ msgstr "Confirmer"
184
+
185
+ #: admin/class-quick-featured-images-tools.php:577
186
+ msgid "Perform"
187
+ msgstr "Exécuter"
188
+
189
+ #: admin/class-quick-featured-images-tools.php:581
190
+ msgid "Set the selected image as new featured image"
191
+ msgstr "Installer l'image sélectionnée comme nouvelle image en avant"
192
+
193
+ #: admin/class-quick-featured-images-tools.php:582
194
+ msgid "Replace featured images by the selected image"
195
+ msgstr "Remplacer les \"images en avant\" par l'image sélectionnée"
196
+
197
+ #: admin/class-quick-featured-images-tools.php:583
198
+ msgid "Remove the selected image as featured image"
199
+ msgstr "Supprimer \"image en avant\" selectionnée"
200
+
201
+ #: admin/class-quick-featured-images-tools.php:586
202
+ msgid "Remove any image as featured image"
203
+ msgstr "Supprimer toutes les images en avant"
204
+
205
+ #: admin/class-quick-featured-images-tools.php:587
206
+ msgid "Remove all featured images without existing image files"
207
+ msgstr "Supprimer toutes les \"images en avant\" n'existant pas"
208
+
209
+ #: admin/class-quick-featured-images-tools.php:590
210
+ msgid "Set multiple images randomly as featured images"
211
+ msgstr "Installer au hasard des images comme images en avant"
212
+
213
+ #: admin/class-quick-featured-images-tools.php:594
214
+ msgid "Overwrite featured images"
215
+ msgstr "Remplacer les images en avant"
216
+
217
+ #: admin/class-quick-featured-images-tools.php:595
218
+ msgid "Consider only posts without any featured image"
219
+ msgstr "Ne considérer que les articles sans image en avant"
220
+
221
+ #: admin/class-quick-featured-images-tools.php:599
222
+ msgid "Post Type Filter"
223
+ msgstr "Filtre de type d'article"
224
+
225
+ #: admin/class-quick-featured-images-tools.php:600
226
+ msgid "Category Filter"
227
+ msgstr "Filtre de catégorie"
228
+
229
+ #: admin/class-quick-featured-images-tools.php:601
230
+ msgid "Tag Filter"
231
+ msgstr "Filtre d'étiquette"
232
+
233
+ #: admin/class-quick-featured-images-tools.php:630
234
+ msgid "Image width in pixels lower than"
235
+ msgstr "Largeur d'image en pixels inférieure à"
236
+
237
+ #: admin/class-quick-featured-images-tools.php:631
238
+ msgid "Image height in pixels lower than"
239
+ msgstr "Hauteur d'image en pixels inférieure à"
240
+
241
+ #: admin/class-quick-featured-images-tools.php:740
242
+ #, php-format
243
+ msgid "The input field %s is empty."
244
+ msgstr "Le champ %s est vide."
245
+
246
+ #: admin/class-quick-featured-images-tools.php:741
247
+ msgid "Type in a value into the input field."
248
+ msgstr "Entrer une valeur dans le champ de saisie."
249
+
250
+ #: admin/class-quick-featured-images-tools.php:744
251
+ #, php-format
252
+ msgid "%s is not defined."
253
+ msgstr "%s n'est pas défini."
254
+
255
+ #: admin/class-quick-featured-images-tools.php:745
256
+ msgid "Check how to define the value."
257
+ msgstr "Voir comment définir la valeur."
258
+
259
+ #: admin/class-quick-featured-images-tools.php:748
260
+ msgid "There is no selected image."
261
+ msgstr "Pas d'image sélectionnée."
262
+
263
+ #: admin/class-quick-featured-images-tools.php:749
264
+ msgid "Select an image from the media library."
265
+ msgstr "Choisir une image dans la bibliothèque de médias."
266
+
267
+ #: admin/class-quick-featured-images-tools.php:752
268
+ #: admin/views/section_image.php:51
269
+ msgid "You have not selected an action."
270
+ msgstr "Vous n'avez pas fait de choix d'action."
271
+
272
+ #: admin/class-quick-featured-images-tools.php:753
273
+ msgid "Start again and select which action you want to apply."
274
+ msgstr "Recommencer et choisir une action a effectuer."
275
+
276
+ #: admin/class-quick-featured-images-tools.php:756
277
+ #, php-format
278
+ msgid "The input field %s has an invalid value."
279
+ msgstr "Valeur incorrecte dans le champ %s."
280
+
281
+ #: admin/class-quick-featured-images-tools.php:757
282
+ msgid "Type in valid values in the input field."
283
+ msgstr "Entrez une valeur correcte."
284
+
285
+ #: admin/class-quick-featured-images-tools.php:761
286
+ msgid "Type in values stored by WordPress."
287
+ msgstr "Indiquez dans les valeurs de WordPress."
288
+
289
+ #: admin/class-quick-featured-images-tools.php:1926
290
+ msgid "Set, replace, remove"
291
+ msgstr "Definir, remplacer, supprimer"
292
+
293
+ #: admin/class-quick-featured-images-tools.php:1937
294
+ msgid "Bulk set, replace and remove featured images for existing posts"
295
+ msgstr ""
296
+ "Traitement en masse: Installation, remplacement, suppression d'images en "
297
+ "avant dans des articles existants"
298
+
299
+ #: admin/class-quick-featured-images-tools.php:2046
300
+ msgid "Bulk set as featured image"
301
+ msgstr "Traitement en masse: Installation comme images en avant"
302
+
303
+ #: admin/views/filter_category.php:3
304
+ msgid "Select a category"
305
+ msgstr "Choisissez une catégorie"
306
+
307
+ #: admin/views/filter_post_types.php:2
308
+ msgid "Select post types"
309
+ msgstr "Choisir le type d'article"
310
+
311
+ #: admin/views/filter_post_types.php:2
312
+ #| msgid "You can select posts formats."
313
+ msgid "You can select posts and pages."
314
+ msgstr ""
315
+
316
+ #: admin/views/filter_tag.php:7
317
+ msgid "Select a tag"
318
+ msgstr "Choisir une étiquette"
319
+
320
+ #: admin/views/filter_tag.php:20
321
+ msgid "There are no tags in use."
322
+ msgstr "Il n'y a pas d'étiquette utilisée."
323
+
324
+ #: admin/views/form_back_to_selection.php:2
325
+ msgid "Select filters and options again"
326
+ msgstr "Choisir a nouveau les filtres et options"
327
+
328
+ #: admin/views/form_back_to_selection.php:3
329
+ msgid ""
330
+ "If you want to change your former selection just go back by clicking on this "
331
+ "button."
332
+ msgstr ""
333
+ "Pour changer votre sélection précédente revenez en arrière en cliquant ici."
334
+
335
+ #: admin/views/form_back_to_selection.php:42
336
+ msgid "Modify selection"
337
+ msgstr "Changer la sélection"
338
+
339
+ #: admin/views/form_confirm.php:1
340
+ msgid "Preview of your selection"
341
+ msgstr "Prévisualisation de votre sélection"
342
+
343
+ #: admin/views/form_confirm.php:2
344
+ #, php-format
345
+ msgid "%d matches found"
346
+ msgstr "%d résultats trouvés"
347
+
348
+ #: admin/views/form_confirm.php:12
349
+ msgid ""
350
+ "Should the entries of featured images without image files be removed from "
351
+ "the database?"
352
+ msgstr ""
353
+ "Les entrées d'images en avant sans fichier d'images doivent-elles être "
354
+ "supprimées de la base?"
355
+
356
+ #: admin/views/form_confirm.php:15 admin/views/section_results.php:16
357
+ msgid "Details"
358
+ msgstr "Détails"
359
+
360
+ #: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
361
+ #: admin/views/section_results.php:18
362
+ msgid "No."
363
+ msgstr "No"
364
+
365
+ #: admin/views/form_confirm.php:17 admin/views/section_results.php:17
366
+ msgid "Current Featured Image"
367
+ msgstr "Image en avant actuelle"
368
+
369
+ #: admin/views/form_confirm.php:18
370
+ msgid "Future Featured Image"
371
+ msgstr "Future image en avant"
372
+
373
+ #: admin/views/form_confirm.php:19
374
+ msgid "written on"
375
+ msgstr "écrit le"
376
+
377
+ #: admin/views/form_confirm.php:20
378
+ msgid "by"
379
+ msgstr "par"
380
+
381
+ #: admin/views/form_confirm.php:35
382
+ msgid "Should the selected image be set as featured image to all listed posts?"
383
+ msgstr ""
384
+ "L'image en avant sélectionnée doit-elle être installée comme image en avant "
385
+ "pour l'ensemble des articles listés?"
386
+
387
+ #: admin/views/form_confirm.php:38
388
+ msgid ""
389
+ "Should the selected images be set randomly as featured images to all listed "
390
+ "posts?"
391
+ msgstr ""
392
+ "Les images sélectionnées doivent-elle être installées au hasard comme image "
393
+ "en avant pour l'ensemble des articles listés?"
394
+
395
+ #: admin/views/form_confirm.php:41
396
+ msgid ""
397
+ "Should the current set featured image be replaced by the selected image at "
398
+ "all listed posts?"
399
+ msgstr ""
400
+ "L'image en avant sélectionnée actuellement doit-elle être remplacée par "
401
+ "l'image selectionnée dans l'ensemble des articles listés?"
402
+
403
+ #: admin/views/form_confirm.php:44
404
+ msgid "Should the selected image be removed from all listed posts?"
405
+ msgstr ""
406
+ "L'image sélectionnée doit-elle être supprimée dans l'ensemble des articles "
407
+ "listés?"
408
+
409
+ #: admin/views/form_confirm.php:47
410
+ msgid "Should the future images be set as featured images at all listed posts?"
411
+ msgstr ""
412
+ "L'image future doit-elle être installée comme image en avant pour l'ensemble "
413
+ "des articles listés?"
414
+
415
+ #: admin/views/form_confirm.php:50
416
+ msgid "Should the added featured images be removed from all listed posts?"
417
+ msgstr ""
418
+ "Les images en avant ajoutées doivent-elles être supprimées de l'ensemble des "
419
+ "articles listés?"
420
+
421
+ #: admin/views/form_confirm.php:54 admin/views/section_results.php:27
422
+ msgid ""
423
+ "The list is in alphabetical order according to post title. You can edit a "
424
+ "post in a new window by clicking on its link in the list."
425
+ msgstr ""
426
+ "Le classement est fait par ordre alphabétique selon le titre de l'article. "
427
+ "Vous pouvez éditer un article dans une nouvelle fenêtre en cliquant sur son "
428
+ "lien dans la liste."
429
+
430
+ #: admin/views/form_confirm.php:120
431
+ msgid "Confirm the change"
432
+ msgstr "Confirmer le changement"
433
+
434
+ #: admin/views/form_confirm.php:121
435
+ msgid "You can not undo the operation!"
436
+ msgstr "Vous ne pouvez pas annuler l'opération!"
437
+
438
+ #: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
439
+ #: admin/views/section_results.php:86
440
+ msgid "Start again"
441
+ msgstr "Recommencer"
442
+
443
+ #: admin/views/form_confirm.php:182
444
+ msgid "or refine your selection with the following form fields."
445
+ msgstr "ou affinez votre sélection avec les champs suivants."
446
+
447
+ #: admin/views/form_refine.php:1
448
+ msgid "Refine your selection"
449
+ msgstr "Affiner votre sélection"
450
+
451
+ #: admin/views/form_refine.php:8
452
+ msgid "Refine filters"
453
+ msgstr "Affiner les filtres"
454
+
455
+ #: admin/views/form_refine.php:9
456
+ msgid ""
457
+ "Now you can find posts and pages by matching parameters. Refine them here."
458
+ msgstr ""
459
+ "Vous pouvez maintenant trouver articles et pages par correspondance de "
460
+ "paramètres. Affinez-les ici."
461
+
462
+ #: admin/views/form_refine.php:10
463
+ msgid "Whatever you do: You can confirm your choice on the next page."
464
+ msgstr ""
465
+ "Quelque soit votre action, vous pouvez confirmer votre choix sur la page "
466
+ "suivante."
467
+
468
+ #: admin/views/form_refine.php:18
469
+ #, php-format
470
+ msgid "File %s is not available."
471
+ msgstr "Le fichier %s n'est pas disponible."
472
+
473
+ #: admin/views/form_refine.php:48 admin/views/form_select.php:29
474
+ msgid "Preview filtering"
475
+ msgstr "Prévisualiser le filtrage"
476
+
477
+ #: admin/views/form_refine.php:54
478
+ msgid ""
479
+ "There are no selected filters. Modify your filter selection or just go on by "
480
+ "clicking on the next button."
481
+ msgstr ""
482
+ "Il n'y a pas de filtre sélectionné. Modifiez votre sélection ou continuez en "
483
+ "cliquant sur le bouton suite."
484
+
485
+ #: admin/views/form_select.php:9 admin/views/form_start.php:4
486
+ #: admin/views/section_defaults.php:213
487
+ msgid "Notice"
488
+ msgstr "Note"
489
+
490
+ #: admin/views/form_select.php:11
491
+ msgid ""
492
+ "You did not have selected an image from the list below. To go on select at "
493
+ "least one image you want to replace by the selected image."
494
+ msgstr ""
495
+ "Vous n'avez pas choisi d'image dans la liste ci-dessous. Pour continuer vous "
496
+ "devez choisir au moins une image que vous voulez remplacer par l'image "
497
+ "sélectionnée."
498
+
499
+ #: admin/views/form_select.php:17
500
+ msgid "Select the featured images you want to replace by the selected image."
501
+ msgstr ""
502
+ "Choisissez l'image en avant que vous voulez remplacer par l'image "
503
+ "selectionnée."
504
+
505
+ #: admin/views/form_select.php:18
506
+ msgid "You can select multiple images. Select at least one image."
507
+ msgstr "Vous pouvez sélectionner plusieurs images. Choisissez-en au moins une."
508
+
509
+ #: admin/views/form_select.php:19 admin/views/form_start.php:80
510
+ msgid ""
511
+ "To select multiple images click on the button and use the CTRL key while "
512
+ "clicking on the images."
513
+ msgstr ""
514
+ "Pour sélectionner plusieurs images cliquez sur le bouton et maintenez "
515
+ "enfoncee la touche CTRL de votre clavier en cliquant sur les images."
516
+
517
+ #: admin/views/form_select.php:23 admin/views/form_start.php:84
518
+ msgid "Choose Images"
519
+ msgstr "Séelectionnez les images"
520
+
521
+ #: admin/views/form_select.php:31 admin/views/form_start.php:120
522
+ msgid "Use CTRL for multiple choice"
523
+ msgstr "Utilisez CTRL pour un choix multiple"
524
+
525
+ #: admin/views/form_select.php:37
526
+ msgid "Refine your selections"
527
+ msgstr "Affinez votre sélection"
528
+
529
+ #: admin/views/form_select.php:38 admin/views/form_select.php:48
530
+ msgid "You can control the process with the following options."
531
+ msgstr "Contrôlez le processus avec les fonctions suivantes."
532
+
533
+ #: admin/views/form_select.php:45
534
+ msgid "Optional: Select options"
535
+ msgstr "Option: Choix des options"
536
+
537
+ #: admin/views/form_select.php:47
538
+ msgid "Process Options"
539
+ msgstr "Option du processus"
540
+
541
+ #: admin/views/form_select.php:53
542
+ msgid "Overwrite existing featured images with new ones"
543
+ msgstr "Remplacer les images en avant existantes par des nouvelles"
544
+
545
+ #: admin/views/form_select.php:63
546
+ msgid ""
547
+ "Posts with featured images will be ignored, even if the Overwrite option is "
548
+ "checked"
549
+ msgstr ""
550
+ "Les articles avec des images en avant seront ignorés, même si l'option "
551
+ "Remplacer est sélectionnée"
552
+
553
+ #: admin/views/form_select.php:72
554
+ msgid "There are two more options in the premium version for random images:"
555
+ msgstr ""
556
+
557
+ #: admin/views/form_select.php:74
558
+ msgid "Use each selected image only once"
559
+ msgstr "N'utiliser qu'une seule fois chaque image sélectionnée"
560
+
561
+ #: admin/views/form_select.php:75
562
+ #| msgid "Replace featured images by the selected image"
563
+ msgid "Remove excess featured images after all selected images are used"
564
+ msgstr ""
565
+
566
+ #: admin/views/form_select.php:77 admin/views/form_select.php:115
567
+ #: admin/views/form_select.php:119 admin/views/form_start.php:113
568
+ #: admin/views/section_defaults.php:492 admin/views/section_footer.php:59
569
+ #: admin/views/section_overview.php:91
570
+ msgid "Get the premium version"
571
+ msgstr ""
572
+
573
+ #: admin/views/form_select.php:77 admin/views/form_select.php:115
574
+ #: admin/views/form_select.php:119 admin/views/form_start.php:113
575
+ #: admin/views/section_defaults.php:492 admin/views/section_footer.php:59
576
+ #: admin/views/section_overview.php:90 admin/views/section_overview.php:91
577
+ msgid "/"
578
+ msgstr "/"
579
+
580
+ #: admin/views/form_select.php:86
581
+ msgid "Optional: Add a filter"
582
+ msgstr "Option: Ajouter un filtre"
583
+
584
+ #: admin/views/form_select.php:88
585
+ msgid "Select filters"
586
+ msgstr "Choisir les filtres"
587
+
588
+ #: admin/views/form_select.php:89
589
+ msgid ""
590
+ "If you want select one of the following filters to narrow down the set of "
591
+ "concerned posts and pages."
592
+ msgstr ""
593
+ "Vous pouvez choisir un des filtres suivants pour réduire la liste des "
594
+ "articles et pages concernés."
595
+
596
+ #: admin/views/form_select.php:90
597
+ msgid ""
598
+ "You can select multiple filters. They will return an intersection of their "
599
+ "results."
600
+ msgstr "Vous pouvez choisir plusieurs filtres."
601
+
602
+ #: admin/views/form_select.php:95
603
+ #| msgid ""
604
+ #| "Search by post type. By default all posts, pages and custom post types "
605
+ #| "will be affected."
606
+ msgid "Search by post type. By default all posts and pages will be affected."
607
+ msgstr ""
608
+
609
+ #: admin/views/form_select.php:98
610
+ msgid "Search posts by category"
611
+ msgstr "Recherche des articles par catégorie"
612
+
613
+ #: admin/views/form_select.php:101
614
+ msgid "Search posts by tag"
615
+ msgstr "Recherche des articles par étiquette"
616
+
617
+ #: admin/views/form_select.php:115 admin/views/section_overview.php:91
618
+ msgid "Are you looking for more options and more filters?"
619
+ msgstr ""
620
+
621
+ #: admin/views/form_select.php:116
622
+ msgid "If you encounter a white, blank page, read this"
623
+ msgstr "En cas de page vide lisez ceci"
624
+
625
+ #: admin/views/form_select.php:117
626
+ msgid ""
627
+ "Facing a white blank page while trying to treat thousands of posts is the "
628
+ "effect of limited memory capacities on the website server. Instead of "
629
+ "treating a huge amount of posts in one single go try to treat small amounts "
630
+ "of posts multiple times successively. To achieve that do:"
631
+ msgstr ""
632
+ "Une page blanche en tentant de traiter des milliers d'articles provient d'un "
633
+ "problème de mémoire du serveur. Mieux vaut traiter les articles un à la "
634
+ "fois, par petite quantité. Pour ceci, procédez ainsi:"
635
+
636
+ #: admin/views/form_select.php:120
637
+ msgid "add the time filter,"
638
+ msgstr "ajoutez un filtre de date,"
639
+
640
+ #: admin/views/form_select.php:121
641
+ msgid "set a small time range,"
642
+ msgstr "utilisez un court intervalle de temps,"
643
+
644
+ #: admin/views/form_select.php:122
645
+ msgid "do the process"
646
+ msgstr "procédez"
647
+
648
+ #: admin/views/form_select.php:123
649
+ msgid "and repeat it with the next time range as often as needed."
650
+ msgstr ""
651
+ "et recommencez avec un autre intervalle de date aussi souvent que nécessaire."
652
+
653
+ #: admin/views/form_select.php:125
654
+ msgid ""
655
+ "This way is not as fast as one single run, but still much faster than "
656
+ "setting the images for each post manually."
657
+ msgstr ""
658
+ "Cette méthode n'est pas aussi rapide qu'un batch complet mais plus rapide "
659
+ "que d'installer les images manuellement pour chaque article."
660
+
661
+ #: admin/views/form_select.php:130
662
+ msgid ""
663
+ "On the next page you can refine the filters. If you did not select any "
664
+ "filter you will go to the preview list directly."
665
+ msgstr ""
666
+ "Sur la page suivante vous pouvez redéfinir les filtres. Si vous n'en "
667
+ "choisissez aucun vous irez directement sur la prévisualisation de la liste."
668
+
669
+ #: admin/views/form_start.php:6 admin/views/section_defaults.php:215
670
+ msgid ""
671
+ "The current theme does not support featured images. Anyway you can use this "
672
+ "plugin. The effects are stored and will be visible in a theme which supports "
673
+ "featured images."
674
+ msgstr ""
675
+ "Le thème actuel ne supporte pas les images en avant. Vous pouvez toutefois "
676
+ "utiliser ce plugin. Les modifications seront stockées et pourront être "
677
+ "utilisées dans un thème qui supporte les images en avant."
678
+
679
+ #: admin/views/form_start.php:12
680
+ msgid "What do you want to do?"
681
+ msgstr "Que voulez-vous faire?"
682
+
683
+ #: admin/views/form_start.php:14
684
+ msgid ""
685
+ "Here you can add, replace and delete featured images to your posts. Select "
686
+ "one of the following actions and, if necessary, one or more images."
687
+ msgstr ""
688
+ "Vous pouvez ici ajouter, remplacer et supprimer les images en avant de vos "
689
+ "messages. Chosissez une des actions suivantes et si nécessaire, une ou "
690
+ "plusieurs images."
691
+
692
+ #: admin/views/form_start.php:15
693
+ msgid "Whatever you select: You can refine your choice on the next page."
694
+ msgstr ""
695
+ "Quelque soit votre choix, vous pourrez le changer sur la page suivante."
696
+
697
+ #: admin/views/form_start.php:17
698
+ msgid "Important advice"
699
+ msgstr "Conseil important"
700
+
701
+ #: admin/views/form_start.php:18
702
+ msgid ""
703
+ "There is no undo function! It is strongly recommended that you make a backup "
704
+ "of the WordPress database before you perform mass changes."
705
+ msgstr ""
706
+ "Vous ne pouvez pas annuler cette action. Il est recommendé de sauvegarder la "
707
+ "base de données WordPress avant d'effectuer des changements en batch."
708
+
709
+ #: admin/views/form_start.php:20
710
+ msgid "Select action"
711
+ msgstr "Choisissez une action"
712
+
713
+ #: admin/views/form_start.php:21
714
+ msgid "Actions with a single image"
715
+ msgstr "Actions avec une seule image"
716
+
717
+ #: admin/views/form_start.php:22
718
+ msgid "These actions require to select an image with the following button."
719
+ msgstr "Ces actions impliquent de choisir une image avec le bouton suivant."
720
+
721
+ #: admin/views/form_start.php:35
722
+ msgid ""
723
+ "Select the image you want to add to, replace or delete from posts and pages "
724
+ "by clicking on the following button."
725
+ msgstr ""
726
+ "Choisissez l'image que vous voulez ajouter, remplacer ou supprimer "
727
+ "d'articles en cliquant sur le bouton suivant."
728
+
729
+ #: admin/views/form_start.php:57
730
+ msgid "Choose Image"
731
+ msgstr "Choisir une image"
732
+
733
+ #: admin/views/form_start.php:61
734
+ msgid "If the button does not work, read this:"
735
+ msgstr "Si le bouton ne fonctionne pas lisez ceci:"
736
+
737
+ #: admin/views/form_start.php:62
738
+ msgid ""
739
+ "Some users reported that this button would not work in some WordPress "
740
+ "installations. If this should be the case you can take another way:"
741
+ msgstr ""
742
+ "Il a été reporté que le bouton parfois ne fonctionne pas sur certaines "
743
+ "installations WordPres. Dans ce cas vous pouvez faire autrement:"
744
+
745
+ #: admin/views/form_start.php:63
746
+ msgid ""
747
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
748
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
749
+ "image&quot;. 3. After a click on it you can move on in this plugin."
750
+ msgstr ""
751
+ "1. Allez dans la bibliothèque de médias. 2. Positionnez la souris sur "
752
+ "l'image souhaitée. Des liens vont apparaitre, dont le lien \"installer en "
753
+ "image en avant\". 3. Cliquez pour rejoindre ce plugin."
754
+
755
+ #: admin/views/form_start.php:67
756
+ msgid "Actions with multiple images"
757
+ msgstr "Actions avec plusieurs images"
758
+
759
+ #: admin/views/form_start.php:68
760
+ msgid ""
761
+ "These actions require at least one selected image with the following button."
762
+ msgstr ""
763
+ "Ces actions impliquent au moins de sélectionner une image avec le bouton "
764
+ "suivant."
765
+
766
+ #: admin/views/form_start.php:101
767
+ msgid "Actions without any selected image"
768
+ msgstr "Actions sans image sélectionnée"
769
+
770
+ #: admin/views/form_start.php:102
771
+ msgid "These actions do not require a selected image."
772
+ msgstr "Ces actions ne nécessitent pas de sélectionner une image."
773
+
774
+ #: admin/views/form_start.php:113
775
+ #| msgid "Do you want to store the settings?"
776
+ msgid "Do you want to assign the first image of each post?"
777
+ msgstr ""
778
+
779
+ #: admin/views/section_defaults.php:16
780
+ msgid "matches"
781
+ msgstr "corresponds"
782
+
783
+ #: admin/views/section_defaults.php:59
784
+ msgid "Post Type"
785
+ msgstr "Type d'article"
786
+
787
+ #: admin/views/section_defaults.php:204
788
+ msgid "Default featured images for future posts"
789
+ msgstr "Image en avant par défaut pour les futurs articles"
790
+
791
+ #: admin/views/section_defaults.php:206
792
+ msgid ""
793
+ "Define the rules to use images as default featured images automatically "
794
+ "every time a post is saved."
795
+ msgstr ""
796
+ "Définir les règles pour utiliser les images installées comme images en avant "
797
+ "par défaut chaque fois que l'article est sauvegardé."
798
+
799
+ #: admin/views/section_defaults.php:207
800
+ msgid ""
801
+ "To use a rule choose the image and set both the taxonomy and the value. A "
802
+ "rule which is defined only partially will be ignored."
803
+ msgstr ""
804
+ "Pour utiliser une règle choisissez l'image et définissez la taxonomie et la "
805
+ "valeur, faute de quoi la règle sera ignorée."
806
+
807
+ #: admin/views/section_defaults.php:235
808
+ msgid "An image overwrites an existing image"
809
+ msgstr "Une image remplace une image existante"
810
+
811
+ #: admin/views/section_defaults.php:239
812
+ msgid ""
813
+ "Activate to automatically overwrite an existing featured image while saving "
814
+ "a post"
815
+ msgstr ""
816
+ "Activer pour remplacer automatiquement une image en avant existante lors de "
817
+ "la sauvegarde de l'article"
818
+
819
+ #: admin/views/section_defaults.php:241
820
+ msgid ""
821
+ "If activated the rule is used automatically while saving a post to overwrite "
822
+ "an existing featured image with the new one based on the following rules. Do "
823
+ "not use this if you want to keep manually set featured images."
824
+ msgstr ""
825
+ "Si activée, cette règle est utilisée pour automatiquement remplacer une "
826
+ "image en avant par une nouvelle choisie en fonction des règles, lors de la "
827
+ "sauvegarde d'un article. Ne l'utilisez pas si vous voulez garder l'image en "
828
+ "avant présente."
829
+
830
+ #: admin/views/section_defaults.php:248
831
+ msgid "Text with images in WordPress editor"
832
+ msgstr "Texte avec des images dans l'editeur WordPress"
833
+
834
+ #: admin/views/section_defaults.php:252
835
+ #| msgid ""
836
+ #| "Activate to automatically overwrite an existing featured image while "
837
+ #| "saving a post"
838
+ msgid ""
839
+ "Activate to automatically use the first content image if available in the "
840
+ "media library as featured image while saving a post"
841
+ msgstr ""
842
+
843
+ #: admin/views/section_defaults.php:254
844
+ #| msgid ""
845
+ #| "If activated the rule is used automatically while saving a post to set "
846
+ #| "the first image - if available in the media library or from external "
847
+ #| "server - as the featured image of the post. If an image was not found the "
848
+ #| "next rules will be applied."
849
+ msgid ""
850
+ "If activated the rule is used automatically while saving a post to set the "
851
+ "first content image - if available in the media library - as the featured "
852
+ "image of the post. If the post has no content images the next rules will be "
853
+ "applied."
854
+ msgstr ""
855
+
856
+ #: admin/views/section_defaults.php:460
857
+ msgid "Add rule"
858
+ msgstr "Ajouter une règle"
859
+
860
+ #: admin/views/section_defaults.php:465
861
+ msgid "Are you sure to remove this rule?"
862
+ msgstr "Voulez-vous vraiment détruire cette règle?"
863
+
864
+ #: admin/views/section_defaults.php:468
865
+ #| msgid "Set rules order"
866
+ msgid "How the rules work"
867
+ msgstr ""
868
+
869
+ #: admin/views/section_defaults.php:469
870
+ msgid ""
871
+ "Every time you save a post the post get the featured image if one of the "
872
+ "following rules match a property of the post. You can also set rules for "
873
+ "pages and all other current post types which support featured images."
874
+ msgstr ""
875
+
876
+ #: admin/views/section_defaults.php:470
877
+ msgid ""
878
+ "Regardless of the order in the list the rules are applied in the following "
879
+ "order until a rule and a property of the post fit together:"
880
+ msgstr ""
881
+ "Quelque soit l'ordre dans la liste, les règles sont appliquées dans l'ordre "
882
+ "jusqu'à ce que la condition nécessaire soit remplie:"
883
+
884
+ #: admin/views/section_defaults.php:472
885
+ #| msgid "found first image. If not then..."
886
+ msgid "found first content image. If not then..."
887
+ msgstr ""
888
+
889
+ #: admin/views/section_defaults.php:473
890
+ msgid "matched custom taxonomy. If not then..."
891
+ msgstr "corresponde avec la taxonomie voulue. Sinon, alors..."
892
+
893
+ #: admin/views/section_defaults.php:474
894
+ msgid "matched tag. If not then..."
895
+ msgstr "corresponde avec l'étiquette. Sinon, alors..."
896
+
897
+ #: admin/views/section_defaults.php:475
898
+ msgid "matched category. If not then..."
899
+ msgstr "corresponde avec la catégorie. Sinon, alors..."
900
+
901
+ #: admin/views/section_defaults.php:476
902
+ msgid "matched author. If not then..."
903
+ msgstr "corresponde avec l'auteur. Sinon, alors..."
904
+
905
+ #: admin/views/section_defaults.php:477
906
+ msgid "matched post type. If not then..."
907
+ msgstr "corresponde avec le type de l'article. Sinon, alors..."
908
+
909
+ #: admin/views/section_defaults.php:478
910
+ msgid "no featured image."
911
+ msgstr "pas d'image sélectionnée."
912
+
913
+ #: admin/views/section_defaults.php:480
914
+ msgid ""
915
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
916
+ "the post it is unforeseeable which image will become the featured image."
917
+ msgstr ""
918
+ "Gardez en mémoire que si 2 règles ou plus avec la même taxonomie "
919
+ "correspondaient à l'article, il est imprévisible de savoir quelle image sera "
920
+ "installée en image en avant."
921
+
922
+ #: admin/views/section_defaults.php:481
923
+ msgid "Additional rules in the premium version"
924
+ msgstr ""
925
+
926
+ #: admin/views/section_defaults.php:483
927
+ #| msgid "Set multiple images randomly as featured images"
928
+ msgid "Multiple images to set them randomly as featured image"
929
+ msgstr ""
930
+
931
+ #: admin/views/section_defaults.php:484
932
+ #| msgid "Replace featured images by the selected image"
933
+ msgid "Random featured images at each page load"
934
+ msgstr ""
935
+
936
+ #: admin/views/section_defaults.php:485
937
+ msgid ""
938
+ "The first content image can be also an image from an external server to set "
939
+ "it as automated featured image"
940
+ msgstr ""
941
+
942
+ #: admin/views/section_defaults.php:486
943
+ #| msgid ""
944
+ #| "Remove the first image in the post content after the featured image was "
945
+ #| "set successfully"
946
+ msgid ""
947
+ "Remove the first content image automatically after the featured image was "
948
+ "set successfully"
949
+ msgstr ""
950
+
951
+ #: admin/views/section_defaults.php:487
952
+ #| msgid "Search string in post title"
953
+ msgid "Match with a search string in post title"
954
+ msgstr ""
955
+
956
+ #: admin/views/section_defaults.php:488
957
+ #| msgid "You can select posts formats."
958
+ msgid "Match with a selected post format"
959
+ msgstr ""
960
+
961
+ #: admin/views/section_defaults.php:489
962
+ msgid "User defined order of rules"
963
+ msgstr ""
964
+
965
+ #: admin/views/section_defaults.php:490
966
+ msgid "Import your rules from this plugin into the premium plugin"
967
+ msgstr ""
968
+
969
+ #: admin/views/section_errormsg.php:1
970
+ msgid "Error"
971
+ msgstr "Erreur"
972
+
973
+ #: admin/views/section_errormsg.php:3
974
+ msgid "Reason"
975
+ msgstr "Raison"
976
+
977
+ #: admin/views/section_errormsg.php:5
978
+ msgid "Solution"
979
+ msgstr "Solution"
980
+
981
+ #: admin/views/section_footer.php:52
982
+ msgid "Credits and informations"
983
+ msgstr "Crédits et informations"
984
+
985
+ #: admin/views/section_footer.php:54 admin/views/section_results.php:87
986
+ msgid "Do you like the plugin?"
987
+ msgstr "Aimez-vous ce plugin?"
988
+
989
+ #: admin/views/section_footer.php:54 admin/views/section_results.php:88
990
+ #| msgid "Please rate it at quickfeaturedimages.com!"
991
+ msgid "Please rate it at wordpress.org!"
992
+ msgstr ""
993
+
994
+ #: admin/views/section_footer.php:55
995
+ msgid ""
996
+ "The plugin is for free. But the plugin author would be delighted to your "
997
+ "small contribution."
998
+ msgstr ""
999
+
1000
+ #: admin/views/section_footer.php:55
1001
+ msgid "Donation Button"
1002
+ msgstr ""
1003
+
1004
+ #: admin/views/section_footer.php:55
1005
+ msgid "Donate with PayPal"
1006
+ msgstr ""
1007
+
1008
+ #: admin/views/section_footer.php:56
1009
+ msgid "Do you need support or have an idea for the plugin?"
1010
+ msgstr "Avez-vous besoin d'aide ou avez-vous une suggestion pour ce plugin?"
1011
+
1012
+ #: admin/views/section_footer.php:56
1013
+ #| msgid ""
1014
+ #| "Post your questions and ideas in the forum at at quickfeaturedimages.com!"
1015
+ msgid ""
1016
+ "Post your questions and ideas about Quick Featured Images in the forum at "
1017
+ "wordpress.org!"
1018
+ msgstr ""
1019
+
1020
+ #: admin/views/section_footer.php:57
1021
+ msgid "Special thanks for the fine frontend style of the plugin go to"
1022
+ msgstr "Remerciements pour l'interface de ce plugin à"
1023
+
1024
+ #: admin/views/section_footer.php:58
1025
+ msgid ""
1026
+ "Let the thumbnails appear in the widget of the most recent posts with this "
1027
+ "fast plugin"
1028
+ msgstr ""
1029
+
1030
+ #: admin/views/section_footer.php:58
1031
+ #, php-format
1032
+ msgid "Download plugin %s at %s!"
1033
+ msgstr ""
1034
+
1035
+ #: admin/views/section_header_progress.php:15
1036
+ msgid "Progress bar"
1037
+ msgstr "Barre d'evolution du processus"
1038
+
1039
+ #: admin/views/section_header_progress.php:17
1040
+ msgid "You are here"
1041
+ msgstr "Vous êtes ici"
1042
+
1043
+ #: admin/views/section_image.php:1
1044
+ msgid "Your selection"
1045
+ msgstr "Votre sélection"
1046
+
1047
+ #: admin/views/section_image.php:9
1048
+ msgid "Your selected thumbnail"
1049
+ msgstr "Votre vignette sélectionnée"
1050
+
1051
+ #: admin/views/section_image.php:12
1052
+ msgid "Image title"
1053
+ msgstr "Titre de l'image"
1054
+
1055
+ #: admin/views/section_image.php:14 admin/views/section_image.php:36
1056
+ msgid "If wrong image start again"
1057
+ msgstr "En cas de mauvaise image, recommencez"
1058
+
1059
+ #: admin/views/section_image.php:23
1060
+ msgid "Your selected thumbnails"
1061
+ msgstr "Vos vignettes sélectionnées"
1062
+
1063
+ #: admin/views/section_image.php:42
1064
+ msgid "Your selected action"
1065
+ msgstr "Votre action sélectionnée"
1066
+
1067
+ #: admin/views/section_image.php:55
1068
+ msgid "If wrong action start again"
1069
+ msgstr "En cas d'erreur d'action, recommencez"
1070
+
1071
+ #: admin/views/section_image.php:68
1072
+ msgid "Your selected options"
1073
+ msgstr "Vos options sélectionnées"
1074
+
1075
+ #: admin/views/section_image.php:84
1076
+ msgid "No selected options"
1077
+ msgstr "Зфы вэщзешщт sélectionnée"
1078
+
1079
+ #: admin/views/section_image.php:90
1080
+ msgid "Your selected filters"
1081
+ msgstr "Vos filtres sélectionnés"
1082
+
1083
+ #: admin/views/section_image.php:106
1084
+ msgid "No selected filters"
1085
+ msgstr "Pas de filtre sélectionné"
1086
+
1087
+ #: admin/views/section_overview.php:17
1088
+ msgid "Manage featured images in a quick way"
1089
+ msgstr "Gérer les images en avant de manière rapide"
1090
+
1091
+ #: admin/views/section_overview.php:89
1092
+ msgid "The premium version"
1093
+ msgstr ""
1094
+
1095
+ #: admin/views/section_results.php:1
1096
+ msgid "Results of the action"
1097
+ msgstr "Résultats de l'action"
1098
+
1099
+ #: admin/views/section_results.php:19
1100
+ msgid "Changed successfully"
1101
+ msgstr "Changés avec succès"
1102
+
1103
+ #: admin/views/section_results.php:20
1104
+ msgid "Unchanged"
1105
+ msgstr "Inchangés"
1106
+
1107
+ #: admin/views/section_results.php:82
1108
+ msgid "No matches found."
1109
+ msgstr "Rien de trouvé."
1110
+
1111
+ #~ msgid "Do not use the first image"
1112
+ #~ msgstr "Ne pas utiliser la première image"
1113
+
1114
+ #~ msgid "Use first content image"
1115
+ #~ msgstr "Utiliser la première image incluse"
1116
+
1117
+ #~ msgid "Use first attached image"
1118
+ #~ msgstr "Utiliser la première image attachée"
1119
+
1120
+ #~ msgid ""
1121
+ #~ "If first image should be used and no image was found: Attempt to use the "
1122
+ #~ "thumbnail of the first embedded remote content based on a provided URL, "
1123
+ #~ "upload it into the media library and set it as featured image"
1124
+ #~ msgstr ""
1125
+ #~ "Si la première image doit être utilisée mais est manquante: Essayer "
1126
+ #~ "d'utiliser la vignette de la première image depuis une URL donnée, la "
1127
+ #~ "sauvegarder dans la bibliothèque de médias et l'installer comme image en "
1128
+ #~ "avant"
1129
+
1130
+ #~ msgid "License Activation"
1131
+ #~ msgstr "Activer la licence"
1132
+
1133
+ #~ msgid "Enter the license key to get automatic upgrades of the plugin."
1134
+ #~ msgstr ""
1135
+ #~ "Indiquer la clé de licence pour bénéficier des mises à jour automatiques."
1136
+
1137
+ #~ msgid "The license is disabled."
1138
+ #~ msgstr "Cette licence est désactivée."
1139
+
1140
+ #~ msgid "The license is expired."
1141
+ #~ msgstr "Cette licence est expirée."
1142
+
1143
+ #~ msgid "The license is inactive."
1144
+ #~ msgstr "Cette licence est inactive."
1145
+
1146
+ #~ msgid "The license is invalid."
1147
+ #~ msgstr "Cette licence est invalide."
1148
+
1149
+ #~ msgid "This appears to be an invalid product for this license key."
1150
+ #~ msgstr "Le plugin ne correspond pas à cette licence."
1151
+
1152
+ #~ msgid "The license key does not match."
1153
+ #~ msgstr "Cette licence ne correspond pas."
1154
+
1155
+ #~ msgid "This appears to be an invalid product name for this license key."
1156
+ #~ msgstr "Le nom de plugin ne correspond pas à cette licence."
1157
+
1158
+ #~ msgid "The license is not activatable."
1159
+ #~ msgstr "Cette licence n'est pas activable."
1160
+
1161
+ #~ msgid "The license key does not exist."
1162
+ #~ msgstr "Cette clé de licence n'existe pas."
1163
+
1164
+ #~ msgid "The license has reached its activation limit."
1165
+ #~ msgstr "Limite d'activation de la licence atteinte."
1166
+
1167
+ #~ msgid "The license has been revoked."
1168
+ #~ msgstr "La licence a été révoquée."
1169
+
1170
+ #~ msgid "The license is not active for the site address %s."
1171
+ #~ msgstr "Cette licence n'est pas valide pour le site %s."
1172
+
1173
+ #~ msgid "The license is valid and active."
1174
+ #~ msgstr "La licence est valide et a été activée."
1175
+
1176
+ #~ msgid "The license status is: %s."
1177
+ #~ msgstr "Statut de la licence: %s."
1178
+
1179
+ #~ msgid "Names of presets"
1180
+ #~ msgstr "Noms des présélections"
1181
+
1182
+ #~ msgid "All stored presets of &#8220;%s&#8221;"
1183
+ #~ msgstr "Présélections enregistrées de &#8220;%s&#8221;"
1184
+
1185
+ #~ msgid ""
1186
+ #~ "There are no presets. You can add a preset at the end of the process in "
1187
+ #~ "&#8220;%s&#8221;."
1188
+ #~ msgstr ""
1189
+ #~ "Il n'y a aucune présélection. Vous pouvez en ajouter à la fin du process "
1190
+ #~ "sous &#8220;%s&#8221;."
1191
+
1192
+ #~ msgid "Deactivate the checkboxes at each preset name to delete them."
1193
+ #~ msgstr ""
1194
+ #~ "Désactiver les boites de choix à chaque présélection pour les supprimer "
1195
+ #~ "de la base de données."
1196
+
1197
+ #~ msgid "Manage the presets for the bulk edit section."
1198
+ #~ msgstr "Règler les présélections pour le traitement en masse."
1199
+
1200
+ #~ msgid "Set the first image as featured image"
1201
+ #~ msgstr "Installer la première image comme image en avant"
1202
+
1203
+ #~ msgid "Take the first post image if available in the media library"
1204
+ #~ msgstr ""
1205
+ #~ "Utiliser la première image de l'article présente dans la bibliothèque de "
1206
+ #~ "médias"
1207
+
1208
+ #~ msgid ""
1209
+ #~ "Take the first post image from current site domain, copy and add it to "
1210
+ #~ "the media library if not available there"
1211
+ #~ msgstr ""
1212
+ #~ "Prendre la première image du site actuel et la copier dans la "
1213
+ #~ "bibliothèque de médias si elle n'existe pas déjà"
1214
+
1215
+ #~ msgid ""
1216
+ #~ "Take the first external post image, download it and add it to the media "
1217
+ #~ "library"
1218
+ #~ msgstr ""
1219
+ #~ "Prendre la première image externe de l'article et la copier dans la "
1220
+ #~ "bibliothèque de médias"
1221
+
1222
+ #~ msgid "Take the first attached image of a post"
1223
+ #~ msgstr "Utiliser la première image attachée d'un article"
1224
+
1225
+ #~ msgid "Take the first image of a WordPress standard gallery"
1226
+ #~ msgstr "Prendre la première image d'une gallerie standard WordPress"
1227
+
1228
+ #~ msgid ""
1229
+ #~ "Take the first thumbnail of the embedded remote content based on a "
1230
+ #~ "provided URL, download it and add it to the media library"
1231
+ #~ msgstr ""
1232
+ #~ "Prendre la première vignette d'une URL donnée et la copier dans la "
1233
+ #~ "bibliothèque de médias"
1234
+
1235
+ #~ msgid "Take the first image of a NextGen Gallery"
1236
+ #~ msgstr "Prendre la première image dùune collection NextGen"
1237
+
1238
+ #~ msgid "Remove first embedded image"
1239
+ #~ msgstr "Supprimer la première image attachée"
1240
+
1241
+ #~ msgid "Remove excess featured images"
1242
+ #~ msgstr "Supprimer les images en avant en excès"
1243
+
1244
+ #~ msgid "Forced removal"
1245
+ #~ msgstr "Forcer la suppression"
1246
+
1247
+ #~ msgid "Attach image to post after set as featured"
1248
+ #~ msgstr ""
1249
+ #~ "Attacher l'image à l'article après l'avoir définie en tant qu'image en "
1250
+ #~ "avant"
1251
+
1252
+ #~ msgid "Detach image from post after removed as featured"
1253
+ #~ msgstr ""
1254
+ #~ "Détacher l'image de l'article après l'avoir supprimée en tant qu'image en "
1255
+ #~ "avant"
1256
+
1257
+ #~ msgid "Post Format Filter"
1258
+ #~ msgstr "Filtre de format d'article"
1259
+
1260
+ #~ msgid "Multimedia File Filter"
1261
+ #~ msgstr "Filtre de fichier multimédia"
1262
+
1263
+ #~ msgid "Status Filter"
1264
+ #~ msgstr "Filtre de statut"
1265
+
1266
+ #~ msgid "Search Filter"
1267
+ #~ msgstr "Filtre de recherche"
1268
+
1269
+ #~ msgid "Time Filter"
1270
+ #~ msgstr "Filtre d'heure"
1271
+
1272
+ #~ msgid "Author Filter"
1273
+ #~ msgstr "Filtre d'auteur"
1274
+
1275
+ #~ msgid "Custom Taxonomy Filter"
1276
+ #~ msgstr "Filtre personnalisé de Taxonomy"
1277
+
1278
+ #~ msgid "Featured Image Size Filter"
1279
+ #~ msgstr "Filtre de taille d'image en avant"
1280
+
1281
+ #~ msgid "Parent Page Filter"
1282
+ #~ msgstr "Filtre de page parent"
1283
+
1284
+ #~ msgid "Audio files"
1285
+ #~ msgstr "Fichiers audio"
1286
+
1287
+ #~ msgid "Video files"
1288
+ #~ msgstr "Fichiers vidéo"
1289
+
1290
+ #~ msgid "Start Month"
1291
+ #~ msgstr "Début du mois"
1292
+
1293
+ #~ msgid "End Month"
1294
+ #~ msgstr "Fin du mois"
1295
+
1296
+ #~ msgid "Day in the start month"
1297
+ #~ msgstr "Date dans le mois de départ"
1298
+
1299
+ #~ msgid "Day in the end month"
1300
+ #~ msgstr "Date dans le mois de fin"
1301
+
1302
+ #~ msgid "Include the posts of the selected dates"
1303
+ #~ msgstr "Inclure les articles des dates sélectionnées"
1304
+
1305
+ #~ msgid "Custom field name"
1306
+ #~ msgstr "Champ personnalisé"
1307
+
1308
+ #~ msgid "Operator to test with the value in the custom field"
1309
+ #~ msgstr "Opérateur à tester avec la valeur dans le champ personnalisé"
1310
+
1311
+ #~ msgid "Custom field value to compare with"
1312
+ #~ msgstr "Valeur du champ personnalisé à tester avec"
1313
+
1314
+ #~ msgid "Custom field type"
1315
+ #~ msgstr "Champ personnalisé"
1316
+
1317
+ #~ msgid "Search in post titles only"
1318
+ #~ msgstr "Chercher dans les titres des articles seulement"
1319
+
1320
+ #~ msgid "Select an author"
1321
+ #~ msgstr "Choisissez un auteur"
1322
+
1323
+ #~ msgid "is equal"
1324
+ #~ msgstr "est égal"
1325
+
1326
+ #~ msgid "is not equal"
1327
+ #~ msgstr "n'est pas égal"
1328
+
1329
+ #~ msgid "is greater than"
1330
+ #~ msgstr "est plus grand que"
1331
+
1332
+ #~ msgid "is lower than"
1333
+ #~ msgstr "est plus petit que"
1334
+
1335
+ #~ msgid "contains"
1336
+ #~ msgstr "contient"
1337
+
1338
+ #~ msgid "Select the custom field to find the associated posts/pages."
1339
+ #~ msgstr ""
1340
+ #~ "Choisissez le champ personnalisé pour trouver les pages/articles associés."
1341
+
1342
+ #~ msgid ""
1343
+ #~ "Optional: Type in the value which will be compared with the value of the "
1344
+ #~ "selected custom field."
1345
+ #~ msgstr ""
1346
+ #~ "Option: Entrez la valeur qui sera comparée à celle du champ personnalisé."
1347
+
1348
+ #~ msgid ""
1349
+ #~ "Leave it empty if you just want to test the existence of the custom field "
1350
+ #~ "per post/page."
1351
+ #~ msgstr ""
1352
+ #~ "Laissez vide pour seulement tester l'existence du champ personnalisé par "
1353
+ #~ "page/article."
1354
+
1355
+ #~ msgid ""
1356
+ #~ "Optional: Change the operator of the comparison. The default is to "
1357
+ #~ "compare equality with the value you type in the 'value' field."
1358
+ #~ msgstr ""
1359
+ #~ "Option: Change l'opérateur de comparaison. Par défaut compare l'égalité "
1360
+ #~ "avec la valeur que vous indiquez dans le champ \"valeur\"."
1361
+
1362
+ #~ msgid "There are no custom fields in use."
1363
+ #~ msgstr "Aucun champ personnalisé n'est utilisé."
1364
+
1365
+ #~ msgid "Registered terms of the taxonomy <strong>%s</strong>"
1366
+ #~ msgstr "Conditions de taxonomie <strong>%s</strong>"
1367
+
1368
+ #~ msgid "There are no terms of the taxonomy <strong>%s</strong>."
1369
+ #~ msgstr "Il n'y a pas de conditions de taxonomie <strong>%s</strong>."
1370
+
1371
+ #~ msgid "Strange search result with custom taxonomies?"
1372
+ #~ msgstr "Recherche étrange avec des taxonomies personnalisées?"
1373
+
1374
+ #~ msgid ""
1375
+ #~ "The search for custom taxonomy terms could lead to surprising results. "
1376
+ #~ "The reason is custom taxonomies can be used in many different ways. It is "
1377
+ #~ "not possible to catch them all in one single code expression. If you "
1378
+ #~ "should be unsatisfied with the result try other filters to get the result "
1379
+ #~ "you want."
1380
+ #~ msgstr ""
1381
+ #~ "La recherche de termes de termes personnalisés de taxonomie peut amener "
1382
+ #~ "des résultats surprenants car les taxonomies personnalisées peuvent être "
1383
+ #~ "utilisées de diverses manières et ne peuvent être codées entre elles de "
1384
+ #~ "manière simple. Si le résultat obtenu n'est pas satisfaisant, essayez "
1385
+ #~ "d'autres filtres pour obtenir le resultat souhaité."
1386
+
1387
+ #~ msgid "There are no custom taxonomies."
1388
+ #~ msgstr "Il n'y a pas de taxonomies personnalisées."
1389
+
1390
+ #~ msgid ""
1391
+ #~ "The search will find posts with an already added featured image which its "
1392
+ #~ "original image file is smaller than one of the given dimensions."
1393
+ #~ msgstr ""
1394
+ #~ "Cette recherche va sélectionner les articles contenant déjà une image en "
1395
+ #~ "avant dont la taille originale est plus petite que celle des dimensions "
1396
+ #~ "indiquées."
1397
+
1398
+ #~ msgid "For example you can search for posts with too small featured images."
1399
+ #~ msgstr ""
1400
+ #~ "Par exemple vous pouvez chercher les articles ayant des images en avant "
1401
+ #~ "trop petites."
1402
+
1403
+ #~ msgid ""
1404
+ #~ "Only positive integers from %d to %d are allowed. By default the "
1405
+ #~ "thumbnail dimensions as defined in %s are used."
1406
+ #~ msgstr ""
1407
+ #~ "Seuls les nombres entiers positifs entre %d et %d sont autorisés. Par "
1408
+ #~ "défaut les dimensions de la vignette seront celles définies en %s."
1409
+
1410
+ #~ msgid "Select multimedia file types"
1411
+ #~ msgstr "Choisir le type de fichier multimédia"
1412
+
1413
+ #~ msgid ""
1414
+ #~ "You can select two multimedia files types: audios and videos. If you "
1415
+ #~ "check at least one of both all other post types (posts, pages, etc.) will "
1416
+ #~ "be ignored."
1417
+ #~ msgstr ""
1418
+ #~ "Vous pouvez choisir 2 types de fichiers multimédia: Audio et vidéo. Si "
1419
+ #~ "vous en sélectionnez au moins un, les autres types (articles, pages etc) "
1420
+ #~ "seront ignorés."
1421
+
1422
+ #~ msgid "Include parent page of %s"
1423
+ #~ msgstr "Inclure la page père de %s"
1424
+
1425
+ #~ msgid "Select a parent page of %s"
1426
+ #~ msgstr "Choisir une page père de %s"
1427
+
1428
+ #~ msgid "There are no pages with child pages."
1429
+ #~ msgstr "Il n'y a pas de pages avec des pages-enfants."
1430
+
1431
+ #~ msgid "Select post formats"
1432
+ #~ msgstr "Choisir le format d'article"
1433
+
1434
+ #~ msgid "You can select posts, pages and available custom posts types."
1435
+ #~ msgstr "Vous pouvez choisir des articles, pages, et types personnalisés."
1436
+
1437
+ #~ msgid "There are no custom post types."
1438
+ #~ msgstr "Il n'y a pas de type personnalisés d'articles."
1439
+
1440
+ #~ msgid ""
1441
+ #~ "If you want to search for an exact phrase surround it with double quotes."
1442
+ #~ msgstr "Pour chercher une phrase exacte, mettez la entre guillemets."
1443
+
1444
+ #~ msgid "Type in a search term"
1445
+ #~ msgstr "Indiquez un critère de recherche"
1446
+
1447
+ #~ msgid "Select the statuses of the posts/pages:"
1448
+ #~ msgstr "Choisir le status des articles/pages:"
1449
+
1450
+ #~ msgid "Date range"
1451
+ #~ msgstr "Intervalle de date"
1452
+
1453
+ #~ msgid ""
1454
+ #~ "To define a time segment select both the start date and the end date."
1455
+ #~ msgstr ""
1456
+ #~ "Pour définir un intervalle de temps choisissez les dates de début et de "
1457
+ #~ "fin."
1458
+
1459
+ #~ msgid ""
1460
+ #~ "You can also define a time period by selecting only one date as the "
1461
+ #~ "limiting value of the period."
1462
+ #~ msgstr ""
1463
+ #~ "Vous pouvez aussi définir un intervalle de temps en indiquant une seule "
1464
+ #~ "date comme limite de l'intervalle."
1465
+
1466
+ #~ msgid "The listed dates are the date of the publication of stored posts."
1467
+ #~ msgstr ""
1468
+ #~ "Les dates indiquées sont la date de publication des articles enregistrés."
1469
+
1470
+ #~ msgid ""
1471
+ #~ "You can limit the filter to the exact day within the months. The day "
1472
+ #~ "options are optional and only work if a month has been selected."
1473
+ #~ msgstr ""
1474
+ #~ "Vous pouvez limiter le filtre à un jour exact dans le mois. Les options "
1475
+ #~ "de jour sont optionnelles et ne fonctionnent que si un mois a été "
1476
+ #~ "sélectionné."
1477
+
1478
+ #~ msgid "What sort of first image?"
1479
+ #~ msgstr "Quel type de première image?"
1480
+
1481
+ #~ msgid "See a list of all supported services in a new window."
1482
+ #~ msgstr ""
1483
+ #~ "Voir une liste de tous les services supportés dans une nouvelle fenêtre."
1484
+
1485
+ #~ msgid ""
1486
+ #~ "Remove the first embedded image from the post content after this image "
1487
+ #~ "was set as featured image. This does not affect galleries or attached "
1488
+ #~ "images. <strong>There is no undo function. Be careful with this option "
1489
+ #~ "and please create a backup of the database of this website before you use "
1490
+ #~ "this!</strong>"
1491
+ #~ msgstr ""
1492
+ #~ "Supprimer la première image attachée dans le message après que l'image "
1493
+ #~ "ait été installée comme image en avant. Ceci n'affecte pas la collection "
1494
+ #~ "d'images. <strong> Pas de retour possible. Soyez prudent avec cette "
1495
+ #~ "option et faites une copie de la database avant d'utiliser cette fonction!"
1496
+ #~ "</strong>"
1497
+
1498
+ #~ msgid ""
1499
+ #~ "Remove first content image even if the featured image was not changed "
1500
+ #~ "successfully. Works only if 'Remove first embedded image' is activated."
1501
+ #~ msgstr ""
1502
+ #~ "Supprimer la première image de l'article même si l'image en avant n'a pas "
1503
+ #~ "été installée avec succès. Possible seulement si 'supprimer la première "
1504
+ #~ "image' est selectionné."
1505
+
1506
+ #~ msgid ""
1507
+ #~ "By default the selected images will be used multiple times in random "
1508
+ #~ "order. If you check this option each selected image will be used only "
1509
+ #~ "once. If there are more posts than images the remaining posts will not be "
1510
+ #~ "changed. If you want to remove the featured images of remaining posts "
1511
+ #~ "check the next option additionally."
1512
+ #~ msgstr ""
1513
+ #~ "Par défaut l'image choisie sera utilisée plusieurs fois au hasard. Si "
1514
+ #~ "vous choisissez cette option, chaque image selectionnée sera utilisée une "
1515
+ #~ "fois seulement. S'il y a plus d'articles que d'images, les articles en "
1516
+ #~ "surplus ne seront pas modifiés. Pour supprimer l'image en dans ces "
1517
+ #~ "articles sélectionnez l'option suivante en plus."
1518
+
1519
+ #~ msgid ""
1520
+ #~ "Remove existing featured images of remaining posts if all selected images "
1521
+ #~ "are used. This option works only with the previous option."
1522
+ #~ msgstr ""
1523
+ #~ "Supprimer l'image en avant des articles en surplus si toutes les images "
1524
+ #~ "sélectionnées ont été utilisées. Cette option ne fonctionne que si "
1525
+ #~ "l'option précédente a été sélectionnée."
1526
+
1527
+ #~ msgid ""
1528
+ #~ "This will overwrite existing entries in the media library column \"%s\". "
1529
+ #~ "If an image will be set as featured image for multiple posts it will be "
1530
+ #~ "attached to the last of these posts."
1531
+ #~ msgstr ""
1532
+ #~ "Ceci remplacera les entrées existantes dans la colonne de la bibliothèque "
1533
+ #~ "de médias \"%s\". Si une image sera utilisée comme image en avant dans "
1534
+ #~ "plusieurs articles elle sera attachée au dernier des articles."
1535
+
1536
+ #~ msgid ""
1537
+ #~ "Search by post format. By default the standard post format is affected."
1538
+ #~ msgstr ""
1539
+ #~ "Recherche par format d'article. Par défaut le format standard est affecté."
1540
+
1541
+ #~ msgid ""
1542
+ #~ "Search for audios and videos. This filter will ignore all other post "
1543
+ #~ "types automatically."
1544
+ #~ msgstr "Recherche par audio et vidéo. Tous les autres types seront ignorés."
1545
+
1546
+ #~ msgid ""
1547
+ #~ "Search by several statuses (published, draft, private etc.). By default "
1548
+ #~ "all statuses will be affected."
1549
+ #~ msgstr ""
1550
+ #~ "Recherche par status (publié, brouillon, privé etc). Par défaut tous les "
1551
+ #~ "status sont affectés."
1552
+
1553
+ #~ msgid "Search by search term"
1554
+ #~ msgstr "Recherche par mot"
1555
+
1556
+ #~ msgid "Search by time specifications"
1557
+ #~ msgstr "Recherche par date"
1558
+
1559
+ #~ msgid "Search by author"
1560
+ #~ msgstr "Recherche par autheur"
1561
+
1562
+ #~ msgid "Search by other taxonomies like plugin categories etc."
1563
+ #~ msgstr "Recherche par autres taxonomies, comme catégorie de plugin, etc."
1564
+
1565
+ #~ msgid "Search by original dimensions of added featured image"
1566
+ #~ msgstr "Recherche par taille originale des images en avant ajoutées"
1567
+
1568
+ #~ msgid "Search child pages by parent page"
1569
+ #~ msgstr "Recherche des articles enfants par articles parents"
1570
+
1571
+ #~ msgid "Some advices from experience"
1572
+ #~ msgstr "Quelques recommendations"
1573
+
1574
+ #~ msgid ""
1575
+ #~ "Looking for external images can take a long time. Please be patient for "
1576
+ #~ "at least one minute and do not reload the page! If you would see a "
1577
+ #~ "timeout message please start again with a filter that limits the number "
1578
+ #~ "of posts."
1579
+ #~ msgstr ""
1580
+ #~ "La recherche des images externes peut prendre longtemps. Soyez patient et "
1581
+ #~ "ne rechargez pas la page! Vous pouvez limiter le nombre d'articles dans "
1582
+ #~ "un filtre."
1583
+
1584
+ #~ msgid ""
1585
+ #~ "If you would be unsatisfied with the next results of the search for first "
1586
+ #~ "embedded images try the option for external images. Maybe that result "
1587
+ #~ "could meet your expectations better."
1588
+ #~ msgstr ""
1589
+ #~ "Si vous n'êtes pas satisfait du résultat de la recherche pour les "
1590
+ #~ "premieres images, essayez la fonction pour les images externes."
1591
+
1592
+ #~ msgid "In case of external images: Respect copyrights of external works"
1593
+ #~ msgstr "Pour les images externes, veuillez respecter les droits d'auteur"
1594
+
1595
+ #~ msgid ""
1596
+ #~ "Although embedding contents from other authors into the website is so "
1597
+ #~ "easy it does not mean that it is allowed to do that! Do you have the "
1598
+ #~ "rights to use the works of other authors in your website? If you are not "
1599
+ #~ "sure read the copyright licenses of that works or ask the author."
1600
+ #~ msgstr ""
1601
+ #~ "Il n'est pas toujours autorisé d'utiliser les contenus d'autres auteurs. "
1602
+ #~ "Informez-vous sur les droits que vous avez sur ces contenus."
1603
+
1604
+ #~ msgid "In case of embedded contents: Thumbnail not always available"
1605
+ #~ msgstr "Pour les contenus externes la vignette n'est pas toujours possible"
1606
+
1607
+ #~ msgid ""
1608
+ #~ "There are some providers which let their users upload images but do not "
1609
+ #~ "give informations about the images to other servers. In such cases a "
1610
+ #~ "featured image can not be set."
1611
+ #~ msgstr ""
1612
+ #~ "Certains providers autorisent le téléchargement d'images mais sans donner "
1613
+ #~ "d'information sur ces images. Dans ce cas on ne peut pas les utiliser en "
1614
+ #~ "images en avant."
1615
+
1616
+ #~ msgid ""
1617
+ #~ "The plugin will try to find the first image embedded in the content, in a "
1618
+ #~ "WordPress standard gallery or attached to a post."
1619
+ #~ msgstr ""
1620
+ #~ "Le plugin va essayer de trouver la première image du contenu, dans une "
1621
+ #~ "gallerie standard WordPress ou attachée à un article."
1622
+
1623
+ #~ msgid "It will also search in NextGen galleries."
1624
+ #~ msgstr "Il cherchera aussi dans les galleries NextGen."
1625
+
1626
+ #~ msgid "Presets"
1627
+ #~ msgstr "Préselections"
1628
+
1629
+ #~ msgid ""
1630
+ #~ "You can reuse previous settings using presets. Select one of the "
1631
+ #~ "following presets."
1632
+ #~ msgstr ""
1633
+ #~ "Avec les présélections vous pouvez réutiliser des règlages précédents. "
1634
+ #~ "Choisissez un des règlages suivants."
1635
+
1636
+ #~ msgid "Select a preset"
1637
+ #~ msgstr "Choisissez une présélection"
1638
+
1639
+ #~ msgid "Manage the presets on page %s."
1640
+ #~ msgstr "Gérer les présélections sur la page %s."
1641
+
1642
+ #~ msgid "Search string"
1643
+ #~ msgstr "Chaine à rechercher"
1644
+
1645
+ #~ msgid "Choose random images"
1646
+ #~ msgstr "Choisir des images au hasard"
1647
+
1648
+ #~ msgid ""
1649
+ #~ "Set the featured image randomly at each page load. That works only for "
1650
+ #~ "multiple images and will always overwrite existing featured images!"
1651
+ #~ msgstr ""
1652
+ #~ "Installer l'image en avant de maniere aléatoire pour chaque affichage de "
1653
+ #~ "la page. Ceci ne fonctionne que pour les images multiples et remplacera "
1654
+ #~ "toujours l'image en avant existante!"
1655
+
1656
+ #~ msgid "works only if &#8220;%s&#8221; is set to &#8220;%s&#8221;"
1657
+ #~ msgstr ""
1658
+ #~ "ne fonctionne que si &#8220;%s&#8221; est règlé sur &#8220;%s&#8221;"
1659
+
1660
+ #~ msgid ""
1661
+ #~ "The current theme does not support featured images. Anyway you can use "
1662
+ #~ "this plugin. The rules are stored and will be visible in a theme which "
1663
+ #~ "supports featured images."
1664
+ #~ msgstr ""
1665
+ #~ "Le thème actuel ne supporte pas les images an avant. Vous pouvez malgré "
1666
+ #~ "cela utiliser ce plugin, les règles seront enregistrées et seront "
1667
+ #~ "appliquées sur un thème acceptant les images en avant."
1668
+
1669
+ #~ msgid ""
1670
+ #~ "The current theme does not support post formats. Anyway you can use this "
1671
+ #~ "plugin. The rules are stored and will be visible in a theme which "
1672
+ #~ "supports post formats."
1673
+ #~ msgstr ""
1674
+ #~ "Le thème actuel ne supporte pas les formats d'articles. Vous pouvez "
1675
+ #~ "malgré cela utiliser ce plugin, les règles seront enregistrées et seront "
1676
+ #~ "appliquées sur un thème acceptant les formats d'articles."
1677
+
1678
+ #~ msgid ""
1679
+ #~ "Define the rules in two steps: First set the rules, second set the order "
1680
+ #~ "of the rules. After that click on the button %s."
1681
+ #~ msgstr ""
1682
+ #~ "Définissez les règles en 2 étapes: D'abord les règles, plus l'ordre des "
1683
+ #~ "règles. Ensuite cliquez sur le bouton %s."
1684
+
1685
+ #~ msgid "Import presets from Quick Featured Images"
1686
+ #~ msgstr "Importer les présélections depuis les Quick Featured Images"
1687
+
1688
+ #~ msgid ""
1689
+ #~ "Presets from the free plugin Quick Featured Images are available. Click "
1690
+ #~ "on the button to import and apply them here."
1691
+ #~ msgstr ""
1692
+ #~ "Les présélections depuis le plugin gratuit Quick Featured Images sont "
1693
+ #~ "disponibles. Cliquez sur le bouton pour les importer et les appliquer."
1694
+
1695
+ #~ msgid "The import will overwrite already existing settings and rules!"
1696
+ #~ msgstr "Les importations remplaceront les règlages et règles actuelles!"
1697
+
1698
+ #~ msgid ""
1699
+ #~ "If you want to dismiss this section please deinstall Quick Featured "
1700
+ #~ "Images."
1701
+ #~ msgstr ""
1702
+ #~ "Si vous voulez ne pas utiliser cette section, désinstallez le plugin "
1703
+ #~ "Quick Featured Images."
1704
+
1705
+ #~ msgid "Import presets"
1706
+ #~ msgstr "Importer les présélections"
1707
+
1708
+ #~ msgid "Set rules"
1709
+ #~ msgstr "Definir les règles"
1710
+
1711
+ #~ msgid ""
1712
+ #~ "Set the order of the rules by selecting the number in the selection "
1713
+ #~ "fields. 1 means in the first place, 2 means in the second place etc. If "
1714
+ #~ "some rules have the same number it is unforeseeable in which order they "
1715
+ #~ "will be applied. So set the order uniquely."
1716
+ #~ msgstr ""
1717
+ #~ "Définir l'ordre des règles en attribuant leur ordre dans la liste. "
1718
+ #~ "1=première règle, etc. L'ordre doit être unique."
1719
+
1720
+ #~ msgid "matched search string in post title. If not then..."
1721
+ #~ msgstr "chaine recherchée dans le titre de l'article. Sinon, alors..."
1722
+
1723
+ #~ msgid "matched post format. If not then..."
1724
+ #~ msgstr "corresponde avec le format de l'article. Sinon, alors..."
1725
+
1726
+ #~ msgid "/reviews/"
1727
+ #~ msgstr "/reviews/"
1728
+
1729
+ #~ msgid "Your selected approach"
1730
+ #~ msgstr "Votre méthode sélectionnée"
1731
+
1732
+ #~ msgid "License Settings"
1733
+ #~ msgstr "Paramètres de licence"
1734
+
1735
+ #~ msgid "License Key"
1736
+ #~ msgstr "Clé de licence"
1737
+
1738
+ #~ msgid "Enter your license key. Then click on the button."
1739
+ #~ msgstr "Entrez votre clé de licence et cliquez sur le bouton."
1740
+
1741
+ #~ msgid "License Status"
1742
+ #~ msgstr "Statut de licence"
1743
+
1744
+ #~ msgid "The license will expire on %1$s at %2$s."
1745
+ #~ msgstr "Votre licence expirera le %1$s à %2$s."
1746
+
1747
+ #~ msgid "There are %d activations left"
1748
+ #~ msgstr "Encore %d activations possibles"
1749
+
1750
+ #~ msgid "Deactivate License"
1751
+ #~ msgstr "Désactiver la licence"
1752
+
1753
+ #~ msgid ""
1754
+ #~ "Click to deactivate the license if you do not want to use it on this "
1755
+ #~ "server."
1756
+ #~ msgstr ""
1757
+ #~ "Cliquez pour désactiver la licence si vous ne voulez pas l'utiliser sur "
1758
+ #~ "ce serveur."
1759
+
1760
+ #~ msgid "The license expired on %1$s at %2$s."
1761
+ #~ msgstr "La licence a expiré le %1$s at %2$s."
1762
+
1763
+ #~ msgid "Click here for a new license"
1764
+ #~ msgstr "Cliquez ici pour acquérir une nouvelle licence"
1765
+
1766
+ #~ msgid "Activate License"
1767
+ #~ msgstr "Activer la licence"
1768
+
1769
+ #~ msgid ""
1770
+ #~ "Click to activate the license after you have entered your license key."
1771
+ #~ msgstr ""
1772
+ #~ "Cliquez pour activer la licence après avoir entré la clé de licence."
1773
+
1774
+ #~ msgid "Manage license in your account at the online shop."
1775
+ #~ msgstr "Gérer la licence dans votre compte au magasin en ligne."
1776
+
1777
+ #~ msgid "Important advices about the license"
1778
+ #~ msgstr "Conseils importants pour votre licence"
1779
+
1780
+ #~ msgid "Why you can not upgrade the plugin"
1781
+ #~ msgstr "Pourquoi vous ne pouvez pas mettre à jour ce plugin"
1782
+
1783
+ #~ msgid ""
1784
+ #~ "If you use a Single Site License in more than one sites the plugin will "
1785
+ #~ "not upgrade automatically. A Single Site License works only in the site "
1786
+ #~ "where it was activated first."
1787
+ #~ msgstr ""
1788
+ #~ "Si vous utilisez une licence pour un seul site sur plusieurs sites, le "
1789
+ #~ "plugin ne pourra pas être mis à jour automatiquement. Une licence pour un "
1790
+ #~ "seul site ne fonctionne que pour le premier site activé."
1791
+
1792
+ #~ msgid ""
1793
+ #~ "To \"move\" a license you have to deactivate it in the old site at first "
1794
+ #~ "and after that activate it in the new site."
1795
+ #~ msgstr ""
1796
+ #~ "Pour \"déplacer\" une licence vous devez la désactiver dans l'ancien site "
1797
+ #~ "puis l'activer dans le nouveau."
1798
+
1799
+ #~ msgid "Why a license?"
1800
+ #~ msgstr "Pourquoi une licence?"
1801
+
1802
+ #~ msgid ""
1803
+ #~ "With activating the license you will receive automatic upgrades of the "
1804
+ #~ "plugin for 365 days since the day of the purchase. Each license key is "
1805
+ #~ "valid for one installation of the plugin only."
1806
+ #~ msgstr ""
1807
+ #~ "Avec une licence activée vous recevrez automatiquement les mises à jour "
1808
+ #~ "durant 365 jours. Chaque clé de licence est valide pour une seule "
1809
+ #~ "installation du plugin."
1810
+
1811
+ #~ msgid "Terms of the license"
1812
+ #~ msgstr "Conditions de la licence"
1813
+
1814
+ #~ msgid ""
1815
+ #~ "By activating this license you are also confirming your agreement to be "
1816
+ #~ "bound by the terms of the license associated with this plugin which you "
1817
+ #~ "acknowledged at the time of the purchase checkout."
1818
+ #~ msgstr ""
1819
+ #~ "En activant cette licence, vous confirmez votre accord avec les "
1820
+ #~ "conditions associées à ce plugin que vous avez validé au moment de "
1821
+ #~ "l'achat."
1822
+
1823
+ #~ msgid "https://www.quickfeaturedimages.com/terms-licence-withdrawal/"
1824
+ #~ msgstr "https://www.quickfeaturedimages.com/terms-licence-withdrawal/"
1825
+
1826
+ #~ msgid "Read the terms of the license (in new window)"
1827
+ #~ msgstr "Lire les conditions de la licence (Nouvelle fenêtre)"
1828
+
1829
+ #~ msgid ""
1830
+ #~ "This includes that the warranty offered by the plugin author is limited "
1831
+ #~ "to correcting any defects and that the plugin author will not be held "
1832
+ #~ "liable for any actions or financial loss occurring as a result of using "
1833
+ #~ "this plugin."
1834
+ #~ msgstr ""
1835
+ #~ "Cela inclut que la garantie offerte par l'auteur du plugin se limite à "
1836
+ #~ "corriger les défauts et que l'auteur du plugin ne sera pas responsable "
1837
+ #~ "des actions ou des pertes financières résultant de l'utilisation de ce "
1838
+ #~ "plugin."
1839
+
1840
+ #~ msgid "Contact"
1841
+ #~ msgstr "Contact"
1842
+
1843
+ #~ msgid ""
1844
+ #~ "If you have any issues and problems with activating you can contact the "
1845
+ #~ "plugin author for solutions."
1846
+ #~ msgstr ""
1847
+ #~ "Si vous avez des problèmes, y compris des problèmes d'activation, vous "
1848
+ #~ "pouvez contacter l'auteur du plugin pour les règler."
1849
+
1850
+ #~ msgid "https://www.quickfeaturedimages.com/contact/"
1851
+ #~ msgstr "https://www.quickfeaturedimages.com/contact/"
1852
+
1853
+ #~ msgid "Contact page (in new window)"
1854
+ #~ msgstr "Page de contact (Nouvelle fenêtre)"
1855
+
1856
+ #~ msgid "Image removed successfully from post"
1857
+ #~ msgstr "Image supprimée de l'article"
1858
+
1859
+ #~ msgid "Image not removed from post"
1860
+ #~ msgstr "Image non supprimée de l'article"
1861
+
1862
+ #~ msgid ""
1863
+ #~ "You can save the settings of this process as a preset to reuse them for "
1864
+ #~ "later processes. Enter a name and press the button. You can select the "
1865
+ #~ "preset using the name at the next pass."
1866
+ #~ msgstr ""
1867
+ #~ "Vous pouvez enregistrer les paramètres de ce processus comme préréglage "
1868
+ #~ "pour les réutiliser pour les processus ultérieurs. Indiquez un nom et "
1869
+ #~ "cliquez sur le bouton. Vous pouvez sélectionner le préréglage en "
1870
+ #~ "utilisant le nom au prochain essai."
1871
+
1872
+ #~ msgid "Enter a preset name"
1873
+ #~ msgstr "Indiquez un nom pour le préréglage"
languages/quick-featured-images-pt_BR.mo CHANGED
Binary file
languages/quick-featured-images-pt_BR.po CHANGED
@@ -5,9 +5,8 @@ msgstr ""
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
  "POT-Creation-Date: 2017-07-06 23:13+0200\n"
8
- "PO-Revision-Date: 2017-07-06 23:17+0200\n"
9
- "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
- "Language-Team: m.stehle@gmx.de\n"
11
  "Language: pt_BR\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,6 +16,7 @@ msgstr ""
17
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  #: admin/class-quick-featured-images-admin.php:213
5
  "Project-Id-Version: Quick Featured Images\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
  "POT-Creation-Date: 2017-07-06 23:13+0200\n"
8
+ "PO-Revision-Date: 2017-07-17 00:04+0200\n"
9
+ "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
 
10
  "Language: pt_BR\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
+ "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
  #: admin/class-quick-featured-images-admin.php:213
languages/quick-featured-images.pot CHANGED
@@ -6,7 +6,7 @@ msgstr ""
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
  "POT-Creation-Date: 2017-07-06 23:13+0200\n"
8
  "PO-Revision-Date: 2017-07-06 23:17+0200\n"
9
- "Language-Team: m.stehle@gmx.de\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
7
  "POT-Creation-Date: 2017-07-06 23:13+0200\n"
8
  "PO-Revision-Date: 2017-07-06 23:17+0200\n"
9
+ "Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
quick-featured-images.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: Quick Featured Images
11
  * Plugin URI: http://wordpress.org/plugins/quick-featured-images
12
  * Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
13
- * Version: 13.0.1
14
  * Author: Martin Stehle
15
  * Author URI: http://stehle-internet.de
16
  * Text Domain: quick-featured-images
10
  * Plugin Name: Quick Featured Images
11
  * Plugin URI: http://wordpress.org/plugins/quick-featured-images
12
  * Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
13
+ * Version: 13.1
14
  * Author: Martin Stehle
15
  * Author URI: http://stehle-internet.de
16
  * Text Domain: quick-featured-images
uninstall.php CHANGED
@@ -17,7 +17,7 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
17
  // if not allowed to delete plugins go to plugins page
18
  if ( ! current_user_can( 'delete_plugins' ) ) {
19
  $text = 'Sorry, you are not allowed to delete plugins for this site.';
20
- wp_die( __( $text ) );
21
  }
22
 
23
  /*
17
  // if not allowed to delete plugins go to plugins page
18
  if ( ! current_user_can( 'delete_plugins' ) ) {
19
  $text = 'Sorry, you are not allowed to delete plugins for this site.';
20
+ wp_die( esc_html__( $text ) );
21
  }
22
 
23
  /*