Quick Featured Images - Version 11.6.1

Version Description

  • Premium version: Added in 'Preset Images': Selection of multiple images to set one of them randomly as default featured image
  • Improved usability: Advice for selection of multiple images in the media dialog box
  • Improved usability in 'Set, replace, remove': On the start page show selected images after closing the media dialog box
  • Tested successfully with WordPress 4.4
  • Updated *.pot file and translations
Download this release

Release Info

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

Code changes from version 11.6 to 11.6.1

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Hinjiriyo
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
4
  Tags: add, arabic, assign, associate, attach, attachment, attachments, audio, audios, author, auto, automatic, batch, bulk, categories, category, change, column, control, custom post type, custom post types, custom taxonomies, custom taxonomy, date, dates, default, define, delete, detach, exchange, featured, featured image, featured images, filter, gallery, galleries, image, image size, images, mass, media, mime, multimedia, nextgen, pages, parent page, period, post type, post types, posts, quick, random, rapid, remove, replace, rules, search, set, standard, tag, taxonomies, taxonomy, thumb, thumbnail, thumbnails, thumbs, time, unset, update, user, video, videos, spanish, español, deutsch, german
5
  Requires at least: 3.8
6
- Tested up to: 4.3.1
7
- Stable tag: 11.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -117,9 +117,11 @@ You can define the rules based on
117
 
118
  The **premium version** offers you additionally:
119
 
120
- 1. **first content image** if available on an external server
121
- 2. **post format**
122
- 3. **search string in post title**
 
 
123
 
124
  The rules are easy to set: choose an image, a taxonomy, a value and save the settings. That's it. **You do not need to code.**
125
 
@@ -272,8 +274,17 @@ If you want to contribute a translation of the plugin in your language it would
272
 
273
  == Changelog ==
274
 
 
 
 
 
 
 
 
275
  = 11.6 =
276
  * Added in 'Preset Images': After an image is removed from the library all preset rules assigned with that image will be removed automatically
 
 
277
  * Fixed in 'Preset Images': Wrong background color for third table row
278
  * Fixed in 'Preset Images': Missing translations for changed texts
279
  * Refactoring in 'Preset Images'
@@ -529,6 +540,9 @@ Fixed an insufficient security check which prevented to set a featured image
529
 
530
  == Upgrade Notice ==
531
 
 
 
 
532
  = 11.6 =
533
  Added automatic deletion of rules assigned with a deleted image in the library, some fixes
534
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
4
  Tags: add, arabic, assign, associate, attach, attachment, attachments, audio, audios, author, auto, automatic, batch, bulk, categories, category, change, column, control, custom post type, custom post types, custom taxonomies, custom taxonomy, date, dates, default, define, delete, detach, exchange, featured, featured image, featured images, filter, gallery, galleries, image, image size, images, mass, media, mime, multimedia, nextgen, pages, parent page, period, post type, post types, posts, quick, random, rapid, remove, replace, rules, search, set, standard, tag, taxonomies, taxonomy, thumb, thumbnail, thumbnails, thumbs, time, unset, update, user, video, videos, spanish, español, deutsch, german
5
  Requires at least: 3.8
6
+ Tested up to: 4.4
7
+ Stable tag: 11.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
117
 
118
  The **premium version** offers you additionally:
119
 
120
+ 1. **Multiple random images** to assign one of them to a post
121
+ 2. **User defined order** of applying the types of rules
122
+ 3. **first content image** if available on an external server
123
+ 4. **post format** match
124
+ 5. **search string in post title** match
125
 
126
  The rules are easy to set: choose an image, a taxonomy, a value and save the settings. That's it. **You do not need to code.**
127
 
274
 
275
  == Changelog ==
276
 
277
+ = 11.6.1 =
278
+ * Premium version: Added in 'Preset Images': Selection of multiple images to set one of them randomly as default featured image
279
+ * Improved usability: Advice for selection of multiple images in the media dialog box
280
+ * Improved usability in 'Set, replace, remove': On the start page show selected images after closing the media dialog box
281
+ * Tested successfully with WordPress 4.4
282
+ * Updated *.pot file and translations
283
+
284
  = 11.6 =
285
  * Added in 'Preset Images': After an image is removed from the library all preset rules assigned with that image will be removed automatically
286
+ * Premium Version: Added in 'Preset Images': User defined order of applying the types of rules
287
+ * Premium Version: Added in 'Preset Images': Option 'First content image' also takes image of an external server
288
  * Fixed in 'Preset Images': Wrong background color for third table row
289
  * Fixed in 'Preset Images': Missing translations for changed texts
290
  * Refactoring in 'Preset Images'
540
 
541
  == Upgrade Notice ==
542
 
543
+ = 11.6.1 =
544
+ Tested successfully with WordPress 4.4
545
+
546
  = 11.6 =
547
  Added automatic deletion of rules assigned with a deleted image in the library, some fixes
548
 
admin/assets/css/admin.css CHANGED
@@ -295,9 +295,19 @@ body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.f
295
  float: left;
296
  margin: 3px .8em 5px 0;
297
  }
 
 
 
 
 
298
  #qfi_main .qfi_content img#paypal_button {
299
  max-width: 195px;
300
  }
 
 
 
 
 
301
  .qfi_ad_for_pro {
302
  font-weight: bold;
303
  }
295
  float: left;
296
  margin: 3px .8em 5px 0;
297
  }
298
+ #qfi_main .qfi_content form td .qfi_preset_image {
299
+ display: block;
300
+ width: 80px;
301
+ height: auto;
302
+ }
303
  #qfi_main .qfi_content img#paypal_button {
304
  max-width: 195px;
305
  }
306
+ #qfi_main .qfi_content img.qfi_random_img {
307
+ width: 80px;
308
+ height: auto;
309
+ margin-right: .8em;
310
+ }
311
  .qfi_ad_for_pro {
312
  font-weight: bold;
313
  }
