Version Description
- Improved: Presets are working in the frontend, too, e.g. at creating a post with Gravity Forms
- Improved: Headline structure since WP 4.4 for better accessibility
- Refactored: Page 'Preset Images'
- Tested successfully with WordPress 4.4.2
- Updated *.pot file and translations
Download this release
Release Info
Developer | Hinjiriyo |
Plugin | Quick Featured Images |
Version | 11.7 |
Comparing to | |
See all releases |
Code changes from version 11.6.1 to 11.7
- README.txt +17 -7
- admin/assets/css/admin.css +7 -7
- admin/class-quick-featured-images-admin.php +1 -1
- admin/views/filter_category.php +1 -1
- admin/views/filter_post_types.php +1 -1
- admin/views/filter_tag.php +1 -1
- admin/views/form_back_to_selection.php +1 -1
- admin/views/form_confirm.php +3 -3
- admin/views/form_refine.php +1 -1
- admin/views/form_select.php +6 -6
- admin/views/form_start.php +6 -6
- admin/views/section_defaults.php +88 -74
- admin/views/section_errormsg.php +3 -3
- admin/views/section_footer.php +1 -1
- admin/views/section_header.php +1 -1
- admin/views/section_header_progress.php +2 -2
- admin/views/section_image.php +6 -6
- admin/views/section_overview.php +5 -5
- admin/views/section_results.php +2 -2
- languages/quick-featured-images-ar.mo +0 -0
- languages/quick-featured-images-ar.po +50 -49
- languages/quick-featured-images-de_DE.mo +0 -0
- languages/quick-featured-images-de_DE.po +50 -49
- languages/quick-featured-images-es_ES.mo +0 -0
- languages/quick-featured-images-es_ES.po +50 -49
- languages/quick-featured-images.pot +50 -56
- quick-featured-images.php +21 -22
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: Hinjiriyo
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
|
4 |
Tags: add, arabic, assign, associate, attach, attachment, attachments, audio, audios, author, auto, automatic, batch, bulk, categories, category, change, column, control, custom post type, custom post types, custom taxonomies, custom taxonomy, date, dates, default, define, delete, detach, exchange, featured, featured image, featured images, filter, gallery, galleries, image, image size, images, mass, media, mime, multimedia, nextgen, pages, parent page, period, post type, post types, posts, quick, random, rapid, remove, replace, rules, search, set, standard, tag, taxonomies, taxonomy, thumb, thumbnail, thumbnails, thumbs, time, unset, update, user, video, videos, spanish, español, deutsch, german
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.4
|
7 |
-
Stable tag: 11.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -25,16 +25,16 @@ The plugin 'Quick Featured Images' helps you bulk managing featured images, sett
|
|
25 |
You get the free version here. If you want to include **audios, videos and custom post types** and get more options then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
26 |
|
27 |
= What users said =
|
28 |
-
*
|
29 |
-
* **Number
|
30 |
-
* **
|
|
|
|
|
31 |
* **"The Best Plugin I ever saw - I would like to rate it 10/5"** by MovieMagia on November 25, 2014
|
32 |
* **Number 2** in [Top 5 WordPress plugins van de maand september](http://webtalis.nl/top-5-wordpress-plugins-van-de-maand-september/) by Webtalis on September 5, 2014
|
33 |
* **"Literally 5 minutes changed over 300 posts! Brilliant!!!!"** by Bob on September 4, 2014
|
34 |
* **"It's a life saver ... and is ridiculously fast!"** by Orlof on August 26, 2014
|
35 |
* **"Finally! It's about time somebody got it right!"** by yallways on August 3, 2014
|
36 |
-
* **"Sooo damn convenient!"** by Benbodhi on July 2, 2014
|
37 |
-
* **"You've saved me a lot of time!"** by Celebrianne on May 31, 2014
|
38 |
|
39 |
See more comments under [Reviews](http://wordpress.org/support/view/plugin-reviews/quick-featured-images).
|
40 |
|
@@ -274,6 +274,13 @@ If you want to contribute a translation of the plugin in your language it would
|
|
274 |
|
275 |
== Changelog ==
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
= 11.6.1 =
|
278 |
* Premium version: Added in 'Preset Images': Selection of multiple images to set one of them randomly as default featured image
|
279 |
* Improved usability: Advice for selection of multiple images in the media dialog box
|
@@ -540,6 +547,9 @@ Fixed an insufficient security check which prevented to set a featured image
|
|
540 |
|
541 |
== Upgrade Notice ==
|
542 |
|
|
|
|
|
|
|
543 |
= 11.6.1 =
|
544 |
Tested successfully with WordPress 4.4
|
545 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
|
4 |
Tags: add, arabic, assign, associate, attach, attachment, attachments, audio, audios, author, auto, automatic, batch, bulk, categories, category, change, column, control, custom post type, custom post types, custom taxonomies, custom taxonomy, date, dates, default, define, delete, detach, exchange, featured, featured image, featured images, filter, gallery, galleries, image, image size, images, mass, media, mime, multimedia, nextgen, pages, parent page, period, post type, post types, posts, quick, random, rapid, remove, replace, rules, search, set, standard, tag, taxonomies, taxonomy, thumb, thumbnail, thumbnails, thumbs, time, unset, update, user, video, videos, spanish, español, deutsch, german
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.4.2
|
7 |
+
Stable tag: 11.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
25 |
You get the free version here. If you want to include **audios, videos and custom post types** and get more options then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
26 |
|
27 |
= What users said =
|
28 |
+
* Mentioned under "Essential Plugins" on slide #24 in [The Plugins That Will Make Your Business Sink or Swim](http://www.slideshare.net/HeatherWilde/wordpress-plugins-52971643) by Heather Wilde on September 15, 2015
|
29 |
+
* **Number 2** in [14 Best Featured Image Plugins and Tutorials for WordPress](http://www.wpbeginner.com/plugins/14-best-featured-images-plugin-and-tools-for-wordpress/) on August 7, 2015
|
30 |
+
* **Number 1** in [Best WordPress Plugins For Featured Image](http://www.phuntu.com/wordpress/best-wordpress-plugins-for-featured-image/) on June 20, 2015
|
31 |
+
* **Number 4** in [Best Image Plugins For WordPress](http://smallbusinesstechacademy.com/best-image-plugins/) by Heather Johnson on October 21, 2015
|
32 |
+
* **Number 3** in [8 Must have Image Plugins for WordPress](http://www.bestwordpresshosting.org/8-must-image-plugins-wordpress/) by Sadia Komal on unknown date
|
33 |
* **"The Best Plugin I ever saw - I would like to rate it 10/5"** by MovieMagia on November 25, 2014
|
34 |
* **Number 2** in [Top 5 WordPress plugins van de maand september](http://webtalis.nl/top-5-wordpress-plugins-van-de-maand-september/) by Webtalis on September 5, 2014
|
35 |
* **"Literally 5 minutes changed over 300 posts! Brilliant!!!!"** by Bob on September 4, 2014
|
36 |
* **"It's a life saver ... and is ridiculously fast!"** by Orlof on August 26, 2014
|
37 |
* **"Finally! It's about time somebody got it right!"** by yallways on August 3, 2014
|
|
|
|
|
38 |
|
39 |
See more comments under [Reviews](http://wordpress.org/support/view/plugin-reviews/quick-featured-images).
|
40 |
|
274 |
|
275 |
== Changelog ==
|
276 |
|
277 |
+
= 11.7 =
|
278 |
+
* Improved: Presets are working in the frontend, too, e.g. at creating a post with Gravity Forms
|
279 |
+
* Improved: Headline structure since WP 4.4 for better accessibility
|
280 |
+
* Refactored: Page 'Preset Images'
|
281 |
+
* Tested successfully with WordPress 4.4.2
|
282 |
+
* Updated *.pot file and translations
|
283 |
+
|
284 |
= 11.6.1 =
|
285 |
* Premium version: Added in 'Preset Images': Selection of multiple images to set one of them randomly as default featured image
|
286 |
* Improved usability: Advice for selection of multiple images in the media dialog box
|
547 |
|
548 |
== Upgrade Notice ==
|
549 |
|
550 |
+
= 11.7 =
|
551 |
+
Presets are working in the frontend, too; Revised headline structure for better accessibility
|
552 |
+
|
553 |
= 11.6.1 =
|
554 |
Tested successfully with WordPress 4.4
|
555 |
|
admin/assets/css/admin.css
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
*/
|
44 |
|
45 |
/* Footer */
|
46 |
-
#qfi_footer .qfi_content
|
47 |
background: none;
|
48 |
margin: 0;
|
49 |
}
|
@@ -126,8 +126,8 @@ body[class*=_page_quick-featured-images-defaults] #qfi_main .qfi_content form se
|
|
126 |
body[class*=_page_quick-featured-images-defaults] #qfi_main .qfi_content table.form-table,
|
127 |
body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.form-table,
|
128 |
#qfi_main .qfi_content legend,
|
129 |
-
#qfi_main .qfi_content h5,
|
130 |
#qfi_main .qfi_content h4,
|
|
|
131 |
#qfi_main .qfi_content ul,
|
132 |
#qfi_main .qfi_content p {
|
133 |
margin-left: 8px;
|
@@ -142,11 +142,11 @@ body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.f
|
|
142 |
font-weight: bold;
|
143 |
}
|
144 |
|
145 |
-
#qfi_main .qfi_content
|
146 |
font-size: 1.12em;
|
147 |
line-height: 1.44;
|
148 |
}
|
149 |
-
#qfi_main .qfi_content
|
150 |
margin-bottom: 0;
|
151 |
font-size: 1em;
|
152 |
}
|
@@ -189,12 +189,12 @@ body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.f
|
|
189 |
#qfi_year {
|
190 |
width: 4em;
|
191 |
}
|
192 |
-
.wrap
|
193 |
background: none repeat scroll 0 0 #DDD;
|
194 |
color: #222222;
|
195 |
padding: 8px;
|
196 |
}
|
197 |
-
.wrap
|
198 |
margin-bottom: 0;
|
199 |
}
|
200 |
.qfi_content_inside .failure {
|
@@ -254,7 +254,7 @@ body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.f
|
|
254 |
font-weight: bold;
|
255 |
padding: 8px 0;
|
256 |
}
|
257 |
-
#qfi_main .qfi_content
|
258 |
margin-bottom: 0;
|
259 |
}
|
260 |
#template_row {
|
43 |
*/
|
44 |
|
45 |
/* Footer */
|
46 |
+
#qfi_footer .qfi_content h2 {
|
47 |
background: none;
|
48 |
margin: 0;
|
49 |
}
|
126 |
body[class*=_page_quick-featured-images-defaults] #qfi_main .qfi_content table.form-table,
|
127 |
body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.form-table,
|
128 |
#qfi_main .qfi_content legend,
|
|
|
129 |
#qfi_main .qfi_content h4,
|
130 |
+
#qfi_main .qfi_content h3,
|
131 |
#qfi_main .qfi_content ul,
|
132 |
#qfi_main .qfi_content p {
|
133 |
margin-left: 8px;
|
142 |
font-weight: bold;
|
143 |
}
|
144 |
|
145 |
+
#qfi_main .qfi_content h3 {
|
146 |
font-size: 1.12em;
|
147 |
line-height: 1.44;
|
148 |
}
|
149 |
+
#qfi_main .qfi_content h4 {
|
150 |
margin-bottom: 0;
|
151 |
font-size: 1em;
|
152 |
}
|
189 |
#qfi_year {
|
190 |
width: 4em;
|
191 |
}
|
192 |
+
.wrap h2 {
|
193 |
background: none repeat scroll 0 0 #DDD;
|
194 |
color: #222222;
|
195 |
padding: 8px;
|
196 |
}
|
197 |
+
.wrap h2.nobottom {
|
198 |
margin-bottom: 0;
|
199 |
}
|
200 |
.qfi_content_inside .failure {
|
254 |
font-weight: bold;
|
255 |
padding: 8px 0;
|
256 |
}
|
257 |
+
#qfi_main .qfi_content h2:first-of-type {
|
258 |
margin-bottom: 0;
|
259 |
}
|
260 |
#template_row {
|
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.7';
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
admin/views/filter_category.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<
|
2 |
<p>
|
3 |
<label for="category_id"><?php _e( 'Select a category', 'quick-featured-images' ); ?></label><br />
|
4 |
<?php
|
1 |
+
<h3><?php echo $this->valid_filters[ 'filter_category' ]; ?></h3>
|
2 |
<p>
|
3 |
<label for="category_id"><?php _e( 'Select a category', 'quick-featured-images' ); ?></label><br />
|
4 |
<?php
|
admin/views/filter_post_types.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<
|
2 |
<p><?php _e( 'Select post types', 'quick-featured-images' ); ?>. <?php _e( 'You can select posts and pages.', 'quick-featured-images' ); ?></p>
|
3 |
<p>
|
4 |
<?php
|
1 |
+
<h3><?php echo $this->valid_filters[ 'filter_post_types' ]; ?></h3>
|
2 |
<p><?php _e( 'Select post types', 'quick-featured-images' ); ?>. <?php _e( 'You can select posts and pages.', 'quick-featured-images' ); ?></p>
|
3 |
<p>
|
4 |
<?php
|
admin/views/filter_tag.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<
|
2 |
<p>
|
3 |
<?php
|
4 |
$tags = get_tags();
|
1 |
+
<h3><?php echo $this->valid_filters[ 'filter_tag' ]; ?></h3>
|
2 |
<p>
|
3 |
<?php
|
4 |
$tags = get_tags();
|
admin/views/form_back_to_selection.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php // print form for going back to the filter selection without loosing input data ?>
|
2 |
-
<
|
3 |
<p><?php _e( 'If you want to change your former selection just go back by clicking on this button.', 'quick-featured-images' ); ?></p>
|
4 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=select', $this->page_slug ) ) ); ?>">
|
5 |
<p>
|
1 |
<?php // print form for going back to the filter selection without loosing input data ?>
|
2 |
+
<h2><?php _e( 'Select filters and options again', 'quick-featured-images' ); ?></h2>
|
3 |
<p><?php _e( 'If you want to change your former selection just go back by clicking on this button.', 'quick-featured-images' ); ?></p>
|
4 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=select', $this->page_slug ) ) ); ?>">
|
5 |
<p>
|
admin/views/form_confirm.php
CHANGED
@@ -21,8 +21,8 @@
|
|
21 |
} // switch()
|
22 |
|
23 |
?>
|
24 |
-
<
|
25 |
-
<
|
26 |
<?php
|
27 |
if ( $results ) {
|
28 |
// translate once for multiple usage and improve performance
|
@@ -108,7 +108,7 @@ if ( $results ) {
|
|
108 |
</tr>
|
109 |
</tfoot>
|
110 |
</table>
|
111 |
-
<
|
112 |
<p><?php echo $question; ?> <?php _e( 'You can not undo the operation!', 'quick-featured-images' ); ?></p>
|
113 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=perform', $this->page_slug ) ) ); ?>">
|
114 |
<p>
|
21 |
} // switch()
|
22 |
|
23 |
?>
|
24 |
+
<h2><?php _e( 'Preview of your selection', 'quick-featured-images' ); ?></h2>
|
25 |
+
<h3><?php printf( __( '%d matches found', 'quick-featured-images' ), sizeof( $results ) ); ?></h3>
|
26 |
<?php
|
27 |
if ( $results ) {
|
28 |
// translate once for multiple usage and improve performance
|
108 |
</tr>
|
109 |
</tfoot>
|
110 |
</table>
|
111 |
+
<h2><?php _e( 'Confirm the change', 'quick-featured-images' ); ?></h2>
|
112 |
<p><?php echo $question; ?> <?php _e( 'You can not undo the operation!', 'quick-featured-images' ); ?></p>
|
113 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=perform', $this->page_slug ) ) ); ?>">
|
114 |
<p>
|
admin/views/form_refine.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<
|
2 |
<?php
|
3 |
// display selected filters
|
4 |
if ( $this->selected_filters ) {
|
1 |
+
<h2><?php _e( 'Refine your selection', 'quick-featured-images' ); ?></h2>
|
2 |
<?php
|
3 |
// display selected filters
|
4 |
if ( $this->selected_filters ) {
|
admin/views/form_select.php
CHANGED
@@ -8,14 +8,14 @@ if ( 'replace' == $this->selected_action ) {
|
|
8 |
<?php
|
9 |
if ( $this->is_error_no_old_image ) {
|
10 |
?>
|
11 |
-
<
|
12 |
<div class="qfi_content_inside">
|
13 |
<p class="failure"><?php _e( 'You did not have selected an image from the list below. To go on select at least one image you want to replace by the selected image.', 'quick-featured-images' ); ?></p>
|
14 |
</div>
|
15 |
<?php
|
16 |
} // if( is_error_no_old_image )
|
17 |
?>
|
18 |
-
<
|
19 |
<p><?php _e( 'You can select multiple images. Select at least one image.', 'quick-featured-images' ); ?></p>
|
20 |
<p id="qfi_replace">
|
21 |
<?php
|
@@ -52,7 +52,7 @@ if ( 'replace' == $this->selected_action ) {
|
|
52 |
} else {
|
53 |
// else display filter selection
|
54 |
?>
|
55 |
-
<
|
56 |
<p><?php _e( 'You can control the process with the following options.', 'quick-featured-images' ); ?></p>
|
57 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=refine', $this->page_slug ) ) ); ?>">
|
58 |
<?php
|
@@ -60,7 +60,7 @@ if ( 'replace' == $this->selected_action ) {
|
|
60 |
case 'assign':
|
61 |
case 'assign_randomly':
|
62 |
?>
|
63 |
-
<
|
64 |
<fieldset>
|
65 |
<legend><span><?php _e( 'Process Options', 'quick-featured-images' ); ?></span></legend>
|
66 |
<p><?php _e( 'You can control the process with the following options.', 'quick-featured-images' ); ?></p>
|
@@ -101,7 +101,7 @@ if ( 'replace' == $this->selected_action ) {
|
|
101 |
break;
|
102 |
} // switch( selected_action )
|
103 |
?>
|
104 |
-
<
|
105 |
<fieldset>
|
106 |
<legend><span><?php _e( 'Select filters', 'quick-featured-images' ); ?></span></legend>
|
107 |
<p><?php _e( 'If you want select one of the following filters to narrow down the set of concerned posts and pages.', 'quick-featured-images' ); ?></p>
|
@@ -149,7 +149,7 @@ if ( $this->selected_multiple_image_ids ) {
|
|
149 |
<input type="submit" class="button" value="<?php _e( $text ); ?>" />
|
150 |
</p>
|
151 |
</form>
|
152 |
-
<
|
153 |
<p><?php _e( 'Facing a white blank page while trying to treat thousands of posts is the effect of limited memory capacities on the website server. Instead of treating a huge amount of posts in one single go try to treat small amounts of posts multiple times successively. To achieve that do:', 'quick-featured-images' ); ?></p>
|
154 |
<ol>
|
155 |
<li 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>.</li>
|
8 |
<?php
|
9 |
if ( $this->is_error_no_old_image ) {
|
10 |
?>
|
11 |
+
<h2><?php _e( 'Notice', 'quick-featured-images' ); ?></h2>
|
12 |
<div class="qfi_content_inside">
|
13 |
<p class="failure"><?php _e( 'You did not have selected an image from the list below. To go on select at least one image you want to replace by the selected image.', 'quick-featured-images' ); ?></p>
|
14 |
</div>
|
15 |
<?php
|
16 |
} // if( is_error_no_old_image )
|
17 |
?>
|
18 |
+
<h2><?php _e( 'Select the featured images you want to replace by the selected image.', 'quick-featured-images' ); ?></h2>
|
19 |
<p><?php _e( 'You can select multiple images. Select at least one image.', 'quick-featured-images' ); ?></p>
|
20 |
<p id="qfi_replace">
|
21 |
<?php
|
52 |
} else {
|
53 |
// else display filter selection
|
54 |
?>
|
55 |
+
<h2><?php _e( 'Refine your selections', 'quick-featured-images' ); ?></h2>
|
56 |
<p><?php _e( 'You can control the process with the following options.', 'quick-featured-images' ); ?></p>
|
57 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=refine', $this->page_slug ) ) ); ?>">
|
58 |
<?php
|
60 |
case 'assign':
|
61 |
case 'assign_randomly':
|
62 |
?>
|
63 |
+
<h3><?php _e( 'Optional: Select options', 'quick-featured-images' ); ?></h3>
|
64 |
<fieldset>
|
65 |
<legend><span><?php _e( 'Process Options', 'quick-featured-images' ); ?></span></legend>
|
66 |
<p><?php _e( 'You can control the process with the following options.', 'quick-featured-images' ); ?></p>
|
101 |
break;
|
102 |
} // switch( selected_action )
|
103 |
?>
|
104 |
+
<h3><?php _e( 'Optional: Add a filter', 'quick-featured-images' ); ?></h3>
|
105 |
<fieldset>
|
106 |
<legend><span><?php _e( 'Select filters', 'quick-featured-images' ); ?></span></legend>
|
107 |
<p><?php _e( 'If you want select one of the following filters to narrow down the set of concerned posts and pages.', 'quick-featured-images' ); ?></p>
|
149 |
<input type="submit" class="button" value="<?php _e( $text ); ?>" />
|
150 |
</p>
|
151 |
</form>
|
152 |
+
<h3><?php _e( 'If you encounter a white, blank page, read this', 'quick-featured-images' ); ?></h3>
|
153 |
<p><?php _e( 'Facing a white blank page while trying to treat thousands of posts is the effect of limited memory capacities on the website server. Instead of treating a huge amount of posts in one single go try to treat small amounts of posts multiple times successively. To achieve that do:', 'quick-featured-images' ); ?></p>
|
154 |
<ol>
|
155 |
<li 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>.</li>
|
admin/views/form_start.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
3 |
?>
|
4 |
-
<
|
5 |
<div class="qfi_content_inside">
|
6 |
<p class="failure"><?php _e( 'The current theme does not support featured images. Anyway you can use this plugin. The effects are stored and will be visible in a theme which supports featured images.', 'quick-featured-images' ); ?></p>
|
7 |
</div>
|
@@ -9,16 +9,16 @@ if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
|
9 |
}
|
10 |
?>
|
11 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=select', $this->page_slug ) ) ); ?>">
|
12 |
-
<
|
13 |
<div id="qfi_page_description">
|
14 |
<p><?php _e( 'Here you can add, replace and delete featured images to your posts. Select one of the following actions and, if necessary, one or more images.', 'quick-featured-images' ); ?></p>
|
15 |
<p><?php _e( 'Whatever you select: You can refine your choice on the next page.', 'quick-featured-images' ); ?></p>
|
16 |
</div>
|
17 |
-
<
|
18 |
<p><strong><?php _e( 'There is no undo function! It is strongly recommended that you make a backup of the WordPress database before you perform mass changes.', 'quick-featured-images' ); ?></strong></p>
|
19 |
<fieldset>
|
20 |
<legend class="screen-reader-text"><span><?php _e( 'Select action', 'quick-featured-images' ); ?></span></legend>
|
21 |
-
<
|
22 |
<p><?php _e( 'These actions require to select an image with the following button.', 'quick-featured-images' ); ?></p>
|
23 |
<?php
|
24 |
foreach ( $this->valid_actions as $name => $label ) {
|
@@ -64,7 +64,7 @@ if ( $this->selected_image_id ) {
|
|
64 |
</div>
|
65 |
</div>
|
66 |
|
67 |
-
<
|
68 |
<p><?php _e( 'These actions require at least one selected image with the following button.', 'quick-featured-images' ); ?></p>
|
69 |
<?php
|
70 |
foreach ( $this->valid_actions_multiple_images as $name => $label ) {
|
@@ -98,7 +98,7 @@ if ( $this->selected_multiple_image_ids ) {
|
|
98 |
<?php
|
99 |
} // if ( $this->selected_multiple_image_ids )
|
100 |
?>
|
101 |
-
<
|
102 |
<p><?php _e( 'These actions do not require a selected image.', 'quick-featured-images' ); ?></p>
|
103 |
<?php
|
104 |
foreach ( $this->valid_actions_without_image as $name => $label ) {
|
1 |
<?php
|
2 |
if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
3 |
?>
|
4 |
+
<h2><?php _e( 'Notice', 'quick-featured-images' ); ?></h2>
|
5 |
<div class="qfi_content_inside">
|
6 |
<p class="failure"><?php _e( 'The current theme does not support featured images. Anyway you can use this plugin. The effects are stored and will be visible in a theme which supports featured images.', 'quick-featured-images' ); ?></p>
|
7 |
</div>
|
9 |
}
|
10 |
?>
|
11 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=select', $this->page_slug ) ) ); ?>">
|
12 |
+
<h2><?php _e( 'What do you want to do?', 'quick-featured-images' ); ?></h2>
|
13 |
<div id="qfi_page_description">
|
14 |
<p><?php _e( 'Here you can add, replace and delete featured images to your posts. Select one of the following actions and, if necessary, one or more images.', 'quick-featured-images' ); ?></p>
|
15 |
<p><?php _e( 'Whatever you select: You can refine your choice on the next page.', 'quick-featured-images' ); ?></p>
|
16 |
</div>
|
17 |
+
<h3><?php _e( 'Important advice', 'quick-featured-images' ); ?></h3>
|
18 |
<p><strong><?php _e( 'There is no undo function! It is strongly recommended that you make a backup of the WordPress database before you perform mass changes.', 'quick-featured-images' ); ?></strong></p>
|
19 |
<fieldset>
|
20 |
<legend class="screen-reader-text"><span><?php _e( 'Select action', 'quick-featured-images' ); ?></span></legend>
|
21 |
+
<h3><?php _e( 'Actions with a single image', 'quick-featured-images' ); ?></h3>
|
22 |
<p><?php _e( 'These actions require to select an image with the following button.', 'quick-featured-images' ); ?></p>
|
23 |
<?php
|
24 |
foreach ( $this->valid_actions as $name => $label ) {
|
64 |
</div>
|
65 |
</div>
|
66 |
|
67 |
+
<h3><?php _e( 'Actions with multiple images', 'quick-featured-images' ); ?></h3>
|
68 |
<p><?php _e( 'These actions require at least one selected image with the following button.', 'quick-featured-images' ); ?></p>
|
69 |
<?php
|
70 |
foreach ( $this->valid_actions_multiple_images as $name => $label ) {
|
98 |
<?php
|
99 |
} // if ( $this->selected_multiple_image_ids )
|
100 |
?>
|
101 |
+
<h3><?php _e( 'Actions without any selected image', 'quick-featured-images' ); ?></h3>
|
102 |
<p><?php _e( 'These actions do not require a selected image.', 'quick-featured-images' ); ?></p>
|
103 |
<?php
|
104 |
foreach ( $this->valid_actions_without_image as $name => $label ) {
|
admin/views/section_defaults.php
CHANGED
@@ -19,22 +19,18 @@ $number_label = __( 'No.', 'quick-featured-images' );
|
|
19 |
// WP core strings
|
20 |
$text = 'Choose Image';
|
21 |
$choose_image_label = __( $text );
|
22 |
-
$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
|
30 |
$text = 'Description';
|
31 |
$description_label = __( $text );
|
32 |
$text = 'Image';
|
33 |
-
$image_label
|
34 |
$text = 'Value';
|
35 |
-
$value_label
|
36 |
$text = 'Author';
|
37 |
-
$user_label
|
38 |
$text = '— Select —';
|
39 |
$first_option_label = __( $text );
|
40 |
$text = 'Featured Image';
|
@@ -44,9 +40,9 @@ $category_label = _x( $text, 'taxonomy singular name' );
|
|
44 |
$text = 'Tag';
|
45 |
$tag_label = _x( $text, 'taxonomy singular name' );
|
46 |
$text = 'Post';
|
47 |
-
$post_label
|
48 |
$text = 'Page';
|
49 |
-
$page_label
|
50 |
|
51 |
// set parameters for term queries
|
52 |
$args = array(
|
@@ -54,7 +50,15 @@ $args = array(
|
|
54 |
'order' => 'ASC',
|
55 |
'hide_empty' => false,
|
56 |
'hierarchical' => true,
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
// get stored tags
|
60 |
$tags = get_tags( $args );
|
@@ -100,7 +104,7 @@ jQuery( document ).ready( function( $ ){
|
|
100 |
/*
|
101 |
* build arrays of options
|
102 |
*/
|
103 |
-
|
104 |
<?php
|
105 |
// build post type options
|
106 |
$key = 'post_type';
|
@@ -181,7 +185,7 @@ foreach ( $users as $user ) {
|
|
181 |
} )
|
182 |
</script>
|
183 |
|
184 |
-
<
|
185 |
<div id="qfi_page_description">
|
186 |
<p><?php echo $this->get_page_description(); ?>. <?php _e( 'Define the rules to use images as default featured images automatically every time a post is saved.', 'quick-featured-images' ); ?></p>
|
187 |
<p><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
@@ -190,7 +194,7 @@ foreach ( $users as $user ) {
|
|
190 |
<?php
|
191 |
if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
192 |
?>
|
193 |
-
<
|
194 |
<div class="qfi-failure">
|
195 |
<p><?php _e( 'The current theme does not support featured images. Anyway you can use this plugin. The effects are stored and will be visible in a theme which supports featured images.', 'quick-featured-images' ); ?></p>
|
196 |
</div>
|
@@ -216,15 +220,11 @@ if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
|
216 |
</td>
|
217 |
<td>
|
218 |
<p>
|
219 |
-
<?php
|
220 |
-
$key = 'overwrite_automatically';
|
221 |
-
$attr_checked = checked( isset( $this->selected_rules[ $key ] ), '1', false );
|
222 |
-
printf( '<label for="%s"><input type="checkbox" %s value="1" id="%s" name="%s">%s</label>', $key, $attr_checked, $key, $key, __( 'Activate to automatically overwrite an existing featured image while saving a post', 'quick-featured-images' ) );
|
223 |
-
?>
|
224 |
</p>
|
225 |
<p class="description"><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
226 |
</td>
|
227 |
-
<td>
|
228 |
</td>
|
229 |
</tr>
|
230 |
<tr id="row_2">
|
@@ -233,14 +233,12 @@ printf( '<label for="%s"><input type="checkbox" %s value="1" id="%s" name="%s">%
|
|
233 |
<?php printf( '<img src="%s" alt="%s" width="80" height="80" />', plugins_url( 'assets/images/first-content-image.gif' , dirname( __FILE__ ) ), __( 'Text with images in WordPress editor', 'quick-featured-images' ) ); ?><br />
|
234 |
</td>
|
235 |
<td>
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
?>
|
240 |
-
<?php printf( '<label for="%s"><input type="checkbox" %s value="1" id="%s" name="%s">%s</label>', $key, $attr_checked, $key, $key, __( 'Activate to automatically use the first content image if available in the media library as featured image while saving a post', 'quick-featured-images' ) ); ?>
|
241 |
<p class="description"><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
242 |
</td>
|
243 |
-
<td>
|
244 |
</td>
|
245 |
</tr>
|
246 |
<?php
|
@@ -272,63 +270,78 @@ if ( isset( $this->selected_rules[ 'rules' ] ) ) {
|
|
272 |
<option value=""><?php echo $first_option_label; ?></option>
|
273 |
<?php
|
274 |
$key = $rule[ 'taxonomy' ];
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
print "\n";
|
281 |
-
printf( '<option value="%s"%s>%s</option>', 'user', selected( 'user' == $key, true, false ), $user_label );
|
282 |
-
print "\n";
|
283 |
if ( $custom_taxonomies_terms ) {
|
284 |
-
foreach ( $custom_taxonomies as $
|
285 |
-
if ( $
|
286 |
-
|
287 |
-
|
|
|
288 |
}
|
289 |
}
|
290 |
-
}
|
291 |
?>
|
292 |
</select><br />
|
293 |
<?php echo $matches_label; ?>:<br />
|
294 |
<label for="matchterm_<?php echo $c; ?>"><?php echo $value_label; ?></label><br />
|
295 |
<select name="rules[<?php echo $c; ?>][matchterm]" id="matchterm_<?php echo $c; ?>">
|
296 |
-
<option value=""><?php echo $first_option_label; ?></option>
|
297 |
<?php
|
298 |
switch( $rule[ 'taxonomy' ] ) {
|
299 |
case 'post_type':
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
|
|
304 |
foreach ( $post_types as $key => $label ) {
|
305 |
-
|
306 |
-
|
|
|
307 |
}
|
308 |
break;
|
309 |
case 'post_tag':
|
|
|
|
|
|
|
310 |
foreach ( $tags as $tag ) {
|
311 |
-
|
312 |
-
|
|
|
313 |
}
|
314 |
break;
|
315 |
case 'category':
|
|
|
|
|
|
|
316 |
foreach ( $categories as $category ) {
|
317 |
-
|
318 |
-
|
|
|
319 |
}
|
320 |
break;
|
321 |
case 'user':
|
|
|
|
|
|
|
322 |
foreach ( $users as $user ) {
|
323 |
-
|
324 |
-
|
|
|
325 |
}
|
326 |
break;
|
327 |
default: // custom taxonomy
|
|
|
|
|
|
|
328 |
if ( $custom_taxonomies_terms ) {
|
329 |
foreach ( $custom_taxonomies_terms[ $rule[ 'taxonomy' ] ] as $term_id => $term_name ) {
|
330 |
-
|
331 |
-
|
|
|
332 |
}
|
333 |
}
|
334 |
} // switch()
|
@@ -355,22 +368,20 @@ if ( isset( $this->selected_rules[ 'rules' ] ) ) {
|
|
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 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
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 ) {
|
368 |
if ( $key and $label ) { // ommit empty or false values
|
369 |
-
|
370 |
-
|
|
|
371 |
}
|
372 |
}
|
373 |
-
}
|
374 |
?>
|
375 |
</select><br />
|
376 |
<?php echo $matches_label; ?>:<br />
|
@@ -395,19 +406,22 @@ if ( isset( $this->selected_rules[ 'rules' ] ) ) {
|
|
395 |
<label for="taxonomy_XX"><?php echo $taxonomy_label; ?></label><br />
|
396 |
<select name="rules[XX][taxonomy]" id="taxonomy_XX" class="selection_rules">
|
397 |
<option value=""><?php echo $first_option_label; ?></option>
|
398 |
-
<option value="post_type"><?php echo $post_type_label; ?></option>
|
399 |
-
<option value="category"><?php echo $category_label; ?></option>
|
400 |
-
<option value="post_tag"><?php echo $tag_label; ?></option>
|
401 |
-
<option value="user"><?php echo $user_label; ?></option>
|
402 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
403 |
if ( $custom_taxonomies_terms ) {
|
404 |
foreach ( $custom_taxonomies as $key => $label ) {
|
405 |
if ( $key and $label ) { // ommit empty or false values
|
406 |
-
|
407 |
-
|
|
|
408 |
}
|
409 |
}
|
410 |
-
}
|
411 |
?>
|
412 |
</select><br />
|
413 |
<?php echo $matches_label; ?>:<br />
|
@@ -437,7 +451,7 @@ wp_nonce_field( 'save_default_images', 'knlk235rf' );
|
|
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 |
-
<
|
441 |
<ol>
|
442 |
<li><?php _e( 'Multiple images to set one of them randomly as featured image', 'quick-featured-images' ); ?></li>
|
443 |
<li><?php _e( 'The first content image can be also an image from an external server to set it as automated featured image', 'quick-featured-images' ); ?></li>
|
@@ -447,7 +461,7 @@ wp_nonce_field( 'save_default_images', 'knlk235rf' );
|
|
447 |
</ol>
|
448 |
<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>
|
449 |
|
450 |
-
<
|
451 |
<p><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
452 |
<p><?php _e( '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:', 'quick-featured-images' ); ?></p>
|
453 |
<ol>
|
19 |
// WP core strings
|
20 |
$text = 'Choose Image';
|
21 |
$choose_image_label = __( $text );
|
|
|
|
|
|
|
|
|
22 |
$text = 'Taxonomy:';
|
23 |
$taxonomy_label = __( $text );
|
24 |
$text = 'Action';
|
25 |
+
$action_label = __( $text );
|
26 |
$text = 'Description';
|
27 |
$description_label = __( $text );
|
28 |
$text = 'Image';
|
29 |
+
$image_label = __( $text );
|
30 |
$text = 'Value';
|
31 |
+
$value_label = __( $text );
|
32 |
$text = 'Author';
|
33 |
+
$user_label = __( $text );
|
34 |
$text = '— Select —';
|
35 |
$first_option_label = __( $text );
|
36 |
$text = 'Featured Image';
|
40 |
$text = 'Tag';
|
41 |
$tag_label = _x( $text, 'taxonomy singular name' );
|
42 |
$text = 'Post';
|
43 |
+
$post_label = _x( $text, 'post type singular name' );
|
44 |
$text = 'Page';
|
45 |
+
$page_label = _x( $text, 'post type singular name' );
|
46 |
|
47 |
// set parameters for term queries
|
48 |
$args = array(
|
50 |
'order' => 'ASC',
|
51 |
'hide_empty' => false,
|
52 |
'hierarchical' => true,
|
53 |
+
);
|
54 |
+
|
55 |
+
// set options fields
|
56 |
+
$optionfields = array(
|
57 |
+
'post_type' => __( 'Post Type', 'quick-featured-images' ),
|
58 |
+
'category' => $category_label,
|
59 |
+
'post_tag' => $tag_label,
|
60 |
+
'user' => $user_label,
|
61 |
+
);
|
62 |
|
63 |
// get stored tags
|
64 |
$tags = get_tags( $args );
|
104 |
/*
|
105 |
* build arrays of options
|
106 |
*/
|
107 |
+
var options = new Array();
|
108 |
<?php
|
109 |
// build post type options
|
110 |
$key = 'post_type';
|
185 |
} )
|
186 |
</script>
|
187 |
|
188 |
+
<h2><?php _e( 'Default featured images for future posts', 'quick-featured-images' ); ?></h2>
|
189 |
<div id="qfi_page_description">
|
190 |
<p><?php echo $this->get_page_description(); ?>. <?php _e( 'Define the rules to use images as default featured images automatically every time a post is saved.', 'quick-featured-images' ); ?></p>
|
191 |
<p><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
194 |
<?php
|
195 |
if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
196 |
?>
|
197 |
+
<h2 style="margin-bottom:0"><?php _e( 'Notice', 'quick-featured-images' ); ?></h2>
|
198 |
<div class="qfi-failure">
|
199 |
<p><?php _e( 'The current theme does not support featured images. Anyway you can use this plugin. The effects are stored and will be visible in a theme which supports featured images.', 'quick-featured-images' ); ?></p>
|
200 |
</div>
|
220 |
</td>
|
221 |
<td>
|
222 |
<p>
|
223 |
+
<label><input type="checkbox" name="overwrite_automatically" value="1"<?php checked( isset( $this->selected_rules[ 'overwrite_automatically' ] ), '1' ); ?>><?php _e( 'Activate to automatically overwrite an existing featured image while saving a post', 'quick-featured-images' ); ?></label>
|
|
|
|
|
|
|
|
|
224 |
</p>
|
225 |
<p class="description"><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
226 |
</td>
|
227 |
+
<td style="text-align: initial;">
|
228 |
</td>
|
229 |
</tr>
|
230 |
<tr id="row_2">
|
233 |
<?php printf( '<img src="%s" alt="%s" width="80" height="80" />', plugins_url( 'assets/images/first-content-image.gif' , dirname( __FILE__ ) ), __( 'Text with images in WordPress editor', 'quick-featured-images' ) ); ?><br />
|
234 |
</td>
|
235 |
<td>
|
236 |
+
<p>
|
237 |
+
<label><input type="checkbox" value="1" name="use_first_image_as_default"<?php checked( isset( $this->selected_rules[ 'use_first_image_as_default' ] ), '1' ); ?>><?php _e( 'Activate to automatically use the first content image if available in the media library as featured image while saving a post', 'quick-featured-images' ); ?></label>
|
238 |
+
</p>
|
|
|
|
|
239 |
<p class="description"><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
240 |
</td>
|
241 |
+
<td style="text-align: initial;">
|
242 |
</td>
|
243 |
</tr>
|
244 |
<?php
|
270 |
<option value=""><?php echo $first_option_label; ?></option>
|
271 |
<?php
|
272 |
$key = $rule[ 'taxonomy' ];
|
273 |
+
foreach ( $optionfields as $value => $label ) {
|
274 |
+
?>
|
275 |
+
<option value="<?php echo $value; ?>"<?php selected( $value == $key, true ); ?>><?php echo $label; ?></option>
|
276 |
+
<?php
|
277 |
+
} // foreach ( $optionfields )
|
|
|
|
|
|
|
278 |
if ( $custom_taxonomies_terms ) {
|
279 |
+
foreach ( $custom_taxonomies as $custom_key => $label ) {
|
280 |
+
if ( $custom_key and $label ) { // ommit empty or false values
|
281 |
+
?>
|
282 |
+
<option value="<?php echo esc_attr( $custom_key ); ?>"<?php selected( $custom_key == $rule[ 'taxonomy' ], true ); ?>><?php echo esc_html( $label ); ?></option>
|
283 |
+
<?php
|
284 |
}
|
285 |
}
|
286 |
+
} // if ( $custom_taxonomies_terms )
|
287 |
?>
|
288 |
</select><br />
|
289 |
<?php echo $matches_label; ?>:<br />
|
290 |
<label for="matchterm_<?php echo $c; ?>"><?php echo $value_label; ?></label><br />
|
291 |
<select name="rules[<?php echo $c; ?>][matchterm]" id="matchterm_<?php echo $c; ?>">
|
|
|
292 |
<?php
|
293 |
switch( $rule[ 'taxonomy' ] ) {
|
294 |
case 'post_type':
|
295 |
+
?>
|
296 |
+
<option value=""><?php echo $first_option_label; ?></option>
|
297 |
+
<option value="post"<?php selected( 'post' == $rule[ 'matchterm' ], true ); ?>><?php echo $post_label; ?></option>
|
298 |
+
<option value="page"<?php selected( 'page' == $rule[ 'matchterm' ], true ); ?>><?php echo $page_label; ?></option>
|
299 |
+
<?php
|
300 |
foreach ( $post_types as $key => $label ) {
|
301 |
+
?>
|
302 |
+
<option value="<?php echo esc_attr( $key ); ?>"<?php selected( $key == $rule[ 'matchterm' ], true); ?>><?php echo esc_html( $label ); ?></option>
|
303 |
+
<?php
|
304 |
}
|
305 |
break;
|
306 |
case 'post_tag':
|
307 |
+
?>
|
308 |
+
<option value=""><?php echo $first_option_label; ?></option>
|
309 |
+
<?php
|
310 |
foreach ( $tags as $tag ) {
|
311 |
+
?>
|
312 |
+
<option value="<?php echo absint( $tag->term_id ); ?>"<?php selected( $tag->term_id == $rule[ 'matchterm' ], true ); ?>><?php echo esc_html( $tag->name ); ?></option>
|
313 |
+
<?php
|
314 |
}
|
315 |
break;
|
316 |
case 'category':
|
317 |
+
?>
|
318 |
+
<option value=""><?php echo $first_option_label; ?></option>
|
319 |
+
<?php
|
320 |
foreach ( $categories as $category ) {
|
321 |
+
?>
|
322 |
+
<option value="<?php echo absint( $category->term_id ); ?>"<?php selected( $category->term_id == $rule[ 'matchterm' ], true ); ?>><?php echo esc_html( $category->name ); ?></option>
|
323 |
+
<?php
|
324 |
}
|
325 |
break;
|
326 |
case 'user':
|
327 |
+
?>
|
328 |
+
<option value=""><?php echo $first_option_label; ?></option>
|
329 |
+
<?php
|
330 |
foreach ( $users as $user ) {
|
331 |
+
?>
|
332 |
+
<option value="<?php echo absint( $user->ID ); ?>"<?php selected( $user->ID == $rule[ 'matchterm' ], true ); ?>><?php echo esc_html( $user->name ); ?></option>
|
333 |
+
<?php
|
334 |
}
|
335 |
break;
|
336 |
default: // custom taxonomy
|
337 |
+
?>
|
338 |
+
<option value=""><?php echo $first_option_label; ?></option>
|
339 |
+
<?php
|
340 |
if ( $custom_taxonomies_terms ) {
|
341 |
foreach ( $custom_taxonomies_terms[ $rule[ 'taxonomy' ] ] as $term_id => $term_name ) {
|
342 |
+
?>
|
343 |
+
<option value="<?php echo absint( $term_id ); ?>"<?php selected( $term_id == $rule[ 'matchterm' ] ); ?>><?php echo esc_html( $term_name ); ?></option>
|
344 |
+
<?php
|
345 |
}
|
346 |
}
|
347 |
} // switch()
|
368 |
<select name="rules[<?php echo $c; ?>][taxonomy]" id="taxonomy_<?php echo $c; ?>" class="selection_rules">
|
369 |
<option value=""><?php echo $first_option_label; ?></option>
|
370 |
<?php
|
371 |
+
foreach ( $optionfields as $value => $label ) {
|
372 |
+
?>
|
373 |
+
<option value="<?php echo $value; ?>"><?php echo $label; ?></option>
|
374 |
+
<?php
|
375 |
+
} // foreach ( $optionfields )
|
|
|
|
|
|
|
376 |
if ( $custom_taxonomies_terms ) {
|
377 |
foreach ( $custom_taxonomies as $key => $label ) {
|
378 |
if ( $key and $label ) { // ommit empty or false values
|
379 |
+
?>
|
380 |
+
<option value="<?php echo esc_attr( $key ); ?>"><?php echo esc_html( $label ); ?></option>
|
381 |
+
<?php
|
382 |
}
|
383 |
}
|
384 |
+
} // if ( $custom_taxonomies_terms )
|
385 |
?>
|
386 |
</select><br />
|
387 |
<?php echo $matches_label; ?>:<br />
|
406 |
<label for="taxonomy_XX"><?php echo $taxonomy_label; ?></label><br />
|
407 |
<select name="rules[XX][taxonomy]" id="taxonomy_XX" class="selection_rules">
|
408 |
<option value=""><?php echo $first_option_label; ?></option>
|
|
|
|
|
|
|
|
|
409 |
<?php
|
410 |
+
foreach ( $optionfields as $value => $label ) {
|
411 |
+
?>
|
412 |
+
<option value="<?php echo $value; ?>"><?php echo $label; ?></option>
|
413 |
+
<?php
|
414 |
+
} // foreach ( $optionfields )
|
415 |
+
|
416 |
if ( $custom_taxonomies_terms ) {
|
417 |
foreach ( $custom_taxonomies as $key => $label ) {
|
418 |
if ( $key and $label ) { // ommit empty or false values
|
419 |
+
?>
|
420 |
+
<option value="<?php echo esc_attr( $key ); ?>"><?php echo esc_html( $label ); ?></option>
|
421 |
+
<?php
|
422 |
}
|
423 |
}
|
424 |
+
} // if ( $custom_taxonomies_terms )
|
425 |
?>
|
426 |
</select><br />
|
427 |
<?php echo $matches_label; ?>:<br />
|
451 |
<input type="hidden" id="confirmation_question" name="confirmation_question" value="<?php _e( 'Are you sure to remove this rule?', 'quick-featured-images' ); ?>" />
|
452 |
</form>
|
453 |
|
454 |
+
<h3><?php _e( 'Additional rules in the premium version', 'quick-featured-images' ); ?></h3>
|
455 |
<ol>
|
456 |
<li><?php _e( 'Multiple images to set one of them randomly as featured image', 'quick-featured-images' ); ?></li>
|
457 |
<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>
|
461 |
</ol>
|
462 |
<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>
|
463 |
|
464 |
+
<h3><?php _e( 'How the rules work', 'quick-featured-images' ); ?></h3>
|
465 |
<p><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
466 |
<p><?php _e( '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:', 'quick-featured-images' ); ?></p>
|
467 |
<ol>
|
admin/views/section_errormsg.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
<
|
2 |
<div class="qfi_content_inside">
|
3 |
-
<
|
4 |
<p class="failure"><?php print $msg; ?></p>
|
5 |
-
<
|
6 |
<p class="success"><?php print $solution; ?></p>
|
7 |
</div>
|
8 |
<p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php _e( 'Start again', 'quick-featured-images' );?></a></p>
|
1 |
+
<h2><?php _e( 'Error', $this->page_slug );?></h2>
|
2 |
<div class="qfi_content_inside">
|
3 |
+
<h3><?php _e( 'Reason', 'quick-featured-images' );?></h3>
|
4 |
<p class="failure"><?php print $msg; ?></p>
|
5 |
+
<h3><?php _e( 'Solution', 'quick-featured-images' );?></h3>
|
6 |
<p class="success"><?php print $solution; ?></p>
|
7 |
</div>
|
8 |
<p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php _e( 'Start again', 'quick-featured-images' );?></a></p>
|
admin/views/section_footer.php
CHANGED
@@ -49,7 +49,7 @@ if ( ! in_array( $paypal_locale, array( 'en_US', 'en_AU', 'es_ES', 'fr_FR', 'de_
|
|
49 |
</div><!-- #qfi_main -->
|
50 |
<div id="qfi_footer">
|
51 |
<div class="qfi_content">
|
52 |
-
<
|
53 |
<dl>
|
54 |
<dt><?php _e( 'Do you like the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/view/plugin-reviews/quick-featured-images"><?php _e( 'Please rate it at wordpress.org!', $text_domain ); ?></a></dd>
|
55 |
<dt><?php _e( 'The plugin is for free. But the plugin author would be delighted to your small contribution.', $text_domain ); ?></dt><dd><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ"><img src="https://www.paypalobjects.com/<?php echo $paypal_locale; ?>/i/btn/btn_donateCC_LG.gif" alt="(<?php _e( 'Donation Button', $text_domain ); ?>)" id="paypal_button" /><br /><?php _e( 'Donate with PayPal', $text_domain ); ?></a><img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" /></dd>
|
49 |
</div><!-- #qfi_main -->
|
50 |
<div id="qfi_footer">
|
51 |
<div class="qfi_content">
|
52 |
+
<h2><?php _e( 'Credits and informations', $text_domain ); ?></h2>
|
53 |
<dl>
|
54 |
<dt><?php _e( 'Do you like the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/view/plugin-reviews/quick-featured-images"><?php _e( 'Please rate it at wordpress.org!', $text_domain ); ?></a></dd>
|
55 |
<dt><?php _e( 'The plugin is for free. But the plugin author would be delighted to your small contribution.', $text_domain ); ?></dt><dd><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ"><img src="https://www.paypalobjects.com/<?php echo $paypal_locale; ?>/i/btn/btn_donateCC_LG.gif" alt="(<?php _e( 'Donation Button', $text_domain ); ?>)" id="paypal_button" /><br /><?php _e( 'Donate with PayPal', $text_domain ); ?></a><img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" /></dd>
|
admin/views/section_header.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
?>
|
12 |
|
13 |
<div class="wrap">
|
14 |
-
<
|
15 |
<?php include_once 'options-head.php'; // print out success or error messages from the Settings API ?>
|
16 |
<div class="qfi_wrapper">
|
17 |
<div id="qfi_main">
|
11 |
?>
|
12 |
|
13 |
<div class="wrap">
|
14 |
+
<h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
|
15 |
<?php include_once 'options-head.php'; // print out success or error messages from the Settings API ?>
|
16 |
<div class="qfi_wrapper">
|
17 |
<div id="qfi_main">
|
admin/views/section_header_progress.php
CHANGED
@@ -11,8 +11,8 @@
|
|
11 |
?>
|
12 |
|
13 |
<div class="wrap">
|
14 |
-
<
|
15 |
-
<
|
16 |
<p id="progress">
|
17 |
<em class="screen-reader-text"><?php _e( 'You are here', 'quick-featured-images' ); ?>:</em>
|
18 |
<span id="bar" class="wp-ui-primary">
|
11 |
?>
|
12 |
|
13 |
<div class="wrap">
|
14 |
+
<h1><?php echo esc_html( get_admin_page_title() ); ?></h1>
|
15 |
+
<h2><?php _e( 'Progress bar', 'quick-featured-images' ); ?></h2>
|
16 |
<p id="progress">
|
17 |
<em class="screen-reader-text"><?php _e( 'You are here', 'quick-featured-images' ); ?>:</em>
|
18 |
<span id="bar" class="wp-ui-primary">
|
admin/views/section_image.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<
|
2 |
<?php
|
3 |
$two_columns = false;
|
4 |
if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $this->selected_image_id ) {
|
@@ -6,7 +6,7 @@ if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $
|
|
6 |
?>
|
7 |
<div class="qfi_wrapper">
|
8 |
<div class="qfi_w50percent">
|
9 |
-
<
|
10 |
<p>
|
11 |
<?php echo wp_get_attachment_image( $this->selected_image_id, 'thumbnail' ); ?><br>
|
12 |
<strong><?php _e( 'Image title', 'quick-featured-images' ); ?>:</strong> <?php echo get_the_title( $this->selected_image_id ); ?>
|
@@ -20,7 +20,7 @@ if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $
|
|
20 |
?>
|
21 |
<div class="qfi_wrapper">
|
22 |
<div class="qfi_w50percent">
|
23 |
-
<
|
24 |
<ul class="selected_images">
|
25 |
<?php
|
26 |
$size = array( 60, 60 );
|
@@ -39,7 +39,7 @@ if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $
|
|
39 |
<?php
|
40 |
}
|
41 |
?>
|
42 |
-
<
|
43 |
<?php
|
44 |
if ( isset( $this->valid_actions[ $this->selected_action ] ) ) {
|
45 |
$selected_action = $this->valid_actions[ $this->selected_action ];
|
@@ -65,7 +65,7 @@ if ( 'select' != $this->selected_step ) {
|
|
65 |
?>
|
66 |
<div class="qfi_wrapper">
|
67 |
<div class="qfi_w50percent">
|
68 |
-
<
|
69 |
<?php
|
70 |
if ( $this->selected_options ) {
|
71 |
?>
|
@@ -87,7 +87,7 @@ if ( 'select' != $this->selected_step ) {
|
|
87 |
?>
|
88 |
</div><!-- .qfi_w50percent -->
|
89 |
<div class="qfi_w50percent">
|
90 |
-
<
|
91 |
<?php
|
92 |
if ( $this->selected_filters ) {
|
93 |
?>
|
1 |
+
<h2><?php _e( 'Your selection', 'quick-featured-images' ); ?></h2>
|
2 |
<?php
|
3 |
$two_columns = false;
|
4 |
if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $this->selected_image_id ) {
|
6 |
?>
|
7 |
<div class="qfi_wrapper">
|
8 |
<div class="qfi_w50percent">
|
9 |
+
<h3><?php _e( 'Your selected thumbnail', 'quick-featured-images' ); ?></h3>
|
10 |
<p>
|
11 |
<?php echo wp_get_attachment_image( $this->selected_image_id, 'thumbnail' ); ?><br>
|
12 |
<strong><?php _e( 'Image title', 'quick-featured-images' ); ?>:</strong> <?php echo get_the_title( $this->selected_image_id ); ?>
|
20 |
?>
|
21 |
<div class="qfi_wrapper">
|
22 |
<div class="qfi_w50percent">
|
23 |
+
<h3><?php _e( 'Your selected thumbnails', 'quick-featured-images' ); ?></h3>
|
24 |
<ul class="selected_images">
|
25 |
<?php
|
26 |
$size = array( 60, 60 );
|
39 |
<?php
|
40 |
}
|
41 |
?>
|
42 |
+
<h3><?php _e( 'Your selected action', 'quick-featured-images' ); ?></h3>
|
43 |
<?php
|
44 |
if ( isset( $this->valid_actions[ $this->selected_action ] ) ) {
|
45 |
$selected_action = $this->valid_actions[ $this->selected_action ];
|
65 |
?>
|
66 |
<div class="qfi_wrapper">
|
67 |
<div class="qfi_w50percent">
|
68 |
+
<h3><?php _e( 'Your selected options', 'quick-featured-images' ); ?></h3>
|
69 |
<?php
|
70 |
if ( $this->selected_options ) {
|
71 |
?>
|
87 |
?>
|
88 |
</div><!-- .qfi_w50percent -->
|
89 |
<div class="qfi_w50percent">
|
90 |
+
<h3><?php _e( 'Your selected filters', 'quick-featured-images' ); ?></h3>
|
91 |
<?php
|
92 |
if ( $this->selected_filters ) {
|
93 |
?>
|
admin/views/section_overview.php
CHANGED
@@ -14,7 +14,7 @@ $qfi_defaults_instance = Quick_Featured_Images_Defaults::get_instance();
|
|
14 |
$qfi_settings_instance = Quick_Featured_Images_Settings::get_instance();
|
15 |
?>
|
16 |
|
17 |
-
<
|
18 |
<div id="qfi_page_description">
|
19 |
<p><?php echo $this->get_page_description(); ?></p>
|
20 |
</div>
|
@@ -26,7 +26,7 @@ $qfi_settings_instance = Quick_Featured_Images_Settings::get_instance();
|
|
26 |
*/
|
27 |
?>
|
28 |
<li>
|
29 |
-
<
|
30 |
<?php
|
31 |
if ( current_user_can( $qfi_tools_instance->get_required_user_cap() ) ) {
|
32 |
printf(
|
@@ -48,7 +48,7 @@ if ( current_user_can( $qfi_tools_instance->get_required_user_cap() ) ) {
|
|
48 |
*/
|
49 |
?>
|
50 |
<li>
|
51 |
-
<
|
52 |
<?php
|
53 |
if ( current_user_can( $qfi_defaults_instance->get_required_user_cap() ) ) {
|
54 |
printf(
|
@@ -70,7 +70,7 @@ if ( current_user_can( $qfi_defaults_instance->get_required_user_cap() ) ) {
|
|
70 |
*/
|
71 |
?>
|
72 |
<li>
|
73 |
-
<
|
74 |
<?php
|
75 |
if ( current_user_can( $qfi_settings_instance->get_required_user_cap() ) ) {
|
76 |
printf(
|
@@ -86,7 +86,7 @@ if ( current_user_can( $qfi_settings_instance->get_required_user_cap() ) ) {
|
|
86 |
?>
|
87 |
</li>
|
88 |
<li>
|
89 |
-
<
|
90 |
<p><a href="http://www.quickfeaturedimages.com<?php _e( '/', 'quick-featured-images' ); ?>"><img alt="Quick Featured Images Pro" src="<?php echo plugin_dir_url( dirname( dirname( __FILE__ ) ) ); ?>admin/assets/images/logo_qfi_pro.gif" style="width:100%;height:auto;"></a></p>
|
91 |
<p><?php _e( 'Are you looking for more options and more filters?', 'quick-featured-images' ); ?> <?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>
|
92 |
</li>
|
14 |
$qfi_settings_instance = Quick_Featured_Images_Settings::get_instance();
|
15 |
?>
|
16 |
|
17 |
+
<h2><?php _e( 'Manage featured images in a quick way', 'quick-featured-images' ); ?></h2>
|
18 |
<div id="qfi_page_description">
|
19 |
<p><?php echo $this->get_page_description(); ?></p>
|
20 |
</div>
|
26 |
*/
|
27 |
?>
|
28 |
<li>
|
29 |
+
<h3><?php echo $qfi_tools_instance->get_page_headline(); ?></h3>
|
30 |
<?php
|
31 |
if ( current_user_can( $qfi_tools_instance->get_required_user_cap() ) ) {
|
32 |
printf(
|
48 |
*/
|
49 |
?>
|
50 |
<li>
|
51 |
+
<h3><?php echo $qfi_defaults_instance->get_page_headline(); ?></h3>
|
52 |
<?php
|
53 |
if ( current_user_can( $qfi_defaults_instance->get_required_user_cap() ) ) {
|
54 |
printf(
|
70 |
*/
|
71 |
?>
|
72 |
<li>
|
73 |
+
<h3><?php echo $qfi_settings_instance->get_page_headline(); ?></h3>
|
74 |
<?php
|
75 |
if ( current_user_can( $qfi_settings_instance->get_required_user_cap() ) ) {
|
76 |
printf(
|
86 |
?>
|
87 |
</li>
|
88 |
<li>
|
89 |
+
<h3><?php _e( 'The premium version', 'quick-featured-images' ); ?></h3>
|
90 |
<p><a href="http://www.quickfeaturedimages.com<?php _e( '/', 'quick-featured-images' ); ?>"><img alt="Quick Featured Images Pro" src="<?php echo plugin_dir_url( dirname( dirname( __FILE__ ) ) ); ?>admin/assets/images/logo_qfi_pro.gif" style="width:100%;height:auto;"></a></p>
|
91 |
<p><?php _e( 'Are you looking for more options and more filters?', 'quick-featured-images' ); ?> <?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>
|
92 |
</li>
|
admin/views/section_results.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<
|
2 |
<?php
|
3 |
if ( $results ) {
|
4 |
// translate once for multiple usage and improve performance
|
@@ -72,5 +72,5 @@ if ( $results ) {
|
|
72 |
}
|
73 |
?>
|
74 |
<p><a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php _e( 'Start again', 'quick-featured-images' );?></a></p>
|
75 |
-
<
|
76 |
<p><a href="http://wordpress.org/support/view/plugin-reviews/quick-featured-images"><?php _e( 'Please rate it at wordpress.org!', 'quick-featured-images' ); ?></a></p>
|
1 |
+
<h2><?php _e( 'Results of the action', 'quick-featured-images' ); ?></h2>
|
2 |
<?php
|
3 |
if ( $results ) {
|
4 |
// translate once for multiple usage and improve performance
|
72 |
}
|
73 |
?>
|
74 |
<p><a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php _e( 'Start again', 'quick-featured-images' );?></a></p>
|
75 |
+
<h2><?php _e( 'Do you like the plugin?', 'quick-featured-images' ); ?></h2>
|
76 |
<p><a href="http://wordpress.org/support/view/plugin-reviews/quick-featured-images"><?php _e( 'Please rate it at wordpress.org!', 'quick-featured-images' ); ?></a></p>
|
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:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: m.stehle@gmx.de\n"
|
11 |
"Language: ar\n"
|
@@ -386,7 +386,7 @@ msgstr ""
|
|
386 |
"لا يوجد فلاتر محددة. قم بتعديل اختيارك للفلاتر أو أكمل بالضغط على زرّ التالي."
|
387 |
|
388 |
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
389 |
-
#: admin/views/section_defaults.php:
|
390 |
msgid "Notice"
|
391 |
msgstr "لاحظ"
|
392 |
|
@@ -450,15 +450,15 @@ msgid "Remove excess featured images after all selected images are used"
|
|
450 |
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:
|
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:
|
461 |
-
#: admin/views/section_defaults.php:
|
462 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
463 |
msgid "/"
|
464 |
msgstr "\\"
|
@@ -548,7 +548,7 @@ msgstr ""
|
|
548 |
"هذه الطريقة ليست سريعة كما لو قمت بها دفعة واحدة، لكنها أسرع من إعداد الصور "
|
549 |
"يدوياً لكل مقالة."
|
550 |
|
551 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:
|
552 |
msgid ""
|
553 |
"The current theme does not support featured images. Anyway you can use this "
|
554 |
"plugin. The effects are stored and will be visible in a theme which supports "
|
@@ -605,15 +605,15 @@ msgstr ""
|
|
605 |
"حدد الصورة التي تريد إضافتها أو استبدالها أو حذفها من المقالات والصفحات "
|
606 |
"بواسطة الضغط على الزرّ التالي."
|
607 |
|
608 |
-
#: admin/views/form_start.php:
|
609 |
msgid "Choose Image"
|
610 |
msgstr "اختر صورة"
|
611 |
|
612 |
-
#: admin/views/form_start.php:
|
613 |
msgid "If the button does not work, read this:"
|
614 |
msgstr "إذا لم يعمل الزرّ اقرأ هذا:"
|
615 |
|
616 |
-
#: admin/views/form_start.php:
|
617 |
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:"
|
@@ -621,7 +621,7 @@ msgstr ""
|
|
621 |
"بعض المستخدمين أبلغوا أن الزرّ لا يعمل في بعض تثبيتات ووردبريس. إذا كان هذا "
|
622 |
"ما حدث بإمكانك أخذ طريقة أخرى:"
|
623 |
|
624 |
-
#: admin/views/form_start.php:
|
625 |
msgid ""
|
626 |
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
627 |
"Further links are appearing, among them the link "Bulk set as featured "
|
@@ -631,16 +631,16 @@ msgstr ""
|
|
631 |
"من الروابط ستظهر، بينهم الرابط "حدد كصورة بارزة لمجموعة دفعة "
|
632 |
"واحدة". 3. بعد الضغط عليه بإمكانك الإكمال في هذه الإضافة."
|
633 |
|
634 |
-
#: admin/views/form_start.php:
|
635 |
msgid "Actions with multiple images"
|
636 |
msgstr "إجراءات مع صور متعددة"
|
637 |
|
638 |
-
#: admin/views/form_start.php:
|
639 |
msgid ""
|
640 |
"These actions require at least one selected image with the following button."
|
641 |
msgstr "هذه الإجراءات تتطلب تحديد صورة واحدة على الأقل بواسطة الزرّ التالي."
|
642 |
|
643 |
-
#: admin/views/form_start.php:
|
644 |
msgid ""
|
645 |
"To select multiple images click on the button and use the CTRL key while "
|
646 |
"clicking on the images."
|
@@ -648,23 +648,23 @@ msgstr ""
|
|
648 |
"لاختيار صور متعددة اضغط على الزرّ واستخدم من الكيبورد زرّ CTRL خلال الضغط على "
|
649 |
"الصور لتحديدها."
|
650 |
|
651 |
-
#: admin/views/form_start.php:
|
652 |
msgid "Choose Images"
|
653 |
msgstr "اختر الصور"
|
654 |
|
655 |
-
#: admin/views/form_start.php:
|
656 |
msgid "Actions without any selected image"
|
657 |
msgstr "إجراءات بدون تحديد أي صورة"
|
658 |
|
659 |
-
#: admin/views/form_start.php:
|
660 |
msgid "These actions do not require a selected image."
|
661 |
msgstr "هذه الإجراءات لا تتطلب تحديد صورة"
|
662 |
|
663 |
-
#: admin/views/form_start.php:
|
664 |
msgid "Do you want to assign the first image of each post?"
|
665 |
msgstr "هل تريد استخدام أول صورة من كل مقالة؟"
|
666 |
|
667 |
-
#: admin/views/form_start.php:
|
668 |
msgid "Use CTRL for multiple choice"
|
669 |
msgstr "استخدام CTRL للاختيار المتعدد"
|
670 |
|
@@ -672,18 +672,22 @@ msgstr "استخدام CTRL للاختيار المتعدد"
|
|
672 |
msgid "matches"
|
673 |
msgstr "يطابق"
|
674 |
|
675 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
676 |
msgid "Default featured images for future posts"
|
677 |
msgstr "صور بارزة افتراضية للمقالات المستقبلية"
|
678 |
|
679 |
-
#: admin/views/section_defaults.php:
|
680 |
msgid ""
|
681 |
"Define the rules to use images as default featured images automatically "
|
682 |
"every time a post is saved."
|
683 |
msgstr ""
|
684 |
"حدد قاعدة لاستخدام الصور كصور افتراضية بارزة آلياً في كل مرّة يتم حفظ مقالة."
|
685 |
|
686 |
-
#: admin/views/section_defaults.php:
|
687 |
msgid ""
|
688 |
"To use a rule choose the image and set both the taxonomy and the value. A "
|
689 |
"rule which is defined only partially will be ignored."
|
@@ -691,11 +695,11 @@ msgstr ""
|
|
691 |
"لاستخدام قاعدة اختر الصورة وحدد الفئة والقيمة. القاعدة التي تعرّف جزئياً سيتم "
|
692 |
"تجاهلها."
|
693 |
|
694 |
-
#: admin/views/section_defaults.php:
|
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 |
"a post"
|
@@ -715,7 +719,7 @@ msgstr ""
|
|
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 |
"media library as featured image while saving a post"
|
@@ -723,7 +727,7 @@ 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 |
"first content image - if available in the media library - as the featured "
|
@@ -734,23 +738,23 @@ msgstr ""
|
|
734 |
"الأولى في المحتوى - إذا كانت موجودة في مكتبة الوسائط - كصورة بارزة للمقالة. "
|
735 |
"إذا لم يكن هناك صور في المقالة سيتم تطبيق القاعدة التالية."
|
736 |
|
737 |
-
#: admin/views/section_defaults.php:
|
738 |
msgid "Add rule"
|
739 |
msgstr "إضافة قاعدة"
|
740 |
|
741 |
-
#: admin/views/section_defaults.php:
|
742 |
msgid "Are you sure to remove this rule?"
|
743 |
msgstr "هل أنت متأكد من إزالة القاعدة؟"
|
744 |
|
745 |
-
#: admin/views/section_defaults.php:
|
746 |
msgid "Additional rules in the premium version"
|
747 |
msgstr "هناك قواعد إضافية في النسخة المدفوعة"
|
748 |
|
749 |
-
#: admin/views/section_defaults.php:
|
750 |
msgid "Multiple images to set one of them randomly as featured image"
|
751 |
msgstr "استخدم صور متعددة عشوائياً كصور بارزة"
|
752 |
|
753 |
-
#: admin/views/section_defaults.php:
|
754 |
msgid ""
|
755 |
"The first content image can be also an image from an external server to set "
|
756 |
"it as automated featured image"
|
@@ -758,23 +762,23 @@ msgstr ""
|
|
758 |
"الصورة الأولى في المحتوى يمكن أيضاً أن تكون صورة من خادم -سيرفر- خارجي "
|
759 |
"لاستخدامها كصورة بارزة آلياً"
|
760 |
|
761 |
-
#: admin/views/section_defaults.php:
|
762 |
msgid "Match with a search string in post title"
|
763 |
msgstr "مطابقة مع نصّ البحث في عنوان المقالة"
|
764 |
|
765 |
-
#: admin/views/section_defaults.php:
|
766 |
msgid "Match with a selected post format"
|
767 |
msgstr "مطابقة مع بنية المقالة المحددة"
|
768 |
|
769 |
-
#: admin/views/section_defaults.php:
|
770 |
msgid "User defined order of rules"
|
771 |
msgstr "قاعدة ترتيب محددة من قبل المستخدم"
|
772 |
|
773 |
-
#: admin/views/section_defaults.php:
|
774 |
msgid "How the rules work"
|
775 |
msgstr "كيف تعمل القواعد"
|
776 |
|
777 |
-
#: admin/views/section_defaults.php:
|
778 |
msgid ""
|
779 |
"Every time you save a post the post get the featured image if one of the "
|
780 |
"following rules match a property of the post. You can also set rules for "
|
@@ -784,7 +788,7 @@ msgstr ""
|
|
784 |
"القواعد التالية تطابق خصائص المقالة. بإمكانك أيضاً تحديد قواعد للصفحات وكل "
|
785 |
"أنواع المقالات التي تدعم الصور البارزة."
|
786 |
|
787 |
-
#: admin/views/section_defaults.php:
|
788 |
msgid ""
|
789 |
"Regardless of the order in the list the rules are applied in the following "
|
790 |
"order until a rule and a property of the post fit together:"
|
@@ -792,35 +796,35 @@ msgstr ""
|
|
792 |
"بغض النظر عن الترتيب في القائمة، يتمّ تطبيق القواعد وفقاً للترتيب التالي إلى "
|
793 |
"أن تتوافق قاعدة مع خاصية من خصائص المقالة معاً:"
|
794 |
|
795 |
-
#: admin/views/section_defaults.php:
|
796 |
msgid "found first content image. If not then..."
|
797 |
msgstr "العثور على أول صورة في المحتوى. إذا لم يتحقق ذلك فسيتم..."
|
798 |
|
799 |
-
#: admin/views/section_defaults.php:
|
800 |
msgid "matched custom taxonomy. If not then..."
|
801 |
msgstr "توافق الفئة المخصصة. إذا لم يتحقق ذلك فسيتم..."
|
802 |
|
803 |
-
#: admin/views/section_defaults.php:
|
804 |
msgid "matched tag. If not then..."
|
805 |
msgstr "توافق الوسم. إذا لم يتحقق ذلك فسيتم..."
|
806 |
|
807 |
-
#: admin/views/section_defaults.php:
|
808 |
msgid "matched category. If not then..."
|
809 |
msgstr "توافق التصنيف. إذا لم يتحقق ذلك فسيتم..."
|
810 |
|
811 |
-
#: admin/views/section_defaults.php:
|
812 |
msgid "matched author. If not then..."
|
813 |
msgstr "توافق الكاتب. إذا لم يتحقق ذلك فسيتم..."
|
814 |
|
815 |
-
#: admin/views/section_defaults.php:
|
816 |
msgid "matched post type. If not then..."
|
817 |
msgstr "توافق نوع المقالة. إذا لم يتحقق ذلك فسيتم..."
|
818 |
|
819 |
-
#: admin/views/section_defaults.php:
|
820 |
msgid "no featured image."
|
821 |
msgstr "لا يوجد صورة بارزة."
|
822 |
|
823 |
-
#: admin/views/section_defaults.php:
|
824 |
msgid ""
|
825 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
826 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -1490,9 +1494,6 @@ msgstr "لم يعثر على نتائج متوافقة."
|
|
1490 |
#~ msgid "Image not removed from post"
|
1491 |
#~ msgstr "الصورة لم تزل من المقالة"
|
1492 |
|
1493 |
-
#~ msgid "Post type"
|
1494 |
-
#~ msgstr "نوع المقالة"
|
1495 |
-
|
1496 |
#~ msgid "Taxonomy"
|
1497 |
#~ msgstr "الفئة"
|
1498 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2016-02-05 18:04+0100\n"
|
8 |
+
"PO-Revision-Date: 2016-02-05 18:04+0100\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: m.stehle@gmx.de\n"
|
11 |
"Language: ar\n"
|
386 |
"لا يوجد فلاتر محددة. قم بتعديل اختيارك للفلاتر أو أكمل بالضغط على زرّ التالي."
|
387 |
|
388 |
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
389 |
+
#: admin/views/section_defaults.php:197
|
390 |
msgid "Notice"
|
391 |
msgstr "لاحظ"
|
392 |
|
450 |
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:113
|
454 |
+
#: admin/views/section_defaults.php:462 admin/views/section_footer.php:59
|
455 |
#: admin/views/section_overview.php:91
|
456 |
msgid "Get the premium version"
|
457 |
msgstr "أحصل على النسخة المدفوعة"
|
458 |
|
459 |
#: admin/views/form_select.php:95 admin/views/form_select.php:133
|
460 |
+
#: admin/views/form_select.php:155 admin/views/form_start.php:113
|
461 |
+
#: admin/views/section_defaults.php:462 admin/views/section_footer.php:59
|
462 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
463 |
msgid "/"
|
464 |
msgstr "\\"
|
548 |
"هذه الطريقة ليست سريعة كما لو قمت بها دفعة واحدة، لكنها أسرع من إعداد الصور "
|
549 |
"يدوياً لكل مقالة."
|
550 |
|
551 |
+
#: admin/views/form_start.php:6 admin/views/section_defaults.php:199
|
552 |
msgid ""
|
553 |
"The current theme does not support featured images. Anyway you can use this "
|
554 |
"plugin. The effects are stored and will be visible in a theme which supports "
|
605 |
"حدد الصورة التي تريد إضافتها أو استبدالها أو حذفها من المقالات والصفحات "
|
606 |
"بواسطة الضغط على الزرّ التالي."
|
607 |
|
608 |
+
#: admin/views/form_start.php:57
|
609 |
msgid "Choose Image"
|
610 |
msgstr "اختر صورة"
|
611 |
|
612 |
+
#: admin/views/form_start.php:61
|
613 |
msgid "If the button does not work, read this:"
|
614 |
msgstr "إذا لم يعمل الزرّ اقرأ هذا:"
|
615 |
|
616 |
+
#: admin/views/form_start.php:62
|
617 |
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:"
|
621 |
"بعض المستخدمين أبلغوا أن الزرّ لا يعمل في بعض تثبيتات ووردبريس. إذا كان هذا "
|
622 |
"ما حدث بإمكانك أخذ طريقة أخرى:"
|
623 |
|
624 |
+
#: admin/views/form_start.php:63
|
625 |
msgid ""
|
626 |
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
627 |
"Further links are appearing, among them the link "Bulk set as featured "
|
631 |
"من الروابط ستظهر، بينهم الرابط "حدد كصورة بارزة لمجموعة دفعة "
|
632 |
"واحدة". 3. بعد الضغط عليه بإمكانك الإكمال في هذه الإضافة."
|
633 |
|
634 |
+
#: admin/views/form_start.php:67
|
635 |
msgid "Actions with multiple images"
|
636 |
msgstr "إجراءات مع صور متعددة"
|
637 |
|
638 |
+
#: admin/views/form_start.php:68
|
639 |
msgid ""
|
640 |
"These actions require at least one selected image with the following button."
|
641 |
msgstr "هذه الإجراءات تتطلب تحديد صورة واحدة على الأقل بواسطة الزرّ التالي."
|
642 |
|
643 |
+
#: admin/views/form_start.php:80
|
644 |
msgid ""
|
645 |
"To select multiple images click on the button and use the CTRL key while "
|
646 |
"clicking on the images."
|
648 |
"لاختيار صور متعددة اضغط على الزرّ واستخدم من الكيبورد زرّ CTRL خلال الضغط على "
|
649 |
"الصور لتحديدها."
|
650 |
|
651 |
+
#: admin/views/form_start.php:84
|
652 |
msgid "Choose Images"
|
653 |
msgstr "اختر الصور"
|
654 |
|
655 |
+
#: admin/views/form_start.php:101
|
656 |
msgid "Actions without any selected image"
|
657 |
msgstr "إجراءات بدون تحديد أي صورة"
|
658 |
|
659 |
+
#: admin/views/form_start.php:102
|
660 |
msgid "These actions do not require a selected image."
|
661 |
msgstr "هذه الإجراءات لا تتطلب تحديد صورة"
|
662 |
|
663 |
+
#: admin/views/form_start.php:113
|
664 |
msgid "Do you want to assign the first image of each post?"
|
665 |
msgstr "هل تريد استخدام أول صورة من كل مقالة؟"
|
666 |
|
667 |
+
#: admin/views/form_start.php:120
|
668 |
msgid "Use CTRL for multiple choice"
|
669 |
msgstr "استخدام CTRL للاختيار المتعدد"
|
670 |
|
672 |
msgid "matches"
|
673 |
msgstr "يطابق"
|
674 |
|
675 |
+
#: admin/views/section_defaults.php:57
|
676 |
+
msgid "Post Type"
|
677 |
+
msgstr "نوع المقالة"
|
678 |
+
|
679 |
+
#: admin/views/section_defaults.php:188
|
680 |
msgid "Default featured images for future posts"
|
681 |
msgstr "صور بارزة افتراضية للمقالات المستقبلية"
|
682 |
|
683 |
+
#: admin/views/section_defaults.php:190
|
684 |
msgid ""
|
685 |
"Define the rules to use images as default featured images automatically "
|
686 |
"every time a post is saved."
|
687 |
msgstr ""
|
688 |
"حدد قاعدة لاستخدام الصور كصور افتراضية بارزة آلياً في كل مرّة يتم حفظ مقالة."
|
689 |
|
690 |
+
#: admin/views/section_defaults.php:191
|
691 |
msgid ""
|
692 |
"To use a rule choose the image and set both the taxonomy and the value. A "
|
693 |
"rule which is defined only partially will be ignored."
|
695 |
"لاستخدام قاعدة اختر الصورة وحدد الفئة والقيمة. القاعدة التي تعرّف جزئياً سيتم "
|
696 |
"تجاهلها."
|
697 |
|
698 |
+
#: admin/views/section_defaults.php:219
|
699 |
msgid "An image overwrites an existing image"
|
700 |
msgstr "صورة تستبدل مكان صورة موجودة"
|
701 |
|
702 |
+
#: admin/views/section_defaults.php:223
|
703 |
msgid ""
|
704 |
"Activate to automatically overwrite an existing featured image while saving "
|
705 |
"a post"
|
719 |
msgid "Text with images in WordPress editor"
|
720 |
msgstr "النص مع الصور في محرر ووردبريس"
|
721 |
|
722 |
+
#: admin/views/section_defaults.php:237
|
723 |
msgid ""
|
724 |
"Activate to automatically use the first content image if available in the "
|
725 |
"media library as featured image while saving a post"
|
727 |
"تفعيل هذا الخيار لاستخدام الصورة الأولى في المحتوى كصورة بارزة آلياً إذا كانت "
|
728 |
"موجودة في مكتبة الوسائط خلال حفظ المقالة."
|
729 |
|
730 |
+
#: admin/views/section_defaults.php:239
|
731 |
msgid ""
|
732 |
"If activated the rule is used automatically while saving a post to set the "
|
733 |
"first content image - if available in the media library - as the featured "
|
738 |
"الأولى في المحتوى - إذا كانت موجودة في مكتبة الوسائط - كصورة بارزة للمقالة. "
|
739 |
"إذا لم يكن هناك صور في المقالة سيتم تطبيق القاعدة التالية."
|
740 |
|
741 |
+
#: admin/views/section_defaults.php:446
|
742 |
msgid "Add rule"
|
743 |
msgstr "إضافة قاعدة"
|
744 |
|
745 |
+
#: admin/views/section_defaults.php:451
|
746 |
msgid "Are you sure to remove this rule?"
|
747 |
msgstr "هل أنت متأكد من إزالة القاعدة؟"
|
748 |
|
749 |
+
#: admin/views/section_defaults.php:454
|
750 |
msgid "Additional rules in the premium version"
|
751 |
msgstr "هناك قواعد إضافية في النسخة المدفوعة"
|
752 |
|
753 |
+
#: admin/views/section_defaults.php:456
|
754 |
msgid "Multiple images to set one of them randomly as featured image"
|
755 |
msgstr "استخدم صور متعددة عشوائياً كصور بارزة"
|
756 |
|
757 |
+
#: admin/views/section_defaults.php:457
|
758 |
msgid ""
|
759 |
"The first content image can be also an image from an external server to set "
|
760 |
"it as automated featured image"
|
762 |
"الصورة الأولى في المحتوى يمكن أيضاً أن تكون صورة من خادم -سيرفر- خارجي "
|
763 |
"لاستخدامها كصورة بارزة آلياً"
|
764 |
|
765 |
+
#: admin/views/section_defaults.php:458
|
766 |
msgid "Match with a search string in post title"
|
767 |
msgstr "مطابقة مع نصّ البحث في عنوان المقالة"
|
768 |
|
769 |
+
#: admin/views/section_defaults.php:459
|
770 |
msgid "Match with a selected post format"
|
771 |
msgstr "مطابقة مع بنية المقالة المحددة"
|
772 |
|
773 |
+
#: admin/views/section_defaults.php:460
|
774 |
msgid "User defined order of rules"
|
775 |
msgstr "قاعدة ترتيب محددة من قبل المستخدم"
|
776 |
|
777 |
+
#: admin/views/section_defaults.php:464
|
778 |
msgid "How the rules work"
|
779 |
msgstr "كيف تعمل القواعد"
|
780 |
|
781 |
+
#: admin/views/section_defaults.php:465
|
782 |
msgid ""
|
783 |
"Every time you save a post the post get the featured image if one of the "
|
784 |
"following rules match a property of the post. You can also set rules for "
|
788 |
"القواعد التالية تطابق خصائص المقالة. بإمكانك أيضاً تحديد قواعد للصفحات وكل "
|
789 |
"أنواع المقالات التي تدعم الصور البارزة."
|
790 |
|
791 |
+
#: admin/views/section_defaults.php:466
|
792 |
msgid ""
|
793 |
"Regardless of the order in the list the rules are applied in the following "
|
794 |
"order until a rule and a property of the post fit together:"
|
796 |
"بغض النظر عن الترتيب في القائمة، يتمّ تطبيق القواعد وفقاً للترتيب التالي إلى "
|
797 |
"أن تتوافق قاعدة مع خاصية من خصائص المقالة معاً:"
|
798 |
|
799 |
+
#: admin/views/section_defaults.php:468
|
800 |
msgid "found first content image. If not then..."
|
801 |
msgstr "العثور على أول صورة في المحتوى. إذا لم يتحقق ذلك فسيتم..."
|
802 |
|
803 |
+
#: admin/views/section_defaults.php:469
|
804 |
msgid "matched custom taxonomy. If not then..."
|
805 |
msgstr "توافق الفئة المخصصة. إذا لم يتحقق ذلك فسيتم..."
|
806 |
|
807 |
+
#: admin/views/section_defaults.php:470
|
808 |
msgid "matched tag. If not then..."
|
809 |
msgstr "توافق الوسم. إذا لم يتحقق ذلك فسيتم..."
|
810 |
|
811 |
+
#: admin/views/section_defaults.php:471
|
812 |
msgid "matched category. If not then..."
|
813 |
msgstr "توافق التصنيف. إذا لم يتحقق ذلك فسيتم..."
|
814 |
|
815 |
+
#: admin/views/section_defaults.php:472
|
816 |
msgid "matched author. If not then..."
|
817 |
msgstr "توافق الكاتب. إذا لم يتحقق ذلك فسيتم..."
|
818 |
|
819 |
+
#: admin/views/section_defaults.php:473
|
820 |
msgid "matched post type. If not then..."
|
821 |
msgstr "توافق نوع المقالة. إذا لم يتحقق ذلك فسيتم..."
|
822 |
|
823 |
+
#: admin/views/section_defaults.php:474
|
824 |
msgid "no featured image."
|
825 |
msgstr "لا يوجد صورة بارزة."
|
826 |
|
827 |
+
#: admin/views/section_defaults.php:476
|
828 |
msgid ""
|
829 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
830 |
"the post it is unforeseeable which image will become the featured image."
|
1494 |
#~ msgid "Image not removed from post"
|
1495 |
#~ msgstr "الصورة لم تزل من المقالة"
|
1496 |
|
|
|
|
|
|
|
1497 |
#~ msgid "Taxonomy"
|
1498 |
#~ msgstr "الفئة"
|
1499 |
|
languages/quick-featured-images-de_DE.mo
CHANGED
Binary file
|
languages/quick-featured-images-de_DE.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: m.stehle@gmx.de\n"
|
11 |
"Language: de_DE\n"
|
@@ -404,7 +404,7 @@ msgstr ""
|
|
404 |
"weiter per Klick auf die nächste Schaltfläche."
|
405 |
|
406 |
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
407 |
-
#: admin/views/section_defaults.php:
|
408 |
msgid "Notice"
|
409 |
msgstr "Hinweis"
|
410 |
|
@@ -475,16 +475,16 @@ msgstr ""
|
|
475 |
"verwendet wurden"
|
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:
|
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"
|
483 |
|
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:
|
487 |
-
#: admin/views/section_defaults.php:
|
488 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
489 |
msgid "/"
|
490 |
msgstr "/de"
|
@@ -582,7 +582,7 @@ msgstr ""
|
|
582 |
"immer noch um einiges schneller, als jedem Beitrag das Bild per Hand "
|
583 |
"zuzuweisen."
|
584 |
|
585 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:
|
586 |
msgid ""
|
587 |
"The current theme does not support featured images. Anyway you can use this "
|
588 |
"plugin. The effects are stored and will be visible in a theme which supports "
|
@@ -647,15 +647,15 @@ msgstr ""
|
|
647 |
"Beiträgen und Seiten entfernen willst durch Klick auf die folgende "
|
648 |
"Schaltfläche."
|
649 |
|
650 |
-
#: admin/views/form_start.php:
|
651 |
msgid "Choose Image"
|
652 |
msgstr "Bild auswählen"
|
653 |
|
654 |
-
#: admin/views/form_start.php:
|
655 |
msgid "If the button does not work, read this:"
|
656 |
msgstr "Sollte die Schaltfläche nicht funktionieren, hier ein Tipp:"
|
657 |
|
658 |
-
#: admin/views/form_start.php:
|
659 |
msgid ""
|
660 |
"Some users reported that this button would not work in some WordPress "
|
661 |
"installations. If this should be the case you can take another way:"
|
@@ -664,7 +664,7 @@ msgstr ""
|
|
664 |
"WordPress-Installation funktionieren würde. Sollte das hier der Fall sein, "
|
665 |
"kannst du einen anderen Weg gehen:"
|
666 |
|
667 |
-
#: admin/views/form_start.php:
|
668 |
msgid ""
|
669 |
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
670 |
"Further links are appearing, among them the link "Bulk set as featured "
|
@@ -674,18 +674,18 @@ msgstr ""
|
|
674 |
"erscheinen weitere Links, darunter der Link "Als Beitragsbild "
|
675 |
"setzen". 3. Nach Klick darauf kannst du im Plugin fortfahren."
|
676 |
|
677 |
-
#: admin/views/form_start.php:
|
678 |
msgid "Actions with multiple images"
|
679 |
msgstr "Aktionen mit mehreren Bildern"
|
680 |
|
681 |
-
#: admin/views/form_start.php:
|
682 |
msgid ""
|
683 |
"These actions require at least one selected image with the following button."
|
684 |
msgstr ""
|
685 |
"Diese Aktionen erfordern mindestens ein mit der folgenden Schaltfläche "
|
686 |
"ausgewähltes Bild."
|
687 |
|
688 |
-
#: admin/views/form_start.php:
|
689 |
msgid ""
|
690 |
"To select multiple images click on the button and use the CTRL key while "
|
691 |
"clicking on the images."
|
@@ -693,23 +693,23 @@ msgstr ""
|
|
693 |
"Um mehrere Bilder auszuwählen, klicke auf die Schaltfläche und halte die "
|
694 |
"STRG-Taste beim Klicken auf die Bilder gedrückt."
|
695 |
|
696 |
-
#: admin/views/form_start.php:
|
697 |
msgid "Choose Images"
|
698 |
msgstr "Bilder auswählen"
|
699 |
|
700 |
-
#: admin/views/form_start.php:
|
701 |
msgid "Actions without any selected image"
|
702 |
msgstr "Aktionen ohne ausgewähltes Bild"
|
703 |
|
704 |
-
#: admin/views/form_start.php:
|
705 |
msgid "These actions do not require a selected image."
|
706 |
msgstr "Diese Aktionen erfordern kein ausgewähltes Bild."
|
707 |
|
708 |
-
#: admin/views/form_start.php:
|
709 |
msgid "Do you want to assign the first image of each post?"
|
710 |
msgstr "Willst du das erste Bild jeden Beitrags als Beitragsbild setzen?"
|
711 |
|
712 |
-
#: admin/views/form_start.php:
|
713 |
msgid "Use CTRL for multiple choice"
|
714 |
msgstr "Drücke STRG für Mehrfachauswahl"
|
715 |
|
@@ -717,11 +717,15 @@ msgstr "Drücke STRG für Mehrfachauswahl"
|
|
717 |
msgid "matches"
|
718 |
msgstr "ist"
|
719 |
|
720 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
721 |
msgid "Default featured images for future posts"
|
722 |
msgstr "Standard-Beitragsbilder für zukünftige Inhalte"
|
723 |
|
724 |
-
#: admin/views/section_defaults.php:
|
725 |
msgid ""
|
726 |
"Define the rules to use images as default featured images automatically "
|
727 |
"every time a post is saved."
|
@@ -729,7 +733,7 @@ msgstr ""
|
|
729 |
"Stelle die Regeln ein, um bei jedem Speichern eines Beitrags Bilder als "
|
730 |
"voreingestellte Beitragsbilder automatisch zu setzen."
|
731 |
|
732 |
-
#: admin/views/section_defaults.php:
|
733 |
msgid ""
|
734 |
"To use a rule choose the image and set both the taxonomy and the value. A "
|
735 |
"rule which is defined only partially will be ignored."
|
@@ -737,11 +741,11 @@ msgstr ""
|
|
737 |
"Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
|
738 |
"Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
|
739 |
|
740 |
-
#: admin/views/section_defaults.php:
|
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 |
"Activate to automatically overwrite an existing featured image while saving "
|
747 |
"a post"
|
@@ -764,7 +768,7 @@ msgstr ""
|
|
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 |
"Activate to automatically use the first content image if available in the "
|
770 |
"media library as featured image while saving a post"
|
@@ -772,7 +776,7 @@ msgstr ""
|
|
772 |
"Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
|
773 |
"Beitragsbild automatisch beim Speichern eines Beitrags"
|
774 |
|
775 |
-
#: admin/views/section_defaults.php:
|
776 |
msgid ""
|
777 |
"If activated the rule is used automatically while saving a post to set the "
|
778 |
"first content image - if available in the media library - as the featured "
|
@@ -784,23 +788,23 @@ msgstr ""
|
|
784 |
"als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
|
785 |
"enthalten, werden die nächsten Regeln angewandt."
|
786 |
|
787 |
-
#: admin/views/section_defaults.php:
|
788 |
msgid "Add rule"
|
789 |
msgstr "Regel hinzufügen"
|
790 |
|
791 |
-
#: admin/views/section_defaults.php:
|
792 |
msgid "Are you sure to remove this rule?"
|
793 |
msgstr "Willst du diese Regel wirklich löschen?"
|
794 |
|
795 |
-
#: admin/views/section_defaults.php:
|
796 |
msgid "Additional rules in the premium version"
|
797 |
msgstr "Zusätzliche Regeln in der Premium-Version"
|
798 |
|
799 |
-
#: admin/views/section_defaults.php:
|
800 |
msgid "Multiple images to set one of them randomly as featured image"
|
801 |
msgstr "Mehrere Bilder als zufällige neue Beitragsbilder"
|
802 |
|
803 |
-
#: admin/views/section_defaults.php:
|
804 |
msgid ""
|
805 |
"The first content image can be also an image from an external server to set "
|
806 |
"it as automated featured image"
|
@@ -808,23 +812,23 @@ msgstr ""
|
|
808 |
"Das erste Bild im Beitrag kann auch von einem externen Server sein, um es "
|
809 |
"als Beitragsbild zu setzen"
|
810 |
|
811 |
-
#: admin/views/section_defaults.php:
|
812 |
msgid "Match with a search string in post title"
|
813 |
msgstr "Passend zum Suchbegriff im Beitragstitel"
|
814 |
|
815 |
-
#: admin/views/section_defaults.php:
|
816 |
msgid "Match with a selected post format"
|
817 |
msgstr "Passend zum ausgewählten Beitragsformat (Post Format)"
|
818 |
|
819 |
-
#: admin/views/section_defaults.php:
|
820 |
msgid "User defined order of rules"
|
821 |
msgstr "Benutzerdefinierte Reihenfolge der Regeln"
|
822 |
|
823 |
-
#: admin/views/section_defaults.php:
|
824 |
msgid "How the rules work"
|
825 |
msgstr "Wie die Regeln funktionieren"
|
826 |
|
827 |
-
#: admin/views/section_defaults.php:
|
828 |
msgid ""
|
829 |
"Every time you save a post the post get the featured image if one of the "
|
830 |
"following rules match a property of the post. You can also set rules for "
|
@@ -835,7 +839,7 @@ msgstr ""
|
|
835 |
"zutrifft. Du kannst die Regeln auch für Seiten und alle anderen "
|
836 |
"Inhaltstypen, die Beitragsbilder unterstützen, setzen."
|
837 |
|
838 |
-
#: admin/views/section_defaults.php:
|
839 |
msgid ""
|
840 |
"Regardless of the order in the list the rules are applied in the following "
|
841 |
"order until a rule and a property of the post fit together:"
|
@@ -844,35 +848,35 @@ msgstr ""
|
|
844 |
"Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
|
845 |
"übereinstimmen:"
|
846 |
|
847 |
-
#: admin/views/section_defaults.php:
|
848 |
msgid "found first content image. If not then..."
|
849 |
msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
|
850 |
|
851 |
-
#: admin/views/section_defaults.php:
|
852 |
msgid "matched custom taxonomy. If not then..."
|
853 |
msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
|
854 |
|
855 |
-
#: admin/views/section_defaults.php:
|
856 |
msgid "matched tag. If not then..."
|
857 |
msgstr "passendes Schlagwort. Wenn nicht, dann..."
|
858 |
|
859 |
-
#: admin/views/section_defaults.php:
|
860 |
msgid "matched category. If not then..."
|
861 |
msgstr "passende Kategorie. Wenn nicht, dann..."
|
862 |
|
863 |
-
#: admin/views/section_defaults.php:
|
864 |
msgid "matched author. If not then..."
|
865 |
msgstr "passender Autor. Wenn nicht, dann..."
|
866 |
|
867 |
-
#: admin/views/section_defaults.php:
|
868 |
msgid "matched post type. If not then..."
|
869 |
msgstr "passender Inhaltstyp. Wenn nicht, dann..."
|
870 |
|
871 |
-
#: admin/views/section_defaults.php:
|
872 |
msgid "no featured image."
|
873 |
msgstr "kein Beitragsbild."
|
874 |
|
875 |
-
#: admin/views/section_defaults.php:
|
876 |
msgid ""
|
877 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
878 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -1030,8 +1034,5 @@ msgstr "Keine Treffer gefunden."
|
|
1030 |
#~ "Use of first external image instead of only uploaded to the media library"
|
1031 |
#~ msgstr "Verwendung des ersten"
|
1032 |
|
1033 |
-
#~ msgid "Post type"
|
1034 |
-
#~ msgstr "Inhaltstyp"
|
1035 |
-
|
1036 |
#~ msgid "Taxonomy"
|
1037 |
#~ msgstr "Taxonomie"
|
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: 2016-02-05 18:04+0100\n"
|
8 |
+
"PO-Revision-Date: 2016-02-05 18:04+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"
|
404 |
"weiter per Klick auf die nächste Schaltfläche."
|
405 |
|
406 |
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
407 |
+
#: admin/views/section_defaults.php:197
|
408 |
msgid "Notice"
|
409 |
msgstr "Hinweis"
|
410 |
|
475 |
"verwendet wurden"
|
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:113
|
479 |
+
#: admin/views/section_defaults.php:462 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"
|
483 |
|
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:113
|
487 |
+
#: admin/views/section_defaults.php:462 admin/views/section_footer.php:59
|
488 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
489 |
msgid "/"
|
490 |
msgstr "/de"
|
582 |
"immer noch um einiges schneller, als jedem Beitrag das Bild per Hand "
|
583 |
"zuzuweisen."
|
584 |
|
585 |
+
#: admin/views/form_start.php:6 admin/views/section_defaults.php:199
|
586 |
msgid ""
|
587 |
"The current theme does not support featured images. Anyway you can use this "
|
588 |
"plugin. The effects are stored and will be visible in a theme which supports "
|
647 |
"Beiträgen und Seiten entfernen willst durch Klick auf die folgende "
|
648 |
"Schaltfläche."
|
649 |
|
650 |
+
#: admin/views/form_start.php:57
|
651 |
msgid "Choose Image"
|
652 |
msgstr "Bild auswählen"
|
653 |
|
654 |
+
#: admin/views/form_start.php:61
|
655 |
msgid "If the button does not work, read this:"
|
656 |
msgstr "Sollte die Schaltfläche nicht funktionieren, hier ein Tipp:"
|
657 |
|
658 |
+
#: admin/views/form_start.php:62
|
659 |
msgid ""
|
660 |
"Some users reported that this button would not work in some WordPress "
|
661 |
"installations. If this should be the case you can take another way:"
|
664 |
"WordPress-Installation funktionieren würde. Sollte das hier der Fall sein, "
|
665 |
"kannst du einen anderen Weg gehen:"
|
666 |
|
667 |
+
#: admin/views/form_start.php:63
|
668 |
msgid ""
|
669 |
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
670 |
"Further links are appearing, among them the link "Bulk set as featured "
|
674 |
"erscheinen weitere Links, darunter der Link "Als Beitragsbild "
|
675 |
"setzen". 3. Nach Klick darauf kannst du im Plugin fortfahren."
|
676 |
|
677 |
+
#: admin/views/form_start.php:67
|
678 |
msgid "Actions with multiple images"
|
679 |
msgstr "Aktionen mit mehreren Bildern"
|
680 |
|
681 |
+
#: admin/views/form_start.php:68
|
682 |
msgid ""
|
683 |
"These actions require at least one selected image with the following button."
|
684 |
msgstr ""
|
685 |
"Diese Aktionen erfordern mindestens ein mit der folgenden Schaltfläche "
|
686 |
"ausgewähltes Bild."
|
687 |
|
688 |
+
#: admin/views/form_start.php:80
|
689 |
msgid ""
|
690 |
"To select multiple images click on the button and use the CTRL key while "
|
691 |
"clicking on the images."
|
693 |
"Um mehrere Bilder auszuwählen, klicke auf die Schaltfläche und halte die "
|
694 |
"STRG-Taste beim Klicken auf die Bilder gedrückt."
|
695 |
|
696 |
+
#: admin/views/form_start.php:84
|
697 |
msgid "Choose Images"
|
698 |
msgstr "Bilder auswählen"
|
699 |
|
700 |
+
#: admin/views/form_start.php:101
|
701 |
msgid "Actions without any selected image"
|
702 |
msgstr "Aktionen ohne ausgewähltes Bild"
|
703 |
|
704 |
+
#: admin/views/form_start.php:102
|
705 |
msgid "These actions do not require a selected image."
|
706 |
msgstr "Diese Aktionen erfordern kein ausgewähltes Bild."
|
707 |
|
708 |
+
#: admin/views/form_start.php:113
|
709 |
msgid "Do you want to assign the first image of each post?"
|
710 |
msgstr "Willst du das erste Bild jeden Beitrags als Beitragsbild setzen?"
|
711 |
|
712 |
+
#: admin/views/form_start.php:120
|
713 |
msgid "Use CTRL for multiple choice"
|
714 |
msgstr "Drücke STRG für Mehrfachauswahl"
|
715 |
|
717 |
msgid "matches"
|
718 |
msgstr "ist"
|
719 |
|
720 |
+
#: admin/views/section_defaults.php:57
|
721 |
+
msgid "Post Type"
|
722 |
+
msgstr "Inhaltstyp"
|
723 |
+
|
724 |
+
#: admin/views/section_defaults.php:188
|
725 |
msgid "Default featured images for future posts"
|
726 |
msgstr "Standard-Beitragsbilder für zukünftige Inhalte"
|
727 |
|
728 |
+
#: admin/views/section_defaults.php:190
|
729 |
msgid ""
|
730 |
"Define the rules to use images as default featured images automatically "
|
731 |
"every time a post is saved."
|
733 |
"Stelle die Regeln ein, um bei jedem Speichern eines Beitrags Bilder als "
|
734 |
"voreingestellte Beitragsbilder automatisch zu setzen."
|
735 |
|
736 |
+
#: admin/views/section_defaults.php:191
|
737 |
msgid ""
|
738 |
"To use a rule choose the image and set both the taxonomy and the value. A "
|
739 |
"rule which is defined only partially will be ignored."
|
741 |
"Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
|
742 |
"Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
|
743 |
|
744 |
+
#: admin/views/section_defaults.php:219
|
745 |
msgid "An image overwrites an existing image"
|
746 |
msgstr "Ein Bild überschreibt ein bestehendes Bild"
|
747 |
|
748 |
+
#: admin/views/section_defaults.php:223
|
749 |
msgid ""
|
750 |
"Activate to automatically overwrite an existing featured image while saving "
|
751 |
"a post"
|
768 |
msgid "Text with images in WordPress editor"
|
769 |
msgstr "Text mit Bildern im WordPress-Editor"
|
770 |
|
771 |
+
#: admin/views/section_defaults.php:237
|
772 |
msgid ""
|
773 |
"Activate to automatically use the first content image if available in the "
|
774 |
"media library as featured image while saving a post"
|
776 |
"Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
|
777 |
"Beitragsbild automatisch beim Speichern eines Beitrags"
|
778 |
|
779 |
+
#: admin/views/section_defaults.php:239
|
780 |
msgid ""
|
781 |
"If activated the rule is used automatically while saving a post to set the "
|
782 |
"first content image - if available in the media library - as the featured "
|
788 |
"als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
|
789 |
"enthalten, werden die nächsten Regeln angewandt."
|
790 |
|
791 |
+
#: admin/views/section_defaults.php:446
|
792 |
msgid "Add rule"
|
793 |
msgstr "Regel hinzufügen"
|
794 |
|
795 |
+
#: admin/views/section_defaults.php:451
|
796 |
msgid "Are you sure to remove this rule?"
|
797 |
msgstr "Willst du diese Regel wirklich löschen?"
|
798 |
|
799 |
+
#: admin/views/section_defaults.php:454
|
800 |
msgid "Additional rules in the premium version"
|
801 |
msgstr "Zusätzliche Regeln in der Premium-Version"
|
802 |
|
803 |
+
#: admin/views/section_defaults.php:456
|
804 |
msgid "Multiple images to set one of them randomly as featured image"
|
805 |
msgstr "Mehrere Bilder als zufällige neue Beitragsbilder"
|
806 |
|
807 |
+
#: admin/views/section_defaults.php:457
|
808 |
msgid ""
|
809 |
"The first content image can be also an image from an external server to set "
|
810 |
"it as automated featured image"
|
812 |
"Das erste Bild im Beitrag kann auch von einem externen Server sein, um es "
|
813 |
"als Beitragsbild zu setzen"
|
814 |
|
815 |
+
#: admin/views/section_defaults.php:458
|
816 |
msgid "Match with a search string in post title"
|
817 |
msgstr "Passend zum Suchbegriff im Beitragstitel"
|
818 |
|
819 |
+
#: admin/views/section_defaults.php:459
|
820 |
msgid "Match with a selected post format"
|
821 |
msgstr "Passend zum ausgewählten Beitragsformat (Post Format)"
|
822 |
|
823 |
+
#: admin/views/section_defaults.php:460
|
824 |
msgid "User defined order of rules"
|
825 |
msgstr "Benutzerdefinierte Reihenfolge der Regeln"
|
826 |
|
827 |
+
#: admin/views/section_defaults.php:464
|
828 |
msgid "How the rules work"
|
829 |
msgstr "Wie die Regeln funktionieren"
|
830 |
|
831 |
+
#: admin/views/section_defaults.php:465
|
832 |
msgid ""
|
833 |
"Every time you save a post the post get the featured image if one of the "
|
834 |
"following rules match a property of the post. You can also set rules for "
|
839 |
"zutrifft. Du kannst die Regeln auch für Seiten und alle anderen "
|
840 |
"Inhaltstypen, die Beitragsbilder unterstützen, setzen."
|
841 |
|
842 |
+
#: admin/views/section_defaults.php:466
|
843 |
msgid ""
|
844 |
"Regardless of the order in the list the rules are applied in the following "
|
845 |
"order until a rule and a property of the post fit together:"
|
848 |
"Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
|
849 |
"übereinstimmen:"
|
850 |
|
851 |
+
#: admin/views/section_defaults.php:468
|
852 |
msgid "found first content image. If not then..."
|
853 |
msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
|
854 |
|
855 |
+
#: admin/views/section_defaults.php:469
|
856 |
msgid "matched custom taxonomy. If not then..."
|
857 |
msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
|
858 |
|
859 |
+
#: admin/views/section_defaults.php:470
|
860 |
msgid "matched tag. If not then..."
|
861 |
msgstr "passendes Schlagwort. Wenn nicht, dann..."
|
862 |
|
863 |
+
#: admin/views/section_defaults.php:471
|
864 |
msgid "matched category. If not then..."
|
865 |
msgstr "passende Kategorie. Wenn nicht, dann..."
|
866 |
|
867 |
+
#: admin/views/section_defaults.php:472
|
868 |
msgid "matched author. If not then..."
|
869 |
msgstr "passender Autor. Wenn nicht, dann..."
|
870 |
|
871 |
+
#: admin/views/section_defaults.php:473
|
872 |
msgid "matched post type. If not then..."
|
873 |
msgstr "passender Inhaltstyp. Wenn nicht, dann..."
|
874 |
|
875 |
+
#: admin/views/section_defaults.php:474
|
876 |
msgid "no featured image."
|
877 |
msgstr "kein Beitragsbild."
|
878 |
|
879 |
+
#: admin/views/section_defaults.php:476
|
880 |
msgid ""
|
881 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
882 |
"the post it is unforeseeable which image will become the featured image."
|
1034 |
#~ "Use of first external image instead of only uploaded to the media library"
|
1035 |
#~ msgstr "Verwendung des ersten"
|
1036 |
|
|
|
|
|
|
|
1037 |
#~ msgid "Taxonomy"
|
1038 |
#~ msgstr "Taxonomie"
|
languages/quick-featured-images-es_ES.mo
CHANGED
Binary file
|
languages/quick-featured-images-es_ES.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: m.stehle@gmx.de\n"
|
11 |
"Language: es_ES\n"
|
@@ -410,7 +410,7 @@ msgstr ""
|
|
410 |
"simplemente continúa haciendo clic en el botón siguiente."
|
411 |
|
412 |
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
413 |
-
#: admin/views/section_defaults.php:
|
414 |
msgid "Notice"
|
415 |
msgstr "Un aviso"
|
416 |
|
@@ -481,15 +481,15 @@ msgid "Remove excess featured images after all selected images are used"
|
|
481 |
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:
|
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:
|
492 |
-
#: admin/views/section_defaults.php:
|
493 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
494 |
msgid "/"
|
495 |
msgstr "/es"
|
@@ -588,7 +588,7 @@ msgstr ""
|
|
588 |
"mucho más rápido que el establecimiento de las imágenes para cada post de "
|
589 |
"forma manual."
|
590 |
|
591 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:
|
592 |
msgid ""
|
593 |
"The current theme does not support featured images. Anyway you can use this "
|
594 |
"plugin. The effects are stored and will be visible in a theme which supports "
|
@@ -651,15 +651,15 @@ msgstr ""
|
|
651 |
"Selecciona la imagen que quieres añadir, reemplazar o borrar de post o "
|
652 |
"páginas, haciendo clic en siguiente botón."
|
653 |
|
654 |
-
#: admin/views/form_start.php:
|
655 |
msgid "Choose Image"
|
656 |
msgstr "Selecciona la imagen"
|
657 |
|
658 |
-
#: admin/views/form_start.php:
|
659 |
msgid "If the button does not work, read this:"
|
660 |
msgstr "Si el botón no funciona, lee lo siguiente:"
|
661 |
|
662 |
-
#: admin/views/form_start.php:
|
663 |
msgid ""
|
664 |
"Some users reported that this button would not work in some WordPress "
|
665 |
"installations. If this should be the case you can take another way:"
|
@@ -667,7 +667,7 @@ msgstr ""
|
|
667 |
"Algunos usuarios han reportado que ese botón no funciona en algunas "
|
668 |
"instalaciones de WordPress. Si es así, puedes tomar otro camino:"
|
669 |
|
670 |
-
#: admin/views/form_start.php:
|
671 |
msgid ""
|
672 |
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
673 |
"Further links are appearing, among them the link "Bulk set as featured "
|
@@ -678,18 +678,18 @@ msgstr ""
|
|
678 |
"enlace "Bulk establecido como la imagen destacada image". 3. Al "
|
679 |
"hacer el clic en el enlace, puedes seguir adelante en este plugin."
|
680 |
|
681 |
-
#: admin/views/form_start.php:
|
682 |
msgid "Actions with multiple images"
|
683 |
msgstr "Las acciones con imágenes múltiples."
|
684 |
|
685 |
-
#: admin/views/form_start.php:
|
686 |
msgid ""
|
687 |
"These actions require at least one selected image with the following button."
|
688 |
msgstr ""
|
689 |
"Estas acciones requieren por lo menos una imagen seleccionada por el "
|
690 |
"siguiente botón."
|
691 |
|
692 |
-
#: admin/views/form_start.php:
|
693 |
msgid ""
|
694 |
"To select multiple images click on the button and use the CTRL key while "
|
695 |
"clicking on the images."
|
@@ -697,23 +697,23 @@ msgstr ""
|
|
697 |
"Para seleccionar las imágenes múltiples, haz el clic en el botón y usa la "
|
698 |
"tecla CTRL mientras estás haciendo clic en las imágenes."
|
699 |
|
700 |
-
#: admin/views/form_start.php:
|
701 |
msgid "Choose Images"
|
702 |
msgstr "Selecciona las imágenes"
|
703 |
|
704 |
-
#: admin/views/form_start.php:
|
705 |
msgid "Actions without any selected image"
|
706 |
msgstr "Las acciones sin imagen seleccionada"
|
707 |
|
708 |
-
#: admin/views/form_start.php:
|
709 |
msgid "These actions do not require a selected image."
|
710 |
msgstr "Estas acciones no requieren la imagen seleccionada."
|
711 |
|
712 |
-
#: admin/views/form_start.php:
|
713 |
msgid "Do you want to assign the first image of each post?"
|
714 |
msgstr "¿Toma la primera imagen adjunta de post?"
|
715 |
|
716 |
-
#: admin/views/form_start.php:
|
717 |
msgid "Use CTRL for multiple choice"
|
718 |
msgstr "Utilice CTRL para selección múltiple"
|
719 |
|
@@ -721,11 +721,15 @@ msgstr "Utilice CTRL para selección múltiple"
|
|
721 |
msgid "matches"
|
722 |
msgstr "Las coincidencias"
|
723 |
|
724 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
725 |
msgid "Default featured images for future posts"
|
726 |
msgstr "Las imágenes destacadas predeterminadas para los post futuros"
|
727 |
|
728 |
-
#: admin/views/section_defaults.php:
|
729 |
msgid ""
|
730 |
"Define the rules to use images as default featured images automatically "
|
731 |
"every time a post is saved."
|
@@ -733,7 +737,7 @@ msgstr ""
|
|
733 |
"Define las reglas de usar imágenes como las imágenes destacadas "
|
734 |
"predeterminadas automáticamente cada vez que se guarda un post."
|
735 |
|
736 |
-
#: admin/views/section_defaults.php:
|
737 |
msgid ""
|
738 |
"To use a rule choose the image and set both the taxonomy and the value. A "
|
739 |
"rule which is defined only partially will be ignored."
|
@@ -741,11 +745,11 @@ msgstr ""
|
|
741 |
"Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
|
742 |
"regla que es sólo parcialmente definida, será ignorada."
|
743 |
|
744 |
-
#: admin/views/section_defaults.php:
|
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 |
"Activate to automatically overwrite an existing featured image while saving "
|
751 |
"a post"
|
@@ -768,7 +772,7 @@ msgstr ""
|
|
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 |
"Activate to automatically use the first content image if available in the "
|
774 |
"media library as featured image while saving a post"
|
@@ -777,7 +781,7 @@ msgstr ""
|
|
777 |
"disponible en Media Library como la imagen destacada mientras se está "
|
778 |
"guardando el post."
|
779 |
|
780 |
-
#: admin/views/section_defaults.php:
|
781 |
msgid ""
|
782 |
"If activated the rule is used automatically while saving a post to set the "
|
783 |
"first content image - if available in the media library - as the featured "
|
@@ -790,23 +794,23 @@ msgstr ""
|
|
790 |
"el post no tiene las imágenes del contenido se aplicarán las reglas "
|
791 |
"siguientes."
|
792 |
|
793 |
-
#: admin/views/section_defaults.php:
|
794 |
msgid "Add rule"
|
795 |
msgstr "Añade la regla"
|
796 |
|
797 |
-
#: admin/views/section_defaults.php:
|
798 |
msgid "Are you sure to remove this rule?"
|
799 |
msgstr "¿Estás seguro de que deseas eliminar esta regla?"
|
800 |
|
801 |
-
#: admin/views/section_defaults.php:
|
802 |
msgid "Additional rules in the premium version"
|
803 |
msgstr "Reglas adicionales en la Pro versión"
|
804 |
|
805 |
-
#: admin/views/section_defaults.php:
|
806 |
msgid "Multiple images to set one of them randomly as featured image"
|
807 |
msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
|
808 |
|
809 |
-
#: admin/views/section_defaults.php:
|
810 |
msgid ""
|
811 |
"The first content image can be also an image from an external server to set "
|
812 |
"it as automated featured image"
|
@@ -814,23 +818,23 @@ msgstr ""
|
|
814 |
"La primera imagen de contenido puede ser también una imagen desde un "
|
815 |
"servidor externo para configurarlo como automatizado imágen destacada"
|
816 |
|
817 |
-
#: admin/views/section_defaults.php:
|
818 |
msgid "Match with a search string in post title"
|
819 |
msgstr "El término de búsqueda en el título de la entrada"
|
820 |
|
821 |
-
#: admin/views/section_defaults.php:
|
822 |
msgid "Match with a selected post format"
|
823 |
msgstr "Coincide con un formato de entrada seleccionado"
|
824 |
|
825 |
-
#: admin/views/section_defaults.php:
|
826 |
msgid "User defined order of rules"
|
827 |
msgstr "La orden de encargo de las reglas"
|
828 |
|
829 |
-
#: admin/views/section_defaults.php:
|
830 |
msgid "How the rules work"
|
831 |
msgstr "Cómo funcionan las reglas"
|
832 |
|
833 |
-
#: admin/views/section_defaults.php:
|
834 |
msgid ""
|
835 |
"Every time you save a post the post get the featured image if one of the "
|
836 |
"following rules match a property of the post. You can also set rules for "
|
@@ -841,7 +845,7 @@ msgstr ""
|
|
841 |
"establecer las reglas para las páginas y todos otros post actuales que "
|
842 |
"soportan imágenes destacadas."
|
843 |
|
844 |
-
#: admin/views/section_defaults.php:
|
845 |
msgid ""
|
846 |
"Regardless of the order in the list the rules are applied in the following "
|
847 |
"order until a rule and a property of the post fit together:"
|
@@ -849,35 +853,35 @@ msgstr ""
|
|
849 |
"Independientemente del orden de la lista, las reglas se aplican en el orden "
|
850 |
"siguiente hasta que la regla y la propiedad encajen bien."
|
851 |
|
852 |
-
#: admin/views/section_defaults.php:
|
853 |
msgid "found first content image. If not then..."
|
854 |
msgstr "La primera imagen del contenido encontrada. Si no es así, entonces…."
|
855 |
|
856 |
-
#: admin/views/section_defaults.php:
|
857 |
msgid "matched custom taxonomy. If not then..."
|
858 |
msgstr "La taxonomía correspondiente personalizada. Si no es así entonces….,"
|
859 |
|
860 |
-
#: admin/views/section_defaults.php:
|
861 |
msgid "matched tag. If not then..."
|
862 |
msgstr "La etiqueta correspondiente. Si no es así, entonces…."
|
863 |
|
864 |
-
#: admin/views/section_defaults.php:
|
865 |
msgid "matched category. If not then..."
|
866 |
msgstr "La categoría correspondiente. Si no es así, entonces…."
|
867 |
|
868 |
-
#: admin/views/section_defaults.php:
|
869 |
msgid "matched author. If not then..."
|
870 |
msgstr "El autor correspondiente. Si no es así, entonces….."
|
871 |
|
872 |
-
#: admin/views/section_defaults.php:
|
873 |
msgid "matched post type. If not then..."
|
874 |
msgstr "El autor correspondiente. Si no es así, entonces….."
|
875 |
|
876 |
-
#: admin/views/section_defaults.php:
|
877 |
msgid "no featured image."
|
878 |
msgstr "No hay ninguna imagen destacada"
|
879 |
|
880 |
-
#: admin/views/section_defaults.php:
|
881 |
msgid ""
|
882 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
883 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -1031,9 +1035,6 @@ msgstr "Inalterado (sin cambios)"
|
|
1031 |
msgid "No matches found."
|
1032 |
msgstr "No se han encontrado coincidencias "
|
1033 |
|
1034 |
-
#~ msgid "Post type"
|
1035 |
-
#~ msgstr "El tipo de post"
|
1036 |
-
|
1037 |
#~ msgid "Taxonomy"
|
1038 |
#~ msgstr "Taxonomy"
|
1039 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2016-02-05 18:04+0100\n"
|
8 |
+
"PO-Revision-Date: 2016-02-05 18:04+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"
|
410 |
"simplemente continúa haciendo clic en el botón siguiente."
|
411 |
|
412 |
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
413 |
+
#: admin/views/section_defaults.php:197
|
414 |
msgid "Notice"
|
415 |
msgstr "Un aviso"
|
416 |
|
481 |
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:113
|
485 |
+
#: admin/views/section_defaults.php:462 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:113
|
492 |
+
#: admin/views/section_defaults.php:462 admin/views/section_footer.php:59
|
493 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
494 |
msgid "/"
|
495 |
msgstr "/es"
|
588 |
"mucho más rápido que el establecimiento de las imágenes para cada post de "
|
589 |
"forma manual."
|
590 |
|
591 |
+
#: admin/views/form_start.php:6 admin/views/section_defaults.php:199
|
592 |
msgid ""
|
593 |
"The current theme does not support featured images. Anyway you can use this "
|
594 |
"plugin. The effects are stored and will be visible in a theme which supports "
|
651 |
"Selecciona la imagen que quieres añadir, reemplazar o borrar de post o "
|
652 |
"páginas, haciendo clic en siguiente botón."
|
653 |
|
654 |
+
#: admin/views/form_start.php:57
|
655 |
msgid "Choose Image"
|
656 |
msgstr "Selecciona la imagen"
|
657 |
|
658 |
+
#: admin/views/form_start.php:61
|
659 |
msgid "If the button does not work, read this:"
|
660 |
msgstr "Si el botón no funciona, lee lo siguiente:"
|
661 |
|
662 |
+
#: admin/views/form_start.php:62
|
663 |
msgid ""
|
664 |
"Some users reported that this button would not work in some WordPress "
|
665 |
"installations. If this should be the case you can take another way:"
|
667 |
"Algunos usuarios han reportado que ese botón no funciona en algunas "
|
668 |
"instalaciones de WordPress. Si es así, puedes tomar otro camino:"
|
669 |
|
670 |
+
#: admin/views/form_start.php:63
|
671 |
msgid ""
|
672 |
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
673 |
"Further links are appearing, among them the link "Bulk set as featured "
|
678 |
"enlace "Bulk establecido como la imagen destacada image". 3. Al "
|
679 |
"hacer el clic en el enlace, puedes seguir adelante en este plugin."
|
680 |
|
681 |
+
#: admin/views/form_start.php:67
|
682 |
msgid "Actions with multiple images"
|
683 |
msgstr "Las acciones con imágenes múltiples."
|
684 |
|
685 |
+
#: admin/views/form_start.php:68
|
686 |
msgid ""
|
687 |
"These actions require at least one selected image with the following button."
|
688 |
msgstr ""
|
689 |
"Estas acciones requieren por lo menos una imagen seleccionada por el "
|
690 |
"siguiente botón."
|
691 |
|
692 |
+
#: admin/views/form_start.php:80
|
693 |
msgid ""
|
694 |
"To select multiple images click on the button and use the CTRL key while "
|
695 |
"clicking on the images."
|
697 |
"Para seleccionar las imágenes múltiples, haz el clic en el botón y usa la "
|
698 |
"tecla CTRL mientras estás haciendo clic en las imágenes."
|
699 |
|
700 |
+
#: admin/views/form_start.php:84
|
701 |
msgid "Choose Images"
|
702 |
msgstr "Selecciona las imágenes"
|
703 |
|
704 |
+
#: admin/views/form_start.php:101
|
705 |
msgid "Actions without any selected image"
|
706 |
msgstr "Las acciones sin imagen seleccionada"
|
707 |
|
708 |
+
#: admin/views/form_start.php:102
|
709 |
msgid "These actions do not require a selected image."
|
710 |
msgstr "Estas acciones no requieren la imagen seleccionada."
|
711 |
|
712 |
+
#: admin/views/form_start.php:113
|
713 |
msgid "Do you want to assign the first image of each post?"
|
714 |
msgstr "¿Toma la primera imagen adjunta de post?"
|
715 |
|
716 |
+
#: admin/views/form_start.php:120
|
717 |
msgid "Use CTRL for multiple choice"
|
718 |
msgstr "Utilice CTRL para selección múltiple"
|
719 |
|
721 |
msgid "matches"
|
722 |
msgstr "Las coincidencias"
|
723 |
|
724 |
+
#: admin/views/section_defaults.php:57
|
725 |
+
msgid "Post Type"
|
726 |
+
msgstr "El tipo de post"
|
727 |
+
|
728 |
+
#: admin/views/section_defaults.php:188
|
729 |
msgid "Default featured images for future posts"
|
730 |
msgstr "Las imágenes destacadas predeterminadas para los post futuros"
|
731 |
|
732 |
+
#: admin/views/section_defaults.php:190
|
733 |
msgid ""
|
734 |
"Define the rules to use images as default featured images automatically "
|
735 |
"every time a post is saved."
|
737 |
"Define las reglas de usar imágenes como las imágenes destacadas "
|
738 |
"predeterminadas automáticamente cada vez que se guarda un post."
|
739 |
|
740 |
+
#: admin/views/section_defaults.php:191
|
741 |
msgid ""
|
742 |
"To use a rule choose the image and set both the taxonomy and the value. A "
|
743 |
"rule which is defined only partially will be ignored."
|
745 |
"Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
|
746 |
"regla que es sólo parcialmente definida, será ignorada."
|
747 |
|
748 |
+
#: admin/views/section_defaults.php:219
|
749 |
msgid "An image overwrites an existing image"
|
750 |
msgstr "La imagen sobrescribe la imagen existente."
|
751 |
|
752 |
+
#: admin/views/section_defaults.php:223
|
753 |
msgid ""
|
754 |
"Activate to automatically overwrite an existing featured image while saving "
|
755 |
"a post"
|
772 |
msgid "Text with images in WordPress editor"
|
773 |
msgstr "Los textos con imágenes en el editor de WordPress."
|
774 |
|
775 |
+
#: admin/views/section_defaults.php:237
|
776 |
msgid ""
|
777 |
"Activate to automatically use the first content image if available in the "
|
778 |
"media library as featured image while saving a post"
|
781 |
"disponible en Media Library como la imagen destacada mientras se está "
|
782 |
"guardando el post."
|
783 |
|
784 |
+
#: admin/views/section_defaults.php:239
|
785 |
msgid ""
|
786 |
"If activated the rule is used automatically while saving a post to set the "
|
787 |
"first content image - if available in the media library - as the featured "
|
794 |
"el post no tiene las imágenes del contenido se aplicarán las reglas "
|
795 |
"siguientes."
|
796 |
|
797 |
+
#: admin/views/section_defaults.php:446
|
798 |
msgid "Add rule"
|
799 |
msgstr "Añade la regla"
|
800 |
|
801 |
+
#: admin/views/section_defaults.php:451
|
802 |
msgid "Are you sure to remove this rule?"
|
803 |
msgstr "¿Estás seguro de que deseas eliminar esta regla?"
|
804 |
|
805 |
+
#: admin/views/section_defaults.php:454
|
806 |
msgid "Additional rules in the premium version"
|
807 |
msgstr "Reglas adicionales en la Pro versión"
|
808 |
|
809 |
+
#: admin/views/section_defaults.php:456
|
810 |
msgid "Multiple images to set one of them randomly as featured image"
|
811 |
msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
|
812 |
|
813 |
+
#: admin/views/section_defaults.php:457
|
814 |
msgid ""
|
815 |
"The first content image can be also an image from an external server to set "
|
816 |
"it as automated featured image"
|
818 |
"La primera imagen de contenido puede ser también una imagen desde un "
|
819 |
"servidor externo para configurarlo como automatizado imágen destacada"
|
820 |
|
821 |
+
#: admin/views/section_defaults.php:458
|
822 |
msgid "Match with a search string in post title"
|
823 |
msgstr "El término de búsqueda en el título de la entrada"
|
824 |
|
825 |
+
#: admin/views/section_defaults.php:459
|
826 |
msgid "Match with a selected post format"
|
827 |
msgstr "Coincide con un formato de entrada seleccionado"
|
828 |
|
829 |
+
#: admin/views/section_defaults.php:460
|
830 |
msgid "User defined order of rules"
|
831 |
msgstr "La orden de encargo de las reglas"
|
832 |
|
833 |
+
#: admin/views/section_defaults.php:464
|
834 |
msgid "How the rules work"
|
835 |
msgstr "Cómo funcionan las reglas"
|
836 |
|
837 |
+
#: admin/views/section_defaults.php:465
|
838 |
msgid ""
|
839 |
"Every time you save a post the post get the featured image if one of the "
|
840 |
"following rules match a property of the post. You can also set rules for "
|
845 |
"establecer las reglas para las páginas y todos otros post actuales que "
|
846 |
"soportan imágenes destacadas."
|
847 |
|
848 |
+
#: admin/views/section_defaults.php:466
|
849 |
msgid ""
|
850 |
"Regardless of the order in the list the rules are applied in the following "
|
851 |
"order until a rule and a property of the post fit together:"
|
853 |
"Independientemente del orden de la lista, las reglas se aplican en el orden "
|
854 |
"siguiente hasta que la regla y la propiedad encajen bien."
|
855 |
|
856 |
+
#: admin/views/section_defaults.php:468
|
857 |
msgid "found first content image. If not then..."
|
858 |
msgstr "La primera imagen del contenido encontrada. Si no es así, entonces…."
|
859 |
|
860 |
+
#: admin/views/section_defaults.php:469
|
861 |
msgid "matched custom taxonomy. If not then..."
|
862 |
msgstr "La taxonomía correspondiente personalizada. Si no es así entonces….,"
|
863 |
|
864 |
+
#: admin/views/section_defaults.php:470
|
865 |
msgid "matched tag. If not then..."
|
866 |
msgstr "La etiqueta correspondiente. Si no es así, entonces…."
|
867 |
|
868 |
+
#: admin/views/section_defaults.php:471
|
869 |
msgid "matched category. If not then..."
|
870 |
msgstr "La categoría correspondiente. Si no es así, entonces…."
|
871 |
|
872 |
+
#: admin/views/section_defaults.php:472
|
873 |
msgid "matched author. If not then..."
|
874 |
msgstr "El autor correspondiente. Si no es así, entonces….."
|
875 |
|
876 |
+
#: admin/views/section_defaults.php:473
|
877 |
msgid "matched post type. If not then..."
|
878 |
msgstr "El autor correspondiente. Si no es así, entonces….."
|
879 |
|
880 |
+
#: admin/views/section_defaults.php:474
|
881 |
msgid "no featured image."
|
882 |
msgstr "No hay ninguna imagen destacada"
|
883 |
|
884 |
+
#: admin/views/section_defaults.php:476
|
885 |
msgid ""
|
886 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
887 |
"the post it is unforeseeable which image will become the featured image."
|
1035 |
msgid "No matches found."
|
1036 |
msgstr "No se han encontrado coincidencias "
|
1037 |
|
|
|
|
|
|
|
1038 |
#~ msgid "Taxonomy"
|
1039 |
#~ msgstr "Taxonomy"
|
1040 |
|
languages/quick-featured-images.pot
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Language-Team: m.stehle@gmx.de\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -349,7 +349,7 @@ msgid "There are no selected filters. Modify your filter selection or just go on
|
|
349 |
msgstr ""
|
350 |
|
351 |
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
352 |
-
#: admin/views/section_defaults.php:
|
353 |
msgid "Notice"
|
354 |
msgstr ""
|
355 |
|
@@ -406,16 +406,16 @@ msgid "Remove excess featured images after all selected images are used"
|
|
406 |
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:
|
410 |
-
#: admin/views/section_defaults.php:
|
411 |
#: admin/views/section_overview.php:91
|
412 |
msgid "Get the premium version"
|
413 |
msgstr ""
|
414 |
|
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:
|
418 |
-
#: admin/views/section_defaults.php:
|
419 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
420 |
msgid "/"
|
421 |
msgstr ""
|
@@ -484,7 +484,7 @@ msgstr ""
|
|
484 |
msgid "This way is not as fast as one single run, but still much faster than setting the images for each post manually."
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:
|
488 |
msgid "The current theme does not support featured images. Anyway you can use this plugin. The effects are stored and will be visible in a theme which supports featured images."
|
489 |
msgstr ""
|
490 |
|
@@ -524,51 +524,51 @@ msgstr ""
|
|
524 |
msgid "Select the image you want to add to, replace or delete from posts and pages by clicking on the following button."
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: admin/views/form_start.php:
|
528 |
msgid "Choose Image"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: admin/views/form_start.php:
|
532 |
msgid "If the button does not work, read this:"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: admin/views/form_start.php:
|
536 |
msgid "Some users reported that this button would not work in some WordPress installations. If this should be the case you can take another way:"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: admin/views/form_start.php:
|
540 |
msgid "1. Go to the media library. 2. Move the mouse over the desired image. Further links are appearing, among them the link "Bulk set as featured image". 3. After a click on it you can move on in this plugin."
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: admin/views/form_start.php:
|
544 |
msgid "Actions with multiple images"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: admin/views/form_start.php:
|
548 |
msgid "These actions require at least one selected image with the following button."
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: admin/views/form_start.php:
|
552 |
msgid "To select multiple images click on the button and use the CTRL key while clicking on the images."
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: admin/views/form_start.php:
|
556 |
msgid "Choose Images"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: admin/views/form_start.php:
|
560 |
msgid "Actions without any selected image"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: admin/views/form_start.php:
|
564 |
msgid "These actions do not require a selected image."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: admin/views/form_start.php:
|
568 |
msgid "Do you want to assign the first image of each post?"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: admin/views/form_start.php:
|
572 |
msgid "Use CTRL for multiple choice"
|
573 |
msgstr ""
|
574 |
|
@@ -576,23 +576,27 @@ msgstr ""
|
|
576 |
msgid "matches"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: admin/views/section_defaults.php:
|
|
|
|
|
|
|
|
|
580 |
msgid "Default featured images for future posts"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: admin/views/section_defaults.php:
|
584 |
msgid "Define the rules to use images as default featured images automatically every time a post is saved."
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: admin/views/section_defaults.php:
|
588 |
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."
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: admin/views/section_defaults.php:
|
592 |
msgid "An image overwrites an existing image"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: admin/views/section_defaults.php:
|
596 |
msgid "Activate to automatically overwrite an existing featured image while saving a post"
|
597 |
msgstr ""
|
598 |
|
@@ -604,87 +608,87 @@ msgstr ""
|
|
604 |
msgid "Text with images in WordPress editor"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: admin/views/section_defaults.php:
|
608 |
msgid "Activate to automatically use the first content image if available in the media library as featured image while saving a post"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: admin/views/section_defaults.php:
|
612 |
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."
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: admin/views/section_defaults.php:
|
616 |
msgid "Add rule"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: admin/views/section_defaults.php:
|
620 |
msgid "Are you sure to remove this rule?"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: admin/views/section_defaults.php:
|
624 |
msgid "Additional rules in the premium version"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: admin/views/section_defaults.php:
|
628 |
msgid "Multiple images to set one of them randomly as featured image"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: admin/views/section_defaults.php:
|
632 |
msgid "The first content image can be also an image from an external server to set it as automated featured image"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: admin/views/section_defaults.php:
|
636 |
msgid "Match with a search string in post title"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: admin/views/section_defaults.php:
|
640 |
msgid "Match with a selected post format"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: admin/views/section_defaults.php:
|
644 |
msgid "User defined order of rules"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: admin/views/section_defaults.php:
|
648 |
msgid "How the rules work"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: admin/views/section_defaults.php:
|
652 |
msgid "Every time you save a post the post get the featured image if one of the following rules match a property of the post. You can also set rules for pages and all other current post types which support featured images."
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: admin/views/section_defaults.php:
|
656 |
msgid "Regardless of the order in the list the rules are applied in the following order until a rule and a property of the post fit together:"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: admin/views/section_defaults.php:
|
660 |
msgid "found first content image. If not then..."
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: admin/views/section_defaults.php:
|
664 |
msgid "matched custom taxonomy. If not then..."
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: admin/views/section_defaults.php:
|
668 |
msgid "matched tag. If not then..."
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: admin/views/section_defaults.php:
|
672 |
msgid "matched category. If not then..."
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: admin/views/section_defaults.php:
|
676 |
msgid "matched author. If not then..."
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: admin/views/section_defaults.php:
|
680 |
msgid "matched post type. If not then..."
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: admin/views/section_defaults.php:
|
684 |
msgid "no featured image."
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: admin/views/section_defaults.php:
|
688 |
msgid "Bear in mind that if two or more rules with the same taxonomy would fit to the post it is unforeseeable which image will become the featured image."
|
689 |
msgstr ""
|
690 |
|
@@ -820,13 +824,3 @@ msgstr ""
|
|
820 |
#: admin/views/section_results.php:70
|
821 |
msgid "No matches found."
|
822 |
msgstr ""
|
823 |
-
|
824 |
-
#~ msgid ""
|
825 |
-
#~ "Use of first external image instead of only uploaded to the media library"
|
826 |
-
#~ msgstr ""
|
827 |
-
|
828 |
-
#~ msgid "Post type"
|
829 |
-
#~ msgstr ""
|
830 |
-
|
831 |
-
#~ msgid "Taxonomy"
|
832 |
-
#~ msgstr ""
|
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: 2016-02-05 18:04+0100\n"
|
8 |
+
"PO-Revision-Date: 2016-02-05 18:04+0100\n"
|
9 |
"Language-Team: m.stehle@gmx.de\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
349 |
msgstr ""
|
350 |
|
351 |
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
352 |
+
#: admin/views/section_defaults.php:197
|
353 |
msgid "Notice"
|
354 |
msgstr ""
|
355 |
|
406 |
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:113
|
410 |
+
#: admin/views/section_defaults.php:462 admin/views/section_footer.php:59
|
411 |
#: admin/views/section_overview.php:91
|
412 |
msgid "Get the premium version"
|
413 |
msgstr ""
|
414 |
|
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:113
|
418 |
+
#: admin/views/section_defaults.php:462 admin/views/section_footer.php:59
|
419 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
420 |
msgid "/"
|
421 |
msgstr ""
|
484 |
msgid "This way is not as fast as one single run, but still much faster than setting the images for each post manually."
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: admin/views/form_start.php:6 admin/views/section_defaults.php:199
|
488 |
msgid "The current theme does not support featured images. Anyway you can use this plugin. The effects are stored and will be visible in a theme which supports featured images."
|
489 |
msgstr ""
|
490 |
|
524 |
msgid "Select the image you want to add to, replace or delete from posts and pages by clicking on the following button."
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: admin/views/form_start.php:57
|
528 |
msgid "Choose Image"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: admin/views/form_start.php:61
|
532 |
msgid "If the button does not work, read this:"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: admin/views/form_start.php:62
|
536 |
msgid "Some users reported that this button would not work in some WordPress installations. If this should be the case you can take another way:"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: admin/views/form_start.php:63
|
540 |
msgid "1. Go to the media library. 2. Move the mouse over the desired image. Further links are appearing, among them the link "Bulk set as featured image". 3. After a click on it you can move on in this plugin."
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: admin/views/form_start.php:67
|
544 |
msgid "Actions with multiple images"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: admin/views/form_start.php:68
|
548 |
msgid "These actions require at least one selected image with the following button."
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: admin/views/form_start.php:80
|
552 |
msgid "To select multiple images click on the button and use the CTRL key while clicking on the images."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: admin/views/form_start.php:84
|
556 |
msgid "Choose Images"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: admin/views/form_start.php:101
|
560 |
msgid "Actions without any selected image"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: admin/views/form_start.php:102
|
564 |
msgid "These actions do not require a selected image."
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: admin/views/form_start.php:113
|
568 |
msgid "Do you want to assign the first image of each post?"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: admin/views/form_start.php:120
|
572 |
msgid "Use CTRL for multiple choice"
|
573 |
msgstr ""
|
574 |
|
576 |
msgid "matches"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: admin/views/section_defaults.php:57
|
580 |
+
msgid "Post Type"
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: admin/views/section_defaults.php:188
|
584 |
msgid "Default featured images for future posts"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: admin/views/section_defaults.php:190
|
588 |
msgid "Define the rules to use images as default featured images automatically every time a post is saved."
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: admin/views/section_defaults.php:191
|
592 |
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."
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: admin/views/section_defaults.php:219
|
596 |
msgid "An image overwrites an existing image"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: admin/views/section_defaults.php:223
|
600 |
msgid "Activate to automatically overwrite an existing featured image while saving a post"
|
601 |
msgstr ""
|
602 |
|
608 |
msgid "Text with images in WordPress editor"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: admin/views/section_defaults.php:237
|
612 |
msgid "Activate to automatically use the first content image if available in the media library as featured image while saving a post"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: admin/views/section_defaults.php:239
|
616 |
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."
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: admin/views/section_defaults.php:446
|
620 |
msgid "Add rule"
|
621 |
msgstr ""
|
622 |
|
623 |
+
#: admin/views/section_defaults.php:451
|
624 |
msgid "Are you sure to remove this rule?"
|
625 |
msgstr ""
|
626 |
|
627 |
+
#: admin/views/section_defaults.php:454
|
628 |
msgid "Additional rules in the premium version"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: admin/views/section_defaults.php:456
|
632 |
msgid "Multiple images to set one of them randomly as featured image"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: admin/views/section_defaults.php:457
|
636 |
msgid "The first content image can be also an image from an external server to set it as automated featured image"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: admin/views/section_defaults.php:458
|
640 |
msgid "Match with a search string in post title"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: admin/views/section_defaults.php:459
|
644 |
msgid "Match with a selected post format"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: admin/views/section_defaults.php:460
|
648 |
msgid "User defined order of rules"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: admin/views/section_defaults.php:464
|
652 |
msgid "How the rules work"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: admin/views/section_defaults.php:465
|
656 |
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."
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: admin/views/section_defaults.php:466
|
660 |
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:"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: admin/views/section_defaults.php:468
|
664 |
msgid "found first content image. If not then..."
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: admin/views/section_defaults.php:469
|
668 |
msgid "matched custom taxonomy. If not then..."
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: admin/views/section_defaults.php:470
|
672 |
msgid "matched tag. If not then..."
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: admin/views/section_defaults.php:471
|
676 |
msgid "matched category. If not then..."
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: admin/views/section_defaults.php:472
|
680 |
msgid "matched author. If not then..."
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: admin/views/section_defaults.php:473
|
684 |
msgid "matched post type. If not then..."
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: admin/views/section_defaults.php:474
|
688 |
msgid "no featured image."
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: admin/views/section_defaults.php:476
|
692 |
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."
|
693 |
msgstr ""
|
694 |
|
824 |
#: admin/views/section_results.php:70
|
825 |
msgid "No matches found."
|
826 |
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
|
@@ -24,16 +24,17 @@ if ( ! defined( 'WPINC' ) ) {
|
|
24 |
die;
|
25 |
}
|
26 |
|
|
|
|
|
27 |
/*
|
28 |
-
*
|
29 |
-
* so call it only in the backend
|
30 |
*
|
31 |
*/
|
32 |
-
|
|
|
33 |
|
34 |
-
|
35 |
-
|
36 |
-
require_once( $root . 'admin/class-quick-featured-images-admin.php' );
|
37 |
|
38 |
/*
|
39 |
* Register hooks that are fired when the plugin is activated or deactivated.
|
@@ -43,38 +44,36 @@ if ( is_admin() ) {
|
|
43 |
register_activation_hook( __FILE__, array( 'Quick_Featured_Images_Admin', 'activate' ) );
|
44 |
register_deactivation_hook( __FILE__, array( 'Quick_Featured_Images_Admin', 'deactivate' ) );
|
45 |
|
46 |
-
/*
|
47 |
-
* Make object instance of admin class
|
48 |
-
*
|
49 |
-
*/
|
50 |
-
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Admin', 'get_instance' ) );
|
51 |
-
|
52 |
/*
|
53 |
* Make object instance of bulk tools class
|
54 |
*
|
55 |
*/
|
56 |
-
require_once( $
|
57 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Tools', 'get_instance' ) );
|
58 |
|
59 |
-
|
60 |
-
* since 8.0: Make object instance of default images functions class
|
61 |
-
*
|
62 |
-
*/
|
63 |
-
require_once( $root . 'admin/class-quick-featured-images-defaults.php' );
|
64 |
-
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Defaults', 'get_instance' ) );
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
/*
|
67 |
* since 7.0: Make object instance of options page class
|
68 |
*
|
69 |
*/
|
70 |
-
require_once( $
|
71 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Settings', 'get_instance' ) );
|
72 |
|
73 |
/*
|
74 |
* since 7.0: Make object instance of column functions class
|
75 |
*
|
76 |
*/
|
77 |
-
require_once( $
|
78 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Columns', 'get_instance' ) );
|
79 |
|
80 |
}
|
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.7
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|
24 |
die;
|
25 |
}
|
26 |
|
27 |
+
$qfi_root = plugin_dir_path( __FILE__ );
|
28 |
+
|
29 |
/*
|
30 |
+
* since 1.0: Make object instance of base class
|
|
|
31 |
*
|
32 |
*/
|
33 |
+
require_once( $qfi_root . 'admin/class-quick-featured-images-admin.php' );
|
34 |
+
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Admin', 'get_instance' ) );
|
35 |
|
36 |
+
|
37 |
+
if ( is_admin() ) {
|
|
|
38 |
|
39 |
/*
|
40 |
* Register hooks that are fired when the plugin is activated or deactivated.
|
44 |
register_activation_hook( __FILE__, array( 'Quick_Featured_Images_Admin', 'activate' ) );
|
45 |
register_deactivation_hook( __FILE__, array( 'Quick_Featured_Images_Admin', 'deactivate' ) );
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
/*
|
48 |
* Make object instance of bulk tools class
|
49 |
*
|
50 |
*/
|
51 |
+
require_once( $qfi_root . 'admin/class-quick-featured-images-tools.php' );
|
52 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Tools', 'get_instance' ) );
|
53 |
|
54 |
+
}
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
+
/*
|
57 |
+
* since 8.0: Make object instance of default images functions class
|
58 |
+
*
|
59 |
+
*/
|
60 |
+
require_once( $qfi_root . 'admin/class-quick-featured-images-defaults.php' );
|
61 |
+
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Defaults', 'get_instance' ) );
|
62 |
+
|
63 |
+
|
64 |
+
if ( is_admin() ) {
|
65 |
/*
|
66 |
* since 7.0: Make object instance of options page class
|
67 |
*
|
68 |
*/
|
69 |
+
require_once( $qfi_root . 'admin/class-quick-featured-images-settings.php' );
|
70 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Settings', 'get_instance' ) );
|
71 |
|
72 |
/*
|
73 |
* since 7.0: Make object instance of column functions class
|
74 |
*
|
75 |
*/
|
76 |
+
require_once( $qfi_root . 'admin/class-quick-featured-images-columns.php' );
|
77 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Columns', 'get_instance' ) );
|
78 |
|
79 |
}
|