Version Description
- Added in 'Preset Images': After an image is removed from the library all preset rules assigned with that image will be removed automatically
- Fixed in 'Preset Images': Wrong background color for third table row
- Fixed in 'Preset Images': Missing translations for changed texts
- Refactoring in 'Preset Images'
- Updated *.pot file and translations
Download this release
Release Info
Developer | Hinjiriyo |
Plugin | Quick Featured Images |
Version | 11.6 |
Comparing to | |
See all releases |
Code changes from version 11.5 to 11.6
- README.txt +17 -4
- admin/class-quick-featured-images-admin.php +1 -1
- admin/class-quick-featured-images-defaults.php +207 -191
- admin/views/section_defaults.php +12 -11
- languages/quick-featured-images-ar.mo +0 -0
- languages/quick-featured-images-ar.po +249 -258
- languages/quick-featured-images-de_DE.mo +0 -0
- languages/quick-featured-images-de_DE.po +68 -48
- languages/quick-featured-images-es_ES.mo +0 -0
- languages/quick-featured-images-es_ES.po +64 -48
- languages/quick-featured-images.pot +51 -43
- quick-featured-images.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -117,13 +117,16 @@ You can define the rules based on
|
|
117 |
|
118 |
The **premium version** offers you additionally:
|
119 |
|
120 |
-
1. **
|
121 |
-
2. **
|
|
|
122 |
|
123 |
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.**
|
124 |
|
125 |
You can add, change and delete every rule whenever you want. So you get an **unlimited and precise set of rules** for automatic default featured images in your website.
|
126 |
|
|
|
|
|
127 |
= Automatic Default Featured Images: Options =
|
128 |
|
129 |
You can switch between
|
@@ -156,7 +159,7 @@ Further translations are welcome. If you want to give in your translation please
|
|
156 |
|
157 |
= Your idea to improve the plugin is welcome =
|
158 |
|
159 |
-
If you have any new idea for
|
160 |
|
161 |
= Support =
|
162 |
|
@@ -269,6 +272,13 @@ If you want to contribute a translation of the plugin in your language it would
|
|
269 |
|
270 |
== Changelog ==
|
271 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
= 11.5 =
|
273 |
* Added arabic translation. Thank you, [Shadi AlZard](https://wordpress.org/support/profile/salzard)!
|
274 |
* Added in 'Set, replace, remove': Back button on result page. So you can start a further run faster
|
@@ -519,6 +529,9 @@ Fixed an insufficient security check which prevented to set a featured image
|
|
519 |
|
520 |
== Upgrade Notice ==
|
521 |
|
|
|
|
|
|
|
522 |
= 11.5 =
|
523 |
Added arabic translation, added in 'Set, replace, remove': Back button on result page, some design improvements, changed text domain
|
524 |
|
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 |
|
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 |
|
126 |
You can add, change and delete every rule whenever you want. So you get an **unlimited and precise set of rules** for automatic default featured images in your website.
|
127 |
|
128 |
+
After an image is removed from the library all preset rules assigned with that image will be removed automatically.
|
129 |
+
|
130 |
= Automatic Default Featured Images: Options =
|
131 |
|
132 |
You can switch between
|
159 |
|
160 |
= Your idea to improve the plugin is welcome =
|
161 |
|
162 |
+
If you have any new idea for this plugin post your questions and ideas in the [support forum at wordpress.org](http://wordpress.org/support/plugin/quick-featured-images). I will try to take a look and answer as soon as possible.
|
163 |
|
164 |
= Support =
|
165 |
|
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'
|
280 |
+
* Updated *.pot file and translations
|
281 |
+
|
282 |
= 11.5 =
|
283 |
* Added arabic translation. Thank you, [Shadi AlZard](https://wordpress.org/support/profile/salzard)!
|
284 |
* Added in 'Set, replace, remove': Back button on result page. So you can start a further run faster
|
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 |
+
|
535 |
= 11.5 =
|
536 |
Added arabic translation, added in 'Set, replace, remove': Back button on result page, some design improvements, changed text domain
|
537 |
|
admin/class-quick-featured-images-admin.php
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
-
protected $plugin_version = '11.
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
+
protected $plugin_version = '11.6';
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
admin/class-quick-featured-images-defaults.php
CHANGED
@@ -165,12 +165,9 @@ class Quick_Featured_Images_Defaults {
|
|
165 |
// Auto set featured image on saving a post
|
166 |
add_action('save_post', array( $this, 'add_featured_image' ), 10 , 3 );
|
167 |
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
add_action( 'admin_notices', array( $this, 'display_qfi_notice' ) );
|
172 |
-
}
|
173 |
-
*/
|
174 |
}
|
175 |
|
176 |
/**
|
@@ -195,7 +192,7 @@ class Quick_Featured_Images_Defaults {
|
|
195 |
$class = 'error';
|
196 |
}
|
197 |
printf ( '<div class="%s"><p><strong>%s</strong></p></div>', $class, $msg );
|
198 |
-
}
|
199 |
// get rules
|
200 |
$this->selected_rules = $this->get_stored_settings();
|
201 |
// print rest of page
|
@@ -264,74 +261,6 @@ class Quick_Featured_Images_Defaults {
|
|
264 |
return $this->required_user_cap;
|
265 |
}
|
266 |
|
267 |
-
/**
|
268 |
-
* Define parameters and return thumbnail supporting custom post types
|
269 |
-
*
|
270 |
-
* @access private
|
271 |
-
* @since 7.0
|
272 |
-
*
|
273 |
-
* @return array the names and labels of the registered and thumbnail supporting custom post types
|
274 |
-
*/
|
275 |
-
private function get_custom_post_types_labels() {
|
276 |
-
$args = array(
|
277 |
-
'_builtin' => false # only custom post types
|
278 |
-
);
|
279 |
-
$name_labels = array();
|
280 |
-
// get the registered custom post types as objects
|
281 |
-
$objects = get_post_types( $args, 'objects' );
|
282 |
-
// store their names and labels
|
283 |
-
foreach ( $objects as $name => $object ) {
|
284 |
-
if ( post_type_supports( $name, 'thumbnail' ) ) {
|
285 |
-
$name_labels[ $name ] = $object->label;
|
286 |
-
}
|
287 |
-
}
|
288 |
-
// return the result
|
289 |
-
return $name_labels;
|
290 |
-
}
|
291 |
-
|
292 |
-
/**
|
293 |
-
* Return registered custom taxonomies with their labels
|
294 |
-
*
|
295 |
-
* @access private
|
296 |
-
* @since 8.0
|
297 |
-
*
|
298 |
-
* @return array the names of the registered custom taxonomies
|
299 |
-
*/
|
300 |
-
private function get_custom_taxonomies_labels() {
|
301 |
-
$args = array(
|
302 |
-
'_builtin' => false # only custon post types
|
303 |
-
);
|
304 |
-
$name_labels = array();
|
305 |
-
// get the registered custom post types as objects
|
306 |
-
$objects = get_taxonomies( $args, 'objects' );
|
307 |
-
// store their names and labels
|
308 |
-
foreach ( $objects as $name => $object ) {
|
309 |
-
$name_labels[ $name ] = $object->label;
|
310 |
-
}
|
311 |
-
// return the result
|
312 |
-
return $name_labels;
|
313 |
-
}
|
314 |
-
|
315 |
-
/**
|
316 |
-
* Get current or default settings
|
317 |
-
*
|
318 |
-
* @since 8.0
|
319 |
-
*
|
320 |
-
* @return array Return settings for default featured images
|
321 |
-
*/
|
322 |
-
public function get_stored_settings() {
|
323 |
-
// try to load current settings. If they are not in the DB return set default settings
|
324 |
-
$stored_settings = get_option( $this->settings_db_slug, array() );
|
325 |
-
// if empty array set and store default values
|
326 |
-
if ( 0 == sizeof( $stored_settings ) ) {
|
327 |
-
$this->set_default_settings();
|
328 |
-
// try to load current settings again. Now there should be the data
|
329 |
-
$stored_settings = get_option( $this->settings_db_slug, array() );
|
330 |
-
}
|
331 |
-
|
332 |
-
return $this->sanitize_options( $stored_settings );
|
333 |
-
}
|
334 |
-
|
335 |
/**
|
336 |
* Register and enqueue admin-specific style sheet.
|
337 |
*
|
@@ -401,7 +330,7 @@ class Quick_Featured_Images_Defaults {
|
|
401 |
* @since 8.0
|
402 |
*/
|
403 |
public function add_action_links( $links ) {
|
404 |
-
$url = sprintf( 'admin.php?page=%s
|
405 |
return array_merge(
|
406 |
$links,
|
407 |
array(
|
@@ -411,30 +340,10 @@ class Quick_Featured_Images_Defaults {
|
|
411 |
|
412 |
}
|
413 |
|
414 |
-
/**
|
415 |
-
* Set default settings
|
416 |
-
*
|
417 |
-
* @since 8.0
|
418 |
-
*/
|
419 |
-
private static function set_default_settings() {
|
420 |
-
|
421 |
-
$db_slug = 'quick-featured-images-settings'; // todo: get the value from $settings_db_slug both in object and non-object context
|
422 |
-
// check if there are already stored settings under the option's database slug
|
423 |
-
if ( false === get_option( $db_slug, false ) ) {
|
424 |
-
// store default values in the db as a single and serialized entry
|
425 |
-
add_option(
|
426 |
-
$db_slug,
|
427 |
-
array()
|
428 |
-
);
|
429 |
-
} // if ( false )
|
430 |
-
|
431 |
-
}
|
432 |
-
|
433 |
/**
|
434 |
* Check and return correct values for the settings
|
435 |
*
|
436 |
* @since 8.0
|
437 |
-
* @updated 8.1: add first image handling
|
438 |
*
|
439 |
* @param array $input Options and their values after submitting the form
|
440 |
*
|
@@ -447,87 +356,55 @@ class Quick_Featured_Images_Defaults {
|
|
447 |
if ( ! $value ) {
|
448 |
continue;
|
449 |
}
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
|
|
494 |
} // foreach()
|
495 |
return $sanitized_input;
|
496 |
} // end sanitize_options()
|
497 |
|
498 |
-
/**
|
499 |
-
*
|
500 |
-
* Render the header of the admin page
|
501 |
-
*
|
502 |
-
* @access private
|
503 |
-
* @since 8.0
|
504 |
-
*/
|
505 |
-
private function display_header() {
|
506 |
-
include_once( 'views/section_header.php' );
|
507 |
-
}
|
508 |
-
|
509 |
-
/**
|
510 |
-
*
|
511 |
-
* Render the footer of the admin page
|
512 |
-
*
|
513 |
-
* @access private
|
514 |
-
* @since 8.0
|
515 |
-
*/
|
516 |
-
private function display_footer() {
|
517 |
-
include_once( 'views/section_footer.php' );
|
518 |
-
}
|
519 |
-
|
520 |
-
/**
|
521 |
-
*
|
522 |
-
* Render the the admin page
|
523 |
-
*
|
524 |
-
* @access private
|
525 |
-
* @since 8.0
|
526 |
-
*/
|
527 |
-
private function display_page_content() {
|
528 |
-
include_once( 'views/section_defaults.php' );
|
529 |
-
}
|
530 |
-
|
531 |
/**
|
532 |
*
|
533 |
* Auto set featured image at saving a post
|
@@ -575,9 +452,7 @@ class Quick_Featured_Images_Defaults {
|
|
575 |
// 1. Image by first embedded content image
|
576 |
if ( isset( $settings[ 'use_first_image_as_default' ] ) ) {
|
577 |
// get first content image
|
578 |
-
|
579 |
-
$thumb_id = $this->get_first_content_image_id( $post->post_content );
|
580 |
-
#}
|
581 |
} // if(use_first_image_as_default)
|
582 |
// determine post's properties matched with specified rules
|
583 |
if ( ! $thumb_id and isset( $settings[ 'rules' ] ) ) {
|
@@ -653,25 +528,166 @@ class Quick_Featured_Images_Defaults {
|
|
653 |
if ( $thumb_id ) {
|
654 |
$success = set_post_thumbnail( $post_id, $thumb_id );
|
655 |
}
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
661 |
}
|
662 |
-
|
663 |
-
|
664 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
665 |
}
|
666 |
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
672 |
}
|
|
|
|
|
673 |
}
|
674 |
-
|
675 |
/**
|
676 |
*
|
677 |
* Test term and image id
|
@@ -729,7 +745,7 @@ class Quick_Featured_Images_Defaults {
|
|
729 |
} // if(found_id)
|
730 |
} // if(img_class)
|
731 |
|
732 |
-
// else: try to catch image id by its url as stored in the database
|
733 |
// find src attribute and catch its value
|
734 |
preg_match( '/<img.*?src\s*=\s*[\'"]([^\'"]+)[\'"][^>]*>/i', $img_tag, $img_src );
|
735 |
if ( $img_src ) {
|
165 |
// Auto set featured image on saving a post
|
166 |
add_action('save_post', array( $this, 'add_featured_image' ), 10 , 3 );
|
167 |
|
168 |
+
// Auto delete rule if an image is deleted in the media library
|
169 |
+
add_action( 'delete_attachment', array( $this, 'delete_rules_by_thumb_id' ) );
|
170 |
+
|
|
|
|
|
|
|
171 |
}
|
172 |
|
173 |
/**
|
192 |
$class = 'error';
|
193 |
}
|
194 |
printf ( '<div class="%s"><p><strong>%s</strong></p></div>', $class, $msg );
|
195 |
+
} // if $_POST
|
196 |
// get rules
|
197 |
$this->selected_rules = $this->get_stored_settings();
|
198 |
// print rest of page
|
261 |
return $this->required_user_cap;
|
262 |
}
|
263 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
/**
|
265 |
* Register and enqueue admin-specific style sheet.
|
266 |
*
|
330 |
* @since 8.0
|
331 |
*/
|
332 |
public function add_action_links( $links ) {
|
333 |
+
$url = sprintf( 'admin.php?page=%s', $this->page_slug );
|
334 |
return array_merge(
|
335 |
$links,
|
336 |
array(
|
340 |
|
341 |
}
|
342 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
/**
|
344 |
* Check and return correct values for the settings
|
345 |
*
|
346 |
* @since 8.0
|
|
|
347 |
*
|
348 |
* @param array $input Options and their values after submitting the form
|
349 |
*
|
356 |
if ( ! $value ) {
|
357 |
continue;
|
358 |
}
|
359 |
+
switch ( $key ) {
|
360 |
+
// checkboxes
|
361 |
+
case 'overwrite_automatically':
|
362 |
+
case 'use_first_image_as_default':
|
363 |
+
$sanitized_input[ $key ] = isset( $input[ $key ] ) ? '1' : '0';
|
364 |
+
break;
|
365 |
+
// radio buttons
|
366 |
+
case 'first_image_handling':
|
367 |
+
$sanitized_input[ $key ] = ( in_array( $input[ $key ], array( 'always', 'use_if_no_img' ) ) ? $input[ $key ] : 'always' );
|
368 |
+
break;
|
369 |
+
// positive integers
|
370 |
+
case 'default_image_id':
|
371 |
+
$sanitized_input[ $key ] = absint( $value );
|
372 |
+
break;
|
373 |
+
// rules
|
374 |
+
case 'rules':
|
375 |
+
if ( is_array( $value ) ) {
|
376 |
+
$c = 1;
|
377 |
+
foreach ( $value as $rule ) {
|
378 |
+
// ignored only partially defined rule
|
379 |
+
if ( ! $rule[ 'id' ] or ! $rule[ 'taxonomy' ] or ! $rule[ 'matchterm' ] ) {
|
380 |
+
continue;
|
381 |
+
}
|
382 |
+
// clean complete rule
|
383 |
+
foreach ( $rule as $name => $setting ) {
|
384 |
+
switch ( $name ) {
|
385 |
+
case 'id':
|
386 |
+
$sanitized_input[ $key ][ $c ][ $name ] = absint( $setting );
|
387 |
+
break;
|
388 |
+
case 'taxonomy':
|
389 |
+
$sanitized_input[ $key ][ $c ][ $name ] = sanitize_text_field( $setting );
|
390 |
+
break;
|
391 |
+
case 'matchterm':
|
392 |
+
if ( 'post_type' == $rule[ 'taxonomy' ] ) {
|
393 |
+
$sanitized_input[ $key ][ $c ][ $name ] = sanitize_text_field( $setting );
|
394 |
+
} else {
|
395 |
+
$sanitized_input[ $key ][ $c ][ $name ] = absint( $setting );
|
396 |
+
}
|
397 |
+
break;
|
398 |
+
} // switch()
|
399 |
+
} // foreach
|
400 |
+
$c = $c + 1;
|
401 |
+
} // foreach
|
402 |
+
} // if ( is_array( $value ))
|
403 |
+
} // switch( $key )
|
404 |
} // foreach()
|
405 |
return $sanitized_input;
|
406 |
} // end sanitize_options()
|
407 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
408 |
/**
|
409 |
*
|
410 |
* Auto set featured image at saving a post
|
452 |
// 1. Image by first embedded content image
|
453 |
if ( isset( $settings[ 'use_first_image_as_default' ] ) ) {
|
454 |
// get first content image
|
455 |
+
$thumb_id = $this->get_first_content_image_id( $post->post_content );
|
|
|
|
|
456 |
} // if(use_first_image_as_default)
|
457 |
// determine post's properties matched with specified rules
|
458 |
if ( ! $thumb_id and isset( $settings[ 'rules' ] ) ) {
|
528 |
if ( $thumb_id ) {
|
529 |
$success = set_post_thumbnail( $post_id, $thumb_id );
|
530 |
}
|
531 |
+
|
532 |
+
}
|
533 |
+
|
534 |
+
/**
|
535 |
+
*
|
536 |
+
* Delete the rules assigned to an image; is called after an image was deleted in the media library
|
537 |
+
*
|
538 |
+
* @access private
|
539 |
+
* @since 11.6
|
540 |
+
*/
|
541 |
+
public function delete_rules_by_thumb_id( $thumb_id ) {
|
542 |
+
// initialise flag
|
543 |
+
$changed = false;
|
544 |
+
// load all rules
|
545 |
+
$settings = $this->get_stored_settings();
|
546 |
+
|
547 |
+
// if rules are available look for rules with the given thumb_id and delete them
|
548 |
+
if ( isset( $settings[ 'rules' ] ) ) {
|
549 |
+
foreach ( $settings[ 'rules' ] as $key => $rule ) {
|
550 |
+
if ( $thumb_id == $rule[ 'id' ] ) {
|
551 |
+
unset( $settings[ 'rules' ][ $key ] );
|
552 |
+
$changed = true;
|
553 |
+
}
|
554 |
+
} // foreach()
|
555 |
+
// if no rules anymore: delete 'rules' item
|
556 |
+
if ( empty( $settings[ 'rules' ] ) ) {
|
557 |
+
unset( $settings[ 'rules' ] );
|
558 |
+
} else {
|
559 |
+
// reindex array
|
560 |
+
$settings[ 'rules' ] = array_values( $settings[ 'rules' ] );
|
561 |
+
}
|
562 |
+
} // if ( rules )
|
563 |
+
|
564 |
+
// store
|
565 |
+
if ( $changed ) {
|
566 |
+
// store in db
|
567 |
+
update_option( $this->settings_db_slug, $settings );
|
568 |
+
} // if ( changed )
|
569 |
+
}
|
570 |
+
|
571 |
+
/**
|
572 |
+
*
|
573 |
+
* Render the header of the admin page
|
574 |
+
*
|
575 |
+
* @access private
|
576 |
+
* @since 8.0
|
577 |
+
*/
|
578 |
+
private function display_header() {
|
579 |
+
include_once( 'views/section_header.php' );
|
580 |
+
}
|
581 |
+
|
582 |
+
/**
|
583 |
+
*
|
584 |
+
* Render the footer of the admin page
|
585 |
+
*
|
586 |
+
* @access private
|
587 |
+
* @since 8.0
|
588 |
+
*/
|
589 |
+
private function display_footer() {
|
590 |
+
include_once( 'views/section_footer.php' );
|
591 |
+
}
|
592 |
+
|
593 |
+
/**
|
594 |
+
*
|
595 |
+
* Render the the admin page
|
596 |
+
*
|
597 |
+
* @access private
|
598 |
+
* @since 8.0
|
599 |
+
*/
|
600 |
+
private function display_page_content() {
|
601 |
+
include_once( 'views/section_defaults.php' );
|
602 |
+
}
|
603 |
+
|
604 |
+
/**
|
605 |
+
* Set default settings
|
606 |
+
*
|
607 |
+
* @since 8.0
|
608 |
+
*/
|
609 |
+
private function set_default_settings() {
|
610 |
+
|
611 |
+
$db_slug = 'quick-featured-images-settings'; // todo: get the value from $settings_db_slug both in object and non-object context
|
612 |
+
// check if there are already stored settings under the option's database slug
|
613 |
+
if ( false === get_option( $db_slug, false ) ) {
|
614 |
+
// store default values in the db as a single and serialized entry
|
615 |
+
add_option(
|
616 |
+
$db_slug,
|
617 |
+
array()
|
618 |
+
);
|
619 |
+
} // if ( false )
|
620 |
+
|
621 |
}
|
622 |
+
|
623 |
+
/**
|
624 |
+
* Define parameters and return thumbnail supporting custom post types
|
625 |
+
*
|
626 |
+
* @access private
|
627 |
+
* @since 7.0
|
628 |
+
*
|
629 |
+
* @return array the names and labels of the registered and thumbnail supporting custom post types
|
630 |
+
*/
|
631 |
+
private function get_custom_post_types_labels() {
|
632 |
+
$args = array(
|
633 |
+
'_builtin' => false # only custom post types
|
634 |
+
);
|
635 |
+
$name_labels = array();
|
636 |
+
// get the registered custom post types as objects
|
637 |
+
$objects = get_post_types( $args, 'objects' );
|
638 |
+
// store their names and labels
|
639 |
+
foreach ( $objects as $name => $object ) {
|
640 |
+
if ( post_type_supports( $name, 'thumbnail' ) ) {
|
641 |
+
$name_labels[ $name ] = $object->label;
|
642 |
+
}
|
643 |
+
}
|
644 |
+
// return the result
|
645 |
+
return $name_labels;
|
646 |
+
}
|
647 |
+
|
648 |
+
/**
|
649 |
+
* Return registered custom taxonomies with their labels
|
650 |
+
*
|
651 |
+
* @access private
|
652 |
+
* @since 8.0
|
653 |
+
*
|
654 |
+
* @return array the names of the registered custom taxonomies
|
655 |
+
*/
|
656 |
+
private function get_custom_taxonomies_labels() {
|
657 |
+
$args = array(
|
658 |
+
'_builtin' => false # only custon post types
|
659 |
+
);
|
660 |
+
$name_labels = array();
|
661 |
+
// get the registered custom post types as objects
|
662 |
+
$objects = get_taxonomies( $args, 'objects' );
|
663 |
+
// store their names and labels
|
664 |
+
foreach ( $objects as $name => $object ) {
|
665 |
+
$name_labels[ $name ] = $object->label;
|
666 |
+
}
|
667 |
+
// return the result
|
668 |
+
return $name_labels;
|
669 |
}
|
670 |
|
671 |
+
/**
|
672 |
+
* Get current or default settings
|
673 |
+
*
|
674 |
+
* @since 8.0
|
675 |
+
*
|
676 |
+
* @return array Return settings for default featured images
|
677 |
+
*/
|
678 |
+
private function get_stored_settings() {
|
679 |
+
// try to load current settings. If they are not in the DB return set default settings
|
680 |
+
$stored_settings = get_option( $this->settings_db_slug, array() );
|
681 |
+
// if empty array set and store default values
|
682 |
+
if ( 0 == sizeof( $stored_settings ) ) {
|
683 |
+
$this->set_default_settings();
|
684 |
+
// try to load current settings again. Now there should be the data
|
685 |
+
$stored_settings = get_option( $this->settings_db_slug, array() );
|
686 |
}
|
687 |
+
|
688 |
+
return $this->sanitize_options( $stored_settings );
|
689 |
}
|
690 |
+
|
691 |
/**
|
692 |
*
|
693 |
* Test term and image id
|
745 |
} // if(found_id)
|
746 |
} // if(img_class)
|
747 |
|
748 |
+
// else: try to catch content image id by its url as stored in the database
|
749 |
// find src attribute and catch its value
|
750 |
preg_match( '/<img.*?src\s*=\s*[\'"]([^\'"]+)[\'"][^>]*>/i', $img_tag, $img_src );
|
751 |
if ( $img_src ) {
|
admin/views/section_defaults.php
CHANGED
@@ -23,7 +23,7 @@ $text = 'Format';
|
|
23 |
$post_format_label = _x( $text, 'post format' );
|
24 |
$text = 'Post Type';
|
25 |
$post_type_label = __( $text );
|
26 |
-
$text = 'Taxonomy';
|
27 |
$taxonomy_label = __( $text );
|
28 |
$text = 'Action';
|
29 |
$action_label = __( $text );
|
@@ -199,8 +199,6 @@ if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
|
199 |
?>
|
200 |
|
201 |
<form method="post" action="">
|
202 |
-
<input type="hidden" id="placeholder_url" name="placeholder_url" value="<?php echo $no_thumb_url; ?>" />
|
203 |
-
<input type="hidden" id="confirmation_question" name="confirmation_question" value="<?php _e( 'Are you sure to remove this rule?', 'quick-featured-images' ); ?>" />
|
204 |
<table class="widefat">
|
205 |
<thead>
|
206 |
<tr>
|
@@ -345,7 +343,7 @@ if ( isset( $this->selected_rules[ 'rules' ] ) ) {
|
|
345 |
} else {
|
346 |
// show default taxonomy rule row
|
347 |
?>
|
348 |
-
<tr id="row_<?php echo $c; ?>">
|
349 |
<td class="num"><?php echo $c; ?></td>
|
350 |
<td>
|
351 |
<input type="hidden" value="0" name="rules[<?php echo $c; ?>][id]" id="image_id_<?php echo $c; ?>">
|
@@ -357,14 +355,13 @@ if ( isset( $this->selected_rules[ 'rules' ] ) ) {
|
|
357 |
<select name="rules[<?php echo $c; ?>][taxonomy]" id="taxonomy_<?php echo $c; ?>" class="selection_rules">
|
358 |
<option value=""><?php echo $first_option_label; ?></option>
|
359 |
<?php
|
360 |
-
|
361 |
-
printf( '<option value="%s"%s>%s</option>', 'post_type', selected( 'post_type' == $key, true, false ), $post_type_label );
|
362 |
print "\n";
|
363 |
-
printf( '<option value="%s"
|
364 |
print "\n";
|
365 |
-
printf( '<option value="%s"
|
366 |
print "\n";
|
367 |
-
printf( '<option value="%s"
|
368 |
print "\n";
|
369 |
if ( $custom_taxonomies_terms ) {
|
370 |
foreach ( $custom_taxonomies as $key => $label ) {
|
@@ -436,12 +433,16 @@ submit_button( __( 'Add rule', 'quick-featured-images' ), 'secondary', 'add_rule
|
|
436 |
submit_button();
|
437 |
wp_nonce_field( 'save_default_images', 'knlk235rf' );
|
438 |
?>
|
|
|
|
|
439 |
</form>
|
440 |
|
441 |
<h4><?php _e( 'Additional rules in the premium version', 'quick-featured-images' ); ?></h4>
|
442 |
<ol>
|
443 |
-
<li><?php _e( '
|
444 |
-
<li><?php
|
|
|
|
|
445 |
</ol>
|
446 |
<p class="qfi_ad_for_pro"><?php _e( 'Get the premium version', 'quick-featured-images' ); ?> <a href="http://www.quickfeaturedimages.com<?php _e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
447 |
|
23 |
$post_format_label = _x( $text, 'post format' );
|
24 |
$text = 'Post Type';
|
25 |
$post_type_label = __( $text );
|
26 |
+
$text = 'Taxonomy:';
|
27 |
$taxonomy_label = __( $text );
|
28 |
$text = 'Action';
|
29 |
$action_label = __( $text );
|
199 |
?>
|
200 |
|
201 |
<form method="post" action="">
|
|
|
|
|
202 |
<table class="widefat">
|
203 |
<thead>
|
204 |
<tr>
|
343 |
} else {
|
344 |
// show default taxonomy rule row
|
345 |
?>
|
346 |
+
<tr id="row_<?php echo $c; ?>" class="alternate">
|
347 |
<td class="num"><?php echo $c; ?></td>
|
348 |
<td>
|
349 |
<input type="hidden" value="0" name="rules[<?php echo $c; ?>][id]" id="image_id_<?php echo $c; ?>">
|
355 |
<select name="rules[<?php echo $c; ?>][taxonomy]" id="taxonomy_<?php echo $c; ?>" class="selection_rules">
|
356 |
<option value=""><?php echo $first_option_label; ?></option>
|
357 |
<?php
|
358 |
+
printf( ' <option value="%s">%s</option>', 'post_type', $post_type_label );
|
|
|
359 |
print "\n";
|
360 |
+
printf( ' <option value="%s">%s</option>', 'category', $category_label );
|
361 |
print "\n";
|
362 |
+
printf( ' <option value="%s">%s</option>', 'post_tag', $tag_label );
|
363 |
print "\n";
|
364 |
+
printf( ' <option value="%s">%s</option>', 'user', $user_label );
|
365 |
print "\n";
|
366 |
if ( $custom_taxonomies_terms ) {
|
367 |
foreach ( $custom_taxonomies as $key => $label ) {
|
433 |
submit_button();
|
434 |
wp_nonce_field( 'save_default_images', 'knlk235rf' );
|
435 |
?>
|
436 |
+
<input type="hidden" id="placeholder_url" name="placeholder_url" value="<?php echo $no_thumb_url; ?>" />
|
437 |
+
<input type="hidden" id="confirmation_question" name="confirmation_question" value="<?php _e( 'Are you sure to remove this rule?', 'quick-featured-images' ); ?>" />
|
438 |
</form>
|
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>
|
445 |
+
<li><?php _e( 'User defined order of rules', 'quick-featured-images' ); ?></li>
|
446 |
</ol>
|
447 |
<p class="qfi_ad_for_pro"><?php _e( 'Get the premium version', 'quick-featured-images' ); ?> <a href="http://www.quickfeaturedimages.com<?php _e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
448 |
|
languages/quick-featured-images-ar.mo
CHANGED
Binary file
|
languages/quick-featured-images-ar.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-
|
8 |
-
"PO-Revision-Date: 2015-
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: m.stehle@gmx.de\n"
|
11 |
"Language: ar\n"
|
@@ -13,50 +13,50 @@ msgstr ""
|
|
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;"
|
17 |
-
"
|
18 |
"X-Poedit-Basepath: ..\n"
|
19 |
-
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
20 |
-
"
|
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 |
-
"
|
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 |
-
"
|
37 |
-
"
|
38 |
msgstr ""
|
39 |
-
"الإضافة تتطلب نسخة ووردبريس %s أو أعلى. لذلك، ووردبريس لم تقم بتفعيلها. إذا "
|
40 |
-
"
|
41 |
|
42 |
#: admin/class-quick-featured-images-admin.php:462
|
43 |
#, php-format
|
44 |
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
msgstr "مرحباً بك في %s! يمكنك أن تجد الإضافة في %s."
|
46 |
|
47 |
-
#: admin/class-quick-featured-images-defaults.php:
|
48 |
msgid "Changes saved."
|
49 |
msgstr "تمّ حفظ التغييرات."
|
50 |
|
51 |
-
#: admin/class-quick-featured-images-defaults.php:
|
52 |
msgid "No changes were saved."
|
53 |
msgstr "لم يتمّ حفظ تغييرات."
|
54 |
|
55 |
-
#: admin/class-quick-featured-images-defaults.php:
|
56 |
msgid "Preset Featured Images"
|
57 |
msgstr "صور بارزة مجهّزة مسبقاً."
|
58 |
|
59 |
-
#: admin/class-quick-featured-images-defaults.php:
|
60 |
msgid "Set default featured images for future posts"
|
61 |
msgstr "اختيار صورة بارزة افتراضية للمقالات المستقبلية."
|
62 |
|
@@ -82,15 +82,14 @@ 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 "
|
86 |
-
"
|
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 |
-
"
|
94 |
msgstr ""
|
95 |
"الأعمدة الإضافية تعطيك نظرة سريعة على كل الصور البارزة لكل مقالة. عمود الصور "
|
96 |
"البارزة قابل للفرز."
|
@@ -194,8 +193,7 @@ msgstr "لا يوجد صورة محددة."
|
|
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,13 +268,12 @@ msgstr "هل يجب أن تستخدم الصورة المحددة كصورة ب
|
|
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 |
-
"
|
280 |
msgstr ""
|
281 |
"هل يجب استبدال الصورة البارزة الحالية بالصورة المحددة لكل المقالات المدرجة؟"
|
282 |
|
@@ -328,8 +325,8 @@ msgstr "بواسطة"
|
|
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 |
-
"
|
333 |
msgstr ""
|
334 |
"القائمة مرتبة أبجدياً وفقاً لعنوان المقالة. بإمكانك تعديل مقالة في نافذة جديدة "
|
335 |
"بالضغط على رابطها في القائمة."
|
@@ -360,8 +357,7 @@ msgid "Refine filters"
|
|
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,11 +388,11 @@ msgstr "لاحظ"
|
|
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 |
-
"
|
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,8 +430,7 @@ msgstr "استبدل الصور البارزة الجديدة مكان الحا
|
|
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,14 +446,14 @@ msgstr "أزل الصور البارزة الفائضة بعد استخدام ج
|
|
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:
|
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:
|
462 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
463 |
msgid "/"
|
464 |
msgstr "\\"
|
@@ -502,8 +497,8 @@ 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 |
-
"
|
507 |
msgstr ""
|
508 |
"في الصفحة التالية بإمكان تنقيح الفلاتر. إذا لم تحدد أي فلتر ستذهب إلى قائمة "
|
509 |
"المعاينة مباشرة."
|
@@ -514,15 +509,14 @@ msgstr "إذا واجهت صفحة بيضاء أو فارغة، اقرأ هذا"
|
|
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 |
-
"
|
519 |
-
"
|
520 |
-
"
|
521 |
msgstr ""
|
522 |
-
"ظهور صفحة بيضاء فارغة خلال معالجة آلاف المقالات هو تأثير ناتج عن مساحة "
|
523 |
-
"
|
524 |
-
"
|
525 |
-
"افعل التالي:"
|
526 |
|
527 |
#: admin/views/form_select.php:156
|
528 |
msgid "add the time filter,"
|
@@ -542,8 +536,8 @@ msgstr "وكررها حسب الحاجة مع الفترات الزمنية ال
|
|
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 |
-
"
|
547 |
msgstr ""
|
548 |
"هذه الطريقة ليست سريعة كما لو قمت بها دفعة واحدة، لكنها أسرع من إعداد الصور "
|
549 |
"يدوياً لكل مقالة."
|
@@ -563,11 +557,11 @@ msgstr "ماذا تريد أن تفعل؟"
|
|
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 |
-
"
|
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,8 +573,8 @@ msgstr "نصيحة مهمة"
|
|
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 |
-
"
|
584 |
msgstr ""
|
585 |
"لا يوجد خيار للتراجع! ينصح بشدّة أن تقوم بأخذ نسخة احتياطية من قاعدة البيانات "
|
586 |
"ووردبريس قبل أن تنفّذ تغييرات واسعة."
|
@@ -599,11 +593,11 @@ msgstr "هذه الإجراءات تتطلب تحديد صورة بواسطة ا
|
|
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 |
-
"
|
604 |
msgstr ""
|
605 |
-
"حدد الصورة التي تريد إضافتها أو استبدالها أو حذفها من المقالات والصفحات "
|
606 |
-
"
|
607 |
|
608 |
#: admin/views/form_start.php:56
|
609 |
msgid "Choose Image"
|
@@ -618,18 +612,18 @@ msgid ""
|
|
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 |
-
"
|
628 |
-
"
|
629 |
msgstr ""
|
630 |
-
"1. اذهب إلى مكتبة الوسائط. 2. انقل الماوس فوق الصورة التي ترغب بها. المزيد "
|
631 |
-
"
|
632 |
-
"
|
633 |
|
634 |
#: admin/views/form_start.php:66
|
635 |
msgid "Actions with multiple images"
|
@@ -674,132 +668,146 @@ msgstr "صور بارزة افتراضية للمقالات المستقبلية
|
|
674 |
|
675 |
#: admin/views/section_defaults.php:186
|
676 |
msgid ""
|
677 |
-
"Define the rules to use images as default featured images automatically "
|
678 |
-
"
|
679 |
-
msgstr ""
|
680 |
-
"حدد قاعدة لاستخدام الصور كصور افتراضية بارزة آلياً في كل مرّة يتم حفظ مقالة."
|
681 |
|
682 |
#: admin/views/section_defaults.php:187
|
683 |
msgid ""
|
684 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
685 |
-
"
|
686 |
msgstr ""
|
687 |
"لاستخدام قاعدة اختر الصورة وحدد الفئة والقيمة. القاعدة التي تعرّف جزئياً سيتم "
|
688 |
"تجاهلها."
|
689 |
|
690 |
-
#: admin/views/section_defaults.php:
|
691 |
-
msgid "Are you sure to remove this rule?"
|
692 |
-
msgstr "هل أنت متأكد من إزالة القاعدة؟"
|
693 |
-
|
694 |
-
#: admin/views/section_defaults.php:217
|
695 |
msgid "An image overwrites an existing image"
|
696 |
msgstr "صورة تستبدل مكان صورة موجودة"
|
697 |
|
698 |
-
#: admin/views/section_defaults.php:
|
699 |
msgid ""
|
700 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
701 |
-
"
|
702 |
msgstr "تفعيل الخيار لاستبدال الصورة البارزة الحالية آلياً خلال حفظ المقالة."
|
703 |
|
704 |
-
#: admin/views/section_defaults.php:
|
705 |
msgid ""
|
706 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
707 |
-
"
|
708 |
-
"
|
709 |
msgstr ""
|
710 |
-
"إذا تم التفعيل، القاعدة ستستخدم آلياً خلال حفظ المقالة لاستبدال الصورة "
|
711 |
-
"
|
712 |
-
"
|
713 |
|
714 |
-
#: admin/views/section_defaults.php:
|
715 |
msgid "Text with images in WordPress editor"
|
716 |
msgstr "النص مع الصور في محرر ووردبريس"
|
717 |
|
718 |
-
#: admin/views/section_defaults.php:
|
719 |
msgid ""
|
720 |
-
"Activate to automatically use the first content image if available in the "
|
721 |
-
"
|
722 |
msgstr ""
|
723 |
"تفعيل هذا الخيار لاستخدام الصورة الأولى في المحتوى كصورة بارزة آلياً إذا كانت "
|
724 |
"موجودة في مكتبة الوسائط خلال حفظ المقالة."
|
725 |
|
726 |
-
#: admin/views/section_defaults.php:
|
727 |
msgid ""
|
728 |
-
"If activated the rule is used automatically while saving a post to set the "
|
729 |
-
"
|
730 |
-
"
|
731 |
-
"applied."
|
732 |
msgstr ""
|
733 |
-
"إذا تمّ تفعيل الخيار ستستخدم القاعدة آلياً خلال حفظ المقالة لاختيار الصورة "
|
734 |
-
"
|
735 |
-
"
|
736 |
|
737 |
-
#: admin/views/section_defaults.php:
|
738 |
msgid "Add rule"
|
739 |
msgstr "إضافة قاعدة"
|
740 |
|
741 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
742 |
msgid "Additional rules in the premium version"
|
743 |
msgstr "هناك قواعد إضافية في النسخة المدفوعة"
|
744 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
#: admin/views/section_defaults.php:443
|
746 |
-
msgid "
|
747 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
748 |
|
749 |
-
#: admin/views/section_defaults.php:
|
750 |
msgid "How the rules work"
|
751 |
msgstr "كيف تعمل القواعد"
|
752 |
|
753 |
-
#: admin/views/section_defaults.php:
|
754 |
msgid ""
|
755 |
"Every time you save a post the post get the featured image if one of the "
|
756 |
-
"following rules match a property of the post. You can also set rules for "
|
757 |
-
"
|
758 |
msgstr ""
|
759 |
-
"في كل مرة تقوم بحفظ مقالة، ستأخذ المقالة صورة بارزة إذا كانت واحدة من "
|
760 |
-
"
|
761 |
-
"
|
762 |
|
763 |
-
#: admin/views/section_defaults.php:
|
764 |
msgid ""
|
765 |
-
"Regardless of the order in the list the rules are applied in the following "
|
766 |
-
"
|
767 |
msgstr ""
|
768 |
-
"بغض النظر عن الترتيب في القائمة، يتمّ تطبيق القواعد وفقاً للترتيب التالي إلى "
|
769 |
-
"
|
770 |
|
771 |
-
#: admin/views/section_defaults.php:
|
772 |
msgid "found first content image. If not then..."
|
773 |
msgstr "العثور على أول صورة في المحتوى. إذا لم يتحقق ذلك فسيتم..."
|
774 |
|
775 |
-
#: admin/views/section_defaults.php:
|
776 |
msgid "matched custom taxonomy. If not then..."
|
777 |
msgstr "توافق الفئة المخصصة. إذا لم يتحقق ذلك فسيتم..."
|
778 |
|
779 |
-
#: admin/views/section_defaults.php:
|
780 |
msgid "matched tag. If not then..."
|
781 |
msgstr "توافق الوسم. إذا لم يتحقق ذلك فسيتم..."
|
782 |
|
783 |
-
#: admin/views/section_defaults.php:
|
784 |
msgid "matched category. If not then..."
|
785 |
msgstr "توافق التصنيف. إذا لم يتحقق ذلك فسيتم..."
|
786 |
|
787 |
-
#: admin/views/section_defaults.php:
|
788 |
msgid "matched author. If not then..."
|
789 |
msgstr "توافق الكاتب. إذا لم يتحقق ذلك فسيتم..."
|
790 |
|
791 |
-
#: admin/views/section_defaults.php:
|
792 |
msgid "matched post type. If not then..."
|
793 |
msgstr "توافق نوع المقالة. إذا لم يتحقق ذلك فسيتم..."
|
794 |
|
795 |
-
#: admin/views/section_defaults.php:
|
796 |
msgid "no featured image."
|
797 |
msgstr "لا يوجد صورة بارزة."
|
798 |
|
799 |
-
#: admin/views/section_defaults.php:
|
800 |
msgid ""
|
801 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
802 |
-
"
|
803 |
msgstr ""
|
804 |
"خذ بعين الاعتبار أنه إذا كان اثنتين أو واحدة من القواعد بنفس الفئة يمكن أن "
|
805 |
"تتناسب مع المقالة فإنه من غير المتوقع أي صورة سيتم اختيارها كصورة بارزة."
|
@@ -830,10 +838,9 @@ msgstr "رجاءً قم بتقييمها في wordpress.org!"
|
|
830 |
|
831 |
#: admin/views/section_footer.php:55
|
832 |
msgid ""
|
833 |
-
"The plugin is for free. But the plugin author would be delighted to your "
|
834 |
-
"
|
835 |
-
msgstr ""
|
836 |
-
"الإضافة مجانية. لكن مبرمج الإضافة سيكون مسروراً لمساهمتك مهما كانت صغيرة."
|
837 |
|
838 |
#: admin/views/section_footer.php:55
|
839 |
msgid "Donation Button"
|
@@ -852,8 +859,7 @@ msgid ""
|
|
852 |
"Post your questions and ideas about Quick Featured Images in the forum at "
|
853 |
"wordpress.org!"
|
854 |
msgstr ""
|
855 |
-
"ضع سؤالك وأفكارك حول الإضافة Quick Featured Images في المنتدى في wordpress."
|
856 |
-
"org!"
|
857 |
|
858 |
#: admin/views/section_footer.php:57
|
859 |
msgid "Special thanks for the fine frontend style of the plugin go to"
|
@@ -861,11 +867,10 @@ msgstr "شكر خاصّ على تصميم واجهة الإضافة لـ"
|
|
861 |
|
862 |
#: admin/views/section_footer.php:58
|
863 |
msgid ""
|
864 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
865 |
-
"
|
866 |
msgstr ""
|
867 |
-
"اجعل الصوّر المصغرة تظهر ودجت قائمة المواضيع الجديدة باستخدام هذه الإضافة "
|
868 |
-
"السريعة"
|
869 |
|
870 |
#: admin/views/section_footer.php:58
|
871 |
#, php-format
|
@@ -952,17 +957,16 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
952 |
#~ "There is a new version of %1$s available. <a target=\"_blank\" class="
|
953 |
#~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
|
954 |
#~ msgstr ""
|
955 |
-
#~ "هناك نسخة جديدة من %1$s متوفّرة. <a target=\"_blank\" class=\"thickbox\" "
|
956 |
-
#~ "
|
957 |
|
958 |
#~ msgid ""
|
959 |
#~ "There is a new version of %1$s available. <a target=\"_blank\" class="
|
960 |
#~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
|
961 |
#~ "\">update now</a>."
|
962 |
#~ msgstr ""
|
963 |
-
#~ "هناك نسخة جديدة من %1$s متوفّرة. <a target=\"_blank\" class=\"thickbox\" "
|
964 |
-
#~ "
|
965 |
-
#~ "الآن</a>."
|
966 |
|
967 |
#~ msgid "You do not have permission to install plugin updates"
|
968 |
#~ msgstr "أنت لا تمتلك الصلاحيات لتثبيت تحديثات الإضافة"
|
@@ -1001,11 +1005,11 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1001 |
#~ msgstr "خذ الصورة الأولى في المقالة إذا كانت موجودة في مكتبة الوسائط"
|
1002 |
|
1003 |
#~ msgid ""
|
1004 |
-
#~ "Take the first post image from current site domain, copy and add it to "
|
1005 |
-
#~ "
|
1006 |
#~ msgstr ""
|
1007 |
-
#~ "خذ الصورة الأولى في المقالة الموجودة على نفس نطاق الموقع الحالي، ثم "
|
1008 |
-
#~ "
|
1009 |
|
1010 |
#~ msgid ""
|
1011 |
#~ "Take the first external post image, download it and add it to the media "
|
@@ -1112,16 +1116,16 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1112 |
#~ msgstr "اختياري: اكتب القيمة التي سيتم مقارنتها بقيمة الحقل المخصص."
|
1113 |
|
1114 |
#~ msgid ""
|
1115 |
-
#~ "Leave it empty if you just want to test the existence of the custom field "
|
1116 |
-
#~ "
|
1117 |
#~ msgstr "اتركها فارغة إذا أردت فحص وجود الحقل المخصص لكل مقالة\\صفحة."
|
1118 |
|
1119 |
#~ msgid ""
|
1120 |
-
#~ "Optional: Change the operator of the comparison. The default is to "
|
1121 |
-
#~ "
|
1122 |
#~ msgstr ""
|
1123 |
-
#~ "اختياري: غيّر عامل المقارنة. افتراضياً سيتم مقارنة مساواة القيمة التي "
|
1124 |
-
#~ "
|
1125 |
|
1126 |
#~ msgid "There are no custom fields in use."
|
1127 |
#~ msgstr "لا يوجد حقول مخصصة مستخدمة."
|
@@ -1136,16 +1140,14 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1136 |
#~ msgstr "نتائج بحث غريبة مع التصنيفات المخصصة؟"
|
1137 |
|
1138 |
#~ msgid ""
|
1139 |
-
#~ "The search for custom taxonomy terms could lead to surprising results. "
|
1140 |
-
#~ "
|
1141 |
-
#~ "
|
1142 |
-
#~ "
|
1143 |
-
#~ "you want."
|
1144 |
#~ msgstr ""
|
1145 |
-
#~ "البحث عن مفردات فئة مخصصة ربما يقود إلى نتائج مفاجئة. السبب أن الفئات "
|
1146 |
-
#~ "
|
1147 |
-
#~ "
|
1148 |
-
#~ "تريدها."
|
1149 |
|
1150 |
#~ msgid "There are no custom taxonomies."
|
1151 |
#~ msgstr "لا يوجد تصنيفات مخصصة."
|
@@ -1154,29 +1156,28 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1154 |
#~ "The search will find posts with an already added featured image which its "
|
1155 |
#~ "original image file is smaller than one of the given dimensions."
|
1156 |
#~ msgstr ""
|
1157 |
-
#~ "عملية البحث ستعثر على مقالات مضاف لها صور بارزة مسبقاً والتي ملف صورتها "
|
1158 |
-
#~ "
|
1159 |
|
1160 |
#~ msgid "For example you can search for posts with too small featured images."
|
1161 |
#~ msgstr "على سبيل المثال يمكنك أن تبحث عن مقالات بصور بارزة صغيرة للغاية."
|
1162 |
|
1163 |
#~ msgid ""
|
1164 |
-
#~ "Only positive integers from %d to %d are allowed. By default the "
|
1165 |
-
#~ "
|
1166 |
#~ msgstr ""
|
1167 |
-
#~ "فقط الأرقام الموجبة من %d إلى %d مسموح بها. افتراضياً أبعاد الصورة المصغرة "
|
1168 |
-
#~ "
|
1169 |
|
1170 |
#~ msgid "Select multimedia file types"
|
1171 |
#~ msgstr "حدد أنواع ملف الوسائط المتعددة."
|
1172 |
|
1173 |
#~ msgid ""
|
1174 |
-
#~ "You can select two multimedia files types: audios and videos. If you "
|
1175 |
-
#~ "
|
1176 |
-
#~ "be ignored."
|
1177 |
#~ msgstr ""
|
1178 |
-
#~ "بإمكانك تحديد نوعين لملفات الوسائط المتعددة. إذا حددت على الأقل واحد من "
|
1179 |
-
#~ "
|
1180 |
|
1181 |
#~ msgid "Select a parent page"
|
1182 |
#~ msgstr "حدد الصفحة الأب."
|
@@ -1184,9 +1185,6 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1184 |
#~ msgid "There are no pages with child pages."
|
1185 |
#~ msgstr "لا يوجد صفحات لديها صفحات أبناء."
|
1186 |
|
1187 |
-
#~ msgid "Select post formats"
|
1188 |
-
#~ msgstr "حدد بنية المقالة"
|
1189 |
-
|
1190 |
#~ msgid "You can select posts, pages and available custom posts types."
|
1191 |
#~ msgstr "بإمكانك اختيار مقالات أو صفحات أو أنواع مقالات مخصصة متوفرة."
|
1192 |
|
@@ -1206,13 +1204,12 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1206 |
#~ msgid "Date range"
|
1207 |
#~ msgstr "النطاق الزمني"
|
1208 |
|
1209 |
-
#~ msgid ""
|
1210 |
-
#~ "To define a time segment select both the start date and the end date."
|
1211 |
#~ msgstr "لتحديد شريحة الوقت قم باختيار تاريخ البداية وتاريخ النهاية."
|
1212 |
|
1213 |
#~ msgid ""
|
1214 |
-
#~ "You can also define a time period by selecting only one date as the "
|
1215 |
-
#~ "
|
1216 |
#~ msgstr "بإمكانك تحديد الفترة الزمنية باختيار تاريخ واحد كحدّ للفترة."
|
1217 |
|
1218 |
#~ msgid "The listed dates are the date of the publication of stored posts."
|
@@ -1222,16 +1219,15 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1222 |
#~ msgstr "أي نوع من الصورة الأولى؟"
|
1223 |
|
1224 |
#~ msgid ""
|
1225 |
-
#~ "Remove the first embedded image from the post content after this image "
|
1226 |
-
#~ "
|
1227 |
-
#~ "
|
1228 |
-
#~ "
|
1229 |
-
#~ "this!</strong>"
|
1230 |
#~ msgstr ""
|
1231 |
-
#~ "أزل أو صورة مضمنة من محتوى المقالة بعد تحديد هذه الصورة كصورة بارزة. هذا "
|
1232 |
-
#~ "
|
1233 |
-
#~ "
|
1234 |
-
#~ "
|
1235 |
|
1236 |
#~ msgid ""
|
1237 |
#~ "Remove first content image even if the featured image was not changed "
|
@@ -1241,59 +1237,57 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1241 |
#~ "يعمل فقط إذا تم تفعيل خيار إزالة أول صورة مضمنة."
|
1242 |
|
1243 |
#~ msgid ""
|
1244 |
-
#~ "By default the selected images will be used multiple times in random "
|
1245 |
-
#~ "
|
1246 |
-
#~ "
|
1247 |
-
#~ "
|
1248 |
-
#~ "
|
1249 |
#~ msgstr ""
|
1250 |
-
#~ "بشكل افتراضي يتم استخدام الصور المحددة عدة مرات عشوائياً. إذا فعّلت هذا "
|
1251 |
-
#~ "
|
1252 |
-
#~ "
|
1253 |
-
#~ "
|
1254 |
|
1255 |
#~ msgid ""
|
1256 |
-
#~ "Remove existing featured images of remaining posts if all selected images "
|
1257 |
-
#~ "
|
1258 |
#~ msgstr ""
|
1259 |
-
#~ "أزل الصور البارزة الحالية من المقالات الباقية إذا تم استخدام جميع الصور. "
|
1260 |
-
#~ "
|
1261 |
|
1262 |
#~ msgid "Some advices from experience"
|
1263 |
#~ msgstr "بعض النصائح من التجربة"
|
1264 |
|
1265 |
#~ msgid ""
|
1266 |
-
#~ "Looking for external images can take a long time. Please be patient for "
|
1267 |
-
#~ "
|
1268 |
-
#~ "
|
1269 |
-
#~ "of posts."
|
1270 |
#~ msgstr ""
|
1271 |
-
#~ "البحث عن صور خارجية يمكن أن يستغرق وقتاً طويلاً. رجاءً كن صبوراً لدقيقة واحدة "
|
1272 |
-
#~ "
|
1273 |
-
#~ "
|
1274 |
|
1275 |
#~ msgid ""
|
1276 |
#~ "If you would be unsatisfied with the next results of the search for first "
|
1277 |
-
#~ "embedded images try the option for external images. Maybe that result "
|
1278 |
-
#~ "
|
1279 |
#~ msgstr ""
|
1280 |
-
#~ "إذا لم تكن راضٍ عن النتائج البحث التالية عن أول الصور المضمّنة، جرّب خيار "
|
1281 |
-
#~ "
|
1282 |
|
1283 |
-
#~ msgid ""
|
1284 |
-
#~ "Search by post format. By default the standard post format is affected."
|
1285 |
#~ msgstr "البحث بواسطة بنية المقالة. افتراضياً البنية القياسية ستتأثر."
|
1286 |
|
1287 |
#~ msgid ""
|
1288 |
-
#~ "Search for audios and videos. This filter will ignore all other post "
|
1289 |
-
#~ "
|
1290 |
#~ msgstr ""
|
1291 |
-
#~ "البحث عن الأصوات ومقاطع الفيديو. هذا الفلتر سيتجاهل كل أنواع المقالات "
|
1292 |
-
#~ "
|
1293 |
|
1294 |
#~ msgid ""
|
1295 |
-
#~ "Search by several statuses (published, draft, private etc.). By default "
|
1296 |
-
#~ "
|
1297 |
#~ msgstr ""
|
1298 |
#~ "البحث بواسطة حالات مختلفة (منشور، مسودة، خاص، إلخ). افتراضياً كل الحالات "
|
1299 |
#~ "ستتأثر."
|
@@ -1320,8 +1314,8 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1320 |
#~ "The plugin will try to find the first image embedded in the content, in a "
|
1321 |
#~ "WordPress standard gallery or attached to a post."
|
1322 |
#~ msgstr ""
|
1323 |
-
#~ "هذه الإضافة ستحاول إيجاد أول صورة مضمّنة في المحتوى أو في قائمة صور "
|
1324 |
-
#~ "
|
1325 |
|
1326 |
#~ msgid "It will also search in NextGen galleries."
|
1327 |
#~ msgstr "ستقوم أيضاً بالبحث في قوائم صور الإضافة NextGen galleries."
|
@@ -1333,27 +1327,27 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1333 |
#~ msgstr "يعمل فقط إذا '%s' تمّ تعيينه إلى '%s'"
|
1334 |
|
1335 |
#~ msgid ""
|
1336 |
-
#~ "The current theme does not support featured images. Anyway you can use "
|
1337 |
-
#~ "
|
1338 |
-
#~ "
|
1339 |
#~ msgstr ""
|
1340 |
#~ "قالب الموقع الحالي لا يدعم الصور البارزة. على كل حال بإمكانك استخدام هذه "
|
1341 |
#~ "الإضافة. القواعد ستخزّن وستكون ظاهرة عند استخدام قالب يدعم الصور البارزة."
|
1342 |
|
1343 |
#~ msgid ""
|
1344 |
#~ "The current theme does not support post formats. Anyway you can use this "
|
1345 |
-
#~ "plugin. The rules are stored and will be visible in a theme which "
|
1346 |
-
#~ "
|
1347 |
#~ msgstr ""
|
1348 |
#~ "قالب الموقع الحالي لا يدعم بنية المقالات. على كل حال بإمكانك استخدام هذه "
|
1349 |
#~ "الإضافة. القواعد ستخزّن وستكون ظاهرة عند استخدام قالب يدعم بنية المقالات."
|
1350 |
|
1351 |
#~ msgid ""
|
1352 |
-
#~ "Activate to automatically use the first attached image if no content "
|
1353 |
-
#~ "
|
1354 |
#~ msgstr ""
|
1355 |
-
#~ "تفعيل هذا الخيار لاستخدام أول صورة مرفقة إذا لم يكن هناك صورة مضمّنة في "
|
1356 |
-
#~ "
|
1357 |
|
1358 |
#~ msgid "matched search string in post title. If not then..."
|
1359 |
#~ msgstr "توافق نصّ البحث مع عنوان المقالة. إذا لم يتحقق ذلك فسيتم..."
|
@@ -1389,8 +1383,7 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1389 |
#~ msgstr "إلغاء تفعيل الرخصة"
|
1390 |
|
1391 |
#~ msgid ""
|
1392 |
-
#~ "Click to deactivate the license if you do not want to use it on this "
|
1393 |
-
#~ "server."
|
1394 |
#~ msgstr "اضغط لإلغاء تفعيل الرخصة إذا لم تشأ استخدامها على هذا الخادم."
|
1395 |
|
1396 |
#~ msgid "The license expired on %1$s at %2$s."
|
@@ -1402,8 +1395,7 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1402 |
#~ msgid "Activate License"
|
1403 |
#~ msgstr "تفعيل الرخصة"
|
1404 |
|
1405 |
-
#~ msgid ""
|
1406 |
-
#~ "Click to activate the license after you have entered your license key."
|
1407 |
#~ msgstr "اضغط لتفعيل الرخصة بعد إدخالك لمفتاح الرخصة."
|
1408 |
|
1409 |
#~ msgid "Important advices about the license"
|
@@ -1413,23 +1405,23 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1413 |
#~ msgstr "لماذا الرخصة؟"
|
1414 |
|
1415 |
#~ msgid ""
|
1416 |
-
#~ "With activating the license you will receive automatic upgrades of the "
|
1417 |
-
#~ "
|
1418 |
-
#~ "
|
1419 |
#~ msgstr ""
|
1420 |
-
#~ "بتفعيل الرخصة ستحصل على ترقيات آلية للإضافة لمدة 365 يوماً منذ يوم الشراء. "
|
1421 |
-
#~ "
|
1422 |
|
1423 |
#~ msgid "Terms of the license"
|
1424 |
#~ msgstr "شروط الرخصة"
|
1425 |
|
1426 |
#~ msgid ""
|
1427 |
-
#~ "By activating this license you are also confirming your agreement to be "
|
1428 |
-
#~ "
|
1429 |
#~ "acknowledged at the time of the purchase checkout."
|
1430 |
#~ msgstr ""
|
1431 |
-
#~ "بتفعيل هذه الرخصة أنت أيضاً تؤكد موافقتك موافقتك على الالتزام بشروط "
|
1432 |
-
#~ "
|
1433 |
|
1434 |
#~ msgid "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
|
1435 |
#~ msgstr "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
|
@@ -1438,14 +1430,13 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1438 |
#~ msgstr "اقرأ شروط الترخيص (في هذه النافذة)"
|
1439 |
|
1440 |
#~ msgid ""
|
1441 |
-
#~ "This includes that the warranty offered by the plugin author is limited "
|
1442 |
-
#~ "
|
1443 |
-
#~ "
|
1444 |
-
#~ "this plugin."
|
1445 |
#~ msgstr ""
|
1446 |
#~ "هذا يتضمن أن الكفالة المقدمة من قبل مبرمج الإضافة تقتصر فقط على تصحيح أي "
|
1447 |
-
#~ "عيوب، وأن مبرمج الإضافة لن يتم إيقافة وأنه غير مسؤول تجاه أي إجراءات أو "
|
1448 |
-
#~ "
|
1449 |
|
1450 |
#~ msgid "Contact"
|
1451 |
#~ msgstr "تواصل"
|
@@ -1454,8 +1445,8 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1454 |
#~ "If you have any issues and problems with activating you can contact the "
|
1455 |
#~ "plugin author for solutions."
|
1456 |
#~ msgstr ""
|
1457 |
-
#~ "إذا واجهتك أي مشاكل بعملية التفعيل بإمكانك التواصل مع مبرمج الإضافة "
|
1458 |
-
#~ "
|
1459 |
|
1460 |
#~ msgid "http://www.quickfeaturedimages.com/contact/"
|
1461 |
#~ 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-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"
|
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
|
44 |
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
msgstr "مرحباً بك في %s! يمكنك أن تجد الإضافة في %s."
|
46 |
|
47 |
+
#: admin/class-quick-featured-images-defaults.php:188
|
48 |
msgid "Changes saved."
|
49 |
msgstr "تمّ حفظ التغييرات."
|
50 |
|
51 |
+
#: admin/class-quick-featured-images-defaults.php:191
|
52 |
msgid "No changes were saved."
|
53 |
msgstr "لم يتمّ حفظ تغييرات."
|
54 |
|
55 |
+
#: admin/class-quick-featured-images-defaults.php:228
|
56 |
msgid "Preset Featured Images"
|
57 |
msgstr "صور بارزة مجهّزة مسبقاً."
|
58 |
|
59 |
+
#: admin/class-quick-featured-images-defaults.php:239
|
60 |
msgid "Set default featured images for future posts"
|
61 |
msgstr "اختيار صورة بارزة افتراضية للمقالات المستقبلية."
|
62 |
|
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 |
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 |
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 |
|
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 |
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 |
|
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 |
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
"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 "Bulk set as featured image". "
|
622 |
+
"3. After a click on it you can move on in this plugin."
|
623 |
msgstr ""
|
624 |
+
"1. اذهب إلى مكتبة الوسائط. 2. انقل الماوس فوق الصورة التي ترغب بها. المزيد من "
|
625 |
+
"الروابط ستظهر، بينهم الرابط "حدد كصورة بارزة لمجموعة دفعة واحدة". 3. "
|
626 |
+
"بعد الضغط عليه بإمكانك الإكمال في هذه الإضافة."
|
627 |
|
628 |
#: admin/views/form_start.php:66
|
629 |
msgid "Actions with multiple images"
|
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 |
"تجاهلها."
|
682 |
|
683 |
+
#: admin/views/section_defaults.php:215
|
|
|
|
|
|
|
|
|
684 |
msgid "An image overwrites an existing image"
|
685 |
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"
|
705 |
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"
|
727 |
msgstr "إضافة قاعدة"
|
728 |
|
729 |
+
#: admin/views/section_defaults.php:437
|
730 |
+
msgid "Are you sure to remove this rule?"
|
731 |
+
msgstr "هل أنت متأكد من إزالة القاعدة؟"
|
732 |
+
|
733 |
+
#: admin/views/section_defaults.php:440
|
734 |
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 |
|
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 |
"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 |
|
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 |
#~ "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 |
#~ 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 |
#~ 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 |
#~ 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 |
#~ "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 "حدد الصفحة الأب."
|
1185 |
#~ msgid "There are no pages with child pages."
|
1186 |
#~ msgstr "لا يوجد صفحات لديها صفحات أبناء."
|
1187 |
|
|
|
|
|
|
|
1188 |
#~ msgid "You can select posts, pages and available custom posts types."
|
1189 |
#~ msgstr "بإمكانك اختيار مقالات أو صفحات أو أنواع مقالات مخصصة متوفرة."
|
1190 |
|
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 |
#~ 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 |
#~ "يعمل فقط إذا تم تفعيل خيار إزالة أول صورة مضمنة."
|
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 |
#~ "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 |
#~ 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 |
#~ 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 |
#~ 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 |
#~ 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 |
#~ 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 |
#~ "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/"
|
languages/quick-featured-images-de_DE.mo
CHANGED
Binary file
|
languages/quick-featured-images-de_DE.po
CHANGED
@@ -4,15 +4,15 @@ 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-
|
8 |
-
"PO-Revision-Date: 2015-
|
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"
|
15 |
-
"X-Generator: Poedit 1.8.
|
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"
|
@@ -43,19 +43,19 @@ msgstr ""
|
|
43 |
msgid "Welcome to %s! You can find the plugin at %s."
|
44 |
msgstr "Willkommen zu %s! Du kannst das Plugin finden unter %s."
|
45 |
|
46 |
-
#: admin/class-quick-featured-images-defaults.php:
|
47 |
msgid "Changes saved."
|
48 |
msgstr "Änderungen gespeichert."
|
49 |
|
50 |
-
#: admin/class-quick-featured-images-defaults.php:
|
51 |
msgid "No changes were saved."
|
52 |
msgstr "Keine Änderungen gespeichert."
|
53 |
|
54 |
-
#: admin/class-quick-featured-images-defaults.php:
|
55 |
msgid "Preset Featured Images"
|
56 |
msgstr "Voreingestellte Beitragsbilder"
|
57 |
|
58 |
-
#: admin/class-quick-featured-images-defaults.php:
|
59 |
msgid "Set default featured images for future posts"
|
60 |
msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
|
61 |
|
@@ -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:
|
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:
|
488 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
489 |
msgid "/"
|
490 |
msgstr "/de"
|
@@ -733,15 +733,19 @@ msgstr ""
|
|
733 |
"Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
|
734 |
"Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
|
735 |
|
736 |
-
#: admin/views/section_defaults.php:
|
737 |
-
msgid "Are you sure to remove this rule?"
|
738 |
-
msgstr "Willst du diese Regel wirklich löschen?"
|
739 |
-
|
740 |
-
#: admin/views/section_defaults.php:217
|
741 |
msgid "An image overwrites an existing image"
|
742 |
msgstr "Ein Bild überschreibt ein bestehendes Bild"
|
743 |
|
744 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
745 |
msgid ""
|
746 |
"If activated the rule is used automatically while saving a post to overwrite "
|
747 |
"an existing featured image with the new one based on the following rules. Do "
|
@@ -752,19 +756,19 @@ msgstr ""
|
|
752 |
"folgenden Regeln zu überschreiben. Verwende diese Option nicht, wenn du "
|
753 |
"manuell gesetzte Beitragsbilder beibehalten willst."
|
754 |
|
755 |
-
#: admin/views/section_defaults.php:226
|
756 |
-
msgid ""
|
757 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
758 |
-
"a post"
|
759 |
-
msgstr ""
|
760 |
-
"Überschreibe ein bestehendes Beitragsbild automatisch beim Speichern eines "
|
761 |
-
"Beitrags"
|
762 |
-
|
763 |
#: admin/views/section_defaults.php:233
|
764 |
msgid "Text with images in WordPress editor"
|
765 |
msgstr "Text mit Bildern im WordPress-Editor"
|
766 |
|
767 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
768 |
msgid ""
|
769 |
"If activated the rule is used automatically while saving a post to set the "
|
770 |
"first content image - if available in the media library - as the featured "
|
@@ -776,31 +780,43 @@ msgstr ""
|
|
776 |
"als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
|
777 |
"enthalten, werden die nächsten Regeln angewandt."
|
778 |
|
779 |
-
#: admin/views/section_defaults.php:
|
780 |
-
msgid ""
|
781 |
-
"Activate to automatically use the first content image if available in the "
|
782 |
-
"media library as featured image while saving a post"
|
783 |
-
msgstr ""
|
784 |
-
"Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
|
785 |
-
"Beitragsbild automatisch beim Speichern eines Beitrags"
|
786 |
-
|
787 |
-
#: admin/views/section_defaults.php:433
|
788 |
msgid "Add rule"
|
789 |
msgstr "Regel hinzufügen"
|
790 |
|
791 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
792 |
msgid "Additional rules in the premium version"
|
793 |
msgstr "Zusätzliche Regeln in der Premium-Version"
|
794 |
|
795 |
-
#: admin/views/section_defaults.php:
|
796 |
-
msgid "
|
797 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
798 |
|
799 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
800 |
msgid "How the rules work"
|
801 |
msgstr "Wie die Regeln funktionieren"
|
802 |
|
803 |
-
#: admin/views/section_defaults.php:
|
804 |
msgid ""
|
805 |
"Every time you save a post the post get the featured image if one of the "
|
806 |
"following rules match a property of the post. You can also set rules for "
|
@@ -811,7 +827,7 @@ msgstr ""
|
|
811 |
"zutrifft. Du kannst die Regeln auch für Seiten und alle anderen "
|
812 |
"Inhaltstypen, die Beitragsbilder unterstützen, setzen."
|
813 |
|
814 |
-
#: admin/views/section_defaults.php:
|
815 |
msgid ""
|
816 |
"Regardless of the order in the list the rules are applied in the following "
|
817 |
"order until a rule and a property of the post fit together:"
|
@@ -820,35 +836,35 @@ msgstr ""
|
|
820 |
"Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
|
821 |
"übereinstimmen:"
|
822 |
|
823 |
-
#: admin/views/section_defaults.php:
|
824 |
msgid "found first content image. If not then..."
|
825 |
msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
|
826 |
|
827 |
-
#: admin/views/section_defaults.php:
|
828 |
msgid "matched custom taxonomy. If not then..."
|
829 |
msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
|
830 |
|
831 |
-
#: admin/views/section_defaults.php:
|
832 |
msgid "matched tag. If not then..."
|
833 |
msgstr "passendes Schlagwort. Wenn nicht, dann..."
|
834 |
|
835 |
-
#: admin/views/section_defaults.php:
|
836 |
msgid "matched category. If not then..."
|
837 |
msgstr "passende Kategorie. Wenn nicht, dann..."
|
838 |
|
839 |
-
#: admin/views/section_defaults.php:
|
840 |
msgid "matched author. If not then..."
|
841 |
msgstr "passender Autor. Wenn nicht, dann..."
|
842 |
|
843 |
-
#: admin/views/section_defaults.php:
|
844 |
msgid "matched post type. If not then..."
|
845 |
msgstr "passender Inhaltstyp. Wenn nicht, dann..."
|
846 |
|
847 |
-
#: admin/views/section_defaults.php:
|
848 |
msgid "no featured image."
|
849 |
msgstr "kein Beitragsbild."
|
850 |
|
851 |
-
#: admin/views/section_defaults.php:
|
852 |
msgid ""
|
853 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
854 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -1002,6 +1018,10 @@ msgstr "Nicht geändert"
|
|
1002 |
msgid "No matches found."
|
1003 |
msgstr "Keine Treffer gefunden."
|
1004 |
|
|
|
|
|
|
|
|
|
1005 |
#~ msgid "Post type"
|
1006 |
#~ msgstr "Inhaltstyp"
|
1007 |
|
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"
|
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"
|
43 |
msgid "Welcome to %s! You can find the plugin at %s."
|
44 |
msgstr "Willkommen zu %s! Du kannst das Plugin finden unter %s."
|
45 |
|
46 |
+
#: admin/class-quick-featured-images-defaults.php:188
|
47 |
msgid "Changes saved."
|
48 |
msgstr "Änderungen gespeichert."
|
49 |
|
50 |
+
#: admin/class-quick-featured-images-defaults.php:191
|
51 |
msgid "No changes were saved."
|
52 |
msgstr "Keine Änderungen gespeichert."
|
53 |
|
54 |
+
#: admin/class-quick-featured-images-defaults.php:228
|
55 |
msgid "Preset Featured Images"
|
56 |
msgstr "Voreingestellte Beitragsbilder"
|
57 |
|
58 |
+
#: admin/class-quick-featured-images-defaults.php:239
|
59 |
msgid "Set default featured images for future posts"
|
60 |
msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
|
61 |
|
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 |
# 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"
|
733 |
"Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
|
734 |
"Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
|
735 |
|
736 |
+
#: admin/views/section_defaults.php:215
|
|
|
|
|
|
|
|
|
737 |
msgid "An image overwrites an existing image"
|
738 |
msgstr "Ein Bild überschreibt ein bestehendes Bild"
|
739 |
|
740 |
+
#: admin/views/section_defaults.php:222
|
741 |
+
msgid ""
|
742 |
+
"Activate to automatically overwrite an existing featured image while saving "
|
743 |
+
"a post"
|
744 |
+
msgstr ""
|
745 |
+
"Überschreibe ein bestehendes Beitragsbild automatisch beim Speichern eines "
|
746 |
+
"Beitrags"
|
747 |
+
|
748 |
+
#: admin/views/section_defaults.php:225
|
749 |
msgid ""
|
750 |
"If activated the rule is used automatically while saving a post to overwrite "
|
751 |
"an existing featured image with the new one based on the following rules. Do "
|
756 |
"folgenden Regeln zu überschreiben. Verwende diese Option nicht, wenn du "
|
757 |
"manuell gesetzte Beitragsbilder beibehalten willst."
|
758 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
759 |
#: admin/views/section_defaults.php:233
|
760 |
msgid "Text with images in WordPress editor"
|
761 |
msgstr "Text mit Bildern im WordPress-Editor"
|
762 |
|
763 |
+
#: admin/views/section_defaults.php:240
|
764 |
+
msgid ""
|
765 |
+
"Activate to automatically use the first content image if available in the "
|
766 |
+
"media library as featured image while saving a post"
|
767 |
+
msgstr ""
|
768 |
+
"Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
|
769 |
+
"Beitragsbild automatisch beim Speichern eines Beitrags"
|
770 |
+
|
771 |
+
#: admin/views/section_defaults.php:241
|
772 |
msgid ""
|
773 |
"If activated the rule is used automatically while saving a post to set the "
|
774 |
"first content image - if available in the media library - as the featured "
|
780 |
"als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
|
781 |
"enthalten, werden die nächsten Regeln angewandt."
|
782 |
|
783 |
+
#: admin/views/section_defaults.php:432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
784 |
msgid "Add rule"
|
785 |
msgstr "Regel hinzufügen"
|
786 |
|
787 |
+
#: admin/views/section_defaults.php:437
|
788 |
+
msgid "Are you sure to remove this rule?"
|
789 |
+
msgstr "Willst du diese Regel wirklich löschen?"
|
790 |
+
|
791 |
+
#: admin/views/section_defaults.php:440
|
792 |
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"
|
799 |
+
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 |
"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 |
"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."
|
1018 |
msgid "No matches found."
|
1019 |
msgstr "Keine Treffer gefunden."
|
1020 |
|
1021 |
+
#~ msgid ""
|
1022 |
+
#~ "Use of first external image instead of only uploaded to the media library"
|
1023 |
+
#~ msgstr "Verwendung des ersten"
|
1024 |
+
|
1025 |
#~ msgid "Post type"
|
1026 |
#~ msgstr "Inhaltstyp"
|
1027 |
|
languages/quick-featured-images-es_ES.mo
CHANGED
Binary file
|
languages/quick-featured-images-es_ES.po
CHANGED
@@ -4,15 +4,15 @@ 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-
|
8 |
-
"PO-Revision-Date: 2015-
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: m.stehle@gmx.de\n"
|
11 |
"Language: es_ES\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 1.8.
|
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"
|
@@ -44,19 +44,19 @@ msgstr ""
|
|
44 |
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
msgstr "Bienvenido a %s! Puedes encontrar el plugin en %s."
|
46 |
|
47 |
-
#: admin/class-quick-featured-images-defaults.php:
|
48 |
msgid "Changes saved."
|
49 |
msgstr "Los cambios están guardados."
|
50 |
|
51 |
-
#: admin/class-quick-featured-images-defaults.php:
|
52 |
msgid "No changes were saved."
|
53 |
msgstr "No hay ningún cambio guardado."
|
54 |
|
55 |
-
#: admin/class-quick-featured-images-defaults.php:
|
56 |
msgid "Preset Featured Images"
|
57 |
msgstr "Restablece las imágenes destacadas"
|
58 |
|
59 |
-
#: admin/class-quick-featured-images-defaults.php:
|
60 |
msgid "Set default featured images for future posts"
|
61 |
msgstr ""
|
62 |
"Establece las imágenes destacadas predeterminadas para los futuros posts"
|
@@ -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:
|
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:
|
493 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
494 |
msgid "/"
|
495 |
msgstr "/es"
|
@@ -737,15 +737,19 @@ msgstr ""
|
|
737 |
"Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
|
738 |
"regla que es sólo parcialmente definida, será ignorada."
|
739 |
|
740 |
-
#: admin/views/section_defaults.php:
|
741 |
-
msgid "Are you sure to remove this rule?"
|
742 |
-
msgstr "¿Estás seguro de que deseas eliminar esta regla?"
|
743 |
-
|
744 |
-
#: admin/views/section_defaults.php:217
|
745 |
msgid "An image overwrites an existing image"
|
746 |
msgstr "La imagen sobrescribe la imagen existente."
|
747 |
|
748 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
749 |
msgid ""
|
750 |
"If activated the rule is used automatically while saving a post to overwrite "
|
751 |
"an existing featured image with the new one based on the following rules. Do "
|
@@ -756,19 +760,20 @@ msgstr ""
|
|
756 |
"reglas siguientes. No uses esta función si quieres mantener el "
|
757 |
"establecimiento de las imágenes destacadas de forma manual."
|
758 |
|
759 |
-
#: admin/views/section_defaults.php:226
|
760 |
-
msgid ""
|
761 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
762 |
-
"a post"
|
763 |
-
msgstr ""
|
764 |
-
"Actívalo para sobrescribir la imagen destacada existente mientras se está "
|
765 |
-
"guardando el post."
|
766 |
-
|
767 |
#: admin/views/section_defaults.php:233
|
768 |
msgid "Text with images in WordPress editor"
|
769 |
msgstr "Los textos con imágenes en el editor de WordPress."
|
770 |
|
771 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
772 |
msgid ""
|
773 |
"If activated the rule is used automatically while saving a post to set the "
|
774 |
"first content image - if available in the media library - as the featured "
|
@@ -781,32 +786,43 @@ msgstr ""
|
|
781 |
"el post no tiene las imágenes del contenido se aplicarán las reglas "
|
782 |
"siguientes."
|
783 |
|
784 |
-
#: admin/views/section_defaults.php:
|
785 |
-
msgid ""
|
786 |
-
"Activate to automatically use the first content image if available in the "
|
787 |
-
"media library as featured image while saving a post"
|
788 |
-
msgstr ""
|
789 |
-
"Actívalo para usar automáticamente la primera imagen del contenido si está "
|
790 |
-
"disponible en Media Library como la imagen destacada mientras se está "
|
791 |
-
"guardando el post."
|
792 |
-
|
793 |
-
#: admin/views/section_defaults.php:433
|
794 |
msgid "Add rule"
|
795 |
msgstr "Añade la regla"
|
796 |
|
797 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
798 |
msgid "Additional rules in the premium version"
|
799 |
msgstr "Reglas adicionales en la Pro versión"
|
800 |
|
801 |
-
#: admin/views/section_defaults.php:
|
802 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
803 |
msgstr "El término de búsqueda en el título de la entrada"
|
804 |
|
805 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
806 |
msgid "How the rules work"
|
807 |
msgstr "Cómo funcionan las reglas"
|
808 |
|
809 |
-
#: admin/views/section_defaults.php:
|
810 |
msgid ""
|
811 |
"Every time you save a post the post get the featured image if one of the "
|
812 |
"following rules match a property of the post. You can also set rules for "
|
@@ -817,7 +833,7 @@ msgstr ""
|
|
817 |
"establecer las reglas para las páginas y todos otros post actuales que "
|
818 |
"soportan imágenes destacadas."
|
819 |
|
820 |
-
#: admin/views/section_defaults.php:
|
821 |
msgid ""
|
822 |
"Regardless of the order in the list the rules are applied in the following "
|
823 |
"order until a rule and a property of the post fit together:"
|
@@ -825,35 +841,35 @@ msgstr ""
|
|
825 |
"Independientemente del orden de la lista, las reglas se aplican en el orden "
|
826 |
"siguiente hasta que la regla y la propiedad encajen bien."
|
827 |
|
828 |
-
#: admin/views/section_defaults.php:
|
829 |
msgid "found first content image. If not then..."
|
830 |
msgstr "La primera imagen del contenido encontrada. Si no es así, entonces…."
|
831 |
|
832 |
-
#: admin/views/section_defaults.php:
|
833 |
msgid "matched custom taxonomy. If not then..."
|
834 |
msgstr "La taxonomía correspondiente personalizada. Si no es así entonces….,"
|
835 |
|
836 |
-
#: admin/views/section_defaults.php:
|
837 |
msgid "matched tag. If not then..."
|
838 |
msgstr "La etiqueta correspondiente. Si no es así, entonces…."
|
839 |
|
840 |
-
#: admin/views/section_defaults.php:
|
841 |
msgid "matched category. If not then..."
|
842 |
msgstr "La categoría correspondiente. Si no es así, entonces…."
|
843 |
|
844 |
-
#: admin/views/section_defaults.php:
|
845 |
msgid "matched author. If not then..."
|
846 |
msgstr "El autor correspondiente. Si no es así, entonces….."
|
847 |
|
848 |
-
#: admin/views/section_defaults.php:
|
849 |
msgid "matched post type. If not then..."
|
850 |
msgstr "El autor correspondiente. Si no es así, entonces….."
|
851 |
|
852 |
-
#: admin/views/section_defaults.php:
|
853 |
msgid "no featured image."
|
854 |
msgstr "No hay ninguna imagen destacada"
|
855 |
|
856 |
-
#: admin/views/section_defaults.php:
|
857 |
msgid ""
|
858 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
859 |
"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-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"
|
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"
|
44 |
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
msgstr "Bienvenido a %s! Puedes encontrar el plugin en %s."
|
46 |
|
47 |
+
#: admin/class-quick-featured-images-defaults.php:188
|
48 |
msgid "Changes saved."
|
49 |
msgstr "Los cambios están guardados."
|
50 |
|
51 |
+
#: admin/class-quick-featured-images-defaults.php:191
|
52 |
msgid "No changes were saved."
|
53 |
msgstr "No hay ningún cambio guardado."
|
54 |
|
55 |
+
#: admin/class-quick-featured-images-defaults.php:228
|
56 |
msgid "Preset Featured Images"
|
57 |
msgstr "Restablece las imágenes destacadas"
|
58 |
|
59 |
+
#: admin/class-quick-featured-images-defaults.php:239
|
60 |
msgid "Set default featured images for future posts"
|
61 |
msgstr ""
|
62 |
"Establece las imágenes destacadas predeterminadas para los futuros posts"
|
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"
|
737 |
"Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
|
738 |
"regla que es sólo parcialmente definida, será ignorada."
|
739 |
|
740 |
+
#: admin/views/section_defaults.php:215
|
|
|
|
|
|
|
|
|
741 |
msgid "An image overwrites an existing image"
|
742 |
msgstr "La imagen sobrescribe la imagen existente."
|
743 |
|
744 |
+
#: admin/views/section_defaults.php:222
|
745 |
+
msgid ""
|
746 |
+
"Activate to automatically overwrite an existing featured image while saving "
|
747 |
+
"a post"
|
748 |
+
msgstr ""
|
749 |
+
"Actívalo para sobrescribir la imagen destacada existente mientras se está "
|
750 |
+
"guardando el post."
|
751 |
+
|
752 |
+
#: admin/views/section_defaults.php:225
|
753 |
msgid ""
|
754 |
"If activated the rule is used automatically while saving a post to overwrite "
|
755 |
"an existing featured image with the new one based on the following rules. Do "
|
760 |
"reglas siguientes. No uses esta función si quieres mantener el "
|
761 |
"establecimiento de las imágenes destacadas de forma manual."
|
762 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
763 |
#: admin/views/section_defaults.php:233
|
764 |
msgid "Text with images in WordPress editor"
|
765 |
msgstr "Los textos con imágenes en el editor de WordPress."
|
766 |
|
767 |
+
#: admin/views/section_defaults.php:240
|
768 |
+
msgid ""
|
769 |
+
"Activate to automatically use the first content image if available in the "
|
770 |
+
"media library as featured image while saving a post"
|
771 |
+
msgstr ""
|
772 |
+
"Actívalo para usar automáticamente la primera imagen del contenido si está "
|
773 |
+
"disponible en Media Library como la imagen destacada mientras se está "
|
774 |
+
"guardando el post."
|
775 |
+
|
776 |
+
#: admin/views/section_defaults.php:241
|
777 |
msgid ""
|
778 |
"If activated the rule is used automatically while saving a post to set the "
|
779 |
"first content image - if available in the media library - as the featured "
|
786 |
"el post no tiene las imágenes del contenido se aplicarán las reglas "
|
787 |
"siguientes."
|
788 |
|
789 |
+
#: admin/views/section_defaults.php:432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
790 |
msgid "Add rule"
|
791 |
msgstr "Añade la regla"
|
792 |
|
793 |
+
#: admin/views/section_defaults.php:437
|
794 |
+
msgid "Are you sure to remove this rule?"
|
795 |
+
msgstr "¿Estás seguro de que deseas eliminar esta regla?"
|
796 |
+
|
797 |
+
#: admin/views/section_defaults.php:440
|
798 |
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"
|
805 |
+
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 |
"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 |
"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."
|
languages/quick-featured-images.pot
CHANGED
@@ -4,13 +4,15 @@ 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-
|
8 |
-
"PO-Revision-Date: 2015-
|
|
|
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"
|
13 |
-
"X-Generator: Poedit 1.8.
|
14 |
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
15 |
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
@@ -31,19 +33,19 @@ msgstr ""
|
|
31 |
msgid "Welcome to %s! You can find the plugin at %s."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: admin/class-quick-featured-images-defaults.php:
|
35 |
msgid "Changes saved."
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: admin/class-quick-featured-images-defaults.php:
|
39 |
msgid "No changes were saved."
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: admin/class-quick-featured-images-defaults.php:
|
43 |
msgid "Preset Featured Images"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: admin/class-quick-featured-images-defaults.php:
|
47 |
msgid "Set default featured images for future posts"
|
48 |
msgstr ""
|
49 |
|
@@ -407,7 +409,7 @@ msgstr ""
|
|
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:
|
411 |
#: admin/views/section_overview.php:91
|
412 |
msgid "Get the premium version"
|
413 |
msgstr ""
|
@@ -415,7 +417,7 @@ 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:
|
419 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
420 |
msgid "/"
|
421 |
msgstr ""
|
@@ -584,87 +586,99 @@ msgstr ""
|
|
584 |
msgid "To use a rule choose the image and set both the taxonomy and the value. A rule which is defined only partially will be ignored."
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: admin/views/section_defaults.php:
|
588 |
-
msgid "Are you sure to remove this rule?"
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: admin/views/section_defaults.php:217
|
592 |
msgid "An image overwrites an existing image"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: admin/views/section_defaults.php:
|
596 |
-
msgid "
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: admin/views/section_defaults.php:
|
600 |
-
msgid "
|
601 |
msgstr ""
|
602 |
|
603 |
#: admin/views/section_defaults.php:233
|
604 |
msgid "Text with images in WordPress editor"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: admin/views/section_defaults.php:
|
608 |
-
msgid "
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: admin/views/section_defaults.php:
|
612 |
-
msgid "
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: admin/views/section_defaults.php:
|
616 |
msgid "Add rule"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
620 |
msgid "Additional rules in the premium version"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: admin/views/section_defaults.php:
|
624 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: admin/views/section_defaults.php:
|
628 |
msgid "How the rules work"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: admin/views/section_defaults.php:
|
632 |
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."
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: admin/views/section_defaults.php:
|
636 |
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:"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: admin/views/section_defaults.php:
|
640 |
msgid "found first content image. If not then..."
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: admin/views/section_defaults.php:
|
644 |
msgid "matched custom taxonomy. If not then..."
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: admin/views/section_defaults.php:
|
648 |
msgid "matched tag. If not then..."
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: admin/views/section_defaults.php:
|
652 |
msgid "matched category. If not then..."
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: admin/views/section_defaults.php:
|
656 |
msgid "matched author. If not then..."
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: admin/views/section_defaults.php:
|
660 |
msgid "matched post type. If not then..."
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: admin/views/section_defaults.php:
|
664 |
msgid "no featured image."
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: admin/views/section_defaults.php:
|
668 |
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."
|
669 |
msgstr ""
|
670 |
|
@@ -800,9 +814,3 @@ msgstr ""
|
|
800 |
#: admin/views/section_results.php:70
|
801 |
msgid "No matches found."
|
802 |
msgstr ""
|
803 |
-
|
804 |
-
#~ msgid "Post type"
|
805 |
-
#~ msgstr ""
|
806 |
-
|
807 |
-
#~ msgid "Taxonomy"
|
808 |
-
#~ 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-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"
|
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"
|
33 |
msgid "Welcome to %s! You can find the plugin at %s."
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: admin/class-quick-featured-images-defaults.php:188
|
37 |
msgid "Changes saved."
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: admin/class-quick-featured-images-defaults.php:191
|
41 |
msgid "No changes were saved."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: admin/class-quick-featured-images-defaults.php:228
|
45 |
msgid "Preset Featured Images"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: admin/class-quick-featured-images-defaults.php:239
|
49 |
msgid "Set default featured images for future posts"
|
50 |
msgstr ""
|
51 |
|
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 |
# 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 ""
|
586 |
msgid "To use a rule choose the image and set both the taxonomy and the value. A rule which is defined only partially will be ignored."
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: admin/views/section_defaults.php:215
|
|
|
|
|
|
|
|
|
590 |
msgid "An image overwrites an existing image"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: admin/views/section_defaults.php:222
|
594 |
+
msgid "Activate to automatically overwrite an existing featured image while saving a post"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: admin/views/section_defaults.php:225
|
598 |
+
msgid "If activated the rule is used automatically while saving a post to overwrite an existing featured image with the new one based on the following rules. Do not use this if you want to keep manually set featured images."
|
599 |
msgstr ""
|
600 |
|
601 |
#: admin/views/section_defaults.php:233
|
602 |
msgid "Text with images in WordPress editor"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: admin/views/section_defaults.php:240
|
606 |
+
msgid "Activate to automatically use the first content image if available in the media library as featured image while saving a post"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: admin/views/section_defaults.php:241
|
610 |
+
msgid "If activated the rule is used automatically while saving a post to set the first content image - if available in the media library - as the featured image of the post. If the post has no content images the next rules will be applied."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: admin/views/section_defaults.php:432
|
614 |
msgid "Add rule"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: admin/views/section_defaults.php:437
|
618 |
+
msgid "Are you sure to remove this rule?"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: admin/views/section_defaults.php:440
|
622 |
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 |
#: admin/views/section_results.php:70
|
815 |
msgid "No matches found."
|
816 |
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.
|
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
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|