admin/assets/js/admin-defaults.js CHANGED
@@ -13,11 +13,9 @@ jQuery( document ).ready( function( $ ){
13
  e.preventDefault();
14
 
15
  var custom_uploader;
 
16
  // get number of row
17
  var row_number = this.id.match( /[0-9]+/ );
18
- // set selector names
19
- var selector_image_id_element = '#image_id_' + row_number;
20
- var selector_image_element = '#selected_image_' + row_number;
21
 
22
  //Extend the wp.media object
23
  var selector_upload_text = '#upload_image_XX';
@@ -31,11 +29,11 @@ jQuery( document ).ready( function( $ ){
31
 
32
  //When a file is selected, grab the URL and set it as the text field's value
33
  custom_uploader.on( 'select', function() {
 
34
  var attachment = custom_uploader.state().get( 'selection' ).first().toJSON();
35
- $( selector_image_id_element ).val( attachment.id );
36
  $( selector_image_element ).attr( 'src', attachment.url );
37
- $( selector_image_element ).attr( 'class', 'attachment-thumbnail' );
38
- $( selector_image_element ).attr( 'style', 'width:80px; display: block;' );
39
  } );
40
 
41
  //Open the uploader dialog
@@ -47,8 +45,7 @@ jQuery( document ).ready( function( $ ){
47
  * Remove rule row
48
  */
49
  // clear default image
50
- selector_clear_image_button = '.remove_rule';
51
- $( selector_clear_image_button ).live( 'click', function( e ) {
52
 
53
  e.preventDefault();
54
 
@@ -56,20 +53,7 @@ jQuery( document ).ready( function( $ ){
56
 
57
  // get number of row
58
  var row_number = this.id.match( /[0-9]+/ );
59
-
60
- // remove image if first row, else remove row
61
- /*if ( '1' == row_number ) {
62
- var selector_image_id_element = '#image_id_1';
63
- var selector_image_element = '#selected_image_1';
64
- $( selector_image_id_element ).val( 0 );
65
- $( selector_image_element ).attr( 'src', blank_url );
66
- $( selector_image_element ).attr( 'class', '' );
67
- $( selector_image_element ).attr( 'style', '' );
68
- $( selector_image_element ).attr( 'width', '' );
69
- $( selector_image_element ).attr( 'height', '' );
70
- } else {
71
- $( '#row_' + row_number ).remove();
72
- }*/
73
  $( '#row_' + row_number ).remove();
74
  }
75
  } );
13
  e.preventDefault();
14
 
15
  var custom_uploader;
16
+
17
  // get number of row
18
  var row_number = this.id.match( /[0-9]+/ );
 
 
 
19
 
20
  //Extend the wp.media object
21
  var selector_upload_text = '#upload_image_XX';
29
 
30
  //When a file is selected, grab the URL and set it as the text field's value
31
  custom_uploader.on( 'select', function() {
32
+ var selector_image_element = '#selected_image_' + row_number;
33
  var attachment = custom_uploader.state().get( 'selection' ).first().toJSON();
34
+ $( '#image_id_' + row_number ).val( attachment.id );
35
  $( selector_image_element ).attr( 'src', attachment.url );
36
+ $( selector_image_element ).attr( 'class', 'attachment-thumbnail qfi_preset_image' );
 
37
  } );
38
 
39
  //Open the uploader dialog
45
  * Remove rule row
46
  */
47
  // clear default image
48
+ $( '.remove_rule' ).live( 'click', function( e ) {
 
49
 
50
  e.preventDefault();
51
 
53
 
54
  // get number of row
55
  var row_number = this.id.match( /[0-9]+/ );
56
+ // remove table row
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  $( '#row_' + row_number ).remove();
58
  }
59
  } );
admin/assets/js/admin.js CHANGED
@@ -42,8 +42,10 @@ jQuery( document ).ready( function( $ ){
42
  var custom_uploader;
43
 
44
  //Extend the wp.media object
 
 
45
  custom_uploader = wp.media.frames.file_frame = wp.media( {
46
- title: $( selector_multiple_images_button ).val(),
47
  button: {
48
  text: $( selector_multiple_images_button ).val()
49
  },
@@ -52,10 +54,18 @@ jQuery( document ).ready( function( $ ){
52
 
53
  //When a file is selected, grab the URL and set it as the text field's value
54
  custom_uploader.on( 'select', function() {
 
 
 
 
 
55
  var attachments = custom_uploader.state().get( 'selection' ).toJSON();
56
  var attachments_ids = [];
57
  for ( i = 0; i < attachments.length; i++ ) {
 
58
  attachments_ids[ i ] = attachments[ i ].id
 
 
59
  }
60
  $( '#multiple_image_ids' ).val( attachments_ids.toString() );
61
  } );
42
  var custom_uploader;
43
 
44
  //Extend the wp.media object
45
+ var selector_advice = '#selection_advice';
46
+
47
  custom_uploader = wp.media.frames.file_frame = wp.media( {
48
+ title: $( selector_multiple_images_button ).val() + ': ' + $( selector_advice ).val(),
49
  button: {
50
  text: $( selector_multiple_images_button ).val()
51
  },
54
 
55
  //When a file is selected, grab the URL and set it as the text field's value
56
  custom_uploader.on( 'select', function() {
57
+ var selector_blank_img = '#blank_image';
58
+ var img_set_classname = 'qfi_random_img';
59
+ // remove existing multiple images of rule
60
+ $( '.' + img_set_classname ).remove();
61
+ // build new list
62
  var attachments = custom_uploader.state().get( 'selection' ).toJSON();
63
  var attachments_ids = [];
64
  for ( i = 0; i < attachments.length; i++ ) {
65
+ // put id into array
66
  attachments_ids[ i ] = attachments[ i ].id
67
+ // add image
68
+ $( '<img src="' + attachments[ i ].url + '" alt="" class="attachment-thumbnail ' + img_set_classname + '">' ).insertBefore( selector_blank_img );
69
  }
70
  $( '#multiple_image_ids' ).val( attachments_ids.toString() );
71
  } );
admin/class-quick-featured-images-admin.php CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @var string
21
  */
22
- protected $plugin_version = '11.6';
23
 
24
  /**
25
  * Instance of this class.
19
  *
20
  * @var string
21
  */
22
+ protected $plugin_version = '11.6.1';
23
 
24
  /**
25
  * Instance of this class.
admin/views/form_start.php CHANGED
@@ -36,7 +36,8 @@ foreach ( $this->valid_actions as $name => $label ) {
36
  <p>
37
  <?php
38
  // default values for image element
39
- $img_url = includes_url() . 'images/blank.gif';
 
40
  $img_class = '';
41
  $img_style = '';
42
  // if an image id was given
@@ -77,8 +78,11 @@ foreach ( $this->valid_actions_multiple_images as $name => $label ) {
77
  $img_ids = is_array( $this->selected_multiple_image_ids ) ? implode( ',', $this->selected_multiple_image_ids ) : '';
78
  ?>
79
  <p><?php _e( 'To select multiple images click on the button and use the CTRL key while clicking on the images.', 'quick-featured-images' ); ?></p>
80
- <p><input type="hidden" id="multiple_image_ids" name="multiple_image_ids" value="<?php echo $img_ids; ?>">
81
- <input type="button" id="select_images_multiple" class="button" value="<?php _e( 'Choose Images', 'quick-featured-images' ); ?>" /></p>
 
 
 
82
  <?php
83
  if ( $this->selected_multiple_image_ids ) {
84
  ?>
@@ -113,4 +117,5 @@ wp_nonce_field( 'quickfi_start', $this->plugin_slug . '_nonce' );
113
  $text = 'Next &raquo;';
114
  submit_button( __( $text ), 'secondary' );
115
  ?>
 
116
  </form>
36
  <p>
37
  <?php
38
  // default values for image element
39
+ $blank_img_url = includes_url() . 'images/blank.gif';
40
+ $img_url = $blank_img_url;
41
  $img_class = '';
42
  $img_style = '';
43
  // if an image id was given
78
  $img_ids = is_array( $this->selected_multiple_image_ids ) ? implode( ',', $this->selected_multiple_image_ids ) : '';
79
  ?>
80
  <p><?php _e( 'To select multiple images click on the button and use the CTRL key while clicking on the images.', 'quick-featured-images' ); ?></p>
81
+ <p>
82
+ <input type="hidden" id="multiple_image_ids" name="multiple_image_ids" value="<?php echo $img_ids; ?>">
83
+ <img id="blank_image" src="<?php echo $blank_img_url; ?>" alt="" /><br />
84
+ <input type="button" id="select_images_multiple" class="button" value="<?php _e( 'Choose Images', 'quick-featured-images' ); ?>" />
85
+ </p>
86
  <?php
87
  if ( $this->selected_multiple_image_ids ) {
88
  ?>
117
  $text = 'Next &raquo;';
118
  submit_button( __( $text ), 'secondary' );
119
  ?>
120
+ <input type="hidden" id="selection_advice" name="selection_advice" value="<?php _e( 'Use CTRL for multiple choice', 'quick-featured-images' ); ?>" />
121
  </form>
admin/views/section_defaults.php CHANGED
@@ -263,7 +263,7 @@ if ( isset( $this->selected_rules[ 'rules' ] ) ) {
263
  <td class="num"><?php echo $c; ?></td>
264
  <td>
265
  <input type="hidden" value="<?php echo $r_id; ?>" name="rules[<?php echo $c; ?>][id]" id="image_id_<?php echo $c; ?>">
266
- <img src="<?php echo wp_get_attachment_thumb_url( $r_id ); ?>" alt="<?php echo $feat_img_label; ?>" id="selected_image_<?php echo $c; ?>" class="attachment-thumbnail" style="width:80px; display: block;">
267
  </td>
268
  <td>
269
  <input type="button" name="upload_image_<?php echo $c; ?>" value="<?php echo $choose_image_label; ?>" class="button imageupload" id="upload_image_<?php echo $c; ?>"><br />
@@ -439,6 +439,7 @@ wp_nonce_field( 'save_default_images', 'knlk235rf' );
439
 
440
  <h4><?php _e( 'Additional rules in the premium version', 'quick-featured-images' ); ?></h4>
441
  <ol>
 
442
  <li><?php _e( 'The first content image can be also an image from an external server to set it as automated featured image', 'quick-featured-images' ); ?></li>
443
  <li><?php _e( 'Match with a search string in post title', 'quick-featured-images' ); ?></li>
444
  <li><?php _e( 'Match with a selected post format', 'quick-featured-images' ); ?></li>
263
  <td class="num"><?php echo $c; ?></td>
264
  <td>
265
  <input type="hidden" value="<?php echo $r_id; ?>" name="rules[<?php echo $c; ?>][id]" id="image_id_<?php echo $c; ?>">
266
+ <img src="<?php echo wp_get_attachment_thumb_url( $r_id ); ?>" alt="<?php echo $feat_img_label; ?>" id="selected_image_<?php echo $c; ?>" class="attachment-thumbnail qfi_preset_image">
267
  </td>
268
  <td>
269
  <input type="button" name="upload_image_<?php echo $c; ?>" value="<?php echo $choose_image_label; ?>" class="button imageupload" id="upload_image_<?php echo $c; ?>"><br />
439
 
440
  <h4><?php _e( 'Additional rules in the premium version', 'quick-featured-images' ); ?></h4>
441
  <ol>
442
+ <li><?php _e( 'Multiple images to set one of them randomly as featured image', 'quick-featured-images' ); ?></li>
443
  <li><?php _e( 'The first content image can be also an image from an external server to set it as automated featured image', 'quick-featured-images' ); ?></li>
444
  <li><?php _e( 'Match with a search string in post title', 'quick-featured-images' ); ?></li>
445
  <li><?php _e( 'Match with a selected post format', 'quick-featured-images' ); ?></li>
languages/quick-featured-images-ar.mo CHANGED
Binary file
languages/quick-featured-images-ar.po CHANGED
@@ -4,40 +4,40 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
- "POT-Creation-Date: 2015-11-26 15:28+0100\n"
8
- "PO-Revision-Date: 2015-11-26 17:45+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"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 1.8.4\n"
16
- "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;esc_attr__;"
17
- "_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=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n"
20
- "%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:201
24
  msgid ""
25
- "Your time-saving Swiss Army Knife for featured images: Set, replace and delete "
26
- "them in bulk, set default images, get overview lists."
27
  msgstr ""
28
- "أداة توفّر عليك عناء التعامل مع الصور البارزة: حيث تمكنك من اختيارها أو استبدالها "
29
- "أو حذفها بمجموعات دفعة واحدة، وبإمكانك تحديد صور افتراضية، والحصول على قوائم "
30
- "استعراضية."
31
 
32
  #: admin/class-quick-featured-images-admin.php:265
33
  #, php-format
34
  msgid ""
35
- "The plugin requires WordPress version %s or higher. Therefore, WordPress did not "
36
- "activate it. If you want to use this plugin update the Wordpress files to the "
37
- "latest version."
38
  msgstr ""
39
- "الإضافة تتطلب نسخة ووردبريس %s أو أعلى. لذلك، ووردبريس لم تقم بتفعيلها. إذا أرد "
40
- "استخدام الإضافة قم بتحديث ملفات ووردبريس للنسخة الأخيرة."
41
 
42
  #: admin/class-quick-featured-images-admin.php:462
43
  #, php-format
@@ -82,14 +82,15 @@ msgstr "قائمة المقالات مع عمود الصورة"
82
 
83
  #: admin/class-quick-featured-images-settings.php:491
84
  msgid ""
85
- "Activate the checkboxes at each post type to show the extra columns in the post "
86
- "lists."
87
- msgstr "فعّل مربعات الاختيار لكل نوع مقالة لإظهار أعمدة إضافية في قائمة المقالات."
 
88
 
89
  #: admin/class-quick-featured-images-settings.php:501
90
  msgid ""
91
- "The additional columns give you a quick overview about all used featured images "
92
- "for every post. The Featured Image column is sortable."
93
  msgstr ""
94
  "الأعمدة الإضافية تعطيك نظرة سريعة على كل الصور البارزة لكل مقالة. عمود الصور "
95
  "البارزة قابل للفرز."
@@ -193,7 +194,8 @@ msgstr "لا يوجد صورة محددة."
193
  msgid "Select an image from the media library."
194
  msgstr "حدد صورة من مكتبة الوسائط."
195
 
196
- #: admin/class-quick-featured-images-tools.php:663 admin/views/section_image.php:51
 
197
  msgid "You have not selected an action."
198
  msgstr "لم تقم بتحديد إجراء."
199
 
@@ -268,12 +270,13 @@ msgstr "هل يجب أن تستخدم الصورة المحددة كصورة ب
268
  msgid ""
269
  "Should the selected images be set randomly as featured images to all listed "
270
  "posts?"
271
- msgstr "هل يجب أن تستخدم الصور المحددة عشوائياً كصور بارزة لكل المقالات المدرجة؟"
 
272
 
273
  #: admin/views/form_confirm.php:10
274
  msgid ""
275
- "Should the current set featured image be replaced by the selected image at all "
276
- "listed posts?"
277
  msgstr ""
278
  "هل يجب استبدال الصورة البارزة الحالية بالصورة المحددة لكل المقالات المدرجة؟"
279
 
@@ -325,8 +328,8 @@ msgstr "بواسطة"
325
 
326
  #: admin/views/form_confirm.php:48 admin/views/section_results.php:16
327
  msgid ""
328
- "The list is in alphabetical order according to post title. You can edit a post "
329
- "in a new window by clicking on its link in the list."
330
  msgstr ""
331
  "القائمة مرتبة أبجدياً وفقاً لعنوان المقالة. بإمكانك تعديل مقالة في نافذة جديدة "
332
  "بالضغط على رابطها في القائمة."
@@ -357,7 +360,8 @@ msgid "Refine filters"
357
  msgstr "تنقيح الفلاتر"
358
 
359
  #: admin/views/form_refine.php:9
360
- msgid "Now you can find posts and pages by matching parameters. Refine them here."
 
361
  msgstr ""
362
  "الآن بإمكانك العثور على المقالات والصفحات بمطابقة المعايير. قم بالتنقيح هنا."
363
 
@@ -388,11 +392,11 @@ msgstr "لاحظ"
388
 
389
  #: admin/views/form_select.php:13
390
  msgid ""
391
- "You did not have selected an image from the list below. To go on select at least "
392
- "one image you want to replace by the selected image."
393
  msgstr ""
394
- "لم تقم باتخيار صورة من القائمة بالأسفل. لكي تكمل اختر صورة واحدة على الأقل تريد "
395
- "استبدالها بالصورة المحددة."
396
 
397
  #: admin/views/form_select.php:18
398
  msgid "Select the featured images you want to replace by the selected image."
@@ -430,7 +434,8 @@ msgstr "استبدل الصور البارزة الجديدة مكان الحا
430
  msgid ""
431
  "Posts with featured images will be ignored, even if the Overwrite option is "
432
  "checked "
433
- msgstr "المقالات التي لها صور بارزة سيتم تجاهلها، حتى لو كان خيار الاستبدال مفعّل."
 
434
 
435
  #: admin/views/form_select.php:90
436
  msgid "There are two more options in the premium version for random images:"
@@ -446,14 +451,14 @@ msgstr "أزل الصور البارزة الفائضة بعد استخدام ج
446
 
447
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
448
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
449
- #: admin/views/section_defaults.php:447 admin/views/section_footer.php:59
450
  #: admin/views/section_overview.php:91
451
  msgid "Get the premium version"
452
  msgstr "أحصل على النسخة المدفوعة"
453
 
454
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
455
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
456
- #: admin/views/section_defaults.php:447 admin/views/section_footer.php:59
457
  #: admin/views/section_overview.php:90 admin/views/section_overview.php:91
458
  msgid "/"
459
  msgstr "\\"
@@ -497,8 +502,8 @@ msgstr "هل تبحث عن المزيد من الخيارات والفلاتر؟
497
 
498
  #: admin/views/form_select.php:134
499
  msgid ""
500
- "On the next page you can refine the filters. If you did not select any filter "
501
- "you will go to the preview list directly."
502
  msgstr ""
503
  "في الصفحة التالية بإمكان تنقيح الفلاتر. إذا لم تحدد أي فلتر ستذهب إلى قائمة "
504
  "المعاينة مباشرة."
@@ -509,14 +514,15 @@ msgstr "إذا واجهت صفحة بيضاء أو فارغة، اقرأ هذا"
509
 
510
  #: admin/views/form_select.php:153
511
  msgid ""
512
- "Facing a white blank page while trying to treat thousands of posts is the effect "
513
- "of limited memory capacities on the website server. Instead of treating a huge "
514
- "amount of posts in one single go try to treat small amounts of posts multiple "
515
- "times successively. To achieve that do:"
516
  msgstr ""
517
- "ظهور صفحة بيضاء فارغة خلال معالجة آلاف المقالات هو تأثير ناتج عن مساحة الذاكرة "
518
- "المحدودة لخادم الموقع. بدلاً من معالجة كمية ضخمة من المقالات دفعة واحدة حاول "
519
- "معالجة كميات قليلة من المقالات لمرات متعددة بنجاح. لتحقيق ذلك افعل التالي:"
 
520
 
521
  #: admin/views/form_select.php:156
522
  msgid "add the time filter,"
@@ -536,8 +542,8 @@ msgstr "وكررها حسب الحاجة مع الفترات الزمنية ال
536
 
537
  #: admin/views/form_select.php:161
538
  msgid ""
539
- "This way is not as fast as one single run, but still much faster than setting "
540
- "the images for each post manually."
541
  msgstr ""
542
  "هذه الطريقة ليست سريعة كما لو قمت بها دفعة واحدة، لكنها أسرع من إعداد الصور "
543
  "يدوياً لكل مقالة."
@@ -557,11 +563,11 @@ msgstr "ماذا تريد أن تفعل؟"
557
 
558
  #: admin/views/form_start.php:14
559
  msgid ""
560
- "Here you can add, replace and delete featured images to your posts. Select one "
561
- "of the following actions and, if necessary, one or more images."
562
  msgstr ""
563
- "هنا يمكن أن تضيف أو تستبدل أو تحذف الصور البارزة لمقالاتك. حدد واحد من الإجراءات "
564
- "التالية، وإذا لزم الأمر حدد صورة أو أكثر."
565
 
566
  #: admin/views/form_start.php:15
567
  msgid "Whatever you select: You can refine your choice on the next page."
@@ -573,8 +579,8 @@ msgstr "نصيحة مهمة"
573
 
574
  #: admin/views/form_start.php:18
575
  msgid ""
576
- "There is no undo function! It is strongly recommended that you make a backup of "
577
- "the WordPress database before you perform mass changes."
578
  msgstr ""
579
  "لا يوجد خيار للتراجع! ينصح بشدّة أن تقوم بأخذ نسخة احتياطية من قاعدة البيانات "
580
  "ووردبريس قبل أن تنفّذ تغييرات واسعة."
@@ -593,11 +599,11 @@ msgstr "هذه الإجراءات تتطلب تحديد صورة بواسطة ا
593
 
594
  #: admin/views/form_start.php:35
595
  msgid ""
596
- "Select the image you want to add to, replace or delete from posts and pages by "
597
- "clicking on the following button."
598
  msgstr ""
599
- "حدد الصورة التي تريد إضافتها أو استبدالها أو حذفها من المقالات والصفحات بواسطة "
600
- "الضغط على الزرّ التالي."
601
 
602
  #: admin/views/form_start.php:56
603
  msgid "Choose Image"
@@ -612,18 +618,18 @@ msgid ""
612
  "Some users reported that this button would not work in some WordPress "
613
  "installations. If this should be the case you can take another way:"
614
  msgstr ""
615
- "بعض المستخدمين أبلغوا أن الزرّ لا يعمل في بعض تثبيتات ووردبريس. إذا كان هذا ما "
616
- "حدث بإمكانك أخذ طريقة أخرى:"
617
 
618
  #: admin/views/form_start.php:62
619
  msgid ""
620
- "1. Go to the media library. 2. Move the mouse over the desired image. Further "
621
- "links are appearing, among them the link &quot;Bulk set as featured image&quot;. "
622
- "3. After a click on it you can move on in this plugin."
623
  msgstr ""
624
- "1. اذهب إلى مكتبة الوسائط. 2. انقل الماوس فوق الصورة التي ترغب بها. المزيد من "
625
- "الروابط ستظهر، بينهم الرابط &quot;حدد كصورة بارزة لمجموعة دفعة واحدة&quot;. 3. "
626
- "بعد الضغط عليه بإمكانك الإكمال في هذه الإضافة."
627
 
628
  #: admin/views/form_start.php:66
629
  msgid "Actions with multiple images"
@@ -658,6 +664,10 @@ msgstr "هذه الإجراءات لا تتطلب تحديد صورة"
658
  msgid "Do you want to assign the first image of each post?"
659
  msgstr "هل تريد استخدام أول صورة من كل مقالة؟"
660
 
 
 
 
 
661
  #: admin/views/section_defaults.php:16
662
  msgid "matches"
663
  msgstr "يطابق"
@@ -668,14 +678,15 @@ msgstr "صور بارزة افتراضية للمقالات المستقبلية
668
 
669
  #: admin/views/section_defaults.php:186
670
  msgid ""
671
- "Define the rules to use images as default featured images automatically every "
672
- "time a post is saved."
673
- msgstr "حدد قاعدة لاستخدام الصور كصور افتراضية بارزة آلياً في كل مرّة يتم حفظ مقالة."
 
674
 
675
  #: admin/views/section_defaults.php:187
676
  msgid ""
677
- "To use a rule choose the image and set both the taxonomy and the value. A rule "
678
- "which is defined only partially will be ignored."
679
  msgstr ""
680
  "لاستخدام قاعدة اختر الصورة وحدد الفئة والقيمة. القاعدة التي تعرّف جزئياً سيتم "
681
  "تجاهلها."
@@ -686,19 +697,19 @@ msgstr "صورة تستبدل مكان صورة موجودة"
686
 
687
  #: admin/views/section_defaults.php:222
688
  msgid ""
689
- "Activate to automatically overwrite an existing featured image while saving a "
690
- "post"
691
  msgstr "تفعيل الخيار لاستبدال الصورة البارزة الحالية آلياً خلال حفظ المقالة."
692
 
693
  #: admin/views/section_defaults.php:225
694
  msgid ""
695
- "If activated the rule is used automatically while saving a post to overwrite an "
696
- "existing featured image with the new one based on the following rules. Do not "
697
- "use this if you want to keep manually set featured images."
698
  msgstr ""
699
- "إذا تم التفعيل، القاعدة ستستخدم آلياً خلال حفظ المقالة لاستبدال الصورة البارزة "
700
- "الحالية بواحدة جديدة بناءً على القواعد التالية. لا تستخدم هذا الإجراء إذا أردت "
701
- "إبقاء الصور البارزة التي تمّ اختيارها يدوياً."
702
 
703
  #: admin/views/section_defaults.php:233
704
  msgid "Text with images in WordPress editor"
@@ -706,21 +717,22 @@ msgstr "النص مع الصور في محرر ووردبريس"
706
 
707
  #: admin/views/section_defaults.php:240
708
  msgid ""
709
- "Activate to automatically use the first content image if available in the media "
710
- "library as featured image while saving a post"
711
  msgstr ""
712
  "تفعيل هذا الخيار لاستخدام الصورة الأولى في المحتوى كصورة بارزة آلياً إذا كانت "
713
  "موجودة في مكتبة الوسائط خلال حفظ المقالة."
714
 
715
  #: admin/views/section_defaults.php:241
716
  msgid ""
717
- "If activated the rule is used automatically while saving a post to set the first "
718
- "content image - if available in the media library - as the featured image of the "
719
- "post. If the post has no content images the next rules will be applied."
 
720
  msgstr ""
721
- "إذا تمّ تفعيل الخيار ستستخدم القاعدة آلياً خلال حفظ المقالة لاختيار الصورة الأولى "
722
- "في المحتوى - إذا كانت موجودة في مكتبة الوسائط - كصورة بارزة للمقالة. إذا لم يكن "
723
- "هناك صور في المقالة سيتم تطبيق القاعدة التالية."
724
 
725
  #: admin/views/section_defaults.php:432
726
  msgid "Add rule"
@@ -735,79 +747,83 @@ msgid "Additional rules in the premium version"
735
  msgstr "هناك قواعد إضافية في النسخة المدفوعة"
736
 
737
  #: admin/views/section_defaults.php:442
 
 
 
 
738
  msgid ""
739
- "The first content image can be also an image from an external server to set it "
740
- "as automated featured image"
741
  msgstr ""
742
- "الصورة الأولى في المحتوى يمكن أيضاً أن تكون صورة من خادم -سيرفر- خارجي لاستخدامها "
743
- "كصورة بارزة آلياً"
744
 
745
- #: admin/views/section_defaults.php:443
746
  msgid "Match with a search string in post title"
747
  msgstr "مطابقة مع نصّ البحث في عنوان المقالة"
748
 
749
- #: admin/views/section_defaults.php:444
750
  msgid "Match with a selected post format"
751
  msgstr "مطابقة مع بنية المقالة المحددة"
752
 
753
- #: admin/views/section_defaults.php:445
754
  msgid "User defined order of rules"
755
  msgstr "قاعدة ترتيب محددة من قبل المستخدم"
756
 
757
- #: admin/views/section_defaults.php:449
758
  msgid "How the rules work"
759
  msgstr "كيف تعمل القواعد"
760
 
761
- #: admin/views/section_defaults.php:450
762
  msgid ""
763
  "Every time you save a post the post get the featured image if one of the "
764
- "following rules match a property of the post. You can also set rules for pages "
765
- "and all other current post types which support featured images."
766
  msgstr ""
767
- "في كل مرة تقوم بحفظ مقالة، ستأخذ المقالة صورة بارزة إذا كانت واحدة من القواعد "
768
- "التالية تطابق خصائص المقالة. بإمكانك أيضاً تحديد قواعد للصفحات وكل أنواع المقالات "
769
- "التي تدعم الصور البارزة."
770
 
771
- #: admin/views/section_defaults.php:451
772
  msgid ""
773
- "Regardless of the order in the list the rules are applied in the following order "
774
- "until a rule and a property of the post fit together:"
775
  msgstr ""
776
- "بغض النظر عن الترتيب في القائمة، يتمّ تطبيق القواعد وفقاً للترتيب التالي إلى أن "
777
- "تتوافق قاعدة مع خاصية من خصائص المقالة معاً:"
778
 
779
- #: admin/views/section_defaults.php:453
780
  msgid "found first content image. If not then..."
781
  msgstr "العثور على أول صورة في المحتوى. إذا لم يتحقق ذلك فسيتم..."
782
 
783
- #: admin/views/section_defaults.php:454
784
  msgid "matched custom taxonomy. If not then..."
785
  msgstr "توافق الفئة المخصصة. إذا لم يتحقق ذلك فسيتم..."
786
 
787
- #: admin/views/section_defaults.php:455
788
  msgid "matched tag. If not then..."
789
  msgstr "توافق الوسم. إذا لم يتحقق ذلك فسيتم..."
790
 
791
- #: admin/views/section_defaults.php:456
792
  msgid "matched category. If not then..."
793
  msgstr "توافق التصنيف. إذا لم يتحقق ذلك فسيتم..."
794
 
795
- #: admin/views/section_defaults.php:457
796
  msgid "matched author. If not then..."
797
  msgstr "توافق الكاتب. إذا لم يتحقق ذلك فسيتم..."
798
 
799
- #: admin/views/section_defaults.php:458
800
  msgid "matched post type. If not then..."
801
  msgstr "توافق نوع المقالة. إذا لم يتحقق ذلك فسيتم..."
802
 
803
- #: admin/views/section_defaults.php:459
804
  msgid "no featured image."
805
  msgstr "لا يوجد صورة بارزة."
806
 
807
- #: admin/views/section_defaults.php:461
808
  msgid ""
809
- "Bear in mind that if two or more rules with the same taxonomy would fit to the "
810
- "post it is unforeseeable which image will become the featured image."
811
  msgstr ""
812
  "خذ بعين الاعتبار أنه إذا كان اثنتين أو واحدة من القواعد بنفس الفئة يمكن أن "
813
  "تتناسب مع المقالة فإنه من غير المتوقع أي صورة سيتم اختيارها كصورة بارزة."
@@ -838,9 +854,10 @@ msgstr "رجاءً قم بتقييمها في wordpress.org!"
838
 
839
  #: admin/views/section_footer.php:55
840
  msgid ""
841
- "The plugin is for free. But the plugin author would be delighted to your small "
842
- "contribution."
843
- msgstr "الإضافة مجانية. لكن مبرمج الإضافة سيكون مسروراً لمساهمتك مهما كانت صغيرة."
 
844
 
845
  #: admin/views/section_footer.php:55
846
  msgid "Donation Button"
@@ -859,7 +876,8 @@ msgid ""
859
  "Post your questions and ideas about Quick Featured Images in the forum at "
860
  "wordpress.org!"
861
  msgstr ""
862
- "ضع سؤالك وأفكارك حول الإضافة Quick Featured Images في المنتدى في wordpress.org!"
 
863
 
864
  #: admin/views/section_footer.php:57
865
  msgid "Special thanks for the fine frontend style of the plugin go to"
@@ -867,10 +885,11 @@ msgstr "شكر خاصّ على تصميم واجهة الإضافة لـ"
867
 
868
  #: admin/views/section_footer.php:58
869
  msgid ""
870
- "Let the thumbnails appear in the widget of the most recent posts with this fast "
871
- "plugin"
872
  msgstr ""
873
- "اجعل الصوّر المصغرة تظهر ودجت قائمة المواضيع الجديدة باستخدام هذه الإضافة السريعة"
 
874
 
875
  #: admin/views/section_footer.php:58
876
  #, php-format
@@ -957,16 +976,17 @@ msgstr "لم يعثر على نتائج متوافقة."
957
  #~ "There is a new version of %1$s available. <a target=\"_blank\" class="
958
  #~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
959
  #~ msgstr ""
960
- #~ "هناك نسخة جديدة من %1$s متوفّرة. <a target=\"_blank\" class=\"thickbox\" href="
961
- #~ "\"%2$s\">اعرض تفاصيل النسخة %3$s</a>."
962
 
963
  #~ msgid ""
964
  #~ "There is a new version of %1$s available. <a target=\"_blank\" class="
965
  #~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
966
  #~ "\">update now</a>."
967
  #~ msgstr ""
968
- #~ "هناك نسخة جديدة من %1$s متوفّرة. <a target=\"_blank\" class=\"thickbox\" href="
969
- #~ "\"%2$s\">اعرض تفاصيل النسخة %3$s</a> أو <a href=\"%4$s\">قم بالتحديث الآن</a>."
 
970
 
971
  #~ msgid "You do not have permission to install plugin updates"
972
  #~ msgstr "أنت لا تمتلك الصلاحيات لتثبيت تحديثات الإضافة"
@@ -1005,11 +1025,11 @@ msgstr "لم يعثر على نتائج متوافقة."
1005
  #~ msgstr "خذ الصورة الأولى في المقالة إذا كانت موجودة في مكتبة الوسائط"
1006
 
1007
  #~ msgid ""
1008
- #~ "Take the first post image from current site domain, copy and add it to the "
1009
- #~ "media library if not available there"
1010
  #~ msgstr ""
1011
- #~ "خذ الصورة الأولى في المقالة الموجودة على نفس نطاق الموقع الحالي، ثم انسخها "
1012
- #~ "وأضفها لمكتبة الوسائط إذا لم تكن موجودة هناك"
1013
 
1014
  #~ msgid ""
1015
  #~ "Take the first external post image, download it and add it to the media "
@@ -1116,16 +1136,16 @@ msgstr "لم يعثر على نتائج متوافقة."
1116
  #~ msgstr "اختياري: اكتب القيمة التي سيتم مقارنتها بقيمة الحقل المخصص."
1117
 
1118
  #~ msgid ""
1119
- #~ "Leave it empty if you just want to test the existence of the custom field per "
1120
- #~ "post/page."
1121
  #~ msgstr "اتركها فارغة إذا أردت فحص وجود الحقل المخصص لكل مقالة\\صفحة."
1122
 
1123
  #~ msgid ""
1124
- #~ "Optional: Change the operator of the comparison. The default is to compare "
1125
- #~ "equality with the value you type in the 'value' field."
1126
  #~ msgstr ""
1127
- #~ "اختياري: غيّر عامل المقارنة. افتراضياً سيتم مقارنة مساواة القيمة التي أدخلتها "
1128
- #~ "في حقل \"القيمة\""
1129
 
1130
  #~ msgid "There are no custom fields in use."
1131
  #~ msgstr "لا يوجد حقول مخصصة مستخدمة."
@@ -1140,14 +1160,16 @@ msgstr "لم يعثر على نتائج متوافقة."
1140
  #~ msgstr "نتائج بحث غريبة مع التصنيفات المخصصة؟"
1141
 
1142
  #~ msgid ""
1143
- #~ "The search for custom taxonomy terms could lead to surprising results. The "
1144
- #~ "reason is custom taxonomies can be used in many different ways. It is not "
1145
- #~ "possible to catch them all in one single code expression. If you should be "
1146
- #~ "unsatisfied with the result try other filters to get the result you want."
 
1147
  #~ msgstr ""
1148
- #~ "البحث عن مفردات فئة مخصصة ربما يقود إلى نتائج مفاجئة. السبب أن الفئات المخصصة "
1149
- #~ "يمكن أن تستخدم بطرق متعددة. من غير الممكن إحصائها في كود واحد. إذا كنت غير "
1150
- #~ "راضٍ عن النتائج قم بتجربة فلاتر أخرى لتحصل على النتيجة التي تريدها."
 
1151
 
1152
  #~ msgid "There are no custom taxonomies."
1153
  #~ msgstr "لا يوجد تصنيفات مخصصة."
@@ -1156,28 +1178,29 @@ msgstr "لم يعثر على نتائج متوافقة."
1156
  #~ "The search will find posts with an already added featured image which its "
1157
  #~ "original image file is smaller than one of the given dimensions."
1158
  #~ msgstr ""
1159
- #~ "عملية البحث ستعثر على مقالات مضاف لها صور بارزة مسبقاً والتي ملف صورتها أصغر "
1160
- #~ "من الأبعاد المحددة."
1161
 
1162
  #~ msgid "For example you can search for posts with too small featured images."
1163
  #~ msgstr "على سبيل المثال يمكنك أن تبحث عن مقالات بصور بارزة صغيرة للغاية."
1164
 
1165
  #~ msgid ""
1166
- #~ "Only positive integers from %d to %d are allowed. By default the thumbnail "
1167
- #~ "dimensions as defined in %s are used."
1168
  #~ msgstr ""
1169
- #~ "فقط الأرقام الموجبة من %d إلى %d مسموح بها. افتراضياً أبعاد الصورة المصغرة كما "
1170
- #~ "هو محدد في %s هو المستخدم."
1171
 
1172
  #~ msgid "Select multimedia file types"
1173
  #~ msgstr "حدد أنواع ملف الوسائط المتعددة."
1174
 
1175
  #~ msgid ""
1176
- #~ "You can select two multimedia files types: audios and videos. If you check at "
1177
- #~ "least one of both all other post types (posts, pages, etc.) will be ignored."
 
1178
  #~ msgstr ""
1179
- #~ "بإمكانك تحديد نوعين لملفات الوسائط المتعددة. إذا حددت على الأقل واحد من كل "
1180
- #~ "أنواع المقالات الأخرى (مقالات، صفحات، إلخ) سيتم تجاهله."
1181
 
1182
  #~ msgid "Select a parent page"
1183
  #~ msgstr "حدد الصفحة الأب."
@@ -1204,12 +1227,13 @@ msgstr "لم يعثر على نتائج متوافقة."
1204
  #~ msgid "Date range"
1205
  #~ msgstr "النطاق الزمني"
1206
 
1207
- #~ msgid "To define a time segment select both the start date and the end date."
 
1208
  #~ msgstr "لتحديد شريحة الوقت قم باختيار تاريخ البداية وتاريخ النهاية."
1209
 
1210
  #~ msgid ""
1211
- #~ "You can also define a time period by selecting only one date as the limiting "
1212
- #~ "value of the period."
1213
  #~ msgstr "بإمكانك تحديد الفترة الزمنية باختيار تاريخ واحد كحدّ للفترة."
1214
 
1215
  #~ msgid "The listed dates are the date of the publication of stored posts."
@@ -1219,15 +1243,16 @@ msgstr "لم يعثر على نتائج متوافقة."
1219
  #~ msgstr "أي نوع من الصورة الأولى؟"
1220
 
1221
  #~ msgid ""
1222
- #~ "Remove the first embedded image from the post content after this image was "
1223
- #~ "set as featured image. This does not affect galleries or attached images. "
1224
- #~ "<strong>There is no undo function. Be careful with this option and please "
1225
- #~ "create a backup of the database of this website before you use this!</strong>"
 
1226
  #~ msgstr ""
1227
- #~ "أزل أو صورة مضمنة من محتوى المقالة بعد تحديد هذه الصورة كصورة بارزة. هذا لا "
1228
- #~ "يؤثر على القوائم أو الصور المرفقة. <strong>لا يوجد خيار للتراجع. كن حذراً مع "
1229
- #~ "هذا الخيار ورجاءً خذ نسخة احتياطية من قاعدة البيانات لهذا الموقع قبل استخدام "
1230
- #~ "هذا الإجراء!</strong>"
1231
 
1232
  #~ msgid ""
1233
  #~ "Remove first content image even if the featured image was not changed "
@@ -1237,57 +1262,59 @@ msgstr "لم يعثر على نتائج متوافقة."
1237
  #~ "يعمل فقط إذا تم تفعيل خيار إزالة أول صورة مضمنة."
1238
 
1239
  #~ msgid ""
1240
- #~ "By default the selected images will be used multiple times in random order. "
1241
- #~ "If you check this option each selected image will be used only once. If there "
1242
- #~ "are more posts than images the remaining posts will not be changed. If you "
1243
- #~ "want to remove the featured images of remaining posts check the next option "
1244
- #~ "additionally."
1245
  #~ msgstr ""
1246
- #~ "بشكل افتراضي يتم استخدام الصور المحددة عدة مرات عشوائياً. إذا فعّلت هذا الخيار "
1247
- #~ "سيتم استخدام كل صورة مرة واحدة فقط. إذا كان هناك مقالات أكثر من الصور فلن يتم "
1248
- #~ "التعديل على المقالات الباقية. إذا أردت إزالة الصور البارزة من المقالات "
1249
- #~ "الباقية فعّل الخيار التالي أيضاً."
1250
 
1251
  #~ msgid ""
1252
- #~ "Remove existing featured images of remaining posts if all selected images are "
1253
- #~ "used. This option works only with the previous option."
1254
  #~ msgstr ""
1255
- #~ "أزل الصور البارزة الحالية من المقالات الباقية إذا تم استخدام جميع الصور. هذا "
1256
- #~ "الخيار يعمل فقط مع الخيار السابق."
1257
 
1258
  #~ msgid "Some advices from experience"
1259
  #~ msgstr "بعض النصائح من التجربة"
1260
 
1261
  #~ msgid ""
1262
- #~ "Looking for external images can take a long time. Please be patient for at "
1263
- #~ "least one minute and do not reload the page! If you would see a timeout "
1264
- #~ "message please start again with a filter that limits the number of posts."
 
1265
  #~ msgstr ""
1266
- #~ "البحث عن صور خارجية يمكن أن يستغرق وقتاً طويلاً. رجاءً كن صبوراً لدقيقة واحدة على "
1267
- #~ "الأقل ولا تقم بتحديث الصفحة ! إذا شاهدت رسالة انتهاء المهلة رجاءً ابدأ مرة "
1268
- #~ "أخرى بفلتر يضع حداً لعدد المقالات."
1269
 
1270
  #~ msgid ""
1271
  #~ "If you would be unsatisfied with the next results of the search for first "
1272
- #~ "embedded images try the option for external images. Maybe that result could "
1273
- #~ "meet your expectations better."
1274
  #~ msgstr ""
1275
- #~ "إذا لم تكن راضٍ عن النتائج البحث التالية عن أول الصور المضمّنة، جرّب خيار الصور "
1276
- #~ "الخارجية. ربما هذه النتيجة ستحقق توقعاتك أفضل."
1277
 
1278
- #~ msgid "Search by post format. By default the standard post format is affected."
 
1279
  #~ msgstr "البحث بواسطة بنية المقالة. افتراضياً البنية القياسية ستتأثر."
1280
 
1281
  #~ msgid ""
1282
- #~ "Search for audios and videos. This filter will ignore all other post types "
1283
- #~ "automatically."
1284
  #~ msgstr ""
1285
- #~ "البحث عن الأصوات ومقاطع الفيديو. هذا الفلتر سيتجاهل كل أنواع المقالات الأخرى "
1286
- #~ "تلقائياً."
1287
 
1288
  #~ msgid ""
1289
- #~ "Search by several statuses (published, draft, private etc.). By default all "
1290
- #~ "statuses will be affected."
1291
  #~ msgstr ""
1292
  #~ "البحث بواسطة حالات مختلفة (منشور، مسودة، خاص، إلخ). افتراضياً كل الحالات "
1293
  #~ "ستتأثر."
@@ -1314,8 +1341,8 @@ msgstr "لم يعثر على نتائج متوافقة."
1314
  #~ "The plugin will try to find the first image embedded in the content, in a "
1315
  #~ "WordPress standard gallery or attached to a post."
1316
  #~ msgstr ""
1317
- #~ "هذه الإضافة ستحاول إيجاد أول صورة مضمّنة في المحتوى أو في قائمة صور ووردبريس "
1318
- #~ "الأساسية أو المرفقة مع المقالة."
1319
 
1320
  #~ msgid "It will also search in NextGen galleries."
1321
  #~ msgstr "ستقوم أيضاً بالبحث في قوائم صور الإضافة NextGen galleries."
@@ -1327,27 +1354,27 @@ msgstr "لم يعثر على نتائج متوافقة."
1327
  #~ msgstr "يعمل فقط إذا '%s' تمّ تعيينه إلى '%s'"
1328
 
1329
  #~ msgid ""
1330
- #~ "The current theme does not support featured images. Anyway you can use this "
1331
- #~ "plugin. The rules are stored and will be visible in a theme which supports "
1332
- #~ "featured images."
1333
  #~ msgstr ""
1334
  #~ "قالب الموقع الحالي لا يدعم الصور البارزة. على كل حال بإمكانك استخدام هذه "
1335
  #~ "الإضافة. القواعد ستخزّن وستكون ظاهرة عند استخدام قالب يدعم الصور البارزة."
1336
 
1337
  #~ msgid ""
1338
  #~ "The current theme does not support post formats. Anyway you can use this "
1339
- #~ "plugin. The rules are stored and will be visible in a theme which supports "
1340
- #~ "post formats."
1341
  #~ msgstr ""
1342
  #~ "قالب الموقع الحالي لا يدعم بنية المقالات. على كل حال بإمكانك استخدام هذه "
1343
  #~ "الإضافة. القواعد ستخزّن وستكون ظاهرة عند استخدام قالب يدعم بنية المقالات."
1344
 
1345
  #~ msgid ""
1346
- #~ "Activate to automatically use the first attached image if no content image "
1347
- #~ "was found"
1348
  #~ msgstr ""
1349
- #~ "تفعيل هذا الخيار لاستخدام أول صورة مرفقة إذا لم يكن هناك صورة مضمّنة في محتوى "
1350
- #~ "المقالة."
1351
 
1352
  #~ msgid "matched search string in post title. If not then..."
1353
  #~ msgstr "توافق نصّ البحث مع عنوان المقالة. إذا لم يتحقق ذلك فسيتم..."
@@ -1383,7 +1410,8 @@ msgstr "لم يعثر على نتائج متوافقة."
1383
  #~ msgstr "إلغاء تفعيل الرخصة"
1384
 
1385
  #~ msgid ""
1386
- #~ "Click to deactivate the license if you do not want to use it on this server."
 
1387
  #~ msgstr "اضغط لإلغاء تفعيل الرخصة إذا لم تشأ استخدامها على هذا الخادم."
1388
 
1389
  #~ msgid "The license expired on %1$s at %2$s."
@@ -1395,7 +1423,8 @@ msgstr "لم يعثر على نتائج متوافقة."
1395
  #~ msgid "Activate License"
1396
  #~ msgstr "تفعيل الرخصة"
1397
 
1398
- #~ msgid "Click to activate the license after you have entered your license key."
 
1399
  #~ msgstr "اضغط لتفعيل الرخصة بعد إدخالك لمفتاح الرخصة."
1400
 
1401
  #~ msgid "Important advices about the license"
@@ -1405,23 +1434,23 @@ msgstr "لم يعثر على نتائج متوافقة."
1405
  #~ msgstr "لماذا الرخصة؟"
1406
 
1407
  #~ msgid ""
1408
- #~ "With activating the license you will receive automatic upgrades of the plugin "
1409
- #~ "for 365 days since the day of the purchase. Each license key is valid for one "
1410
- #~ "installation of the plugin only."
1411
  #~ msgstr ""
1412
- #~ "بتفعيل الرخصة ستحصل على ترقيات آلية للإضافة لمدة 365 يوماً منذ يوم الشراء. كل "
1413
- #~ "مفتاح رخصة فعّال لتثبيت واحد للإضافة."
1414
 
1415
  #~ msgid "Terms of the license"
1416
  #~ msgstr "شروط الرخصة"
1417
 
1418
  #~ msgid ""
1419
- #~ "By activating this license you are also confirming your agreement to be bound "
1420
- #~ "by the terms of the license associated with this plugin which you "
1421
  #~ "acknowledged at the time of the purchase checkout."
1422
  #~ msgstr ""
1423
- #~ "بتفعيل هذه الرخصة أنت أيضاً تؤكد موافقتك موافقتك على الالتزام بشروط الترخيص "
1424
- #~ "المرتبطة بهذه الإضافة التي تمّ إعلامك بها وقت عملية الشراء."
1425
 
1426
  #~ msgid "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
1427
  #~ msgstr "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
@@ -1430,13 +1459,14 @@ msgstr "لم يعثر على نتائج متوافقة."
1430
  #~ msgstr "اقرأ شروط الترخيص (في هذه النافذة)"
1431
 
1432
  #~ msgid ""
1433
- #~ "This includes that the warranty offered by the plugin author is limited to "
1434
- #~ "correcting any defects and that the plugin author will not be held liable for "
1435
- #~ "any actions or financial loss occurring as a result of using this plugin."
 
1436
  #~ msgstr ""
1437
  #~ "هذا يتضمن أن الكفالة المقدمة من قبل مبرمج الإضافة تقتصر فقط على تصحيح أي "
1438
- #~ "عيوب، وأن مبرمج الإضافة لن يتم إيقافة وأنه غير مسؤول تجاه أي إجراءات أو خسارة "
1439
- #~ "مالية تحدث نتيجة استخدام هذه الإضافة."
1440
 
1441
  #~ msgid "Contact"
1442
  #~ msgstr "تواصل"
@@ -1445,8 +1475,8 @@ msgstr "لم يعثر على نتائج متوافقة."
1445
  #~ "If you have any issues and problems with activating you can contact the "
1446
  #~ "plugin author for solutions."
1447
  #~ msgstr ""
1448
- #~ "إذا واجهتك أي مشاكل بعملية التفعيل بإمكانك التواصل مع مبرمج الإضافة لإيجاد "
1449
- #~ "حلول."
1450
 
1451
  #~ msgid "http://www.quickfeaturedimages.com/contact/"
1452
  #~ msgstr "http://www.quickfeaturedimages.com/contact/"
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
+ "POT-Creation-Date: 2015-12-07 12:30+0100\n"
8
+ "PO-Revision-Date: 2015-12-07 12:30+0100\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"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.8.6\n"
16
+ "X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
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=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:201
24
  msgid ""
25
+ "Your time-saving Swiss Army Knife for featured images: Set, replace and "
26
+ "delete them in bulk, set default images, get overview lists."
27
  msgstr ""
28
+ "أداة توفّر عليك عناء التعامل مع الصور البارزة: حيث تمكنك من اختيارها أو "
29
+ "استبدالها أو حذفها بمجموعات دفعة واحدة، وبإمكانك تحديد صور افتراضية، والحصول "
30
+ "على قوائم استعراضية."
31
 
32
  #: admin/class-quick-featured-images-admin.php:265
33
  #, php-format
34
  msgid ""
35
+ "The plugin requires WordPress version %s or higher. Therefore, WordPress did "
36
+ "not activate it. If you want to use this plugin update the Wordpress files "
37
+ "to the latest version."
38
  msgstr ""
39
+ "الإضافة تتطلب نسخة ووردبريس %s أو أعلى. لذلك، ووردبريس لم تقم بتفعيلها. إذا "
40
+ "أرد استخدام الإضافة قم بتحديث ملفات ووردبريس للنسخة الأخيرة."
41
 
42
  #: admin/class-quick-featured-images-admin.php:462
43
  #, php-format
82
 
83
  #: admin/class-quick-featured-images-settings.php:491
84
  msgid ""
85
+ "Activate the checkboxes at each post type to show the extra columns in the "
86
+ "post lists."
87
+ msgstr ""
88
+ "فعّل مربعات الاختيار لكل نوع مقالة لإظهار أعمدة إضافية في قائمة المقالات."
89
 
90
  #: admin/class-quick-featured-images-settings.php:501
91
  msgid ""
92
+ "The additional columns give you a quick overview about all used featured "
93
+ "images for every post. The Featured Image column is sortable."
94
  msgstr ""
95
  "الأعمدة الإضافية تعطيك نظرة سريعة على كل الصور البارزة لكل مقالة. عمود الصور "
96
  "البارزة قابل للفرز."
194
  msgid "Select an image from the media library."
195
  msgstr "حدد صورة من مكتبة الوسائط."
196
 
197
+ #: admin/class-quick-featured-images-tools.php:663
198
+ #: admin/views/section_image.php:51
199
  msgid "You have not selected an action."
200
  msgstr "لم تقم بتحديد إجراء."
201
 
270
  msgid ""
271
  "Should the selected images be set randomly as featured images to all listed "
272
  "posts?"
273
+ msgstr ""
274
+ "هل يجب أن تستخدم الصور المحددة عشوائياً كصور بارزة لكل المقالات المدرجة؟"
275
 
276
  #: admin/views/form_confirm.php:10
277
  msgid ""
278
+ "Should the current set featured image be replaced by the selected image at "
279
+ "all listed posts?"
280
  msgstr ""
281
  "هل يجب استبدال الصورة البارزة الحالية بالصورة المحددة لكل المقالات المدرجة؟"
282
 
328
 
329
  #: admin/views/form_confirm.php:48 admin/views/section_results.php:16
330
  msgid ""
331
+ "The list is in alphabetical order according to post title. You can edit a "
332
+ "post in a new window by clicking on its link in the list."
333
  msgstr ""
334
  "القائمة مرتبة أبجدياً وفقاً لعنوان المقالة. بإمكانك تعديل مقالة في نافذة جديدة "
335
  "بالضغط على رابطها في القائمة."
360
  msgstr "تنقيح الفلاتر"
361
 
362
  #: admin/views/form_refine.php:9
363
+ msgid ""
364
+ "Now you can find posts and pages by matching parameters. Refine them here."
365
  msgstr ""
366
  "الآن بإمكانك العثور على المقالات والصفحات بمطابقة المعايير. قم بالتنقيح هنا."
367
 
392
 
393
  #: admin/views/form_select.php:13
394
  msgid ""
395
+ "You did not have selected an image from the list below. To go on select at "
396
+ "least one image you want to replace by the selected image."
397
  msgstr ""
398
+ "لم تقم باتخيار صورة من القائمة بالأسفل. لكي تكمل اختر صورة واحدة على الأقل "
399
+ "تريد استبدالها بالصورة المحددة."
400
 
401
  #: admin/views/form_select.php:18
402
  msgid "Select the featured images you want to replace by the selected image."
434
  msgid ""
435
  "Posts with featured images will be ignored, even if the Overwrite option is "
436
  "checked "
437
+ msgstr ""
438
+ "المقالات التي لها صور بارزة سيتم تجاهلها، حتى لو كان خيار الاستبدال مفعّل."
439
 
440
  #: admin/views/form_select.php:90
441
  msgid "There are two more options in the premium version for random images:"
451
 
452
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
453
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
454
+ #: admin/views/section_defaults.php:448 admin/views/section_footer.php:59
455
  #: admin/views/section_overview.php:91
456
  msgid "Get the premium version"
457
  msgstr "أحصل على النسخة المدفوعة"
458
 
459
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
460
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
461
+ #: admin/views/section_defaults.php:448 admin/views/section_footer.php:59
462
  #: admin/views/section_overview.php:90 admin/views/section_overview.php:91
463
  msgid "/"
464
  msgstr "\\"
502
 
503
  #: admin/views/form_select.php:134
504
  msgid ""
505
+ "On the next page you can refine the filters. If you did not select any "
506
+ "filter you will go to the preview list directly."
507
  msgstr ""
508
  "في الصفحة التالية بإمكان تنقيح الفلاتر. إذا لم تحدد أي فلتر ستذهب إلى قائمة "
509
  "المعاينة مباشرة."
514
 
515
  #: admin/views/form_select.php:153
516
  msgid ""
517
+ "Facing a white blank page while trying to treat thousands of posts is the "
518
+ "effect of limited memory capacities on the website server. Instead of "
519
+ "treating a huge amount of posts in one single go try to treat small amounts "
520
+ "of posts multiple times successively. To achieve that do:"
521
  msgstr ""
522
+ "ظهور صفحة بيضاء فارغة خلال معالجة آلاف المقالات هو تأثير ناتج عن مساحة "
523
+ "الذاكرة المحدودة لخادم الموقع. بدلاً من معالجة كمية ضخمة من المقالات دفعة "
524
+ "واحدة حاول معالجة كميات قليلة من المقالات لمرات متعددة بنجاح. لتحقيق ذلك "
525
+ "افعل التالي:"
526
 
527
  #: admin/views/form_select.php:156
528
  msgid "add the time filter,"
542
 
543
  #: admin/views/form_select.php:161
544
  msgid ""
545
+ "This way is not as fast as one single run, but still much faster than "
546
+ "setting the images for each post manually."
547
  msgstr ""
548
  "هذه الطريقة ليست سريعة كما لو قمت بها دفعة واحدة، لكنها أسرع من إعداد الصور "
549
  "يدوياً لكل مقالة."
563
 
564
  #: admin/views/form_start.php:14
565
  msgid ""
566
+ "Here you can add, replace and delete featured images to your posts. Select "
567
+ "one of the following actions and, if necessary, one or more images."
568
  msgstr ""
569
+ "هنا يمكن أن تضيف أو تستبدل أو تحذف الصور البارزة لمقالاتك. حدد واحد من "
570
+ "الإجراءات التالية، وإذا لزم الأمر حدد صورة أو أكثر."
571
 
572
  #: admin/views/form_start.php:15
573
  msgid "Whatever you select: You can refine your choice on the next page."
579
 
580
  #: admin/views/form_start.php:18
581
  msgid ""
582
+ "There is no undo function! It is strongly recommended that you make a backup "
583
+ "of the WordPress database before you perform mass changes."
584
  msgstr ""
585
  "لا يوجد خيار للتراجع! ينصح بشدّة أن تقوم بأخذ نسخة احتياطية من قاعدة البيانات "
586
  "ووردبريس قبل أن تنفّذ تغييرات واسعة."
599
 
600
  #: admin/views/form_start.php:35
601
  msgid ""
602
+ "Select the image you want to add to, replace or delete from posts and pages "
603
+ "by clicking on the following button."
604
  msgstr ""
605
+ "حدد الصورة التي تريد إضافتها أو استبدالها أو حذفها من المقالات والصفحات "
606
+ "بواسطة الضغط على الزرّ التالي."
607
 
608
  #: admin/views/form_start.php:56
609
  msgid "Choose Image"
618
  "Some users reported that this button would not work in some WordPress "
619
  "installations. If this should be the case you can take another way:"
620
  msgstr ""
621
+ "بعض المستخدمين أبلغوا أن الزرّ لا يعمل في بعض تثبيتات ووردبريس. إذا كان هذا "
622
+ "ما حدث بإمكانك أخذ طريقة أخرى:"
623
 
624
  #: admin/views/form_start.php:62
625
  msgid ""
626
+ "1. Go to the media library. 2. Move the mouse over the desired image. "
627
+ "Further links are appearing, among them the link &quot;Bulk set as featured "
628
+ "image&quot;. 3. After a click on it you can move on in this plugin."
629
  msgstr ""
630
+ "1. اذهب إلى مكتبة الوسائط. 2. انقل الماوس فوق الصورة التي ترغب بها. المزيد "
631
+ "من الروابط ستظهر، بينهم الرابط &quot;حدد كصورة بارزة لمجموعة دفعة "
632
+ "واحدة&quot;. 3. بعد الضغط عليه بإمكانك الإكمال في هذه الإضافة."
633
 
634
  #: admin/views/form_start.php:66
635
  msgid "Actions with multiple images"
664
  msgid "Do you want to assign the first image of each post?"
665
  msgstr "هل تريد استخدام أول صورة من كل مقالة؟"
666
 
667
+ #: admin/views/form_start.php:116
668
+ msgid "Use CTRL for multiple choice"
669
+ msgstr "استخدام CTRL للاختيار المتعدد"
670
+
671
  #: admin/views/section_defaults.php:16
672
  msgid "matches"
673
  msgstr "يطابق"
678
 
679
  #: admin/views/section_defaults.php:186
680
  msgid ""
681
+ "Define the rules to use images as default featured images automatically "
682
+ "every time a post is saved."
683
+ msgstr ""
684
+ "حدد قاعدة لاستخدام الصور كصور افتراضية بارزة آلياً في كل مرّة يتم حفظ مقالة."
685
 
686
  #: admin/views/section_defaults.php:187
687
  msgid ""
688
+ "To use a rule choose the image and set both the taxonomy and the value. A "
689
+ "rule which is defined only partially will be ignored."
690
  msgstr ""
691
  "لاستخدام قاعدة اختر الصورة وحدد الفئة والقيمة. القاعدة التي تعرّف جزئياً سيتم "
692
  "تجاهلها."
697
 
698
  #: admin/views/section_defaults.php:222
699
  msgid ""
700
+ "Activate to automatically overwrite an existing featured image while saving "
701
+ "a post"
702
  msgstr "تفعيل الخيار لاستبدال الصورة البارزة الحالية آلياً خلال حفظ المقالة."
703
 
704
  #: admin/views/section_defaults.php:225
705
  msgid ""
706
+ "If activated the rule is used automatically while saving a post to overwrite "
707
+ "an existing featured image with the new one based on the following rules. Do "
708
+ "not use this if you want to keep manually set featured images."
709
  msgstr ""
710
+ "إذا تم التفعيل، القاعدة ستستخدم آلياً خلال حفظ المقالة لاستبدال الصورة "
711
+ "البارزة الحالية بواحدة جديدة بناءً على القواعد التالية. لا تستخدم هذا الإجراء "
712
+ "إذا أردت إبقاء الصور البارزة التي تمّ اختيارها يدوياً."
713
 
714
  #: admin/views/section_defaults.php:233
715
  msgid "Text with images in WordPress editor"
717
 
718
  #: admin/views/section_defaults.php:240
719
  msgid ""
720
+ "Activate to automatically use the first content image if available in the "
721
+ "media library as featured image while saving a post"
722
  msgstr ""
723
  "تفعيل هذا الخيار لاستخدام الصورة الأولى في المحتوى كصورة بارزة آلياً إذا كانت "
724
  "موجودة في مكتبة الوسائط خلال حفظ المقالة."
725
 
726
  #: admin/views/section_defaults.php:241
727
  msgid ""
728
+ "If activated the rule is used automatically while saving a post to set the "
729
+ "first content image - if available in the media library - as the featured "
730
+ "image of the post. If the post has no content images the next rules will be "
731
+ "applied."
732
  msgstr ""
733
+ "إذا تمّ تفعيل الخيار ستستخدم القاعدة آلياً خلال حفظ المقالة لاختيار الصورة "
734
+ "الأولى في المحتوى - إذا كانت موجودة في مكتبة الوسائط - كصورة بارزة للمقالة. "
735
+ "إذا لم يكن هناك صور في المقالة سيتم تطبيق القاعدة التالية."
736
 
737
  #: admin/views/section_defaults.php:432
738
  msgid "Add rule"
747
  msgstr "هناك قواعد إضافية في النسخة المدفوعة"
748
 
749
  #: admin/views/section_defaults.php:442
750
+ msgid "Multiple images to set one of them randomly as featured image"
751
+ msgstr "استخدم صور متعددة عشوائياً كصور بارزة"
752
+
753
+ #: admin/views/section_defaults.php:443
754
  msgid ""
755
+ "The first content image can be also an image from an external server to set "
756
+ "it as automated featured image"
757
  msgstr ""
758
+ "الصورة الأولى في المحتوى يمكن أيضاً أن تكون صورة من خادم -سيرفر- خارجي "
759
+ "لاستخدامها كصورة بارزة آلياً"
760
 
761
+ #: admin/views/section_defaults.php:444
762
  msgid "Match with a search string in post title"
763
  msgstr "مطابقة مع نصّ البحث في عنوان المقالة"
764
 
765
+ #: admin/views/section_defaults.php:445
766
  msgid "Match with a selected post format"
767
  msgstr "مطابقة مع بنية المقالة المحددة"
768
 
769
+ #: admin/views/section_defaults.php:446
770
  msgid "User defined order of rules"
771
  msgstr "قاعدة ترتيب محددة من قبل المستخدم"
772
 
773
+ #: admin/views/section_defaults.php:450
774
  msgid "How the rules work"
775
  msgstr "كيف تعمل القواعد"
776
 
777
+ #: admin/views/section_defaults.php:451
778
  msgid ""
779
  "Every time you save a post the post get the featured image if one of the "
780
+ "following rules match a property of the post. You can also set rules for "
781
+ "pages and all other current post types which support featured images."
782
  msgstr ""
783
+ "في كل مرة تقوم بحفظ مقالة، ستأخذ المقالة صورة بارزة إذا كانت واحدة من "
784
+ "القواعد التالية تطابق خصائص المقالة. بإمكانك أيضاً تحديد قواعد للصفحات وكل "
785
+ "أنواع المقالات التي تدعم الصور البارزة."
786
 
787
+ #: admin/views/section_defaults.php:452
788
  msgid ""
789
+ "Regardless of the order in the list the rules are applied in the following "
790
+ "order until a rule and a property of the post fit together:"
791
  msgstr ""
792
+ "بغض النظر عن الترتيب في القائمة، يتمّ تطبيق القواعد وفقاً للترتيب التالي إلى "
793
+ "أن تتوافق قاعدة مع خاصية من خصائص المقالة معاً:"
794
 
795
+ #: admin/views/section_defaults.php:454
796
  msgid "found first content image. If not then..."
797
  msgstr "العثور على أول صورة في المحتوى. إذا لم يتحقق ذلك فسيتم..."
798
 
799
+ #: admin/views/section_defaults.php:455
800
  msgid "matched custom taxonomy. If not then..."
801
  msgstr "توافق الفئة المخصصة. إذا لم يتحقق ذلك فسيتم..."
802
 
803
+ #: admin/views/section_defaults.php:456
804
  msgid "matched tag. If not then..."
805
  msgstr "توافق الوسم. إذا لم يتحقق ذلك فسيتم..."
806
 
807
+ #: admin/views/section_defaults.php:457
808
  msgid "matched category. If not then..."
809
  msgstr "توافق التصنيف. إذا لم يتحقق ذلك فسيتم..."
810
 
811
+ #: admin/views/section_defaults.php:458
812
  msgid "matched author. If not then..."
813
  msgstr "توافق الكاتب. إذا لم يتحقق ذلك فسيتم..."
814
 
815
+ #: admin/views/section_defaults.php:459
816
  msgid "matched post type. If not then..."
817
  msgstr "توافق نوع المقالة. إذا لم يتحقق ذلك فسيتم..."
818
 
819
+ #: admin/views/section_defaults.php:460
820
  msgid "no featured image."
821
  msgstr "لا يوجد صورة بارزة."
822
 
823
+ #: admin/views/section_defaults.php:462
824
  msgid ""
825
+ "Bear in mind that if two or more rules with the same taxonomy would fit to "
826
+ "the post it is unforeseeable which image will become the featured image."
827
  msgstr ""
828
  "خذ بعين الاعتبار أنه إذا كان اثنتين أو واحدة من القواعد بنفس الفئة يمكن أن "
829
  "تتناسب مع المقالة فإنه من غير المتوقع أي صورة سيتم اختيارها كصورة بارزة."
854
 
855
  #: admin/views/section_footer.php:55
856
  msgid ""
857
+ "The plugin is for free. But the plugin author would be delighted to your "
858
+ "small contribution."
859
+ msgstr ""
860
+ "الإضافة مجانية. لكن مبرمج الإضافة سيكون مسروراً لمساهمتك مهما كانت صغيرة."
861
 
862
  #: admin/views/section_footer.php:55
863
  msgid "Donation Button"
876
  "Post your questions and ideas about Quick Featured Images in the forum at "
877
  "wordpress.org!"
878
  msgstr ""
879
+ "ضع سؤالك وأفكارك حول الإضافة Quick Featured Images في المنتدى في wordpress."
880
+ "org!"
881
 
882
  #: admin/views/section_footer.php:57
883
  msgid "Special thanks for the fine frontend style of the plugin go to"
885
 
886
  #: admin/views/section_footer.php:58
887
  msgid ""
888
+ "Let the thumbnails appear in the widget of the most recent posts with this "
889
+ "fast plugin"
890
  msgstr ""
891
+ "اجعل الصوّر المصغرة تظهر ودجت قائمة المواضيع الجديدة باستخدام هذه الإضافة "
892
+ "السريعة"
893
 
894
  #: admin/views/section_footer.php:58
895
  #, php-format
976
  #~ "There is a new version of %1$s available. <a target=\"_blank\" class="
977
  #~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
978
  #~ msgstr ""
979
+ #~ "هناك نسخة جديدة من %1$s متوفّرة. <a target=\"_blank\" class=\"thickbox\" "
980
+ #~ "href=\"%2$s\">اعرض تفاصيل النسخة %3$s</a>."
981
 
982
  #~ msgid ""
983
  #~ "There is a new version of %1$s available. <a target=\"_blank\" class="
984
  #~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
985
  #~ "\">update now</a>."
986
  #~ msgstr ""
987
+ #~ "هناك نسخة جديدة من %1$s متوفّرة. <a target=\"_blank\" class=\"thickbox\" "
988
+ #~ "href=\"%2$s\">اعرض تفاصيل النسخة %3$s</a> أو <a href=\"%4$s\">قم بالتحديث "
989
+ #~ "الآن</a>."
990
 
991
  #~ msgid "You do not have permission to install plugin updates"
992
  #~ msgstr "أنت لا تمتلك الصلاحيات لتثبيت تحديثات الإضافة"
1025
  #~ msgstr "خذ الصورة الأولى في المقالة إذا كانت موجودة في مكتبة الوسائط"
1026
 
1027
  #~ msgid ""
1028
+ #~ "Take the first post image from current site domain, copy and add it to "
1029
+ #~ "the media library if not available there"
1030
  #~ msgstr ""
1031
+ #~ "خذ الصورة الأولى في المقالة الموجودة على نفس نطاق الموقع الحالي، ثم "
1032
+ #~ "انسخها وأضفها لمكتبة الوسائط إذا لم تكن موجودة هناك"
1033
 
1034
  #~ msgid ""
1035
  #~ "Take the first external post image, download it and add it to the media "
1136
  #~ msgstr "اختياري: اكتب القيمة التي سيتم مقارنتها بقيمة الحقل المخصص."
1137
 
1138
  #~ msgid ""
1139
+ #~ "Leave it empty if you just want to test the existence of the custom field "
1140
+ #~ "per post/page."
1141
  #~ msgstr "اتركها فارغة إذا أردت فحص وجود الحقل المخصص لكل مقالة\\صفحة."
1142
 
1143
  #~ msgid ""
1144
+ #~ "Optional: Change the operator of the comparison. The default is to "
1145
+ #~ "compare equality with the value you type in the 'value' field."
1146
  #~ msgstr ""
1147
+ #~ "اختياري: غيّر عامل المقارنة. افتراضياً سيتم مقارنة مساواة القيمة التي "
1148
+ #~ "أدخلتها في حقل \"القيمة\""
1149
 
1150
  #~ msgid "There are no custom fields in use."
1151
  #~ msgstr "لا يوجد حقول مخصصة مستخدمة."
1160
  #~ msgstr "نتائج بحث غريبة مع التصنيفات المخصصة؟"
1161
 
1162
  #~ msgid ""
1163
+ #~ "The search for custom taxonomy terms could lead to surprising results. "
1164
+ #~ "The reason is custom taxonomies can be used in many different ways. It is "
1165
+ #~ "not possible to catch them all in one single code expression. If you "
1166
+ #~ "should be unsatisfied with the result try other filters to get the result "
1167
+ #~ "you want."
1168
  #~ msgstr ""
1169
+ #~ "البحث عن مفردات فئة مخصصة ربما يقود إلى نتائج مفاجئة. السبب أن الفئات "
1170
+ #~ "المخصصة يمكن أن تستخدم بطرق متعددة. من غير الممكن إحصائها في كود واحد. "
1171
+ #~ "إذا كنت غير راضٍ عن النتائج قم بتجربة فلاتر أخرى لتحصل على النتيجة التي "
1172
+ #~ "تريدها."
1173
 
1174
  #~ msgid "There are no custom taxonomies."
1175
  #~ msgstr "لا يوجد تصنيفات مخصصة."
1178
  #~ "The search will find posts with an already added featured image which its "
1179
  #~ "original image file is smaller than one of the given dimensions."
1180
  #~ msgstr ""
1181
+ #~ "عملية البحث ستعثر على مقالات مضاف لها صور بارزة مسبقاً والتي ملف صورتها "
1182
+ #~ "أصغر من الأبعاد المحددة."
1183
 
1184
  #~ msgid "For example you can search for posts with too small featured images."
1185
  #~ msgstr "على سبيل المثال يمكنك أن تبحث عن مقالات بصور بارزة صغيرة للغاية."
1186
 
1187
  #~ msgid ""
1188
+ #~ "Only positive integers from %d to %d are allowed. By default the "
1189
+ #~ "thumbnail dimensions as defined in %s are used."
1190
  #~ msgstr ""
1191
+ #~ "فقط الأرقام الموجبة من %d إلى %d مسموح بها. افتراضياً أبعاد الصورة المصغرة "
1192
+ #~ "كما هو محدد في %s هو المستخدم."
1193
 
1194
  #~ msgid "Select multimedia file types"
1195
  #~ msgstr "حدد أنواع ملف الوسائط المتعددة."
1196
 
1197
  #~ msgid ""
1198
+ #~ "You can select two multimedia files types: audios and videos. If you "
1199
+ #~ "check at least one of both all other post types (posts, pages, etc.) will "
1200
+ #~ "be ignored."
1201
  #~ msgstr ""
1202
+ #~ "بإمكانك تحديد نوعين لملفات الوسائط المتعددة. إذا حددت على الأقل واحد من "
1203
+ #~ "كل أنواع المقالات الأخرى (مقالات، صفحات، إلخ) سيتم تجاهله."
1204
 
1205
  #~ msgid "Select a parent page"
1206
  #~ msgstr "حدد الصفحة الأب."
1227
  #~ msgid "Date range"
1228
  #~ msgstr "النطاق الزمني"
1229
 
1230
+ #~ msgid ""
1231
+ #~ "To define a time segment select both the start date and the end date."
1232
  #~ msgstr "لتحديد شريحة الوقت قم باختيار تاريخ البداية وتاريخ النهاية."
1233
 
1234
  #~ msgid ""
1235
+ #~ "You can also define a time period by selecting only one date as the "
1236
+ #~ "limiting value of the period."
1237
  #~ msgstr "بإمكانك تحديد الفترة الزمنية باختيار تاريخ واحد كحدّ للفترة."
1238
 
1239
  #~ msgid "The listed dates are the date of the publication of stored posts."
1243
  #~ msgstr "أي نوع من الصورة الأولى؟"
1244
 
1245
  #~ msgid ""
1246
+ #~ "Remove the first embedded image from the post content after this image "
1247
+ #~ "was set as featured image. This does not affect galleries or attached "
1248
+ #~ "images. <strong>There is no undo function. Be careful with this option "
1249
+ #~ "and please create a backup of the database of this website before you use "
1250
+ #~ "this!</strong>"
1251
  #~ msgstr ""
1252
+ #~ "أزل أو صورة مضمنة من محتوى المقالة بعد تحديد هذه الصورة كصورة بارزة. هذا "
1253
+ #~ "لا يؤثر على القوائم أو الصور المرفقة. <strong>لا يوجد خيار للتراجع. كن "
1254
+ #~ "حذراً مع هذا الخيار ورجاءً خذ نسخة احتياطية من قاعدة البيانات لهذا الموقع "
1255
+ #~ "قبل استخدام هذا الإجراء!</strong>"
1256
 
1257
  #~ msgid ""
1258
  #~ "Remove first content image even if the featured image was not changed "
1262
  #~ "يعمل فقط إذا تم تفعيل خيار إزالة أول صورة مضمنة."
1263
 
1264
  #~ msgid ""
1265
+ #~ "By default the selected images will be used multiple times in random "
1266
+ #~ "order. If you check this option each selected image will be used only "
1267
+ #~ "once. If there are more posts than images the remaining posts will not be "
1268
+ #~ "changed. If you want to remove the featured images of remaining posts "
1269
+ #~ "check the next option additionally."
1270
  #~ msgstr ""
1271
+ #~ "بشكل افتراضي يتم استخدام الصور المحددة عدة مرات عشوائياً. إذا فعّلت هذا "
1272
+ #~ "الخيار سيتم استخدام كل صورة مرة واحدة فقط. إذا كان هناك مقالات أكثر من "
1273
+ #~ "الصور فلن يتم التعديل على المقالات الباقية. إذا أردت إزالة الصور البارزة "
1274
+ #~ "من المقالات الباقية فعّل الخيار التالي أيضاً."
1275
 
1276
  #~ msgid ""
1277
+ #~ "Remove existing featured images of remaining posts if all selected images "
1278
+ #~ "are used. This option works only with the previous option."
1279
  #~ msgstr ""
1280
+ #~ "أزل الصور البارزة الحالية من المقالات الباقية إذا تم استخدام جميع الصور. "
1281
+ #~ "هذا الخيار يعمل فقط مع الخيار السابق."
1282
 
1283
  #~ msgid "Some advices from experience"
1284
  #~ msgstr "بعض النصائح من التجربة"
1285
 
1286
  #~ msgid ""
1287
+ #~ "Looking for external images can take a long time. Please be patient for "
1288
+ #~ "at least one minute and do not reload the page! If you would see a "
1289
+ #~ "timeout message please start again with a filter that limits the number "
1290
+ #~ "of posts."
1291
  #~ msgstr ""
1292
+ #~ "البحث عن صور خارجية يمكن أن يستغرق وقتاً طويلاً. رجاءً كن صبوراً لدقيقة واحدة "
1293
+ #~ "على الأقل ولا تقم بتحديث الصفحة ! إذا شاهدت رسالة انتهاء المهلة رجاءً ابدأ "
1294
+ #~ "مرة أخرى بفلتر يضع حداً لعدد المقالات."
1295
 
1296
  #~ msgid ""
1297
  #~ "If you would be unsatisfied with the next results of the search for first "
1298
+ #~ "embedded images try the option for external images. Maybe that result "
1299
+ #~ "could meet your expectations better."
1300
  #~ msgstr ""
1301
+ #~ "إذا لم تكن راضٍ عن النتائج البحث التالية عن أول الصور المضمّنة، جرّب خيار "
1302
+ #~ "الصور الخارجية. ربما هذه النتيجة ستحقق توقعاتك أفضل."
1303
 
1304
+ #~ msgid ""
1305
+ #~ "Search by post format. By default the standard post format is affected."
1306
  #~ msgstr "البحث بواسطة بنية المقالة. افتراضياً البنية القياسية ستتأثر."
1307
 
1308
  #~ msgid ""
1309
+ #~ "Search for audios and videos. This filter will ignore all other post "
1310
+ #~ "types automatically."
1311
  #~ msgstr ""
1312
+ #~ "البحث عن الأصوات ومقاطع الفيديو. هذا الفلتر سيتجاهل كل أنواع المقالات "
1313
+ #~ "الأخرى تلقائياً."
1314
 
1315
  #~ msgid ""
1316
+ #~ "Search by several statuses (published, draft, private etc.). By default "
1317
+ #~ "all statuses will be affected."
1318
  #~ msgstr ""
1319
  #~ "البحث بواسطة حالات مختلفة (منشور، مسودة، خاص، إلخ). افتراضياً كل الحالات "
1320
  #~ "ستتأثر."
1341
  #~ "The plugin will try to find the first image embedded in the content, in a "
1342
  #~ "WordPress standard gallery or attached to a post."
1343
  #~ msgstr ""
1344
+ #~ "هذه الإضافة ستحاول إيجاد أول صورة مضمّنة في المحتوى أو في قائمة صور "
1345
+ #~ "ووردبريس الأساسية أو المرفقة مع المقالة."
1346
 
1347
  #~ msgid "It will also search in NextGen galleries."
1348
  #~ msgstr "ستقوم أيضاً بالبحث في قوائم صور الإضافة NextGen galleries."
1354
  #~ msgstr "يعمل فقط إذا '%s' تمّ تعيينه إلى '%s'"
1355
 
1356
  #~ msgid ""
1357
+ #~ "The current theme does not support featured images. Anyway you can use "
1358
+ #~ "this plugin. The rules are stored and will be visible in a theme which "
1359
+ #~ "supports featured images."
1360
  #~ msgstr ""
1361
  #~ "قالب الموقع الحالي لا يدعم الصور البارزة. على كل حال بإمكانك استخدام هذه "
1362
  #~ "الإضافة. القواعد ستخزّن وستكون ظاهرة عند استخدام قالب يدعم الصور البارزة."
1363
 
1364
  #~ msgid ""
1365
  #~ "The current theme does not support post formats. Anyway you can use this "
1366
+ #~ "plugin. The rules are stored and will be visible in a theme which "
1367
+ #~ "supports post formats."
1368
  #~ msgstr ""
1369
  #~ "قالب الموقع الحالي لا يدعم بنية المقالات. على كل حال بإمكانك استخدام هذه "
1370
  #~ "الإضافة. القواعد ستخزّن وستكون ظاهرة عند استخدام قالب يدعم بنية المقالات."
1371
 
1372
  #~ msgid ""
1373
+ #~ "Activate to automatically use the first attached image if no content "
1374
+ #~ "image was found"
1375
  #~ msgstr ""
1376
+ #~ "تفعيل هذا الخيار لاستخدام أول صورة مرفقة إذا لم يكن هناك صورة مضمّنة في "
1377
+ #~ "محتوى المقالة."
1378
 
1379
  #~ msgid "matched search string in post title. If not then..."
1380
  #~ msgstr "توافق نصّ البحث مع عنوان المقالة. إذا لم يتحقق ذلك فسيتم..."
1410
  #~ msgstr "إلغاء تفعيل الرخصة"
1411
 
1412
  #~ msgid ""
1413
+ #~ "Click to deactivate the license if you do not want to use it on this "
1414
+ #~ "server."
1415
  #~ msgstr "اضغط لإلغاء تفعيل الرخصة إذا لم تشأ استخدامها على هذا الخادم."
1416
 
1417
  #~ msgid "The license expired on %1$s at %2$s."
1423
  #~ msgid "Activate License"
1424
  #~ msgstr "تفعيل الرخصة"
1425
 
1426
+ #~ msgid ""
1427
+ #~ "Click to activate the license after you have entered your license key."
1428
  #~ msgstr "اضغط لتفعيل الرخصة بعد إدخالك لمفتاح الرخصة."
1429
 
1430
  #~ msgid "Important advices about the license"
1434
  #~ msgstr "لماذا الرخصة؟"
1435
 
1436
  #~ msgid ""
1437
+ #~ "With activating the license you will receive automatic upgrades of the "
1438
+ #~ "plugin for 365 days since the day of the purchase. Each license key is "
1439
+ #~ "valid for one installation of the plugin only."
1440
  #~ msgstr ""
1441
+ #~ "بتفعيل الرخصة ستحصل على ترقيات آلية للإضافة لمدة 365 يوماً منذ يوم الشراء. "
1442
+ #~ "كل مفتاح رخصة فعّال لتثبيت واحد للإضافة."
1443
 
1444
  #~ msgid "Terms of the license"
1445
  #~ msgstr "شروط الرخصة"
1446
 
1447
  #~ msgid ""
1448
+ #~ "By activating this license you are also confirming your agreement to be "
1449
+ #~ "bound by the terms of the license associated with this plugin which you "
1450
  #~ "acknowledged at the time of the purchase checkout."
1451
  #~ msgstr ""
1452
+ #~ "بتفعيل هذه الرخصة أنت أيضاً تؤكد موافقتك موافقتك على الالتزام بشروط "
1453
+ #~ "الترخيص المرتبطة بهذه الإضافة التي تمّ إعلامك بها وقت عملية الشراء."
1454
 
1455
  #~ msgid "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
1456
  #~ msgstr "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
1459
  #~ msgstr "اقرأ شروط الترخيص (في هذه النافذة)"
1460
 
1461
  #~ msgid ""
1462
+ #~ "This includes that the warranty offered by the plugin author is limited "
1463
+ #~ "to correcting any defects and that the plugin author will not be held "
1464
+ #~ "liable for any actions or financial loss occurring as a result of using "
1465
+ #~ "this plugin."
1466
  #~ msgstr ""
1467
  #~ "هذا يتضمن أن الكفالة المقدمة من قبل مبرمج الإضافة تقتصر فقط على تصحيح أي "
1468
+ #~ "عيوب، وأن مبرمج الإضافة لن يتم إيقافة وأنه غير مسؤول تجاه أي إجراءات أو "
1469
+ #~ "خسارة مالية تحدث نتيجة استخدام هذه الإضافة."
1470
 
1471
  #~ msgid "Contact"
1472
  #~ msgstr "تواصل"
1475
  #~ "If you have any issues and problems with activating you can contact the "
1476
  #~ "plugin author for solutions."
1477
  #~ msgstr ""
1478
+ #~ "إذا واجهتك أي مشاكل بعملية التفعيل بإمكانك التواصل مع مبرمج الإضافة "
1479
+ #~ "لإيجاد حلول."
1480
 
1481
  #~ msgid "http://www.quickfeaturedimages.com/contact/"
1482
  #~ msgstr "http://www.quickfeaturedimages.com/contact/"
languages/quick-featured-images-de_DE.mo CHANGED
Binary file
languages/quick-featured-images-de_DE.po CHANGED
@@ -4,8 +4,8 @@ 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: 2015-11-26 15:21+0100\n"
8
- "PO-Revision-Date: 2015-11-26 15:22+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: de_DE\n"
@@ -476,7 +476,7 @@ msgstr ""
476
 
477
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
478
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
479
- #: admin/views/section_defaults.php:447 admin/views/section_footer.php:59
480
  #: admin/views/section_overview.php:91
481
  msgid "Get the premium version"
482
  msgstr "Hole dir die Premium-Version"
@@ -484,7 +484,7 @@ msgstr "Hole dir die Premium-Version"
484
  # Path to language site
485
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
486
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
487
- #: admin/views/section_defaults.php:447 admin/views/section_footer.php:59
488
  #: admin/views/section_overview.php:90 admin/views/section_overview.php:91
489
  msgid "/"
490
  msgstr "/de"
@@ -709,6 +709,10 @@ msgstr "Diese Aktionen erfordern kein ausgewähltes Bild."
709
  msgid "Do you want to assign the first image of each post?"
710
  msgstr "Willst du das erste Bild jeden Beitrags als Beitragsbild setzen?"
711
 
 
 
 
 
712
  #: admin/views/section_defaults.php:16
713
  msgid "matches"
714
  msgstr "ist"
@@ -793,6 +797,10 @@ msgid "Additional rules in the premium version"
793
  msgstr "Zusätzliche Regeln in der Premium-Version"
794
 
795
  #: admin/views/section_defaults.php:442
 
 
 
 
796
  msgid ""
797
  "The first content image can be also an image from an external server to set "
798
  "it as automated featured image"
@@ -800,23 +808,23 @@ msgstr ""
800
  "Das erste Bild im Beitrag kann auch von einem externen Server sein, um es "
801
  "als Beitragsbild zu setzen"
802
 
803
- #: admin/views/section_defaults.php:443
804
  msgid "Match with a search string in post title"
805
  msgstr "Passend zum Suchbegriff im Beitragstitel"
806
 
807
- #: admin/views/section_defaults.php:444
808
  msgid "Match with a selected post format"
809
  msgstr "Passend zum ausgewählten Beitragsformat (Post Format)"
810
 
811
- #: admin/views/section_defaults.php:445
812
  msgid "User defined order of rules"
813
  msgstr "Benutzerdefinierte Reihenfolge der Regeln"
814
 
815
- #: admin/views/section_defaults.php:449
816
  msgid "How the rules work"
817
  msgstr "Wie die Regeln funktionieren"
818
 
819
- #: admin/views/section_defaults.php:450
820
  msgid ""
821
  "Every time you save a post the post get the featured image if one of the "
822
  "following rules match a property of the post. You can also set rules for "
@@ -827,7 +835,7 @@ msgstr ""
827
  "zutrifft. Du kannst die Regeln auch für Seiten und alle anderen "
828
  "Inhaltstypen, die Beitragsbilder unterstützen, setzen."
829
 
830
- #: admin/views/section_defaults.php:451
831
  msgid ""
832
  "Regardless of the order in the list the rules are applied in the following "
833
  "order until a rule and a property of the post fit together:"
@@ -836,35 +844,35 @@ msgstr ""
836
  "Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
837
  "übereinstimmen:"
838
 
839
- #: admin/views/section_defaults.php:453
840
  msgid "found first content image. If not then..."
841
  msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
842
 
843
- #: admin/views/section_defaults.php:454
844
  msgid "matched custom taxonomy. If not then..."
845
  msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
846
 
847
- #: admin/views/section_defaults.php:455
848
  msgid "matched tag. If not then..."
849
  msgstr "passendes Schlagwort. Wenn nicht, dann..."
850
 
851
- #: admin/views/section_defaults.php:456
852
  msgid "matched category. If not then..."
853
  msgstr "passende Kategorie. Wenn nicht, dann..."
854
 
855
- #: admin/views/section_defaults.php:457
856
  msgid "matched author. If not then..."
857
  msgstr "passender Autor. Wenn nicht, dann..."
858
 
859
- #: admin/views/section_defaults.php:458
860
  msgid "matched post type. If not then..."
861
  msgstr "passender Inhaltstyp. Wenn nicht, dann..."
862
 
863
- #: admin/views/section_defaults.php:459
864
  msgid "no featured image."
865
  msgstr "kein Beitragsbild."
866
 
867
- #: admin/views/section_defaults.php:461
868
  msgid ""
869
  "Bear in mind that if two or more rules with the same taxonomy would fit to "
870
  "the post it is unforeseeable which image will become the featured image."
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: 2015-12-07 12:27+0100\n"
8
+ "PO-Revision-Date: 2015-12-07 12:29+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: de_DE\n"
476
 
477
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
478
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
479
+ #: admin/views/section_defaults.php:448 admin/views/section_footer.php:59
480
  #: admin/views/section_overview.php:91
481
  msgid "Get the premium version"
482
  msgstr "Hole dir die Premium-Version"
484
  # Path to language site
485
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
486
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
487
+ #: admin/views/section_defaults.php:448 admin/views/section_footer.php:59
488
  #: admin/views/section_overview.php:90 admin/views/section_overview.php:91
489
  msgid "/"
490
  msgstr "/de"
709
  msgid "Do you want to assign the first image of each post?"
710
  msgstr "Willst du das erste Bild jeden Beitrags als Beitragsbild setzen?"
711
 
712
+ #: admin/views/form_start.php:116
713
+ msgid "Use CTRL for multiple choice"
714
+ msgstr "Drücke STRG für Mehrfachauswahl"
715
+
716
  #: admin/views/section_defaults.php:16
717
  msgid "matches"
718
  msgstr "ist"
797
  msgstr "Zusätzliche Regeln in der Premium-Version"
798
 
799
  #: admin/views/section_defaults.php:442
800
+ msgid "Multiple images to set one of them randomly as featured image"
801
+ msgstr "Mehrere Bilder als zufällige neue Beitragsbilder"
802
+
803
+ #: admin/views/section_defaults.php:443
804
  msgid ""
805
  "The first content image can be also an image from an external server to set "
806
  "it as automated featured image"
808
  "Das erste Bild im Beitrag kann auch von einem externen Server sein, um es "
809
  "als Beitragsbild zu setzen"
810
 
811
+ #: admin/views/section_defaults.php:444
812
  msgid "Match with a search string in post title"
813
  msgstr "Passend zum Suchbegriff im Beitragstitel"
814
 
815
+ #: admin/views/section_defaults.php:445
816
  msgid "Match with a selected post format"
817
  msgstr "Passend zum ausgewählten Beitragsformat (Post Format)"
818
 
819
+ #: admin/views/section_defaults.php:446
820
  msgid "User defined order of rules"
821
  msgstr "Benutzerdefinierte Reihenfolge der Regeln"
822
 
823
+ #: admin/views/section_defaults.php:450
824
  msgid "How the rules work"
825
  msgstr "Wie die Regeln funktionieren"
826
 
827
+ #: admin/views/section_defaults.php:451
828
  msgid ""
829
  "Every time you save a post the post get the featured image if one of the "
830
  "following rules match a property of the post. You can also set rules for "
835
  "zutrifft. Du kannst die Regeln auch für Seiten und alle anderen "
836
  "Inhaltstypen, die Beitragsbilder unterstützen, setzen."
837
 
838
+ #: admin/views/section_defaults.php:452
839
  msgid ""
840
  "Regardless of the order in the list the rules are applied in the following "
841
  "order until a rule and a property of the post fit together:"
844
  "Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
845
  "übereinstimmen:"
846
 
847
+ #: admin/views/section_defaults.php:454
848
  msgid "found first content image. If not then..."
849
  msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
850
 
851
+ #: admin/views/section_defaults.php:455
852
  msgid "matched custom taxonomy. If not then..."
853
  msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
854
 
855
+ #: admin/views/section_defaults.php:456
856
  msgid "matched tag. If not then..."
857
  msgstr "passendes Schlagwort. Wenn nicht, dann..."
858
 
859
+ #: admin/views/section_defaults.php:457
860
  msgid "matched category. If not then..."
861
  msgstr "passende Kategorie. Wenn nicht, dann..."
862
 
863
+ #: admin/views/section_defaults.php:458
864
  msgid "matched author. If not then..."
865
  msgstr "passender Autor. Wenn nicht, dann..."
866
 
867
+ #: admin/views/section_defaults.php:459
868
  msgid "matched post type. If not then..."
869
  msgstr "passender Inhaltstyp. Wenn nicht, dann..."
870
 
871
+ #: admin/views/section_defaults.php:460
872
  msgid "no featured image."
873
  msgstr "kein Beitragsbild."
874
 
875
+ #: admin/views/section_defaults.php:462
876
  msgid ""
877
  "Bear in mind that if two or more rules with the same taxonomy would fit to "
878
  "the post it is unforeseeable which image will become the featured image."
languages/quick-featured-images-es_ES.mo CHANGED
Binary file
languages/quick-featured-images-es_ES.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
- "POT-Creation-Date: 2015-11-26 15:22+0100\n"
8
- "PO-Revision-Date: 2015-11-26 15:28+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: es_ES\n"
@@ -482,14 +482,14 @@ msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
482
 
483
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
484
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
485
- #: admin/views/section_defaults.php:447 admin/views/section_footer.php:59
486
  #: admin/views/section_overview.php:91
487
  msgid "Get the premium version"
488
  msgstr "Obtener la Pro versión"
489
 
490
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
491
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
492
- #: admin/views/section_defaults.php:447 admin/views/section_footer.php:59
493
  #: admin/views/section_overview.php:90 admin/views/section_overview.php:91
494
  msgid "/"
495
  msgstr "/es"
@@ -713,6 +713,10 @@ msgstr "Estas acciones no requieren la imagen seleccionada."
713
  msgid "Do you want to assign the first image of each post?"
714
  msgstr "¿Toma la primera imagen adjunta de post?"
715
 
 
 
 
 
716
  #: admin/views/section_defaults.php:16
717
  msgid "matches"
718
  msgstr "Las coincidencias"
@@ -799,6 +803,10 @@ msgid "Additional rules in the premium version"
799
  msgstr "Reglas adicionales en la Pro versión"
800
 
801
  #: admin/views/section_defaults.php:442
 
 
 
 
802
  msgid ""
803
  "The first content image can be also an image from an external server to set "
804
  "it as automated featured image"
@@ -806,23 +814,23 @@ msgstr ""
806
  "La primera imagen de contenido puede ser también una imagen desde un "
807
  "servidor externo para configurarlo como automatizado imágen destacada"
808
 
809
- #: admin/views/section_defaults.php:443
810
  msgid "Match with a search string in post title"
811
  msgstr "El término de búsqueda en el título de la entrada"
812
 
813
- #: admin/views/section_defaults.php:444
814
  msgid "Match with a selected post format"
815
  msgstr "Coincide con un formato de entrada seleccionado"
816
 
817
- #: admin/views/section_defaults.php:445
818
  msgid "User defined order of rules"
819
  msgstr "La orden de encargo de las reglas"
820
 
821
- #: admin/views/section_defaults.php:449
822
  msgid "How the rules work"
823
  msgstr "Cómo funcionan las reglas"
824
 
825
- #: admin/views/section_defaults.php:450
826
  msgid ""
827
  "Every time you save a post the post get the featured image if one of the "
828
  "following rules match a property of the post. You can also set rules for "
@@ -833,7 +841,7 @@ msgstr ""
833
  "establecer las reglas para las páginas y todos otros post actuales que "
834
  "soportan imágenes destacadas."
835
 
836
- #: admin/views/section_defaults.php:451
837
  msgid ""
838
  "Regardless of the order in the list the rules are applied in the following "
839
  "order until a rule and a property of the post fit together:"
@@ -841,35 +849,35 @@ msgstr ""
841
  "Independientemente del orden de la lista, las reglas se aplican en el orden "
842
  "siguiente hasta que la regla y la propiedad encajen bien."
843
 
844
- #: admin/views/section_defaults.php:453
845
  msgid "found first content image. If not then..."
846
  msgstr "La primera imagen del contenido encontrada. Si no es así, entonces…."
847
 
848
- #: admin/views/section_defaults.php:454
849
  msgid "matched custom taxonomy. If not then..."
850
  msgstr "La taxonomía correspondiente personalizada. Si no es así entonces….,"
851
 
852
- #: admin/views/section_defaults.php:455
853
  msgid "matched tag. If not then..."
854
  msgstr "La etiqueta correspondiente. Si no es así, entonces…."
855
 
856
- #: admin/views/section_defaults.php:456
857
  msgid "matched category. If not then..."
858
  msgstr "La categoría correspondiente. Si no es así, entonces…."
859
 
860
- #: admin/views/section_defaults.php:457
861
  msgid "matched author. If not then..."
862
  msgstr "El autor correspondiente. Si no es así, entonces….."
863
 
864
- #: admin/views/section_defaults.php:458
865
  msgid "matched post type. If not then..."
866
  msgstr "El autor correspondiente. Si no es así, entonces….."
867
 
868
- #: admin/views/section_defaults.php:459
869
  msgid "no featured image."
870
  msgstr "No hay ninguna imagen destacada"
871
 
872
- #: admin/views/section_defaults.php:461
873
  msgid ""
874
  "Bear in mind that if two or more rules with the same taxonomy would fit to "
875
  "the post it is unforeseeable which image will become the featured image."
4
  msgstr ""
5
  "Project-Id-Version: Quick Featured Images Pro\n"
6
  "Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
7
+ "POT-Creation-Date: 2015-12-07 12:29+0100\n"
8
+ "PO-Revision-Date: 2015-12-07 12:30+0100\n"
9
  "Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
10
  "Language-Team: m.stehle@gmx.de\n"
11
  "Language: es_ES\n"
482
 
483
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
484
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
485
+ #: admin/views/section_defaults.php:448 admin/views/section_footer.php:59
486
  #: admin/views/section_overview.php:91
487
  msgid "Get the premium version"
488
  msgstr "Obtener la Pro versión"
489
 
490
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
491
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
492
+ #: admin/views/section_defaults.php:448 admin/views/section_footer.php:59
493
  #: admin/views/section_overview.php:90 admin/views/section_overview.php:91
494
  msgid "/"
495
  msgstr "/es"
713
  msgid "Do you want to assign the first image of each post?"
714
  msgstr "¿Toma la primera imagen adjunta de post?"
715
 
716
+ #: admin/views/form_start.php:116
717
+ msgid "Use CTRL for multiple choice"
718
+ msgstr "Utilice CTRL para selección múltiple"
719
+
720
  #: admin/views/section_defaults.php:16
721
  msgid "matches"
722
  msgstr "Las coincidencias"
803
  msgstr "Reglas adicionales en la Pro versión"
804
 
805
  #: admin/views/section_defaults.php:442
806
+ msgid "Multiple images to set one of them randomly as featured image"
807
+ msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
808
+
809
+ #: admin/views/section_defaults.php:443
810
  msgid ""
811
  "The first content image can be also an image from an external server to set "
812
  "it as automated featured image"
814
  "La primera imagen de contenido puede ser también una imagen desde un "
815
  "servidor externo para configurarlo como automatizado imágen destacada"
816
 
817
+ #: admin/views/section_defaults.php:444
818
  msgid "Match with a search string in post title"
819
  msgstr "El término de búsqueda en el título de la entrada"
820
 
821
+ #: admin/views/section_defaults.php:445
822
  msgid "Match with a selected post format"
823
  msgstr "Coincide con un formato de entrada seleccionado"
824
 
825
+ #: admin/views/section_defaults.php:446
826
  msgid "User defined order of rules"
827
  msgstr "La orden de encargo de las reglas"
828
 
829
+ #: admin/views/section_defaults.php:450
830
  msgid "How the rules work"
831
  msgstr "Cómo funcionan las reglas"
832
 
833
+ #: admin/views/section_defaults.php:451
834
  msgid ""
835
  "Every time you save a post the post get the featured image if one of the "
836
  "following rules match a property of the post. You can also set rules for "
841
  "establecer las reglas para las páginas y todos otros post actuales que "
842
  "soportan imágenes destacadas."
843
 
844
+ #: admin/views/section_defaults.php:452
845
  msgid ""
846
  "Regardless of the order in the list the rules are applied in the following "
847
  "order until a rule and a property of the post fit together:"
849
  "Independientemente del orden de la lista, las reglas se aplican en el orden "
850
  "siguiente hasta que la regla y la propiedad encajen bien."
851
 
852
+ #: admin/views/section_defaults.php:454
853
  msgid "found first content image. If not then..."
854
  msgstr "La primera imagen del contenido encontrada. Si no es así, entonces…."
855
 
856
+ #: admin/views/section_defaults.php:455
857
  msgid "matched custom taxonomy. If not then..."
858
  msgstr "La taxonomía correspondiente personalizada. Si no es así entonces….,"
859
 
860
+ #: admin/views/section_defaults.php:456
861
  msgid "matched tag. If not then..."
862
  msgstr "La etiqueta correspondiente. Si no es así, entonces…."
863
 
864
+ #: admin/views/section_defaults.php:457
865
  msgid "matched category. If not then..."
866
  msgstr "La categoría correspondiente. Si no es así, entonces…."
867
 
868
+ #: admin/views/section_defaults.php:458
869
  msgid "matched author. If not then..."
870
  msgstr "El autor correspondiente. Si no es así, entonces….."
871
 
872
+ #: admin/views/section_defaults.php:459
873
  msgid "matched post type. If not then..."
874
  msgstr "El autor correspondiente. Si no es así, entonces….."
875
 
876
+ #: admin/views/section_defaults.php:460
877
  msgid "no featured image."
878
  msgstr "No hay ninguna imagen destacada"
879
 
880
+ #: admin/views/section_defaults.php:462
881
  msgid ""
882
  "Bear in mind that if two or more rules with the same taxonomy would fit to "
883
  "the post it is unforeseeable which image will become the featured image."
languages/quick-featured-images.pot CHANGED
@@ -4,11 +4,9 @@ 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: 2015-11-26 15:21+0100\n"
8
- "PO-Revision-Date: 2015-11-26 15:22+0100\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"
14
  "Content-Transfer-Encoding: 8bit\n"
@@ -409,7 +407,7 @@ msgstr ""
409
 
410
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
411
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
412
- #: admin/views/section_defaults.php:447 admin/views/section_footer.php:59
413
  #: admin/views/section_overview.php:91
414
  msgid "Get the premium version"
415
  msgstr ""
@@ -417,7 +415,7 @@ msgstr ""
417
  # Path to language site
418
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
419
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
420
- #: admin/views/section_defaults.php:447 admin/views/section_footer.php:59
421
  #: admin/views/section_overview.php:90 admin/views/section_overview.php:91
422
  msgid "/"
423
  msgstr ""
@@ -570,6 +568,10 @@ msgstr ""
570
  msgid "Do you want to assign the first image of each post?"
571
  msgstr ""
572
 
 
 
 
 
573
  #: admin/views/section_defaults.php:16
574
  msgid "matches"
575
  msgstr ""
@@ -623,62 +625,66 @@ msgid "Additional rules in the premium version"
623
  msgstr ""
624
 
625
  #: admin/views/section_defaults.php:442
626
- msgid "The first content image can be also an image from an external server to set it as automated featured image"
627
  msgstr ""
628
 
629
  #: admin/views/section_defaults.php:443
630
- msgid "Match with a search string in post title"
631
  msgstr ""
632
 
633
  #: admin/views/section_defaults.php:444
634
- msgid "Match with a selected post format"
635
  msgstr ""
636
 
637
  #: admin/views/section_defaults.php:445
 
 
 
 
638
  msgid "User defined order of rules"
639
  msgstr ""
640
 
641
- #: admin/views/section_defaults.php:449
642
  msgid "How the rules work"
643
  msgstr ""
644
 
645
- #: admin/views/section_defaults.php:450
646
  msgid "Every time you save a post the post get the featured image if one of the following rules match a property of the post. You can also set rules for pages and all other current post types which support featured images."
647
  msgstr ""
648
 
649
- #: admin/views/section_defaults.php:451
650
  msgid "Regardless of the order in the list the rules are applied in the following order until a rule and a property of the post fit together:"
651
  msgstr ""
652
 
653
- #: admin/views/section_defaults.php:453
654
  msgid "found first content image. If not then..."
655
  msgstr ""
656
 
657
- #: admin/views/section_defaults.php:454
658
  msgid "matched custom taxonomy. If not then..."
659
  msgstr ""
660
 
661
- #: admin/views/section_defaults.php:455
662
  msgid "matched tag. If not then..."
663
  msgstr ""
664
 
665
- #: admin/views/section_defaults.php:456
666
  msgid "matched category. If not then..."
667
  msgstr ""
668
 
669
- #: admin/views/section_defaults.php:457
670
  msgid "matched author. If not then..."
671
  msgstr ""
672
 
673
- #: admin/views/section_defaults.php:458
674
  msgid "matched post type. If not then..."
675
  msgstr ""
676
 
677
- #: admin/views/section_defaults.php:459
678
  msgid "no featured image."
679
  msgstr ""
680
 
681
- #: admin/views/section_defaults.php:461
682
  msgid "Bear in mind that if two or more rules with the same taxonomy would fit to the post it is unforeseeable which image will become the featured image."
683
  msgstr ""
684
 
@@ -814,3 +820,13 @@ msgstr ""
814
  #: admin/views/section_results.php:70
815
  msgid "No matches found."
816
  msgstr ""
 
 
 
 
 
 
 
 
 
 
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: 2015-12-07 12:27+0100\n"
8
+ "PO-Revision-Date: 2015-12-07 12:29+0100\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"
407
 
408
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
409
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
410
+ #: admin/views/section_defaults.php:448 admin/views/section_footer.php:59
411
  #: admin/views/section_overview.php:91
412
  msgid "Get the premium version"
413
  msgstr ""
415
  # Path to language site
416
  #: admin/views/form_select.php:95 admin/views/form_select.php:133
417
  #: admin/views/form_select.php:155 admin/views/form_start.php:109
418
+ #: admin/views/section_defaults.php:448 admin/views/section_footer.php:59
419
  #: admin/views/section_overview.php:90 admin/views/section_overview.php:91
420
  msgid "/"
421
  msgstr ""
568
  msgid "Do you want to assign the first image of each post?"
569
  msgstr ""
570
 
571
+ #: admin/views/form_start.php:116
572
+ msgid "Use CTRL for multiple choice"
573
+ msgstr ""
574
+
575
  #: admin/views/section_defaults.php:16
576
  msgid "matches"
577
  msgstr ""
625
  msgstr ""
626
 
627
  #: admin/views/section_defaults.php:442
628
+ msgid "Multiple images to set one of them randomly as featured image"
629
  msgstr ""
630
 
631
  #: admin/views/section_defaults.php:443
632
+ msgid "The first content image can be also an image from an external server to set it as automated featured image"
633
  msgstr ""
634
 
635
  #: admin/views/section_defaults.php:444
636
+ msgid "Match with a search string in post title"
637
  msgstr ""
638
 
639
  #: admin/views/section_defaults.php:445
640
+ msgid "Match with a selected post format"
641
+ msgstr ""
642
+
643
+ #: admin/views/section_defaults.php:446
644
  msgid "User defined order of rules"
645
  msgstr ""
646
 
647
+ #: admin/views/section_defaults.php:450
648
  msgid "How the rules work"
649
  msgstr ""
650
 
651
+ #: admin/views/section_defaults.php:451
652
  msgid "Every time you save a post the post get the featured image if one of the following rules match a property of the post. You can also set rules for pages and all other current post types which support featured images."
653
  msgstr ""
654
 
655
+ #: admin/views/section_defaults.php:452
656
  msgid "Regardless of the order in the list the rules are applied in the following order until a rule and a property of the post fit together:"
657
  msgstr ""
658
 
659
+ #: admin/views/section_defaults.php:454
660
  msgid "found first content image. If not then..."
661
  msgstr ""
662
 
663
+ #: admin/views/section_defaults.php:455
664
  msgid "matched custom taxonomy. If not then..."
665
  msgstr ""
666
 
667
+ #: admin/views/section_defaults.php:456
668
  msgid "matched tag. If not then..."
669
  msgstr ""
670
 
671
+ #: admin/views/section_defaults.php:457
672
  msgid "matched category. If not then..."
673
  msgstr ""
674
 
675
+ #: admin/views/section_defaults.php:458
676
  msgid "matched author. If not then..."
677
  msgstr ""
678
 
679
+ #: admin/views/section_defaults.php:459
680
  msgid "matched post type. If not then..."
681
  msgstr ""
682
 
683
+ #: admin/views/section_defaults.php:460
684
  msgid "no featured image."
685
  msgstr ""
686
 
687
+ #: admin/views/section_defaults.php:462
688
  msgid "Bear in mind that if two or more rules with the same taxonomy would fit to the post it is unforeseeable which image will become the featured image."
689
  msgstr ""
690
 
820
  #: admin/views/section_results.php:70
821
  msgid "No matches found."
822
  msgstr ""
823
+
824
+ #~ msgid ""
825
+ #~ "Use of first external image instead of only uploaded to the media library"
826
+ #~ msgstr ""
827
+
828
+ #~ msgid "Post type"
829
+ #~ msgstr ""
830
+
831
+ #~ msgid "Taxonomy"
832
+ #~ msgstr ""
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, set default images, get overview lists.
13
- * Version: 11.6
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, set default images, get overview lists.
13
+ * Version: 11.6.1
14
  * Author: Martin Stehle
15
  * Author URI: http://stehle-internet.de
16
  * Text Domain: quick-featured-images