Version Description
- Added arabic translation. Thank you, Shadi AlZard!
- Added in 'Set, replace, remove': Back button on result page. So you can start a further run faster
- Premium version; Added in 'Preset Featured Images': post format as taxonomy
- Fixed table row colors due to changes in WP 4.3
- Redesigned in 'Preset Images': Moved checkboxes to middle column
- Revised styles for page descriptions
- Changed text domain for translate.wordpress.org
- Updated *.pot file and translations
Download this release
Release Info
Developer | Hinjiriyo |
Plugin | Quick Featured Images |
Version | 11.5 |
Comparing to | |
See all releases |
Code changes from version 11.4.1 to 11.5
- README.txt +39 -22
- admin/assets/css/admin.css +39 -5
- admin/assets/js/admin-defaults.js +2 -2
- admin/class-quick-featured-images-admin.php +6 -6
- admin/class-quick-featured-images-defaults.php +4 -4
- admin/class-quick-featured-images-settings.php +7 -7
- admin/class-quick-featured-images-tools.php +33 -31
- admin/views/filter_category.php +1 -1
- admin/views/filter_post_types.php +1 -1
- admin/views/filter_tag.php +2 -2
- admin/views/form_back_to_selection.php +3 -3
- admin/views/form_confirm.php +20 -20
- admin/views/form_refine.php +7 -7
- admin/views/form_select.php +35 -35
- admin/views/form_start.php +24 -22
- admin/views/section_defaults.php +74 -40
- admin/views/section_errormsg.php +3 -3
- admin/views/section_footer.php +2 -2
- admin/views/section_header_progress.php +2 -2
- admin/views/section_image.php +13 -13
- admin/views/section_overview.php +7 -5
- admin/views/section_results.php +18 -15
- languages/quick-featured-images-ar.mo +0 -0
- languages/quick-featured-images-ar.po +1482 -0
- languages/quick-featured-images-de_DE.mo +0 -0
- languages/quick-featured-images-de_DE.po +1009 -1002
- languages/quick-featured-images-es_ES.mo +0 -0
- languages/quick-featured-images-es_ES.po +1503 -1491
- languages/quick-featured-images.pot +808 -801
- quick-featured-images.php +1 -1
README.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Quick Featured Images ===
|
2 |
Contributors: Hinjiriyo
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
|
4 |
-
Tags: add, assign, associate, attach, attachment, attachments, audio, audios, author, auto, automatic, batch, bulk, categories, category, change, column, control, custom post type, custom post types, custom taxonomies, custom taxonomy, date, dates, default, define, delete, detach, exchange, featured, featured image, featured images, filter, gallery, galleries, image, image size, images, mass, media, mime, multimedia, nextgen, pages, parent page, period, post type, post types, posts, quick, random, rapid, remove, replace, rules, search, set, standard, tag, taxonomies, taxonomy, thumb, thumbnail, thumbnails, thumbs, time, unset, update, user, video, videos, spanish, español, deutsch, german
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.3
|
7 |
-
Stable tag: 11.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,7 +12,7 @@ Your time-saving Swiss Army Knife for featured images: Set, replace and delete t
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
The plugin is available in English, Spanish (Español) and German (Deutsch).
|
16 |
|
17 |
= Manage featured images quickly =
|
18 |
|
@@ -62,7 +62,7 @@ Based on your selected action you can toggle on and off some options:
|
|
62 |
|
63 |
If you want to use the option to **remove the first image in the content** then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
64 |
|
65 |
-
The **premium version** offers you several approaches for **setting the first image as featured
|
66 |
|
67 |
1. **the first post image** if available in the media library
|
68 |
2. **the first post image from the current site domain**, copy and add it to the media library if not available there
|
@@ -88,16 +88,17 @@ The implemented filters allow you to narrow down the action to only the posts an
|
|
88 |
2. Filter by **category**: Search posts by category
|
89 |
3. Filter by **tag**: Search posts by tag
|
90 |
|
91 |
-
The **premium version** offers you:
|
92 |
|
93 |
-
1. Filter by **
|
94 |
-
2. Filter by **
|
95 |
-
3. Filter by **
|
96 |
-
4. Filter by **
|
97 |
-
5. Filter by **
|
98 |
-
6. Filter by **
|
99 |
-
7. Filter by **
|
100 |
-
8. Filter by **
|
|
|
101 |
|
102 |
If you want to use these filters then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
103 |
|
@@ -107,15 +108,17 @@ If you want to use these filters then take a look the **premium version** [Quick
|
|
107 |
|
108 |
You can define the rules based on
|
109 |
|
110 |
-
1.
|
111 |
-
2.
|
112 |
-
3. post **
|
113 |
-
4. post **
|
114 |
-
5. **
|
115 |
-
6.
|
116 |
-
7. all other **custom taxonomies** which support featured images
|
117 |
-
8. in the Premium version: **search string in post title**
|
118 |
|
|
|
|
|
|
|
|
|
119 |
|
120 |
The rules are easy to set: choose an image, a taxonomy, a value and save the settings. That's it. **You do not need to code.**
|
121 |
|
@@ -146,6 +149,7 @@ The user interface is available in
|
|
146 |
|
147 |
* English
|
148 |
* Spanish (Español), kindly drawn up by Andrew Kurtis from [www.webhostinghub.com](http://www.webhostinghub.com/)
|
|
|
149 |
* German (Deutsch)
|
150 |
|
151 |
Further translations are welcome. If you want to give in your translation please leave a notice in the [plugin's support forum](https://wordpress.org/support/plugin/quick-featured-images).
|
@@ -265,6 +269,16 @@ If you want to contribute a translation of the plugin in your language it would
|
|
265 |
|
266 |
== Changelog ==
|
267 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
= 11.4.1 =
|
269 |
* Revised styles for image column in small displays, since WP 4.3
|
270 |
* Premium version: Added search in post title in 'Presets': set default featured image for posts with a specific search string in the title
|
@@ -505,6 +519,9 @@ Fixed an insufficient security check which prevented to set a featured image
|
|
505 |
|
506 |
== Upgrade Notice ==
|
507 |
|
|
|
|
|
|
|
508 |
= 11.4.1 =
|
509 |
Revised styles for image column since WP 4.3, tested in WP 4.3
|
510 |
|
1 |
=== Quick Featured Images ===
|
2 |
Contributors: Hinjiriyo
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ
|
4 |
+
Tags: add, arabic, assign, associate, attach, attachment, attachments, audio, audios, author, auto, automatic, batch, bulk, categories, category, change, column, control, custom post type, custom post types, custom taxonomies, custom taxonomy, date, dates, default, define, delete, detach, exchange, featured, featured image, featured images, filter, gallery, galleries, image, image size, images, mass, media, mime, multimedia, nextgen, pages, parent page, period, post type, post types, posts, quick, random, rapid, remove, replace, rules, search, set, standard, tag, taxonomies, taxonomy, thumb, thumbnail, thumbnails, thumbs, time, unset, update, user, video, videos, spanish, español, deutsch, german
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.3.1
|
7 |
+
Stable tag: 11.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
The plugin is available in English, Spanish (Español), Arabic (العربية) and German (Deutsch).
|
16 |
|
17 |
= Manage featured images quickly =
|
18 |
|
62 |
|
63 |
If you want to use the option to **remove the first image in the content** then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
64 |
|
65 |
+
The **premium version** offers you several approaches for **setting the first image as featured** additionally:
|
66 |
|
67 |
1. **the first post image** if available in the media library
|
68 |
2. **the first post image from the current site domain**, copy and add it to the media library if not available there
|
88 |
2. Filter by **category**: Search posts by category
|
89 |
3. Filter by **tag**: Search posts by tag
|
90 |
|
91 |
+
The **premium version** offers you additionally:
|
92 |
|
93 |
+
1. Filter by **format**: Search by post format
|
94 |
+
2. Filter by **author**: Search by author
|
95 |
+
3. Filter by **custom taxonomy**: Search by terms of registered taxonomies of a plugin or a theme
|
96 |
+
4. Filter by **featured image size**: Search for small featured images below a given size
|
97 |
+
5. Filter by **multimedia type**: Search for audio and video files
|
98 |
+
6. Filter by **search**: Search by search term: Search in post title and post content or in post title only
|
99 |
+
7. Filter by **status**: Search by several statuses (published, draft, private etc.). By **default all** statuses will be affected
|
100 |
+
8. Filter by **time**: Search by time specifications
|
101 |
+
9. Filter by **parent page**: Search child pages by parent page
|
102 |
|
103 |
If you want to use these filters then take a look the **premium version** [Quick Featured Images Pro](http://www.quickfeaturedimages.com/).
|
104 |
|
108 |
|
109 |
You can define the rules based on
|
110 |
|
111 |
+
1. **first content image** if available in the media library
|
112 |
+
2. **custom taxonomy** supporting featured images
|
113 |
+
3. **post tag**
|
114 |
+
4. **post category**
|
115 |
+
5. **post author**
|
116 |
+
6. **post types**: 'Post', 'Page' and **custom post types** supporting featured images
|
|
|
|
|
117 |
|
118 |
+
The **premium version** offers you additionally:
|
119 |
+
|
120 |
+
1. **post format**
|
121 |
+
2. **search string in post title**
|
122 |
|
123 |
The rules are easy to set: choose an image, a taxonomy, a value and save the settings. That's it. **You do not need to code.**
|
124 |
|
149 |
|
150 |
* English
|
151 |
* Spanish (Español), kindly drawn up by Andrew Kurtis from [www.webhostinghub.com](http://www.webhostinghub.com/)
|
152 |
+
* Arabic (العربية), kindly drawn up by [Shadi AlZard](https://wordpress.org/support/profile/salzard)
|
153 |
* German (Deutsch)
|
154 |
|
155 |
Further translations are welcome. If you want to give in your translation please leave a notice in the [plugin's support forum](https://wordpress.org/support/plugin/quick-featured-images).
|
269 |
|
270 |
== Changelog ==
|
271 |
|
272 |
+
= 11.5 =
|
273 |
+
* Added arabic translation. Thank you, [Shadi AlZard](https://wordpress.org/support/profile/salzard)!
|
274 |
+
* Added in 'Set, replace, remove': Back button on result page. So you can start a further run faster
|
275 |
+
* Premium version; Added in 'Preset Featured Images': post format as taxonomy
|
276 |
+
* Fixed table row colors due to changes in WP 4.3
|
277 |
+
* Redesigned in 'Preset Images': Moved checkboxes to middle column
|
278 |
+
* Revised styles for page descriptions
|
279 |
+
* Changed text domain for translate.wordpress.org
|
280 |
+
* Updated *.pot file and translations
|
281 |
+
|
282 |
= 11.4.1 =
|
283 |
* Revised styles for image column in small displays, since WP 4.3
|
284 |
* Premium version: Added search in post title in 'Presets': set default featured image for posts with a specific search string in the title
|
519 |
|
520 |
== Upgrade Notice ==
|
521 |
|
522 |
+
= 11.5 =
|
523 |
+
Added arabic translation, added in 'Set, replace, remove': Back button on result page, some design improvements, changed text domain
|
524 |
+
|
525 |
= 11.4.1 =
|
526 |
Revised styles for image column since WP 4.3, tested in WP 4.3
|
527 |
|
admin/assets/css/admin.css
CHANGED
@@ -133,6 +133,15 @@ body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.f
|
|
133 |
margin-left: 8px;
|
134 |
margin-right: 8px;
|
135 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
#qfi_main .qfi_content h4 {
|
137 |
font-size: 1.12em;
|
138 |
line-height: 1.44;
|
@@ -165,6 +174,18 @@ body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.f
|
|
165 |
margin-left: 3em;
|
166 |
margin-right: 8px;
|
167 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
#qfi_year {
|
169 |
width: 4em;
|
170 |
}
|
@@ -177,11 +198,11 @@ body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.f
|
|
177 |
margin-bottom: 0;
|
178 |
}
|
179 |
.qfi_content_inside .failure {
|
180 |
-
color: #000
|
181 |
font-size: 1.5em;
|
182 |
-
font-weight: bold
|
183 |
-
margin-top: 0.5em
|
184 |
-
padding: 0 15px
|
185 |
}
|
186 |
.qfi_content_inside .success {
|
187 |
color: #555;
|
@@ -220,8 +241,21 @@ body[class*=_page_quick-featured-images-settings] #qfi_main .qfi_content table.f
|
|
220 |
.toplevel_page_quick-featured-images-overview #qfi_main .qfi_content ul li:nth-of-type(3) a:hover span {
|
221 |
color: #B3D9D9; /*#d94128;*/
|
222 |
}
|
223 |
-
#qfi_main .qfi_content
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
font-weight: bold;
|
|
|
|
|
|
|
|
|
225 |
}
|
226 |
#template_row {
|
227 |
display: none;
|
133 |
margin-left: 8px;
|
134 |
margin-right: 8px;
|
135 |
}
|
136 |
+
#qfi_main .qfi_content p.qfi_valid {
|
137 |
+
color: green;
|
138 |
+
font-weight: bold;
|
139 |
+
}
|
140 |
+
#qfi_main .qfi_content p.qfi_invalid {
|
141 |
+
color: red;
|
142 |
+
font-weight: bold;
|
143 |
+
}
|
144 |
+
|
145 |
#qfi_main .qfi_content h4 {
|
146 |
font-size: 1.12em;
|
147 |
line-height: 1.44;
|
174 |
margin-left: 3em;
|
175 |
margin-right: 8px;
|
176 |
}
|
177 |
+
#qfi_main .qfi_content .failure {
|
178 |
+
font-weight: bold;
|
179 |
+
}
|
180 |
+
#qfi_main div.qfi-failure,
|
181 |
+
#qfi_main .widefat tr.qfi-failure {
|
182 |
+
background-color: #ffebe8;
|
183 |
+
}
|
184 |
+
#qfi_main div.qfi-failure {
|
185 |
+
margin: 0 0 1.5em;
|
186 |
+
padding: 8px 0;
|
187 |
+
font-weight: bold;
|
188 |
+
}
|
189 |
#qfi_year {
|
190 |
width: 4em;
|
191 |
}
|
198 |
margin-bottom: 0;
|
199 |
}
|
200 |
.qfi_content_inside .failure {
|
201 |
+
/*color: #000;*/
|
202 |
font-size: 1.5em;
|
203 |
+
/*font-weight: bold;*/
|
204 |
+
/*margin-top: 0.5em;*/
|
205 |
+
/*padding: 0 15px;*/
|
206 |
}
|
207 |
.qfi_content_inside .success {
|
208 |
color: #555;
|
241 |
.toplevel_page_quick-featured-images-overview #qfi_main .qfi_content ul li:nth-of-type(3) a:hover span {
|
242 |
color: #B3D9D9; /*#d94128;*/
|
243 |
}
|
244 |
+
.toplevel_page_quick-featured-images-pro-overview #qfi_main .qfi_content ul li:nth-of-type(4) a span {
|
245 |
+
color: #CC9900;
|
246 |
+
}
|
247 |
+
.toplevel_page_quick-featured-images-pro-overview #qfi_main .qfi_content ul li:nth-of-type(4) a:focus span,
|
248 |
+
.toplevel_page_quick-featured-images-pro-overview #qfi_main .qfi_content ul li:nth-of-type(4) a:hover span {
|
249 |
+
color: #D9B340;
|
250 |
+
}
|
251 |
+
|
252 |
+
#qfi_main .qfi_content #qfi_page_description {
|
253 |
+
background-color: #d0d0d0;
|
254 |
font-weight: bold;
|
255 |
+
padding: 8px 0;
|
256 |
+
}
|
257 |
+
#qfi_main .qfi_content h3:first-of-type {
|
258 |
+
margin-bottom: 0;
|
259 |
}
|
260 |
#template_row {
|
261 |
display: none;
|
admin/assets/js/admin-defaults.js
CHANGED
@@ -123,8 +123,8 @@ jQuery( document ).ready( function( $ ){
|
|
123 |
template_row.find( '#remove_rule_XX' ).attr( 'name', 'remove_rule_' + row_number );
|
124 |
template_row.find( '#remove_rule_XX' ).attr( 'id', 'remove_rule_' + row_number );
|
125 |
// add row color alternation if row number is odd
|
126 |
-
if ( row_number % 2
|
127 |
-
template_row.attr( 'class', '
|
128 |
}
|
129 |
|
130 |
// display new row
|
123 |
template_row.find( '#remove_rule_XX' ).attr( 'name', 'remove_rule_' + row_number );
|
124 |
template_row.find( '#remove_rule_XX' ).attr( 'id', 'remove_rule_' + row_number );
|
125 |
// add row color alternation if row number is odd
|
126 |
+
if ( 0 != row_number % 2 ) {
|
127 |
+
template_row.attr( 'class', 'alternate' );
|
128 |
}
|
129 |
|
130 |
// display new 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.
|
@@ -198,7 +198,7 @@
|
|
198 |
*@return page description variable.
|
199 |
*/
|
200 |
public function get_page_description() {
|
201 |
-
return __( 'Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, set default images, get overview lists.',
|
202 |
}
|
203 |
|
204 |
/**
|
@@ -248,21 +248,21 @@
|
|
248 |
|
249 |
// Lowest Wordpress version to run with this plugin
|
250 |
$required_wp_version = '3.8'; /* because of dashicons, at least 3.7 because of WP_DATE_QUERY */
|
251 |
-
$
|
252 |
|
253 |
// check minimum version
|
254 |
if ( ! version_compare( $GLOBALS['wp_version'], $required_wp_version, '>=' ) ) {
|
255 |
// deactivate plugin
|
256 |
deactivate_plugins( plugin_basename( __FILE__ ), false, is_network_admin() );
|
257 |
// load language file for a message in the language of the WP installation
|
258 |
-
load_plugin_textdomain( $
|
259 |
// stop WP request and display the message with backlink. Is there a proper way than wp_die()?
|
260 |
wp_die(
|
261 |
// message in browser viewport
|
262 |
sprintf(
|
263 |
'<p>%s</p>',
|
264 |
sprintf(
|
265 |
-
__( 'The plugin requires WordPress version %s or higher. Therefore, WordPress did not activate it. If you want to use this plugin update the Wordpress files to the latest version.',
|
266 |
$required_wp_version
|
267 |
)
|
268 |
),
|
@@ -459,7 +459,7 @@
|
|
459 |
$url = admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) );
|
460 |
$text = 'Featured Images';
|
461 |
$link = sprintf( '<a href="%s">%s</a>', $url, __( $text ) );
|
462 |
-
$msg = sprintf( __( 'Welcome to %s! You can find the plugin at %s.',
|
463 |
$html = sprintf( '<div class="updated"><p>%s</p></div>', $msg );
|
464 |
print $html;
|
465 |
}
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
+
protected $plugin_version = '11.5';
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
198 |
*@return page description variable.
|
199 |
*/
|
200 |
public function get_page_description() {
|
201 |
+
return __( 'Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, set default images, get overview lists.', 'quick-featured-images' );
|
202 |
}
|
203 |
|
204 |
/**
|
248 |
|
249 |
// Lowest Wordpress version to run with this plugin
|
250 |
$required_wp_version = '3.8'; /* because of dashicons, at least 3.7 because of WP_DATE_QUERY */
|
251 |
+
$domain = 'quick-featured-images';
|
252 |
|
253 |
// check minimum version
|
254 |
if ( ! version_compare( $GLOBALS['wp_version'], $required_wp_version, '>=' ) ) {
|
255 |
// deactivate plugin
|
256 |
deactivate_plugins( plugin_basename( __FILE__ ), false, is_network_admin() );
|
257 |
// load language file for a message in the language of the WP installation
|
258 |
+
load_plugin_textdomain( $domain, false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' );
|
259 |
// stop WP request and display the message with backlink. Is there a proper way than wp_die()?
|
260 |
wp_die(
|
261 |
// message in browser viewport
|
262 |
sprintf(
|
263 |
'<p>%s</p>',
|
264 |
sprintf(
|
265 |
+
__( 'The plugin requires WordPress version %s or higher. Therefore, WordPress did not activate it. If you want to use this plugin update the Wordpress files to the latest version.', 'quick-featured-images' ),
|
266 |
$required_wp_version
|
267 |
)
|
268 |
),
|
459 |
$url = admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) );
|
460 |
$text = 'Featured Images';
|
461 |
$link = sprintf( '<a href="%s">%s</a>', $url, __( $text ) );
|
462 |
+
$msg = sprintf( __( 'Welcome to %s! You can find the plugin at %s.', 'quick-featured-images' ), $this->plugin_name, $link );
|
463 |
$html = sprintf( '<div class="updated"><p>%s</p></div>', $msg );
|
464 |
print $html;
|
465 |
}
|
admin/class-quick-featured-images-defaults.php
CHANGED
@@ -188,10 +188,10 @@ class Quick_Featured_Images_Defaults {
|
|
188 |
$settings = $this->sanitize_options( $_POST );
|
189 |
// store in db
|
190 |
if ( update_option( $this->settings_db_slug, $settings ) ) {
|
191 |
-
$msg = __( 'Changes saved.',
|
192 |
$class = 'updated';
|
193 |
} else {
|
194 |
-
$msg = __( 'No changes were saved.',
|
195 |
$class = 'error';
|
196 |
}
|
197 |
printf ( '<div class="%s"><p><strong>%s</strong></p></div>', $class, $msg );
|
@@ -228,7 +228,7 @@ class Quick_Featured_Images_Defaults {
|
|
228 |
*@return page headline variable.
|
229 |
*/
|
230 |
public function get_page_headline() {
|
231 |
-
return __( 'Preset Featured Images',
|
232 |
}
|
233 |
|
234 |
/**
|
@@ -239,7 +239,7 @@ class Quick_Featured_Images_Defaults {
|
|
239 |
*@return page description variable.
|
240 |
*/
|
241 |
public function get_page_description() {
|
242 |
-
return __( 'Set default featured images for future posts',
|
243 |
}
|
244 |
|
245 |
/**
|
188 |
$settings = $this->sanitize_options( $_POST );
|
189 |
// store in db
|
190 |
if ( update_option( $this->settings_db_slug, $settings ) ) {
|
191 |
+
$msg = __( 'Changes saved.', 'quick-featured-images' );
|
192 |
$class = 'updated';
|
193 |
} else {
|
194 |
+
$msg = __( 'No changes were saved.', 'quick-featured-images' );
|
195 |
$class = 'error';
|
196 |
}
|
197 |
printf ( '<div class="%s"><p><strong>%s</strong></p></div>', $class, $msg );
|
228 |
*@return page headline variable.
|
229 |
*/
|
230 |
public function get_page_headline() {
|
231 |
+
return __( 'Preset Featured Images', 'quick-featured-images' );
|
232 |
}
|
233 |
|
234 |
/**
|
239 |
*@return page description variable.
|
240 |
*/
|
241 |
public function get_page_description() {
|
242 |
+
return __( 'Set default featured images for future posts', 'quick-featured-images' );
|
243 |
}
|
244 |
|
245 |
/**
|
admin/class-quick-featured-images-settings.php
CHANGED
@@ -201,7 +201,7 @@ class Quick_Featured_Images_Settings {
|
|
201 |
*@return page headline variable.
|
202 |
*/
|
203 |
public function get_page_headline() {
|
204 |
-
return __( 'Image Columns',
|
205 |
}
|
206 |
|
207 |
/**
|
@@ -212,7 +212,7 @@ class Quick_Featured_Images_Settings {
|
|
212 |
*@return page description variable.
|
213 |
*/
|
214 |
public function get_page_description() {
|
215 |
-
return __( 'Set the visibility of columns of featured images in posts lists',
|
216 |
}
|
217 |
|
218 |
/**
|
@@ -361,7 +361,7 @@ class Quick_Featured_Images_Settings {
|
|
361 |
// 'id' attribute of tags
|
362 |
$section_key,
|
363 |
// title of the section.
|
364 |
-
__( 'Columns for featured images in posts lists',
|
365 |
// callback function that fills the section with the desired content
|
366 |
array( $this, 'print_section_' . $section_key ),
|
367 |
// menu page on which to display this section
|
@@ -369,12 +369,12 @@ class Quick_Featured_Images_Settings {
|
|
369 |
); // end add_settings_section()
|
370 |
|
371 |
// register the options for the section
|
372 |
-
$title = __( 'Show additional column for featured images in lists of',
|
373 |
add_settings_field(
|
374 |
// form field name for use in the 'id' attribute of tags
|
375 |
'column_toggles',
|
376 |
// title of the form field
|
377 |
-
$title . sprintf( '<br /> <br /><img src="%s" alt="%s" width="200" height="104" />', plugins_url( 'assets/images/posts_list_w_image_column.gif' , __FILE__ ), __( 'Posts list with image column',
|
378 |
// callback function to print the form field
|
379 |
array( $this, 'print_columns_options' ),
|
380 |
// menu page on which to display this field for do_settings_section()
|
@@ -488,7 +488,7 @@ class Quick_Featured_Images_Settings {
|
|
488 |
);
|
489 |
} // foreach()
|
490 |
$html .= '</fieldset>';
|
491 |
-
$html .= sprintf( '<p class="description">%s</p>', __( 'Activate the checkboxes at each post type to show the extra columns in the post lists.',
|
492 |
print $html;
|
493 |
}
|
494 |
|
@@ -498,7 +498,7 @@ class Quick_Featured_Images_Settings {
|
|
498 |
* @since 7.0
|
499 |
*/
|
500 |
public function print_section_1st_section () {
|
501 |
-
printf( "<p>%s</p>\n", __( 'The additional columns give you a quick overview about all used featured images for every post. The Featured Image column is sortable.',
|
502 |
}
|
503 |
|
504 |
}
|
201 |
*@return page headline variable.
|
202 |
*/
|
203 |
public function get_page_headline() {
|
204 |
+
return __( 'Image Columns', 'quick-featured-images' );
|
205 |
}
|
206 |
|
207 |
/**
|
212 |
*@return page description variable.
|
213 |
*/
|
214 |
public function get_page_description() {
|
215 |
+
return __( 'Set the visibility of columns of featured images in posts lists', 'quick-featured-images' );
|
216 |
}
|
217 |
|
218 |
/**
|
361 |
// 'id' attribute of tags
|
362 |
$section_key,
|
363 |
// title of the section.
|
364 |
+
__( 'Columns for featured images in posts lists', 'quick-featured-images' ),
|
365 |
// callback function that fills the section with the desired content
|
366 |
array( $this, 'print_section_' . $section_key ),
|
367 |
// menu page on which to display this section
|
369 |
); // end add_settings_section()
|
370 |
|
371 |
// register the options for the section
|
372 |
+
$title = __( 'Show additional column for featured images in lists of', 'quick-featured-images' );
|
373 |
add_settings_field(
|
374 |
// form field name for use in the 'id' attribute of tags
|
375 |
'column_toggles',
|
376 |
// title of the form field
|
377 |
+
$title . sprintf( '<br /> <br /><img src="%s" alt="%s" width="200" height="104" />', plugins_url( 'assets/images/posts_list_w_image_column.gif' , __FILE__ ), __( 'Posts list with image column', 'quick-featured-images' ) ),
|
378 |
// callback function to print the form field
|
379 |
array( $this, 'print_columns_options' ),
|
380 |
// menu page on which to display this field for do_settings_section()
|
488 |
);
|
489 |
} // foreach()
|
490 |
$html .= '</fieldset>';
|
491 |
+
$html .= sprintf( '<p class="description">%s</p>', __( 'Activate the checkboxes at each post type to show the extra columns in the post lists.', 'quick-featured-images' ) );
|
492 |
print $html;
|
493 |
}
|
494 |
|
498 |
* @since 7.0
|
499 |
*/
|
500 |
public function print_section_1st_section () {
|
501 |
+
printf( "<div id=\"qfi_page_description\"><p>%s</p></div>\n", __( 'The additional columns give you a quick overview about all used featured images for every post. The Featured Image column is sortable.', 'quick-featured-images' ) );
|
502 |
}
|
503 |
|
504 |
}
|
admin/class-quick-featured-images-tools.php
CHANGED
@@ -415,7 +415,7 @@ class Quick_Featured_Images_Tools { // only for debugging: extends Quick_Feature
|
|
415 |
$this->display_error( 'no_image', false );
|
416 |
// check whether selected attachment is an image if required
|
417 |
} elseif ( $this->is_image_required && ! wp_get_attachment_image_src( $this->selected_image_id ) ) {
|
418 |
-
$this->display_error( 'no_result', sprintf( __( 'Wrong image ID %d',
|
419 |
// check whether there are selected images if required
|
420 |
} elseif ( 'assign_randomly' == $this->selected_action && ! $this->selected_multiple_image_ids ) {
|
421 |
$this->display_error( 'no_image', false );
|
@@ -492,6 +492,8 @@ class Quick_Featured_Images_Tools { // only for debugging: extends Quick_Feature
|
|
492 |
$results = $this->perform_action();
|
493 |
// print results
|
494 |
include_once( 'views/section_results.php' );
|
|
|
|
|
495 |
break;
|
496 |
} // switch( selected step )
|
497 |
} // if( image available )
|
@@ -514,34 +516,34 @@ class Quick_Featured_Images_Tools { // only for debugging: extends Quick_Feature
|
|
514 |
*/
|
515 |
// process steps
|
516 |
$this->valid_steps = array(
|
517 |
-
'start' => __( 'Select',
|
518 |
-
'select' => __( 'Add filter',
|
519 |
-
'refine' => __( 'Refine',
|
520 |
-
'confirm' => __( 'Confirm',
|
521 |
-
'perform' => __( 'Perform',
|
522 |
);
|
523 |
// actions
|
524 |
$this->valid_actions = array(
|
525 |
-
'assign' => __( 'Set the selected image as new featured image',
|
526 |
-
'replace' => __( 'Replace featured images by the selected image',
|
527 |
-
'remove' => __( 'Remove the selected image as featured image',
|
528 |
);
|
529 |
$this->valid_actions_without_image = array(
|
530 |
-
'remove_any_img' => __( 'Remove any image as featured image',
|
531 |
);
|
532 |
$this->valid_actions_multiple_images = array(
|
533 |
-
'assign_randomly' => __( 'Set multiple images randomly as featured images',
|
534 |
);
|
535 |
// process options
|
536 |
$this->valid_options = array(
|
537 |
-
'overwrite' => __( 'Overwrite featured images',
|
538 |
-
'orphans_only' => __( 'Consider only posts without any featured image',
|
539 |
);
|
540 |
// filters
|
541 |
$this->valid_filters = array(
|
542 |
-
'filter_post_types' => __( 'Post Type Filter',
|
543 |
-
'filter_category' => __( 'Category Filter',
|
544 |
-
'filter_tag' => __( 'Tag Filter',
|
545 |
);
|
546 |
// post types (generic)
|
547 |
$label_posts = 'Posts';
|
@@ -570,8 +572,8 @@ class Quick_Featured_Images_Tools { // only for debugging: extends Quick_Feature
|
|
570 |
);
|
571 |
// image dimensions
|
572 |
$this->valid_image_dimensions = array(
|
573 |
-
'max_width' => __( 'Image width in pixels lower than',
|
574 |
-
'max_height' => __( 'Image height in pixels lower than',
|
575 |
);
|
576 |
// default: user selected image is required
|
577 |
$this->is_image_required = true;
|
@@ -646,28 +648,28 @@ class Quick_Featured_Images_Tools { // only for debugging: extends Quick_Feature
|
|
646 |
// print error message
|
647 |
switch ( $reason ) {
|
648 |
case 'missing_input_value':
|
649 |
-
$msg = sprintf( __( 'The input field %s is empty.',
|
650 |
-
$solution = __( 'Type in a value into the input field.',
|
651 |
break;
|
652 |
case 'missing_variable':
|
653 |
-
$msg = sprintf( __( '%s is not defined.',
|
654 |
-
$solution = __ ('Check how to define the value.',
|
655 |
break;
|
656 |
case 'no_image':
|
657 |
-
$msg = __( 'There is no selected image.',
|
658 |
-
$solution = __( 'Select an image from the media library.',
|
659 |
break;
|
660 |
case 'wrong_action':
|
661 |
-
$msg = __( 'You have not selected an action.',
|
662 |
-
$solution = __( 'Start again and select which action you want to apply.',
|
663 |
break;
|
664 |
case 'wrong_value':
|
665 |
-
$msg = sprintf( __( 'The input field %s has an invalid value.',
|
666 |
-
$solution = __( 'Type in valid values in the input field.',
|
667 |
break;
|
668 |
case 'no_result':
|
669 |
$msg = $value_name;
|
670 |
-
$solution = __( 'Type in values stored by WordPress.',
|
671 |
break;
|
672 |
} // switch ( $reason )
|
673 |
include_once( 'views/section_errormsg.php' );
|
@@ -1773,7 +1775,7 @@ class Quick_Featured_Images_Tools { // only for debugging: extends Quick_Feature
|
|
1773 |
*@return page headline variable.
|
1774 |
*/
|
1775 |
public function get_page_headline() {
|
1776 |
-
return __( 'Set, replace, remove',
|
1777 |
}
|
1778 |
|
1779 |
/**
|
@@ -1784,7 +1786,7 @@ class Quick_Featured_Images_Tools { // only for debugging: extends Quick_Feature
|
|
1784 |
*@return page description variable.
|
1785 |
*/
|
1786 |
public function get_page_description() {
|
1787 |
-
return __( 'Bulk set, replace and remove featured images for existing posts',
|
1788 |
}
|
1789 |
|
1790 |
/**
|
415 |
$this->display_error( 'no_image', false );
|
416 |
// check whether selected attachment is an image if required
|
417 |
} elseif ( $this->is_image_required && ! wp_get_attachment_image_src( $this->selected_image_id ) ) {
|
418 |
+
$this->display_error( 'no_result', sprintf( __( 'Wrong image ID %d', 'quick-featured-images' ), $this->selected_image_id ) );
|
419 |
// check whether there are selected images if required
|
420 |
} elseif ( 'assign_randomly' == $this->selected_action && ! $this->selected_multiple_image_ids ) {
|
421 |
$this->display_error( 'no_image', false );
|
492 |
$results = $this->perform_action();
|
493 |
// print results
|
494 |
include_once( 'views/section_results.php' );
|
495 |
+
// print form for going back to the filter selection without loosing input data
|
496 |
+
include_once( 'views/form_back_to_selection.php' );
|
497 |
break;
|
498 |
} // switch( selected step )
|
499 |
} // if( image available )
|
516 |
*/
|
517 |
// process steps
|
518 |
$this->valid_steps = array(
|
519 |
+
'start' => __( 'Select', 'quick-featured-images' ),
|
520 |
+
'select' => __( 'Add filter', 'quick-featured-images' ),
|
521 |
+
'refine' => __( 'Refine', 'quick-featured-images' ),
|
522 |
+
'confirm' => __( 'Confirm', 'quick-featured-images' ),
|
523 |
+
'perform' => __( 'Perform', 'quick-featured-images' ),
|
524 |
);
|
525 |
// actions
|
526 |
$this->valid_actions = array(
|
527 |
+
'assign' => __( 'Set the selected image as new featured image', 'quick-featured-images' ),
|
528 |
+
'replace' => __( 'Replace featured images by the selected image', 'quick-featured-images' ),
|
529 |
+
'remove' => __( 'Remove the selected image as featured image', 'quick-featured-images' ),
|
530 |
);
|
531 |
$this->valid_actions_without_image = array(
|
532 |
+
'remove_any_img' => __( 'Remove any image as featured image', 'quick-featured-images' ),
|
533 |
);
|
534 |
$this->valid_actions_multiple_images = array(
|
535 |
+
'assign_randomly' => __( 'Set multiple images randomly as featured images', 'quick-featured-images' ),
|
536 |
);
|
537 |
// process options
|
538 |
$this->valid_options = array(
|
539 |
+
'overwrite' => __( 'Overwrite featured images', 'quick-featured-images' ),
|
540 |
+
'orphans_only' => __( 'Consider only posts without any featured image', 'quick-featured-images' ),
|
541 |
);
|
542 |
// filters
|
543 |
$this->valid_filters = array(
|
544 |
+
'filter_post_types' => __( 'Post Type Filter', 'quick-featured-images' ),
|
545 |
+
'filter_category' => __( 'Category Filter', 'quick-featured-images' ),
|
546 |
+
'filter_tag' => __( 'Tag Filter', 'quick-featured-images' ),
|
547 |
);
|
548 |
// post types (generic)
|
549 |
$label_posts = 'Posts';
|
572 |
);
|
573 |
// image dimensions
|
574 |
$this->valid_image_dimensions = array(
|
575 |
+
'max_width' => __( 'Image width in pixels lower than', 'quick-featured-images' ),
|
576 |
+
'max_height' => __( 'Image height in pixels lower than', 'quick-featured-images' ),
|
577 |
);
|
578 |
// default: user selected image is required
|
579 |
$this->is_image_required = true;
|
648 |
// print error message
|
649 |
switch ( $reason ) {
|
650 |
case 'missing_input_value':
|
651 |
+
$msg = sprintf( __( 'The input field %s is empty.', 'quick-featured-images' ), $value_name );
|
652 |
+
$solution = __( 'Type in a value into the input field.', 'quick-featured-images' );
|
653 |
break;
|
654 |
case 'missing_variable':
|
655 |
+
$msg = sprintf( __( '%s is not defined.', 'quick-featured-images' ), $value_name );
|
656 |
+
$solution = __ ('Check how to define the value.', 'quick-featured-images' );
|
657 |
break;
|
658 |
case 'no_image':
|
659 |
+
$msg = __( 'There is no selected image.', 'quick-featured-images' );
|
660 |
+
$solution = __( 'Select an image from the media library.', 'quick-featured-images' );
|
661 |
break;
|
662 |
case 'wrong_action':
|
663 |
+
$msg = __( 'You have not selected an action.', 'quick-featured-images' );
|
664 |
+
$solution = __( 'Start again and select which action you want to apply.', 'quick-featured-images' );
|
665 |
break;
|
666 |
case 'wrong_value':
|
667 |
+
$msg = sprintf( __( 'The input field %s has an invalid value.', 'quick-featured-images' ), $value_name );
|
668 |
+
$solution = __( 'Type in valid values in the input field.', 'quick-featured-images' );
|
669 |
break;
|
670 |
case 'no_result':
|
671 |
$msg = $value_name;
|
672 |
+
$solution = __( 'Type in values stored by WordPress.', 'quick-featured-images' );
|
673 |
break;
|
674 |
} // switch ( $reason )
|
675 |
include_once( 'views/section_errormsg.php' );
|
1775 |
*@return page headline variable.
|
1776 |
*/
|
1777 |
public function get_page_headline() {
|
1778 |
+
return __( 'Set, replace, remove', 'quick-featured-images' );
|
1779 |
}
|
1780 |
|
1781 |
/**
|
1786 |
*@return page description variable.
|
1787 |
*/
|
1788 |
public function get_page_description() {
|
1789 |
+
return __( 'Bulk set, replace and remove featured images for existing posts', 'quick-featured-images' );
|
1790 |
}
|
1791 |
|
1792 |
/**
|
admin/views/filter_category.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<h4><?php echo $this->valid_filters[ 'filter_category' ]; ?></h4>
|
2 |
<p>
|
3 |
-
<label for="category_id"><?php _e( 'Select a category',
|
4 |
<?php
|
5 |
$text = '— Select —';
|
6 |
$args = array(
|
1 |
<h4><?php echo $this->valid_filters[ 'filter_category' ]; ?></h4>
|
2 |
<p>
|
3 |
+
<label for="category_id"><?php _e( 'Select a category', 'quick-featured-images' ); ?></label><br />
|
4 |
<?php
|
5 |
$text = '— Select —';
|
6 |
$args = array(
|
admin/views/filter_post_types.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<h4><?php echo $this->valid_filters[ 'filter_post_types' ]; ?></h4>
|
2 |
-
<p><?php _e( 'Select post types',
|
3 |
<p>
|
4 |
<?php
|
5 |
foreach ( $this->valid_post_types as $key => $label ) {
|
1 |
<h4><?php echo $this->valid_filters[ 'filter_post_types' ]; ?></h4>
|
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
|
5 |
foreach ( $this->valid_post_types as $key => $label ) {
|
admin/views/filter_tag.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
$tags = get_tags();
|
5 |
if ( $tags ) {
|
6 |
?>
|
7 |
-
<label for="qfi_tags"><?php _e( 'Select a tag',
|
8 |
<select id="qfi_tags" name="tag_id">
|
9 |
<?php
|
10 |
print $this->get_html_empty_option();
|
@@ -17,7 +17,7 @@ if ( $tags ) {
|
|
17 |
</select>
|
18 |
<?php
|
19 |
} else {
|
20 |
-
_e( 'There are no tags in use.',
|
21 |
}
|
22 |
?>
|
23 |
</p>
|
4 |
$tags = get_tags();
|
5 |
if ( $tags ) {
|
6 |
?>
|
7 |
+
<label for="qfi_tags"><?php _e( 'Select a tag', 'quick-featured-images' ); ?></label><br />
|
8 |
<select id="qfi_tags" name="tag_id">
|
9 |
<?php
|
10 |
print $this->get_html_empty_option();
|
17 |
</select>
|
18 |
<?php
|
19 |
} else {
|
20 |
+
_e( 'There are no tags in use.', 'quick-featured-images' );
|
21 |
}
|
22 |
?>
|
23 |
</p>
|
admin/views/form_back_to_selection.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php // print form for going back to the filter selection without loosing input data ?>
|
2 |
-
<h3><?php _e( 'Select filters and options again',
|
3 |
-
<p><?php _e( 'If you want to change your former selection just go back by clicking on this button.',
|
4 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=select', $this->page_slug ) ) ); ?>">
|
5 |
<p>
|
6 |
<input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
|
@@ -39,6 +39,6 @@ if ( $this->selected_options ) {
|
|
39 |
}
|
40 |
?>
|
41 |
<?php wp_nonce_field( 'quickfi_start', $this->plugin_slug . '_nonce' ); ?>
|
42 |
-
<input type="submit" class="button" value="<?php _e( 'Modify selection',
|
43 |
</p>
|
44 |
</form>
|
1 |
<?php // print form for going back to the filter selection without loosing input data ?>
|
2 |
+
<h3><?php _e( 'Select filters and options again', 'quick-featured-images' ); ?></h3>
|
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>
|
6 |
<input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
|
39 |
}
|
40 |
?>
|
41 |
<?php wp_nonce_field( 'quickfi_start', $this->plugin_slug . '_nonce' ); ?>
|
42 |
+
<input type="submit" class="button" value="<?php _e( 'Modify selection', 'quick-featured-images' ); ?>" />
|
43 |
</p>
|
44 |
</form>
|
admin/views/form_confirm.php
CHANGED
@@ -1,37 +1,37 @@
|
|
1 |
<?php
|
2 |
switch ( $this->selected_action ) {
|
3 |
case 'assign':
|
4 |
-
$question = __( 'Should the selected image be set as featured image to all listed posts?',
|
5 |
break;
|
6 |
case 'assign_randomly':
|
7 |
-
$question = __( 'Should the selected images be set randomly as featured images to all listed posts?',
|
8 |
break;
|
9 |
case 'replace':
|
10 |
-
$question = __( 'Should the current set featured image be replaced by the selected image at all listed posts?',
|
11 |
break;
|
12 |
case 'remove':
|
13 |
-
$question = __( 'Should the selected image be removed from all listed posts?',
|
14 |
break;
|
15 |
case 'assign_first_img':
|
16 |
-
$question = __( 'Should the future images be set as featured images at all listed posts?',
|
17 |
break;
|
18 |
case 'remove_any_img':
|
19 |
-
$question = __( 'Should the added featured images be removed from all listed posts?',
|
20 |
break;
|
21 |
} // switch()
|
22 |
|
23 |
?>
|
24 |
-
<h3><?php _e( 'Preview of your selection',
|
25 |
-
<h4><?php printf( __( '%d matches found',
|
26 |
<?php
|
27 |
if ( $results ) {
|
28 |
// translate once for multiple usage and improve performance
|
29 |
-
$label_details = __( 'Details',
|
30 |
-
$label_number = __( 'No.',
|
31 |
-
$label_current_fi = __( 'Current Featured Image',
|
32 |
-
$label_future_fi = __( 'Future Featured Image',
|
33 |
-
$label_written_on = __( 'written on',
|
34 |
-
$label_by = __( 'by',
|
35 |
// WP core labels
|
36 |
$text = 'No image set';
|
37 |
$label_no_image = __( $text );
|
@@ -45,7 +45,7 @@ if ( $results ) {
|
|
45 |
$default_title = __( $text );
|
46 |
|
47 |
?>
|
48 |
-
<p><?php _e( 'The list is in alphabetical order according to post title. You can edit a post in a new window by clicking on its link in the list.',
|
49 |
<table class="widefat">
|
50 |
<thead>
|
51 |
<tr>
|
@@ -60,7 +60,7 @@ if ( $results ) {
|
|
60 |
$c = 1;
|
61 |
foreach ( $results as $result ) {
|
62 |
// alternating row colors: if $c is divisible by 2 (so the modulo is 0) then set 'alt'-class
|
63 |
-
$
|
64 |
// post title, else default title
|
65 |
$post_title = $result[ 1 ] ? $result[ 1 ] : $default_title;
|
66 |
// post date
|
@@ -79,7 +79,7 @@ if ( $results ) {
|
|
79 |
$current_img = $result[ 4 ] ? $result[ 4 ] : $label_no_image;
|
80 |
$future_img = $result[ 5 ] ? $result[ 5 ] : $label_no_image;
|
81 |
// print the table row
|
82 |
-
printf( '<tr%s>', $
|
83 |
printf( '<td class="num">%d</td>', $c );
|
84 |
printf(
|
85 |
'<td><a href="%s" target="_blank">%s</a><br>%s<br>%s<br>%s, %s %s</td>',
|
@@ -108,8 +108,8 @@ if ( $results ) {
|
|
108 |
</tr>
|
109 |
</tfoot>
|
110 |
</table>
|
111 |
-
<h3><?php _e( 'Confirm the change',
|
112 |
-
<p><?php echo $question; ?> <?php _e( 'You can not undo the operation!',
|
113 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=perform', $this->page_slug ) ) ); ?>">
|
114 |
<p>
|
115 |
<input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
|
@@ -170,6 +170,6 @@ if ( $this->selected_old_image_ids ) {
|
|
170 |
<?php
|
171 |
} else {
|
172 |
?>
|
173 |
-
<p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php _e( 'Start again',
|
174 |
<?php
|
175 |
}
|
1 |
<?php
|
2 |
switch ( $this->selected_action ) {
|
3 |
case 'assign':
|
4 |
+
$question = __( 'Should the selected image be set as featured image to all listed posts?', 'quick-featured-images' );
|
5 |
break;
|
6 |
case 'assign_randomly':
|
7 |
+
$question = __( 'Should the selected images be set randomly as featured images to all listed posts?', 'quick-featured-images' );
|
8 |
break;
|
9 |
case 'replace':
|
10 |
+
$question = __( 'Should the current set featured image be replaced by the selected image at all listed posts?', 'quick-featured-images' );
|
11 |
break;
|
12 |
case 'remove':
|
13 |
+
$question = __( 'Should the selected image be removed from all listed posts?', 'quick-featured-images' );
|
14 |
break;
|
15 |
case 'assign_first_img':
|
16 |
+
$question = __( 'Should the future images be set as featured images at all listed posts?', 'quick-featured-images' );
|
17 |
break;
|
18 |
case 'remove_any_img':
|
19 |
+
$question = __( 'Should the added featured images be removed from all listed posts?', 'quick-featured-images' );
|
20 |
break;
|
21 |
} // switch()
|
22 |
|
23 |
?>
|
24 |
+
<h3><?php _e( 'Preview of your selection', 'quick-featured-images' ); ?></h3>
|
25 |
+
<h4><?php printf( __( '%d matches found', 'quick-featured-images' ), sizeof( $results ) ); ?></h4>
|
26 |
<?php
|
27 |
if ( $results ) {
|
28 |
// translate once for multiple usage and improve performance
|
29 |
+
$label_details = __( 'Details', 'quick-featured-images' );
|
30 |
+
$label_number = __( 'No.', 'quick-featured-images' );
|
31 |
+
$label_current_fi = __( 'Current Featured Image', 'quick-featured-images' );
|
32 |
+
$label_future_fi = __( 'Future Featured Image', 'quick-featured-images' );
|
33 |
+
$label_written_on = __( 'written on', 'quick-featured-images' );
|
34 |
+
$label_by = __( 'by', 'quick-featured-images' );
|
35 |
// WP core labels
|
36 |
$text = 'No image set';
|
37 |
$label_no_image = __( $text );
|
45 |
$default_title = __( $text );
|
46 |
|
47 |
?>
|
48 |
+
<p><?php _e( 'The list is in alphabetical order according to post title. You can edit a post in a new window by clicking on its link in the list.', 'quick-featured-images' ); ?></p>
|
49 |
<table class="widefat">
|
50 |
<thead>
|
51 |
<tr>
|
60 |
$c = 1;
|
61 |
foreach ( $results as $result ) {
|
62 |
// alternating row colors: if $c is divisible by 2 (so the modulo is 0) then set 'alt'-class
|
63 |
+
$row_classes = ( 0 != $c % 2 ) ? ' class="alternate"' : '';
|
64 |
// post title, else default title
|
65 |
$post_title = $result[ 1 ] ? $result[ 1 ] : $default_title;
|
66 |
// post date
|
79 |
$current_img = $result[ 4 ] ? $result[ 4 ] : $label_no_image;
|
80 |
$future_img = $result[ 5 ] ? $result[ 5 ] : $label_no_image;
|
81 |
// print the table row
|
82 |
+
printf( '<tr%s>', $row_classes );
|
83 |
printf( '<td class="num">%d</td>', $c );
|
84 |
printf(
|
85 |
'<td><a href="%s" target="_blank">%s</a><br>%s<br>%s<br>%s, %s %s</td>',
|
108 |
</tr>
|
109 |
</tfoot>
|
110 |
</table>
|
111 |
+
<h3><?php _e( 'Confirm the change', 'quick-featured-images' ); ?></h3>
|
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>
|
115 |
<input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
|
170 |
<?php
|
171 |
} else {
|
172 |
?>
|
173 |
+
<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> <?php _e( 'or refine your selection with the following form fields.', 'quick-featured-images' );?></p>
|
174 |
<?php
|
175 |
}
|
admin/views/form_refine.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
<h3><?php _e( 'Refine your selection',
|
2 |
<?php
|
3 |
// display selected filters
|
4 |
if ( $this->selected_filters ) {
|
5 |
?>
|
6 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=confirm', $this->page_slug ) ) ); ?>">
|
7 |
<fieldset>
|
8 |
-
<legend><span><?php _e( 'Refine filters',
|
9 |
-
<p><?php _e( 'Now you can find posts and pages by matching parameters. Refine them here.',
|
10 |
-
<p><?php _e( 'Whatever you do: You can confirm your choice on the next page.',
|
11 |
<?php
|
12 |
foreach ( $this->selected_filters as $filter ) {
|
13 |
$filename = $filter . '.php';
|
@@ -15,7 +15,7 @@ if ( $this->selected_filters ) {
|
|
15 |
include_once( $filename );
|
16 |
} else {
|
17 |
?>
|
18 |
-
<p><?php printf( __( 'File %s is not available.',
|
19 |
<?php
|
20 |
}
|
21 |
?>
|
@@ -45,13 +45,13 @@ if ( $this->selected_multiple_image_ids ) {
|
|
45 |
<input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
|
46 |
<input type="hidden" name="action" value="<?php echo $this->selected_action; ?>" />
|
47 |
<?php wp_nonce_field( 'quickfi_refine', $this->plugin_slug . '_nonce' ); ?>
|
48 |
-
<input type="submit" class="button" value="<?php _e( 'Preview filtering',
|
49 |
</p>
|
50 |
</form>
|
51 |
<?php
|
52 |
} else {
|
53 |
?>
|
54 |
-
<p><?php _e( 'There are no selected filters. Modify your filter selection or just go on by clicking on the next button.',
|
55 |
<?php
|
56 |
}// if()
|
57 |
?>
|
1 |
+
<h3><?php _e( 'Refine your selection', 'quick-featured-images' ); ?></h3>
|
2 |
<?php
|
3 |
// display selected filters
|
4 |
if ( $this->selected_filters ) {
|
5 |
?>
|
6 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=confirm', $this->page_slug ) ) ); ?>">
|
7 |
<fieldset>
|
8 |
+
<legend><span><?php _e( 'Refine filters', 'quick-featured-images' ); ?></span></legend>
|
9 |
+
<p><?php _e( 'Now you can find posts and pages by matching parameters. Refine them here.', 'quick-featured-images' ); ?></p>
|
10 |
+
<p><?php _e( 'Whatever you do: You can confirm your choice on the next page.', 'quick-featured-images' ); ?></p>
|
11 |
<?php
|
12 |
foreach ( $this->selected_filters as $filter ) {
|
13 |
$filename = $filter . '.php';
|
15 |
include_once( $filename );
|
16 |
} else {
|
17 |
?>
|
18 |
+
<p><?php printf( __( 'File %s is not available.', 'quick-featured-images' ), $filename ); ?></p>
|
19 |
<?php
|
20 |
}
|
21 |
?>
|
45 |
<input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
|
46 |
<input type="hidden" name="action" value="<?php echo $this->selected_action; ?>" />
|
47 |
<?php wp_nonce_field( 'quickfi_refine', $this->plugin_slug . '_nonce' ); ?>
|
48 |
+
<input type="submit" class="button" value="<?php _e( 'Preview filtering', 'quick-featured-images' ); ?>" />
|
49 |
</p>
|
50 |
</form>
|
51 |
<?php
|
52 |
} else {
|
53 |
?>
|
54 |
+
<p><?php _e( 'There are no selected filters. Modify your filter selection or just go on by clicking on the next button.', 'quick-featured-images' ); ?></p>
|
55 |
<?php
|
56 |
}// if()
|
57 |
?>
|
admin/views/form_select.php
CHANGED
@@ -8,15 +8,15 @@ if ( 'replace' == $this->selected_action ) {
|
|
8 |
<?php
|
9 |
if ( $this->is_error_no_old_image ) {
|
10 |
?>
|
11 |
-
<h3><?php _e( 'Notice',
|
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.',
|
14 |
</div>
|
15 |
<?php
|
16 |
} // if( is_error_no_old_image )
|
17 |
?>
|
18 |
-
<h3><?php _e( 'Select the featured images you want to replace by the selected image.',
|
19 |
-
<p><?php _e( 'You can select multiple images. Select at least one image.',
|
20 |
<p id="qfi_replace">
|
21 |
<?php
|
22 |
$this->selected_old_image_ids = $this->get_sanitized_array( 'replacement_image_ids', $thumb_ids_in_use ); #array();
|
@@ -37,14 +37,14 @@ if ( 'replace' == $this->selected_action ) {
|
|
37 |
<input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
|
38 |
<input type="hidden" name="action" value="<?php echo $this->selected_action; ?>" />
|
39 |
<?php wp_nonce_field( 'quickfi_refine', $this->plugin_slug . '_nonce' ); ?>
|
40 |
-
<input type="submit" class="button" value="<?php _e( 'Preview filtering',
|
41 |
</p>
|
42 |
</form>
|
43 |
<?php
|
44 |
} else {
|
45 |
?>
|
46 |
-
<p><?php _e( 'There are no featured images in use.',
|
47 |
-
<p><a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php _e( 'Start again',
|
48 |
<?php
|
49 |
} // if( thumb_ids_in_use )
|
50 |
?>
|
@@ -52,23 +52,23 @@ if ( 'replace' == $this->selected_action ) {
|
|
52 |
} else {
|
53 |
// else display filter selection
|
54 |
?>
|
55 |
-
<h3><?php _e( 'Refine your selections',
|
56 |
-
<p><?php _e( 'You can control the process with the following options.',
|
57 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=refine', $this->page_slug ) ) ); ?>">
|
58 |
<?php
|
59 |
switch ( $this->selected_action ) {
|
60 |
case 'assign':
|
61 |
case 'assign_randomly':
|
62 |
?>
|
63 |
-
<h4><?php _e( 'Optional: Select options',
|
64 |
<fieldset>
|
65 |
-
<legend><span><?php _e( 'Process Options',
|
66 |
-
<p><?php _e( 'You can control the process with the following options.',
|
67 |
<?php
|
68 |
// option for overwriting existing featured images
|
69 |
$key = 'overwrite';
|
70 |
$label = $this->valid_options[ $key ];
|
71 |
-
$desc = __( 'Overwrite existing featured images with new ones',
|
72 |
?>
|
73 |
<p>
|
74 |
<input type="checkbox" id="<?php printf( 'qfi_%s', $key ); ?>" name="options[]" value="<?php echo $key; ?>" <?php checked( in_array( $key, $this->selected_options ) ); ?>>
|
@@ -78,7 +78,7 @@ if ( 'replace' == $this->selected_action ) {
|
|
78 |
// option for posts without featured image
|
79 |
$key = 'orphans_only';
|
80 |
$label = $this->valid_options[ $key ];
|
81 |
-
$desc = __( 'Posts with featured images will be ignored, even if the Overwrite option is checked ',
|
82 |
?>
|
83 |
<p>
|
84 |
<input type="checkbox" id="<?php printf( 'qfi_%s', $key ); ?>" name="options[]" value="<?php echo $key; ?>" <?php checked( in_array( $key, $this->selected_options ) ); ?>>
|
@@ -87,12 +87,12 @@ if ( 'replace' == $this->selected_action ) {
|
|
87 |
<?php
|
88 |
if ( 'assign_randomly' == $this->selected_action ) {
|
89 |
?>
|
90 |
-
<p><?php _e( 'There are two more options in the premium version for random images:',
|
91 |
<ol>
|
92 |
-
<li><?php _e( 'Use each selected image only once',
|
93 |
-
<li><?php _e( 'Remove excess featured images after all selected images are used',
|
94 |
</ol>
|
95 |
-
<p class="qfi_ad_for_pro"><?php _e( 'Get the premium version',
|
96 |
<?php
|
97 |
} // if(assign_randomly)
|
98 |
?>
|
@@ -101,22 +101,22 @@ if ( 'replace' == $this->selected_action ) {
|
|
101 |
break;
|
102 |
} // switch( selected_action )
|
103 |
?>
|
104 |
-
<h4><?php _e( 'Optional: Add a filter',
|
105 |
<fieldset>
|
106 |
-
<legend><span><?php _e( 'Select filters',
|
107 |
-
<p><?php _e( 'If you want select one of the following filters to narrow down the set of concerned posts and pages.',
|
108 |
-
<p><?php _e( 'You can select multiple filters. They will return an intersection of their results.',
|
109 |
<?php
|
110 |
foreach ( $this->valid_filters as $key => $label ) {
|
111 |
switch ( $key ) {
|
112 |
case 'filter_post_types':
|
113 |
-
$desc = __( 'Search by post type. By default all posts and pages will be affected.',
|
114 |
break;
|
115 |
case 'filter_category':
|
116 |
-
$desc = __( 'Search posts by category',
|
117 |
break;
|
118 |
case 'filter_tag':
|
119 |
-
$desc = __( 'Search posts by tag',
|
120 |
break;
|
121 |
default:
|
122 |
$desc = '';
|
@@ -130,8 +130,8 @@ if ( 'replace' == $this->selected_action ) {
|
|
130 |
} // foreach()
|
131 |
?>
|
132 |
</fieldset>
|
133 |
-
<p class="qfi_ad_for_pro"><?php _e( 'Are you looking for more options and more filters?',
|
134 |
-
<p><?php _e( 'On the next page you can refine the filters. If you did not select any filter you will go to the preview list directly.',
|
135 |
<p>
|
136 |
<?php
|
137 |
// remember selected multiple images if there are some
|
@@ -149,15 +149,15 @@ if ( $this->selected_multiple_image_ids ) {
|
|
149 |
<input type="submit" class="button" value="<?php _e( $text ); ?>" />
|
150 |
</p>
|
151 |
</form>
|
152 |
-
<h4><?php _e( 'If you encounter a white, blank page, read this',
|
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:',
|
154 |
<ol>
|
155 |
-
<li class="qfi_ad_for_pro"><?php _e( 'Get the premium version',
|
156 |
-
<li><?php _e( 'add the time filter,',
|
157 |
-
<li><?php _e( 'set a small time range,',
|
158 |
-
<li><?php _e( 'do the process',
|
159 |
-
<li><?php _e( 'and repeat it with the next time range as often as needed.',
|
160 |
</ol>
|
161 |
-
<p><?php _e( 'This way is not as fast as one single run, but still much faster than setting the images for each post manually.',
|
162 |
<?php
|
163 |
} // if( 'replace' == action )
|
8 |
<?php
|
9 |
if ( $this->is_error_no_old_image ) {
|
10 |
?>
|
11 |
+
<h3><?php _e( 'Notice', 'quick-featured-images' ); ?></h3>
|
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 |
+
<h3><?php _e( 'Select the featured images you want to replace by the selected image.', 'quick-featured-images' ); ?></h3>
|
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
|
22 |
$this->selected_old_image_ids = $this->get_sanitized_array( 'replacement_image_ids', $thumb_ids_in_use ); #array();
|
37 |
<input type="hidden" name="image_id" value="<?php echo $this->selected_image_id; ?>" />
|
38 |
<input type="hidden" name="action" value="<?php echo $this->selected_action; ?>" />
|
39 |
<?php wp_nonce_field( 'quickfi_refine', $this->plugin_slug . '_nonce' ); ?>
|
40 |
+
<input type="submit" class="button" value="<?php _e( 'Preview filtering', 'quick-featured-images' ); ?>" />
|
41 |
</p>
|
42 |
</form>
|
43 |
<?php
|
44 |
} else {
|
45 |
?>
|
46 |
+
<p><?php _e( 'There are no featured images in use.', 'quick-featured-images' ); ?></p>
|
47 |
+
<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>
|
48 |
<?php
|
49 |
} // if( thumb_ids_in_use )
|
50 |
?>
|
52 |
} else {
|
53 |
// else display filter selection
|
54 |
?>
|
55 |
+
<h3><?php _e( 'Refine your selections', 'quick-featured-images' ); ?></h3>
|
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
|
59 |
switch ( $this->selected_action ) {
|
60 |
case 'assign':
|
61 |
case 'assign_randomly':
|
62 |
?>
|
63 |
+
<h4><?php _e( 'Optional: Select options', 'quick-featured-images' ); ?></h4>
|
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>
|
67 |
<?php
|
68 |
// option for overwriting existing featured images
|
69 |
$key = 'overwrite';
|
70 |
$label = $this->valid_options[ $key ];
|
71 |
+
$desc = __( 'Overwrite existing featured images with new ones', 'quick-featured-images' );
|
72 |
?>
|
73 |
<p>
|
74 |
<input type="checkbox" id="<?php printf( 'qfi_%s', $key ); ?>" name="options[]" value="<?php echo $key; ?>" <?php checked( in_array( $key, $this->selected_options ) ); ?>>
|
78 |
// option for posts without featured image
|
79 |
$key = 'orphans_only';
|
80 |
$label = $this->valid_options[ $key ];
|
81 |
+
$desc = __( 'Posts with featured images will be ignored, even if the Overwrite option is checked ', 'quick-featured-images' );
|
82 |
?>
|
83 |
<p>
|
84 |
<input type="checkbox" id="<?php printf( 'qfi_%s', $key ); ?>" name="options[]" value="<?php echo $key; ?>" <?php checked( in_array( $key, $this->selected_options ) ); ?>>
|
87 |
<?php
|
88 |
if ( 'assign_randomly' == $this->selected_action ) {
|
89 |
?>
|
90 |
+
<p><?php _e( 'There are two more options in the premium version for random images:', 'quick-featured-images' ); ?></p>
|
91 |
<ol>
|
92 |
+
<li><?php _e( 'Use each selected image only once', 'quick-featured-images' ); ?></li>
|
93 |
+
<li><?php _e( 'Remove excess featured images after all selected images are used', 'quick-featured-images' ); ?></li>
|
94 |
</ol>
|
95 |
+
<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>
|
96 |
<?php
|
97 |
} // if(assign_randomly)
|
98 |
?>
|
101 |
break;
|
102 |
} // switch( selected_action )
|
103 |
?>
|
104 |
+
<h4><?php _e( 'Optional: Add a filter', 'quick-featured-images' ); ?></h4>
|
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>
|
108 |
+
<p><?php _e( 'You can select multiple filters. They will return an intersection of their results.', 'quick-featured-images' ); ?></p>
|
109 |
<?php
|
110 |
foreach ( $this->valid_filters as $key => $label ) {
|
111 |
switch ( $key ) {
|
112 |
case 'filter_post_types':
|
113 |
+
$desc = __( 'Search by post type. By default all posts and pages will be affected.', 'quick-featured-images' );
|
114 |
break;
|
115 |
case 'filter_category':
|
116 |
+
$desc = __( 'Search posts by category', 'quick-featured-images' );
|
117 |
break;
|
118 |
case 'filter_tag':
|
119 |
+
$desc = __( 'Search posts by tag', 'quick-featured-images' );
|
120 |
break;
|
121 |
default:
|
122 |
$desc = '';
|
130 |
} // foreach()
|
131 |
?>
|
132 |
</fieldset>
|
133 |
+
<p class="qfi_ad_for_pro"><?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>
|
134 |
+
<p><?php _e( 'On the next page you can refine the filters. If you did not select any filter you will go to the preview list directly.', 'quick-featured-images' ); ?></p>
|
135 |
<p>
|
136 |
<?php
|
137 |
// remember selected multiple images if there are some
|
149 |
<input type="submit" class="button" value="<?php _e( $text ); ?>" />
|
150 |
</p>
|
151 |
</form>
|
152 |
+
<h4><?php _e( 'If you encounter a white, blank page, read this', 'quick-featured-images' ); ?></h4>
|
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>
|
156 |
+
<li><?php _e( 'add the time filter,', 'quick-featured-images' ); ?></li>
|
157 |
+
<li><?php _e( 'set a small time range,', 'quick-featured-images' ); ?></li>
|
158 |
+
<li><?php _e( 'do the process', 'quick-featured-images' ); ?></li>
|
159 |
+
<li><?php _e( 'and repeat it with the next time range as often as needed.', 'quick-featured-images' ); ?></li>
|
160 |
</ol>
|
161 |
+
<p><?php _e( 'This way is not as fast as one single run, but still much faster than setting the images for each post manually.', 'quick-featured-images' ); ?></p>
|
162 |
<?php
|
163 |
} // if( 'replace' == action )
|
admin/views/form_start.php
CHANGED
@@ -1,23 +1,25 @@
|
|
1 |
<?php
|
2 |
if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
3 |
?>
|
4 |
-
<h3><?php _e( 'Notice',
|
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.',
|
7 |
</div>
|
8 |
<?php
|
9 |
}
|
10 |
?>
|
11 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=select', $this->page_slug ) ) ); ?>">
|
12 |
-
<h3><?php _e( 'What do you want to do?',
|
13 |
-
<
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
17 |
<fieldset>
|
18 |
-
<legend class="screen-reader-text"><span><?php _e( 'Select action',
|
19 |
-
<h4><?php _e( 'Actions with a single image',
|
20 |
-
<p><?php _e( 'These actions require to select an image with the following button.',
|
21 |
<?php
|
22 |
foreach ( $this->valid_actions as $name => $label ) {
|
23 |
?>
|
@@ -30,7 +32,7 @@ foreach ( $this->valid_actions as $name => $label ) {
|
|
30 |
?>
|
31 |
<div class="qfi_wrapper">
|
32 |
<div class="qfi_w50percent">
|
33 |
-
<p><?php _e( 'Select the image you want to add to, replace or delete from posts and pages by clicking on the following button.',
|
34 |
<p>
|
35 |
<?php
|
36 |
// default values for image element
|
@@ -51,18 +53,18 @@ if ( $this->selected_image_id ) {
|
|
51 |
?>
|
52 |
<input type="hidden" id="image_id" name="image_id" value="<?php echo $this->selected_image_id; ?>">
|
53 |
<img id="selected_image" src="<?php echo $img_url; ?>" alt="<?php $text = 'Featured Image'; _e( $text ); ?>" class="<?php echo $img_class; ?>" style="<?php echo $img_style; ?>" /><br />
|
54 |
-
<input type="button" id="upload_image_button" class="button qfi_select_image" value="<?php _e( 'Choose Image',
|
55 |
</p>
|
56 |
</div>
|
57 |
<div class="qfi_w50percent">
|
58 |
-
<p><strong><?php _e( 'If the button does not work, read this:',
|
59 |
-
<p><?php _e( 'Some users reported that this button would not work in some WordPress installations. If this should be the case you can take another way:',
|
60 |
-
<p><?php _e( '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.',
|
61 |
</div>
|
62 |
</div>
|
63 |
|
64 |
-
<h4><?php _e( 'Actions with multiple images',
|
65 |
-
<p><?php _e( 'These actions require at least one selected image with the following button.',
|
66 |
<?php
|
67 |
foreach ( $this->valid_actions_multiple_images as $name => $label ) {
|
68 |
?>
|
@@ -74,9 +76,9 @@ foreach ( $this->valid_actions_multiple_images as $name => $label ) {
|
|
74 |
} // foreach( valid_actions_multiple_images )
|
75 |
$img_ids = is_array( $this->selected_multiple_image_ids ) ? implode( ',', $this->selected_multiple_image_ids ) : '';
|
76 |
?>
|
77 |
-
<p><?php _e( 'To select multiple images click on the button and use the CTRL key while clicking on the images.',
|
78 |
<p><input type="hidden" id="multiple_image_ids" name="multiple_image_ids" value="<?php echo $img_ids; ?>">
|
79 |
-
<input type="button" id="select_images_multiple" class="button" value="<?php _e( 'Choose Images',
|
80 |
<?php
|
81 |
if ( $this->selected_multiple_image_ids ) {
|
82 |
?>
|
@@ -92,8 +94,8 @@ if ( $this->selected_multiple_image_ids ) {
|
|
92 |
<?php
|
93 |
} // if ( $this->selected_multiple_image_ids )
|
94 |
?>
|
95 |
-
<h4><?php _e( 'Actions without any selected image',
|
96 |
-
<p><?php _e( 'These actions do not require a selected image.',
|
97 |
<?php
|
98 |
foreach ( $this->valid_actions_without_image as $name => $label ) {
|
99 |
?>
|
@@ -104,7 +106,7 @@ foreach ( $this->valid_actions_without_image as $name => $label ) {
|
|
104 |
<?php
|
105 |
}
|
106 |
?>
|
107 |
-
<p class="qfi_ad_for_pro"><?php _e( 'Do you want to assign the first image of each post?',
|
108 |
</fieldset>
|
109 |
<?php
|
110 |
wp_nonce_field( 'quickfi_start', $this->plugin_slug . '_nonce' );
|
1 |
<?php
|
2 |
if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
3 |
?>
|
4 |
+
<h3><?php _e( 'Notice', 'quick-featured-images' ); ?></h3>
|
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>
|
8 |
<?php
|
9 |
}
|
10 |
?>
|
11 |
<form method="post" action="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s&step=select', $this->page_slug ) ) ); ?>">
|
12 |
+
<h3><?php _e( 'What do you want to do?', 'quick-featured-images' ); ?></h3>
|
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 |
+
<h4><?php _e( 'Important advice', 'quick-featured-images' ); ?></h4>
|
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 |
+
<h4><?php _e( 'Actions with a single image', 'quick-featured-images' ); ?></h4>
|
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 ) {
|
25 |
?>
|
32 |
?>
|
33 |
<div class="qfi_wrapper">
|
34 |
<div class="qfi_w50percent">
|
35 |
+
<p><?php _e( 'Select the image you want to add to, replace or delete from posts and pages by clicking on the following button.', 'quick-featured-images' ); ?></p>
|
36 |
<p>
|
37 |
<?php
|
38 |
// default values for image element
|
53 |
?>
|
54 |
<input type="hidden" id="image_id" name="image_id" value="<?php echo $this->selected_image_id; ?>">
|
55 |
<img id="selected_image" src="<?php echo $img_url; ?>" alt="<?php $text = 'Featured Image'; _e( $text ); ?>" class="<?php echo $img_class; ?>" style="<?php echo $img_style; ?>" /><br />
|
56 |
+
<input type="button" id="upload_image_button" class="button qfi_select_image" value="<?php _e( 'Choose Image', 'quick-featured-images' ); ?>" />
|
57 |
</p>
|
58 |
</div>
|
59 |
<div class="qfi_w50percent">
|
60 |
+
<p><strong><?php _e( 'If the button does not work, read this:', 'quick-featured-images' ); ?></strong></p>
|
61 |
+
<p><?php _e( 'Some users reported that this button would not work in some WordPress installations. If this should be the case you can take another way:', 'quick-featured-images' ); ?></p>
|
62 |
+
<p><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
63 |
</div>
|
64 |
</div>
|
65 |
|
66 |
+
<h4><?php _e( 'Actions with multiple images', 'quick-featured-images' ); ?></h4>
|
67 |
+
<p><?php _e( 'These actions require at least one selected image with the following button.', 'quick-featured-images' ); ?></p>
|
68 |
<?php
|
69 |
foreach ( $this->valid_actions_multiple_images as $name => $label ) {
|
70 |
?>
|
76 |
} // foreach( valid_actions_multiple_images )
|
77 |
$img_ids = is_array( $this->selected_multiple_image_ids ) ? implode( ',', $this->selected_multiple_image_ids ) : '';
|
78 |
?>
|
79 |
+
<p><?php _e( 'To select multiple images click on the button and use the CTRL key while clicking on the images.', 'quick-featured-images' ); ?></p>
|
80 |
<p><input type="hidden" id="multiple_image_ids" name="multiple_image_ids" value="<?php echo $img_ids; ?>">
|
81 |
+
<input type="button" id="select_images_multiple" class="button" value="<?php _e( 'Choose Images', 'quick-featured-images' ); ?>" /></p>
|
82 |
<?php
|
83 |
if ( $this->selected_multiple_image_ids ) {
|
84 |
?>
|
94 |
<?php
|
95 |
} // if ( $this->selected_multiple_image_ids )
|
96 |
?>
|
97 |
+
<h4><?php _e( 'Actions without any selected image', 'quick-featured-images' ); ?></h4>
|
98 |
+
<p><?php _e( 'These actions do not require a selected image.', 'quick-featured-images' ); ?></p>
|
99 |
<?php
|
100 |
foreach ( $this->valid_actions_without_image as $name => $label ) {
|
101 |
?>
|
106 |
<?php
|
107 |
}
|
108 |
?>
|
109 |
+
<p class="qfi_ad_for_pro"><?php _e( 'Do you want to assign the first image of each post?', '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>
|
110 |
</fieldset>
|
111 |
<?php
|
112 |
wp_nonce_field( 'quickfi_start', $this->plugin_slug . '_nonce' );
|
admin/views/section_defaults.php
CHANGED
@@ -13,12 +13,18 @@
|
|
13 |
$no_thumb_url = includes_url() . 'images/blank.gif';
|
14 |
|
15 |
// store recurring translations only once for more performance
|
16 |
-
$matches_label = __( 'matches',
|
17 |
-
$number_label = __( 'No.',
|
18 |
-
|
19 |
-
$taxonomy_label = __( 'Taxonomy', $this->plugin_slug );
|
20 |
-
$choose_image_label = __( 'Choose Image', $this->plugin_slug );
|
21 |
// WP core strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
$text = 'Action';
|
23 |
$action_label = __( $text );
|
24 |
$text = 'Description';
|
@@ -42,16 +48,27 @@ $post_label = _x( $text, 'post type singular name' );
|
|
42 |
$text = 'Page';
|
43 |
$page_label = _x( $text, 'post type singular name' );
|
44 |
|
|
|
45 |
$args = array(
|
46 |
'orderby' => 'name',
|
47 |
'order' => 'ASC',
|
48 |
'hide_empty' => false,
|
49 |
'hierarchical' => true,
|
50 |
);
|
|
|
|
|
51 |
$tags = get_tags( $args );
|
|
|
|
|
52 |
$categories = get_categories( $args );
|
|
|
|
|
53 |
$users = get_users( array( 'orderby' => 'display_name' ) );
|
|
|
|
|
54 |
$post_types = $this->get_custom_post_types_labels();
|
|
|
|
|
55 |
$custom_taxonomies = $this->get_custom_taxonomies_labels();
|
56 |
$custom_taxonomies_terms = array();
|
57 |
if ( $custom_taxonomies ) {
|
@@ -74,6 +91,8 @@ if ( $custom_taxonomies ) {
|
|
74 |
}
|
75 |
}
|
76 |
}
|
|
|
|
|
77 |
?>
|
78 |
<script type="text/javascript">
|
79 |
jQuery( document ).ready( function( $ ){
|
@@ -161,22 +180,27 @@ foreach ( $users as $user ) {
|
|
161 |
} )
|
162 |
} )
|
163 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
<?php
|
165 |
if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
166 |
?>
|
167 |
-
<h3><?php _e( 'Notice',
|
168 |
-
<div class="
|
169 |
-
<p
|
170 |
</div>
|
171 |
<?php
|
172 |
}
|
173 |
?>
|
174 |
-
|
175 |
-
<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.', $this->plugin_slug ); ?></p>
|
176 |
-
<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.', $this->plugin_slug ); ?></p>
|
177 |
<form method="post" action="">
|
178 |
<input type="hidden" id="placeholder_url" name="placeholder_url" value="<?php echo $no_thumb_url; ?>" />
|
179 |
-
<input type="hidden" id="confirmation_question" name="confirmation_question" value="<?php _e( 'Are you sure to remove this rule?',
|
180 |
<table class="widefat">
|
181 |
<thead>
|
182 |
<tr>
|
@@ -187,36 +211,38 @@ if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
|
187 |
</tr>
|
188 |
</thead>
|
189 |
<tbody>
|
190 |
-
<tr id="row_1">
|
191 |
<td class="num">1</td>
|
192 |
<td>
|
193 |
-
<?php printf( '<img src="%s" alt="%s" width="80" height="80" />', plugins_url( 'assets/images/overwrite-image.jpg' , dirname( __FILE__ ) ), __( 'An image overwrites an existing image',
|
194 |
-
</td>
|
195 |
-
<td>
|
196 |
-
<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.', $this->plugin_slug ); ?></p>
|
197 |
</td>
|
198 |
<td>
|
|
|
199 |
<?php
|
200 |
$key = 'overwrite_automatically';
|
201 |
$attr_checked = checked( isset( $this->selected_rules[ $key ] ), '1', false );
|
202 |
-
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',
|
203 |
?>
|
|
|
|
|
204 |
</td>
|
205 |
-
</tr>
|
206 |
-
<tr id="row_2" class="alt">
|
207 |
-
<td class="num">2</td>
|
208 |
<td>
|
209 |
-
<?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', $this->plugin_slug ) ); ?><br />
|
210 |
</td>
|
|
|
|
|
|
|
211 |
<td>
|
212 |
-
|
213 |
</td>
|
214 |
<td>
|
215 |
<?php
|
216 |
$key = 'use_first_image_as_default';
|
217 |
$attr_checked = checked( isset( $this->selected_rules[ $key ] ), '1', false );
|
218 |
-
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', $this->plugin_slug ) );
|
219 |
?>
|
|
|
|
|
|
|
|
|
220 |
</td>
|
221 |
</tr>
|
222 |
<?php
|
@@ -228,14 +254,14 @@ if ( isset( $this->selected_rules[ 'rules' ] ) ) {
|
|
228 |
if ( '' == $rule[ 'taxonomy' ] ) continue;
|
229 |
if ( '' == $rule[ 'matchterm' ] ) continue;
|
230 |
// alternate row color
|
231 |
-
if( $c % 2
|
232 |
-
$
|
233 |
} else {
|
234 |
-
$
|
235 |
}
|
236 |
$r_id = absint( $rule[ 'id' ] );
|
237 |
?>
|
238 |
-
<tr id="row_<?php echo $c; ?>"<?php echo $
|
239 |
<td class="num"><?php echo $c; ?></td>
|
240 |
<td>
|
241 |
<input type="hidden" value="<?php echo $r_id; ?>" name="rules[<?php echo $c; ?>][id]" id="image_id_<?php echo $c; ?>">
|
@@ -406,21 +432,29 @@ if ( $custom_taxonomies_terms ) {
|
|
406 |
</tfoot>
|
407 |
</table>
|
408 |
<?php
|
409 |
-
submit_button( __( 'Add rule',
|
410 |
submit_button();
|
411 |
wp_nonce_field( 'save_default_images', 'knlk235rf' );
|
412 |
?>
|
413 |
</form>
|
414 |
-
|
415 |
-
<
|
416 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
417 |
<ol>
|
418 |
-
<li><?php _e( 'found first content image. If not then...',
|
419 |
-
<li><?php _e( 'matched custom taxonomy. If not then...',
|
420 |
-
<li><?php _e( 'matched tag. If not then...',
|
421 |
-
<li><?php _e( 'matched category. If not then...',
|
422 |
-
<li><?php _e( 'matched author. If not then...',
|
423 |
-
<li><?php _e( 'matched post type. If not then...',
|
424 |
-
<li><?php _e( 'no featured image.',
|
425 |
</ol>
|
426 |
-
<p><?php _e( '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.',
|
13 |
$no_thumb_url = includes_url() . 'images/blank.gif';
|
14 |
|
15 |
// store recurring translations only once for more performance
|
16 |
+
$matches_label = __( 'matches', 'quick-featured-images' );
|
17 |
+
$number_label = __( 'No.', 'quick-featured-images' );
|
18 |
+
|
|
|
|
|
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 = __( $text );
|
30 |
$text = 'Description';
|
48 |
$text = 'Page';
|
49 |
$page_label = _x( $text, 'post type singular name' );
|
50 |
|
51 |
+
// set parameters for term queries
|
52 |
$args = array(
|
53 |
'orderby' => 'name',
|
54 |
'order' => 'ASC',
|
55 |
'hide_empty' => false,
|
56 |
'hierarchical' => true,
|
57 |
);
|
58 |
+
|
59 |
+
// get stored tags
|
60 |
$tags = get_tags( $args );
|
61 |
+
|
62 |
+
// get stored categories
|
63 |
$categories = get_categories( $args );
|
64 |
+
|
65 |
+
// get stored users
|
66 |
$users = get_users( array( 'orderby' => 'display_name' ) );
|
67 |
+
|
68 |
+
// get stored post types
|
69 |
$post_types = $this->get_custom_post_types_labels();
|
70 |
+
|
71 |
+
// get stored taxonomies
|
72 |
$custom_taxonomies = $this->get_custom_taxonomies_labels();
|
73 |
$custom_taxonomies_terms = array();
|
74 |
if ( $custom_taxonomies ) {
|
91 |
}
|
92 |
}
|
93 |
}
|
94 |
+
|
95 |
+
// print jQuery for pulldowns
|
96 |
?>
|
97 |
<script type="text/javascript">
|
98 |
jQuery( document ).ready( function( $ ){
|
180 |
} )
|
181 |
} )
|
182 |
</script>
|
183 |
+
|
184 |
+
<h3><?php _e( 'Default featured images for future posts', 'quick-featured-images' ); ?></h3>
|
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>
|
188 |
+
</div>
|
189 |
+
|
190 |
<?php
|
191 |
if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
192 |
?>
|
193 |
+
<h3 style="margin-bottom:0"><?php _e( 'Notice', 'quick-featured-images' ); ?></h3>
|
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>
|
197 |
<?php
|
198 |
}
|
199 |
?>
|
200 |
+
|
|
|
|
|
201 |
<form method="post" action="">
|
202 |
<input type="hidden" id="placeholder_url" name="placeholder_url" value="<?php echo $no_thumb_url; ?>" />
|
203 |
+
<input type="hidden" id="confirmation_question" name="confirmation_question" value="<?php _e( 'Are you sure to remove this rule?', 'quick-featured-images' ); ?>" />
|
204 |
<table class="widefat">
|
205 |
<thead>
|
206 |
<tr>
|
211 |
</tr>
|
212 |
</thead>
|
213 |
<tbody>
|
214 |
+
<tr id="row_1" class="alternate">
|
215 |
<td class="num">1</td>
|
216 |
<td>
|
217 |
+
<?php printf( '<img src="%s" alt="%s" width="80" height="80" />', plugins_url( 'assets/images/overwrite-image.jpg' , dirname( __FILE__ ) ), __( 'An image overwrites an existing image', 'quick-featured-images' ) ); ?><br />
|
|
|
|
|
|
|
218 |
</td>
|
219 |
<td>
|
220 |
+
<p>
|
221 |
<?php
|
222 |
$key = 'overwrite_automatically';
|
223 |
$attr_checked = checked( isset( $this->selected_rules[ $key ] ), '1', false );
|
224 |
+
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' ) );
|
225 |
?>
|
226 |
+
</p>
|
227 |
+
<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>
|
228 |
</td>
|
|
|
|
|
|
|
229 |
<td>
|
|
|
230 |
</td>
|
231 |
+
</tr>
|
232 |
+
<tr id="row_2">
|
233 |
+
<td class="num">2</td>
|
234 |
<td>
|
235 |
+
<?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 />
|
236 |
</td>
|
237 |
<td>
|
238 |
<?php
|
239 |
$key = 'use_first_image_as_default';
|
240 |
$attr_checked = checked( isset( $this->selected_rules[ $key ] ), '1', false );
|
|
|
241 |
?>
|
242 |
+
<?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' ) ); ?>
|
243 |
+
<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>
|
244 |
+
</td>
|
245 |
+
<td>
|
246 |
</td>
|
247 |
</tr>
|
248 |
<?php
|
254 |
if ( '' == $rule[ 'taxonomy' ] ) continue;
|
255 |
if ( '' == $rule[ 'matchterm' ] ) continue;
|
256 |
// alternate row color
|
257 |
+
if( 0 != $c % 2 ) { // if c is odd
|
258 |
+
$row_classes = ' class="alternate"';
|
259 |
} else {
|
260 |
+
$row_classes = '';
|
261 |
}
|
262 |
$r_id = absint( $rule[ 'id' ] );
|
263 |
?>
|
264 |
+
<tr id="row_<?php echo $c; ?>"<?php echo $row_classes; ?>>
|
265 |
<td class="num"><?php echo $c; ?></td>
|
266 |
<td>
|
267 |
<input type="hidden" value="<?php echo $r_id; ?>" name="rules[<?php echo $c; ?>][id]" id="image_id_<?php echo $c; ?>">
|
432 |
</tfoot>
|
433 |
</table>
|
434 |
<?php
|
435 |
+
submit_button( __( 'Add rule', 'quick-featured-images' ), 'secondary', 'add_rule_button' );
|
436 |
submit_button();
|
437 |
wp_nonce_field( 'save_default_images', 'knlk235rf' );
|
438 |
?>
|
439 |
</form>
|
440 |
+
|
441 |
+
<h4><?php _e( 'Additional rules in the premium version', 'quick-featured-images' ); ?></h4>
|
442 |
+
<ol>
|
443 |
+
<li><?php _e( 'Search string in post title', 'quick-featured-images' ); ?></li>
|
444 |
+
<li><?php echo $post_format_label; ?></li>
|
445 |
+
</ol>
|
446 |
+
<p class="qfi_ad_for_pro"><?php _e( 'Get the premium version', 'quick-featured-images' ); ?> <a href="http://www.quickfeaturedimages.com<?php _e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
447 |
+
|
448 |
+
<h4><?php _e( 'How the rules work', 'quick-featured-images' ); ?></h4>
|
449 |
+
<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>
|
450 |
+
<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>
|
451 |
<ol>
|
452 |
+
<li><?php _e( 'found first content image. If not then...', 'quick-featured-images' ); ?></li>
|
453 |
+
<li><?php _e( 'matched custom taxonomy. If not then...', 'quick-featured-images' ); ?></li>
|
454 |
+
<li><?php _e( 'matched tag. If not then...', 'quick-featured-images' ); ?></li>
|
455 |
+
<li><?php _e( 'matched category. If not then...', 'quick-featured-images' ); ?></li>
|
456 |
+
<li><?php _e( 'matched author. If not then...', 'quick-featured-images' ); ?></li>
|
457 |
+
<li><?php _e( 'matched post type. If not then...', 'quick-featured-images' ); ?></li>
|
458 |
+
<li><?php _e( 'no featured image.', 'quick-featured-images' ); ?></li>
|
459 |
</ol>
|
460 |
+
<p><?php _e( '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.', 'quick-featured-images' ); ?></p>
|
admin/views/section_errormsg.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<h3><?php _e( 'Error', $this->page_slug );?></h3>
|
2 |
<div class="qfi_content_inside">
|
3 |
-
<h4><?php _e( 'Reason',
|
4 |
<p class="failure"><?php print $msg; ?></p>
|
5 |
-
<h4><?php _e( 'Solution',
|
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',
|
1 |
<h3><?php _e( 'Error', $this->page_slug );?></h3>
|
2 |
<div class="qfi_content_inside">
|
3 |
+
<h4><?php _e( 'Reason', 'quick-featured-images' );?></h4>
|
4 |
<p class="failure"><?php print $msg; ?></p>
|
5 |
+
<h4><?php _e( 'Solution', 'quick-featured-images' );?></h4>
|
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
@@ -52,11 +52,11 @@ if ( ! in_array( $paypal_locale, array( 'en_US', 'en_AU', 'es_ES', 'fr_FR', 'de_
|
|
52 |
<h3><?php _e( 'Credits and informations', $text_domain ); ?></h3>
|
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
|
56 |
<dt><?php _e( 'Do you need support or have an idea for the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/plugin/quick-featured-images"><?php _e( 'Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!', $text_domain ); ?></a></dd>
|
57 |
<dt><?php _e( 'Special thanks for the fine frontend style of the plugin go to', $text_domain ); ?></dt><dd><a href="http://alexandra-mutter.de/?ref=quick-featured-images"><?php echo get_avatar( 'allamoda07@googlemail.com', 44 ); ?>alexandra mutter design</a></dd>
|
58 |
<dt><?php _e( 'Let the thumbnails appear in the widget of the most recent posts with this fast plugin', $text_domain ); ?></dt><dd><a href="http://wordpress.org/plugins/recent-posts-widget-with-thumbnails/"><?php printf( __( 'Download plugin %s at %s!', $text_domain ), '<strong>Recent Posts Widget With Thumbnails</strong>', 'wordpress.org' ); ?></a></dd>
|
59 |
-
<dt><?php _e( 'Get the premium version',
|
60 |
</dl>
|
61 |
</div><!-- .qfi_content -->
|
62 |
</div><!-- #qfi_footer -->
|
52 |
<h3><?php _e( 'Credits and informations', $text_domain ); ?></h3>
|
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>
|
56 |
<dt><?php _e( 'Do you need support or have an idea for the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/plugin/quick-featured-images"><?php _e( 'Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!', $text_domain ); ?></a></dd>
|
57 |
<dt><?php _e( 'Special thanks for the fine frontend style of the plugin go to', $text_domain ); ?></dt><dd><a href="http://alexandra-mutter.de/?ref=quick-featured-images"><?php echo get_avatar( 'allamoda07@googlemail.com', 44 ); ?>alexandra mutter design</a></dd>
|
58 |
<dt><?php _e( 'Let the thumbnails appear in the widget of the most recent posts with this fast plugin', $text_domain ); ?></dt><dd><a href="http://wordpress.org/plugins/recent-posts-widget-with-thumbnails/"><?php printf( __( 'Download plugin %s at %s!', $text_domain ), '<strong>Recent Posts Widget With Thumbnails</strong>', 'wordpress.org' ); ?></a></dd>
|
59 |
+
<dt><?php _e( 'Get the premium version', 'quick-featured-images' ); ?> <a href="http://www.quickfeaturedimages.com<?php _e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a></dd>
|
60 |
</dl>
|
61 |
</div><!-- .qfi_content -->
|
62 |
</div><!-- #qfi_footer -->
|
admin/views/section_header_progress.php
CHANGED
@@ -12,9 +12,9 @@
|
|
12 |
|
13 |
<div class="wrap">
|
14 |
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
15 |
-
<h3><?php _e( 'Progress bar',
|
16 |
<p id="progress">
|
17 |
-
<em class="screen-reader-text"><?php _e( 'You are here',
|
18 |
<span id="bar" class="wp-ui-primary">
|
19 |
<?php
|
20 |
$count = 1;
|
12 |
|
13 |
<div class="wrap">
|
14 |
<h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
|
15 |
+
<h3><?php _e( 'Progress bar', 'quick-featured-images' ); ?></h3>
|
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">
|
19 |
<?php
|
20 |
$count = 1;
|
admin/views/section_image.php
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<h3><?php _e( 'Your selection',
|
2 |
<?php
|
3 |
$two_columns = false;
|
4 |
if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $this->selected_image_id ) {
|
@@ -6,12 +6,12 @@ if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $
|
|
6 |
?>
|
7 |
<div class="qfi_wrapper">
|
8 |
<div class="qfi_w50percent">
|
9 |
-
<h4><?php _e( 'Your selected thumbnail',
|
10 |
<p>
|
11 |
<?php echo wp_get_attachment_image( $this->selected_image_id, 'thumbnail' ); ?><br>
|
12 |
-
<strong><?php _e( 'Image title',
|
13 |
</p>
|
14 |
-
<p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php _e( 'If wrong image start again',
|
15 |
</div><!-- .qfi_w50percent -->
|
16 |
<div class="qfi_w50percent">
|
17 |
<?php
|
@@ -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 |
-
<h4><?php _e( 'Your selected thumbnails',
|
24 |
<ul class="selected_images">
|
25 |
<?php
|
26 |
$size = array( 60, 60 );
|
@@ -33,13 +33,13 @@ if ( in_array( $this->selected_action, array_keys( $this->valid_actions ) ) && $
|
|
33 |
</ul>
|
34 |
<?php
|
35 |
?>
|
36 |
-
<p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php _e( 'If wrong image start again',
|
37 |
</div><!-- .qfi_w50percent -->
|
38 |
<div class="qfi_w50percent">
|
39 |
<?php
|
40 |
}
|
41 |
?>
|
42 |
-
<h4><?php _e( 'Your selected action',
|
43 |
<?php
|
44 |
if ( isset( $this->valid_actions[ $this->selected_action ] ) ) {
|
45 |
$selected_action = $this->valid_actions[ $this->selected_action ];
|
@@ -48,11 +48,11 @@ if ( isset( $this->valid_actions[ $this->selected_action ] ) ) {
|
|
48 |
} elseif ( isset( $this->valid_actions_multiple_images[ $this->selected_action ] ) ) {
|
49 |
$selected_action = $this->valid_actions_multiple_images[ $this->selected_action ];
|
50 |
} else {
|
51 |
-
$selected_action = __( 'You have not selected an action.',
|
52 |
}
|
53 |
?>
|
54 |
<p><?php echo $selected_action; ?></p>
|
55 |
-
<p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php _e( 'If wrong action start again',
|
56 |
<?php
|
57 |
if ( $two_columns ) {
|
58 |
?>
|
@@ -65,7 +65,7 @@ if ( 'select' != $this->selected_step ) {
|
|
65 |
?>
|
66 |
<div class="qfi_wrapper">
|
67 |
<div class="qfi_w50percent">
|
68 |
-
<h4><?php _e( 'Your selected options',
|
69 |
<?php
|
70 |
if ( $this->selected_options ) {
|
71 |
?>
|
@@ -81,13 +81,13 @@ if ( 'select' != $this->selected_step ) {
|
|
81 |
<?php
|
82 |
} else {
|
83 |
?>
|
84 |
-
<p><?php _e( 'No selected options',
|
85 |
<?php
|
86 |
}
|
87 |
?>
|
88 |
</div><!-- .qfi_w50percent -->
|
89 |
<div class="qfi_w50percent">
|
90 |
-
<h4><?php _e( 'Your selected filters',
|
91 |
<?php
|
92 |
if ( $this->selected_filters ) {
|
93 |
?>
|
@@ -103,7 +103,7 @@ if ( 'select' != $this->selected_step ) {
|
|
103 |
<?php
|
104 |
} else {
|
105 |
?>
|
106 |
-
<p><?php _e( 'No selected filters',
|
107 |
<?php
|
108 |
}
|
109 |
?>
|
1 |
+
<h3><?php _e( 'Your selection', 'quick-featured-images' ); ?></h3>
|
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 |
+
<h4><?php _e( 'Your selected thumbnail', 'quick-featured-images' ); ?></h4>
|
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 ); ?>
|
13 |
</p>
|
14 |
+
<p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php _e( 'If wrong image start again', 'quick-featured-images' );?></a></p>
|
15 |
</div><!-- .qfi_w50percent -->
|
16 |
<div class="qfi_w50percent">
|
17 |
<?php
|
20 |
?>
|
21 |
<div class="qfi_wrapper">
|
22 |
<div class="qfi_w50percent">
|
23 |
+
<h4><?php _e( 'Your selected thumbnails', 'quick-featured-images' ); ?></h4>
|
24 |
<ul class="selected_images">
|
25 |
<?php
|
26 |
$size = array( 60, 60 );
|
33 |
</ul>
|
34 |
<?php
|
35 |
?>
|
36 |
+
<p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php _e( 'If wrong image start again', 'quick-featured-images' );?></a></p>
|
37 |
</div><!-- .qfi_w50percent -->
|
38 |
<div class="qfi_w50percent">
|
39 |
<?php
|
40 |
}
|
41 |
?>
|
42 |
+
<h4><?php _e( 'Your selected action', 'quick-featured-images' ); ?></h4>
|
43 |
<?php
|
44 |
if ( isset( $this->valid_actions[ $this->selected_action ] ) ) {
|
45 |
$selected_action = $this->valid_actions[ $this->selected_action ];
|
48 |
} elseif ( isset( $this->valid_actions_multiple_images[ $this->selected_action ] ) ) {
|
49 |
$selected_action = $this->valid_actions_multiple_images[ $this->selected_action ];
|
50 |
} else {
|
51 |
+
$selected_action = __( 'You have not selected an action.', 'quick-featured-images' );
|
52 |
}
|
53 |
?>
|
54 |
<p><?php echo $selected_action; ?></p>
|
55 |
+
<p><a class="button" href='<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>'><?php _e( 'If wrong action start again', 'quick-featured-images' );?></a></p>
|
56 |
<?php
|
57 |
if ( $two_columns ) {
|
58 |
?>
|
65 |
?>
|
66 |
<div class="qfi_wrapper">
|
67 |
<div class="qfi_w50percent">
|
68 |
+
<h4><?php _e( 'Your selected options', 'quick-featured-images' ); ?></h4>
|
69 |
<?php
|
70 |
if ( $this->selected_options ) {
|
71 |
?>
|
81 |
<?php
|
82 |
} else {
|
83 |
?>
|
84 |
+
<p><?php _e( 'No selected options', 'quick-featured-images' ); ?></p>
|
85 |
<?php
|
86 |
}
|
87 |
?>
|
88 |
</div><!-- .qfi_w50percent -->
|
89 |
<div class="qfi_w50percent">
|
90 |
+
<h4><?php _e( 'Your selected filters', 'quick-featured-images' ); ?></h4>
|
91 |
<?php
|
92 |
if ( $this->selected_filters ) {
|
93 |
?>
|
103 |
<?php
|
104 |
} else {
|
105 |
?>
|
106 |
+
<p><?php _e( 'No selected filters', 'quick-featured-images' ); ?></p>
|
107 |
<?php
|
108 |
}
|
109 |
?>
|
admin/views/section_overview.php
CHANGED
@@ -14,8 +14,10 @@ $qfi_defaults_instance = Quick_Featured_Images_Defaults::get_instance();
|
|
14 |
$qfi_settings_instance = Quick_Featured_Images_Settings::get_instance();
|
15 |
?>
|
16 |
|
17 |
-
<h3><?php _e( 'Manage featured images in a quick way',
|
18 |
-
<
|
|
|
|
|
19 |
<ul>
|
20 |
<?php
|
21 |
/**
|
@@ -84,9 +86,9 @@ if ( current_user_can( $qfi_settings_instance->get_required_user_cap() ) ) {
|
|
84 |
?>
|
85 |
</li>
|
86 |
<li>
|
87 |
-
<h4><?php _e( 'The premium version',
|
88 |
-
<p><a href="http://www.quickfeaturedimages.com<?php _e( '/',
|
89 |
-
<p><?php _e( 'Are you looking for more options and more filters?',
|
90 |
</li>
|
91 |
</ul>
|
92 |
|
14 |
$qfi_settings_instance = Quick_Featured_Images_Settings::get_instance();
|
15 |
?>
|
16 |
|
17 |
+
<h3><?php _e( 'Manage featured images in a quick way', 'quick-featured-images' ); ?></h3>
|
18 |
+
<div id="qfi_page_description">
|
19 |
+
<p><?php echo $this->get_page_description(); ?></p>
|
20 |
+
</div>
|
21 |
<ul>
|
22 |
<?php
|
23 |
/**
|
86 |
?>
|
87 |
</li>
|
88 |
<li>
|
89 |
+
<h4><?php _e( 'The premium version', 'quick-featured-images' ); ?></h4>
|
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>
|
93 |
</ul>
|
94 |
|
admin/views/section_results.php
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
-
<h3><?php _e( 'Results of the action',
|
2 |
<?php
|
3 |
if ( $results ) {
|
4 |
// translate once for multiple usage and improve performance
|
5 |
-
$label_details = __( 'Details',
|
6 |
-
$label_current_fi = __( 'Current Featured Image',
|
7 |
-
$label_number = __( 'No.',
|
8 |
-
$label_changed = __( 'Changed successfully',
|
9 |
-
$label_unchanged = sprintf( '<span class="failure">%s</span>', __( 'Unchanged',
|
10 |
// WP core labels
|
11 |
$text = 'No image set';
|
12 |
$label_no_image = __( $text );
|
13 |
$text = '(no title)';
|
14 |
$default_title = __( $text );
|
15 |
?>
|
16 |
-
<p><?php _e( 'The list is in alphabetical order according to post title. You can edit a post in a new window by clicking on its link in the list.',
|
17 |
<table class="widefat">
|
18 |
<thead>
|
19 |
<tr>
|
@@ -33,12 +33,15 @@ if ( $results ) {
|
|
33 |
// get the result message per post
|
34 |
$msg = $result[ 3 ] ? $label_changed : $label_unchanged;
|
35 |
// alternating row colors with error class if error
|
36 |
-
$
|
37 |
-
if ( 0
|
38 |
-
$
|
|
|
|
|
|
|
39 |
}
|
40 |
// print the table row
|
41 |
-
printf( '<tr%s>',
|
42 |
printf( '<td class="num">%d</td>', $c );
|
43 |
printf(
|
44 |
'<td><a href="%s" target="_blank">%s</a><br>%s</td>',
|
@@ -64,10 +67,10 @@ if ( $results ) {
|
|
64 |
<?php
|
65 |
} else {
|
66 |
?>
|
67 |
-
<p><?php _e( 'No matches found.',
|
68 |
<?php
|
69 |
}
|
70 |
?>
|
71 |
-
<p><a class="button" href="<?php echo esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) );?>"><?php _e( 'Start again',
|
72 |
-
<h3><?php _e( 'Do you like the plugin?',
|
73 |
-
<p><a href="http://wordpress.org/support/view/plugin-reviews/quick-featured-images"><?php _e( 'Please rate it at wordpress.org!',
|
1 |
+
<h3><?php _e( 'Results of the action', 'quick-featured-images' ); ?></h3>
|
2 |
<?php
|
3 |
if ( $results ) {
|
4 |
// translate once for multiple usage and improve performance
|
5 |
+
$label_details = __( 'Details', 'quick-featured-images' );
|
6 |
+
$label_current_fi = __( 'Current Featured Image', 'quick-featured-images' );
|
7 |
+
$label_number = __( 'No.', 'quick-featured-images' );
|
8 |
+
$label_changed = __( 'Changed successfully', 'quick-featured-images' );
|
9 |
+
$label_unchanged = sprintf( '<span class="failure">%s</span>', __( 'Unchanged', 'quick-featured-images' ) );
|
10 |
// WP core labels
|
11 |
$text = 'No image set';
|
12 |
$label_no_image = __( $text );
|
13 |
$text = '(no title)';
|
14 |
$default_title = __( $text );
|
15 |
?>
|
16 |
+
<p><?php _e( 'The list is in alphabetical order according to post title. You can edit a post in a new window by clicking on its link in the list.', 'quick-featured-images' ); ?></p>
|
17 |
<table class="widefat">
|
18 |
<thead>
|
19 |
<tr>
|
33 |
// get the result message per post
|
34 |
$msg = $result[ 3 ] ? $label_changed : $label_unchanged;
|
35 |
// alternating row colors with error class if error
|
36 |
+
$row_classes = $result[ 3 ] ? '' : 'qfi-failure';
|
37 |
+
if ( 0 != $c % 2 ) { // if $c is divisible by 2 (so the modulo is 0)
|
38 |
+
$row_classes .= $row_classes ? ' alternate' : 'alternate';
|
39 |
+
}
|
40 |
+
if ( $row_classes ) {
|
41 |
+
$row_classes = ' class="' . $row_classes . '"';
|
42 |
}
|
43 |
// print the table row
|
44 |
+
printf( '<tr%s>', $row_classes );
|
45 |
printf( '<td class="num">%d</td>', $c );
|
46 |
printf(
|
47 |
'<td><a href="%s" target="_blank">%s</a><br>%s</td>',
|
67 |
<?php
|
68 |
} else {
|
69 |
?>
|
70 |
+
<p><?php _e( 'No matches found.', 'quick-featured-images' ); ?></p>
|
71 |
<?php
|
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 |
+
<h3><?php _e( 'Do you like the plugin?', 'quick-featured-images' ); ?></h3>
|
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
ADDED
Binary file
|
languages/quick-featured-images-ar.po
ADDED
@@ -0,0 +1,1482 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2014
|
2 |
+
# This file is distributed under the same license as the plugin package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2015-09-18 20:37+0200\n"
|
8 |
+
"PO-Revision-Date: 2015-09-19 12:04+0200\n"
|
9 |
+
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
+
"Language-Team: m.stehle@gmx.de\n"
|
11 |
+
"Language: ar\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.8.4\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
17 |
+
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
18 |
+
"X-Poedit-Basepath: ..\n"
|
19 |
+
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
20 |
+
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
21 |
+
"X-Poedit-SearchPath-0: .\n"
|
22 |
+
|
23 |
+
#: admin/class-quick-featured-images-admin.php:201
|
24 |
+
msgid ""
|
25 |
+
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
26 |
+
"delete them in bulk, set default images, get overview lists."
|
27 |
+
msgstr ""
|
28 |
+
"أداة توفّر عليك عناء التعامل مع الصور البارزة: حيث تمكنك من اختيارها أو "
|
29 |
+
"استبدالها أو حذفها بمجموعات دفعة واحدة، وبإمكانك تحديد صور افتراضية، والحصول "
|
30 |
+
"على قوائم استعراضية."
|
31 |
+
|
32 |
+
#: admin/class-quick-featured-images-admin.php:265
|
33 |
+
#, php-format
|
34 |
+
msgid ""
|
35 |
+
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
36 |
+
"not activate it. If you want to use this plugin update the Wordpress files "
|
37 |
+
"to the latest version."
|
38 |
+
msgstr ""
|
39 |
+
"الإضافة تتطلب نسخة ووردبريس %s أو أعلى. لذلك، ووردبريس لم تقم بتفعيلها. إذا "
|
40 |
+
"أرد استخدام الإضافة قم بتحديث ملفات ووردبريس للنسخة الأخيرة."
|
41 |
+
|
42 |
+
#: admin/class-quick-featured-images-admin.php:462
|
43 |
+
#, php-format
|
44 |
+
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
+
msgstr "مرحباً بك في %s! يمكنك أن تجد الإضافة في %s."
|
46 |
+
|
47 |
+
#: admin/class-quick-featured-images-defaults.php:191
|
48 |
+
msgid "Changes saved."
|
49 |
+
msgstr "تمّ حفظ التغييرات."
|
50 |
+
|
51 |
+
#: admin/class-quick-featured-images-defaults.php:194
|
52 |
+
msgid "No changes were saved."
|
53 |
+
msgstr "لم يتمّ حفظ تغييرات."
|
54 |
+
|
55 |
+
#: admin/class-quick-featured-images-defaults.php:231
|
56 |
+
msgid "Preset Featured Images"
|
57 |
+
msgstr "صور بارزة مجهّزة مسبقاً."
|
58 |
+
|
59 |
+
#: admin/class-quick-featured-images-defaults.php:242
|
60 |
+
msgid "Set default featured images for future posts"
|
61 |
+
msgstr "اختيار صورة بارزة افتراضية للمقالات المستقبلية."
|
62 |
+
|
63 |
+
#: admin/class-quick-featured-images-settings.php:204
|
64 |
+
msgid "Image Columns"
|
65 |
+
msgstr "أعمدة صور"
|
66 |
+
|
67 |
+
#: admin/class-quick-featured-images-settings.php:215
|
68 |
+
msgid "Set the visibility of columns of featured images in posts lists"
|
69 |
+
msgstr "ضبط ظهور أعمدة الصور البارزة في قائمة المقالات."
|
70 |
+
|
71 |
+
#: admin/class-quick-featured-images-settings.php:364
|
72 |
+
msgid "Columns for featured images in posts lists"
|
73 |
+
msgstr "أعمدة للصور البارزة في قائمة المقالات."
|
74 |
+
|
75 |
+
#: admin/class-quick-featured-images-settings.php:372
|
76 |
+
msgid "Show additional column for featured images in lists of"
|
77 |
+
msgstr "أظهر عمود إضافي للصور البارزة لقوائم"
|
78 |
+
|
79 |
+
#: admin/class-quick-featured-images-settings.php:377
|
80 |
+
msgid "Posts list with image column"
|
81 |
+
msgstr "قائمة المقالات مع عمود الصورة"
|
82 |
+
|
83 |
+
#: admin/class-quick-featured-images-settings.php:491
|
84 |
+
msgid ""
|
85 |
+
"Activate the checkboxes at each post type to show the extra columns in the "
|
86 |
+
"post lists."
|
87 |
+
msgstr ""
|
88 |
+
"فعّل مربعات الاختيار لكل نوع مقالة لإظهار أعمدة إضافية في قائمة المقالات."
|
89 |
+
|
90 |
+
#: admin/class-quick-featured-images-settings.php:501
|
91 |
+
msgid ""
|
92 |
+
"The additional columns give you a quick overview about all used featured "
|
93 |
+
"images for every post. The Featured Image column is sortable."
|
94 |
+
msgstr ""
|
95 |
+
"الأعمدة الإضافية تعطيك نظرة سريعة على كل الصور البارزة لكل مقالة. عمود الصور "
|
96 |
+
"البارزة قابل للفرز."
|
97 |
+
|
98 |
+
#: admin/class-quick-featured-images-tools.php:418
|
99 |
+
#, php-format
|
100 |
+
msgid "Wrong image ID %d"
|
101 |
+
msgstr "معرّف صورة خاطئ %d"
|
102 |
+
|
103 |
+
#: admin/class-quick-featured-images-tools.php:519
|
104 |
+
msgid "Select"
|
105 |
+
msgstr "اختر"
|
106 |
+
|
107 |
+
#: admin/class-quick-featured-images-tools.php:520
|
108 |
+
msgid "Add filter"
|
109 |
+
msgstr "إضافة فلتر"
|
110 |
+
|
111 |
+
#: admin/class-quick-featured-images-tools.php:521
|
112 |
+
msgid "Refine"
|
113 |
+
msgstr "تنقيح"
|
114 |
+
|
115 |
+
#: admin/class-quick-featured-images-tools.php:522
|
116 |
+
msgid "Confirm"
|
117 |
+
msgstr "تأكيد"
|
118 |
+
|
119 |
+
#: admin/class-quick-featured-images-tools.php:523
|
120 |
+
msgid "Perform"
|
121 |
+
msgstr "نفّذ"
|
122 |
+
|
123 |
+
#: admin/class-quick-featured-images-tools.php:527
|
124 |
+
msgid "Set the selected image as new featured image"
|
125 |
+
msgstr "استخدم الصورة المحددة كصورة بارزة جديدة"
|
126 |
+
|
127 |
+
#: admin/class-quick-featured-images-tools.php:528
|
128 |
+
msgid "Replace featured images by the selected image"
|
129 |
+
msgstr "استبدل الصور البارزة بالصورة المحددة"
|
130 |
+
|
131 |
+
#: admin/class-quick-featured-images-tools.php:529
|
132 |
+
msgid "Remove the selected image as featured image"
|
133 |
+
msgstr "أزل الصورة المحددة كصورة بارزة"
|
134 |
+
|
135 |
+
#: admin/class-quick-featured-images-tools.php:532
|
136 |
+
msgid "Remove any image as featured image"
|
137 |
+
msgstr "أزل أي صورة كصورة بارزة"
|
138 |
+
|
139 |
+
#: admin/class-quick-featured-images-tools.php:535
|
140 |
+
msgid "Set multiple images randomly as featured images"
|
141 |
+
msgstr "استخدم صور متعددة عشوائياً كصور بارزة"
|
142 |
+
|
143 |
+
#: admin/class-quick-featured-images-tools.php:539
|
144 |
+
msgid "Overwrite featured images"
|
145 |
+
msgstr "استبدل الصور البارزة"
|
146 |
+
|
147 |
+
#: admin/class-quick-featured-images-tools.php:540
|
148 |
+
msgid "Consider only posts without any featured image"
|
149 |
+
msgstr "فقط المقالات التي بدون صور بارزة"
|
150 |
+
|
151 |
+
#: admin/class-quick-featured-images-tools.php:544
|
152 |
+
msgid "Post Type Filter"
|
153 |
+
msgstr "فلتر نوع المقالة"
|
154 |
+
|
155 |
+
#: admin/class-quick-featured-images-tools.php:545
|
156 |
+
msgid "Category Filter"
|
157 |
+
msgstr "فلتر التصنيف"
|
158 |
+
|
159 |
+
#: admin/class-quick-featured-images-tools.php:546
|
160 |
+
msgid "Tag Filter"
|
161 |
+
msgstr "فلتر الوسوم"
|
162 |
+
|
163 |
+
#: admin/class-quick-featured-images-tools.php:575
|
164 |
+
msgid "Image width in pixels lower than"
|
165 |
+
msgstr "عرض الصورة بالبكسل أقل من"
|
166 |
+
|
167 |
+
#: admin/class-quick-featured-images-tools.php:576
|
168 |
+
msgid "Image height in pixels lower than"
|
169 |
+
msgstr "ارتفاع الصورة بالبكسل أقل من"
|
170 |
+
|
171 |
+
#: admin/class-quick-featured-images-tools.php:651
|
172 |
+
#, php-format
|
173 |
+
msgid "The input field %s is empty."
|
174 |
+
msgstr "حقل الإدخال %s فارغ"
|
175 |
+
|
176 |
+
#: admin/class-quick-featured-images-tools.php:652
|
177 |
+
msgid "Type in a value into the input field."
|
178 |
+
msgstr "اكتب قيمة في حقل الإدخال"
|
179 |
+
|
180 |
+
#: admin/class-quick-featured-images-tools.php:655
|
181 |
+
#, php-format
|
182 |
+
msgid "%s is not defined."
|
183 |
+
msgstr "%s غير معرّف"
|
184 |
+
|
185 |
+
#: admin/class-quick-featured-images-tools.php:656
|
186 |
+
msgid "Check how to define the value."
|
187 |
+
msgstr "تحقق من كيفية تحديد القيمة."
|
188 |
+
|
189 |
+
#: admin/class-quick-featured-images-tools.php:659
|
190 |
+
msgid "There is no selected image."
|
191 |
+
msgstr "لا يوجد صورة محددة."
|
192 |
+
|
193 |
+
#: admin/class-quick-featured-images-tools.php:660
|
194 |
+
msgid "Select an image from the media library."
|
195 |
+
msgstr "حدد صورة من مكتبة الوسائط."
|
196 |
+
|
197 |
+
#: admin/class-quick-featured-images-tools.php:663
|
198 |
+
#: admin/views/section_image.php:51
|
199 |
+
msgid "You have not selected an action."
|
200 |
+
msgstr "لم تقم بتحديد إجراء."
|
201 |
+
|
202 |
+
#: admin/class-quick-featured-images-tools.php:664
|
203 |
+
msgid "Start again and select which action you want to apply."
|
204 |
+
msgstr "ابدأ مرة أخرى وحدد أي إجراء تريد تنفيذه."
|
205 |
+
|
206 |
+
#: admin/class-quick-featured-images-tools.php:667
|
207 |
+
#, php-format
|
208 |
+
msgid "The input field %s has an invalid value."
|
209 |
+
msgstr "حقل الإدخال %s به قيمة خاطئة."
|
210 |
+
|
211 |
+
#: admin/class-quick-featured-images-tools.php:668
|
212 |
+
msgid "Type in valid values in the input field."
|
213 |
+
msgstr "أدخل قيم صالحة في حقل الإدخال."
|
214 |
+
|
215 |
+
#: admin/class-quick-featured-images-tools.php:672
|
216 |
+
msgid "Type in values stored by WordPress."
|
217 |
+
msgstr "أدخل قيم مخزنة بواسطة ووردبريس."
|
218 |
+
|
219 |
+
#: admin/class-quick-featured-images-tools.php:1778
|
220 |
+
msgid "Set, replace, remove"
|
221 |
+
msgstr "حدد، استبدل، احذف"
|
222 |
+
|
223 |
+
#: admin/class-quick-featured-images-tools.php:1789
|
224 |
+
msgid "Bulk set, replace and remove featured images for existing posts"
|
225 |
+
msgstr "لمجموعة دفعة واحدة، حدد واستبدل واحذف الصور البارزة لمقالات موجودة"
|
226 |
+
|
227 |
+
#: admin/class-quick-featured-images-tools.php:1901
|
228 |
+
msgid "Bulk set as featured image"
|
229 |
+
msgstr "حدد كصورة بارزة لمجموعة دفعة واحدة"
|
230 |
+
|
231 |
+
#: admin/views/filter_category.php:3
|
232 |
+
msgid "Select a category"
|
233 |
+
msgstr "اختر تصنيف"
|
234 |
+
|
235 |
+
#: admin/views/filter_post_types.php:2
|
236 |
+
msgid "Select post types"
|
237 |
+
msgstr "حدد نوع المقالة"
|
238 |
+
|
239 |
+
#: admin/views/filter_post_types.php:2
|
240 |
+
msgid "You can select posts and pages."
|
241 |
+
msgstr "بإمكانك تحديد المقالات والصفحات."
|
242 |
+
|
243 |
+
#: admin/views/filter_tag.php:7
|
244 |
+
msgid "Select a tag"
|
245 |
+
msgstr "اختر وسم"
|
246 |
+
|
247 |
+
#: admin/views/filter_tag.php:20
|
248 |
+
msgid "There are no tags in use."
|
249 |
+
msgstr "لا يوجد وسوم مستخدمة."
|
250 |
+
|
251 |
+
#: admin/views/form_back_to_selection.php:2
|
252 |
+
msgid "Select filters and options again"
|
253 |
+
msgstr "حدد فلاتر وخيارات مرة أخرى"
|
254 |
+
|
255 |
+
#: admin/views/form_back_to_selection.php:3
|
256 |
+
msgid ""
|
257 |
+
"If you want to change your former selection just go back by clicking on this "
|
258 |
+
"button."
|
259 |
+
msgstr "إذا أردت تغيير اختيارك السابق فقط ارجع للخلف بالضغط على هذا الزرّ."
|
260 |
+
|
261 |
+
#: admin/views/form_back_to_selection.php:42
|
262 |
+
msgid "Modify selection"
|
263 |
+
msgstr "تعديل الاختيار"
|
264 |
+
|
265 |
+
#: admin/views/form_confirm.php:4
|
266 |
+
msgid "Should the selected image be set as featured image to all listed posts?"
|
267 |
+
msgstr "هل يجب أن تستخدم الصورة المحددة كصورة بارزة لكل المقالات المدرجة؟"
|
268 |
+
|
269 |
+
#: admin/views/form_confirm.php:7
|
270 |
+
msgid ""
|
271 |
+
"Should the selected images be set randomly as featured images to all listed "
|
272 |
+
"posts?"
|
273 |
+
msgstr ""
|
274 |
+
"هل يجب أن تستخدم الصور المحددة عشوائياً كصور بارزة لكل المقالات المدرجة؟"
|
275 |
+
|
276 |
+
#: admin/views/form_confirm.php:10
|
277 |
+
msgid ""
|
278 |
+
"Should the current set featured image be replaced by the selected image at "
|
279 |
+
"all listed posts?"
|
280 |
+
msgstr ""
|
281 |
+
"هل يجب استبدال الصورة البارزة الحالية بالصورة المحددة لكل المقالات المدرجة؟"
|
282 |
+
|
283 |
+
#: admin/views/form_confirm.php:13
|
284 |
+
msgid "Should the selected image be removed from all listed posts?"
|
285 |
+
msgstr "هل يجب إزالة الصورة المحددة من كل المقالات المدرجة؟"
|
286 |
+
|
287 |
+
#: admin/views/form_confirm.php:16
|
288 |
+
msgid "Should the future images be set as featured images at all listed posts?"
|
289 |
+
msgstr "هل يجب استخدام الصور المستقبلية كصور بارزة لكل المقالات المدرجة؟"
|
290 |
+
|
291 |
+
#: admin/views/form_confirm.php:19
|
292 |
+
msgid "Should the added featured images be removed from all listed posts?"
|
293 |
+
msgstr "هل يجب إزالة الصور البارزة المضافة من كل المقالات المدرجة؟"
|
294 |
+
|
295 |
+
#: admin/views/form_confirm.php:24
|
296 |
+
msgid "Preview of your selection"
|
297 |
+
msgstr "معاينة على اختيارك"
|
298 |
+
|
299 |
+
#: admin/views/form_confirm.php:25
|
300 |
+
#, php-format
|
301 |
+
msgid "%d matches found"
|
302 |
+
msgstr "%d نتيجة مطابقة وجدت"
|
303 |
+
|
304 |
+
#: admin/views/form_confirm.php:29 admin/views/section_results.php:5
|
305 |
+
msgid "Details"
|
306 |
+
msgstr "تفاصيل"
|
307 |
+
|
308 |
+
#: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
|
309 |
+
#: admin/views/section_results.php:7
|
310 |
+
msgid "No."
|
311 |
+
msgstr "لا."
|
312 |
+
|
313 |
+
#: admin/views/form_confirm.php:31 admin/views/section_results.php:6
|
314 |
+
msgid "Current Featured Image"
|
315 |
+
msgstr "الصورة البارزة الحالية"
|
316 |
+
|
317 |
+
#: admin/views/form_confirm.php:32
|
318 |
+
msgid "Future Featured Image"
|
319 |
+
msgstr "الصورة البارزة المستقبلية"
|
320 |
+
|
321 |
+
#: admin/views/form_confirm.php:33
|
322 |
+
msgid "written on"
|
323 |
+
msgstr "كتبت على"
|
324 |
+
|
325 |
+
#: admin/views/form_confirm.php:34
|
326 |
+
msgid "by"
|
327 |
+
msgstr "بواسطة"
|
328 |
+
|
329 |
+
#: admin/views/form_confirm.php:48 admin/views/section_results.php:16
|
330 |
+
msgid ""
|
331 |
+
"The list is in alphabetical order according to post title. You can edit a "
|
332 |
+
"post in a new window by clicking on its link in the list."
|
333 |
+
msgstr ""
|
334 |
+
"القائمة مرتبة أبجدياً وفقاً لعنوان المقالة. بإمكانك تعديل مقالة في نافذة جديدة "
|
335 |
+
"بالضغط على رابطها في القائمة."
|
336 |
+
|
337 |
+
#: admin/views/form_confirm.php:111
|
338 |
+
msgid "Confirm the change"
|
339 |
+
msgstr "تأكيد التغيير"
|
340 |
+
|
341 |
+
#: admin/views/form_confirm.php:112
|
342 |
+
msgid "You can not undo the operation!"
|
343 |
+
msgstr "لا يمكنك التراجع عن الإجراء !"
|
344 |
+
|
345 |
+
#: admin/views/form_confirm.php:173 admin/views/form_select.php:47
|
346 |
+
#: admin/views/section_errormsg.php:8 admin/views/section_results.php:74
|
347 |
+
msgid "Start again"
|
348 |
+
msgstr "ابدأ مرة أخرى"
|
349 |
+
|
350 |
+
#: admin/views/form_confirm.php:173
|
351 |
+
msgid "or refine your selection with the following form fields."
|
352 |
+
msgstr "أو قم بتنقيح اختيارك بواسطة حقول النموذج التالي."
|
353 |
+
|
354 |
+
#: admin/views/form_refine.php:1
|
355 |
+
msgid "Refine your selection"
|
356 |
+
msgstr "تنقيح اختيارك"
|
357 |
+
|
358 |
+
#: admin/views/form_refine.php:8
|
359 |
+
msgid "Refine filters"
|
360 |
+
msgstr "تنقيح الفلاتر"
|
361 |
+
|
362 |
+
#: admin/views/form_refine.php:9
|
363 |
+
msgid ""
|
364 |
+
"Now you can find posts and pages by matching parameters. Refine them here."
|
365 |
+
msgstr ""
|
366 |
+
"الآن بإمكانك العثور على المقالات والصفحات بمطابقة المعايير. قم بالتنقيح هنا."
|
367 |
+
|
368 |
+
#: admin/views/form_refine.php:10
|
369 |
+
msgid "Whatever you do: You can confirm your choice on the next page."
|
370 |
+
msgstr "مهما فعلت: بإمكانك تأكيد اختيارك في الصفحة التالية."
|
371 |
+
|
372 |
+
#: admin/views/form_refine.php:18
|
373 |
+
#, php-format
|
374 |
+
msgid "File %s is not available."
|
375 |
+
msgstr "الملف %s غير موجود."
|
376 |
+
|
377 |
+
#: admin/views/form_refine.php:48 admin/views/form_select.php:40
|
378 |
+
msgid "Preview filtering"
|
379 |
+
msgstr "معاينة الفلترة"
|
380 |
+
|
381 |
+
#: admin/views/form_refine.php:54
|
382 |
+
msgid ""
|
383 |
+
"There are no selected filters. Modify your filter selection or just go on by "
|
384 |
+
"clicking on the next button."
|
385 |
+
msgstr ""
|
386 |
+
"لا يوجد فلاتر محددة. قم بتعديل اختيارك للفلاتر أو أكمل بالضغط على زرّ التالي."
|
387 |
+
|
388 |
+
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
389 |
+
#: admin/views/section_defaults.php:193
|
390 |
+
msgid "Notice"
|
391 |
+
msgstr "لاحظ"
|
392 |
+
|
393 |
+
#: admin/views/form_select.php:13
|
394 |
+
msgid ""
|
395 |
+
"You did not have selected an image from the list below. To go on select at "
|
396 |
+
"least one image you want to replace by the selected image."
|
397 |
+
msgstr ""
|
398 |
+
"لم تقم باتخيار صورة من القائمة بالأسفل. لكي تكمل اختر صورة واحدة على الأقل "
|
399 |
+
"تريد استبدالها بالصورة المحددة."
|
400 |
+
|
401 |
+
#: admin/views/form_select.php:18
|
402 |
+
msgid "Select the featured images you want to replace by the selected image."
|
403 |
+
msgstr "قم باختيار الصور البارزة التي تريد استبدالها بالصورة المحددة."
|
404 |
+
|
405 |
+
#: admin/views/form_select.php:19
|
406 |
+
msgid "You can select multiple images. Select at least one image."
|
407 |
+
msgstr "بإمكانك اختيار عدة صور. اختر على الأقل صورة واحدة."
|
408 |
+
|
409 |
+
#: admin/views/form_select.php:46
|
410 |
+
msgid "There are no featured images in use."
|
411 |
+
msgstr "لا يوجد صور بارزة مستخدمة."
|
412 |
+
|
413 |
+
#: admin/views/form_select.php:55
|
414 |
+
msgid "Refine your selections"
|
415 |
+
msgstr "قم بتنقيح اختيارك"
|
416 |
+
|
417 |
+
#: admin/views/form_select.php:56 admin/views/form_select.php:66
|
418 |
+
msgid "You can control the process with the following options."
|
419 |
+
msgstr "بإمكانك التحكم بالعملية بواسطة الخيارات التالية."
|
420 |
+
|
421 |
+
#: admin/views/form_select.php:63
|
422 |
+
msgid "Optional: Select options"
|
423 |
+
msgstr "اختياري: حدد خيار"
|
424 |
+
|
425 |
+
#: admin/views/form_select.php:65
|
426 |
+
msgid "Process Options"
|
427 |
+
msgstr "خيارات العملية"
|
428 |
+
|
429 |
+
#: admin/views/form_select.php:71
|
430 |
+
msgid "Overwrite existing featured images with new ones"
|
431 |
+
msgstr "استبدل الصور البارزة الجديدة مكان الحالية."
|
432 |
+
|
433 |
+
#: admin/views/form_select.php:81
|
434 |
+
msgid ""
|
435 |
+
"Posts with featured images will be ignored, even if the Overwrite option is "
|
436 |
+
"checked "
|
437 |
+
msgstr ""
|
438 |
+
"المقالات التي لها صور بارزة سيتم تجاهلها، حتى لو كان خيار الاستبدال مفعّل."
|
439 |
+
|
440 |
+
#: admin/views/form_select.php:90
|
441 |
+
msgid "There are two more options in the premium version for random images:"
|
442 |
+
msgstr "يوجد هناك خيارين إضافيين للصور العشوائية في النسخة المدفوعة:"
|
443 |
+
|
444 |
+
#: admin/views/form_select.php:92
|
445 |
+
msgid "Use each selected image only once"
|
446 |
+
msgstr "استخدم كل صورة مستخدمة لمرة واحدة"
|
447 |
+
|
448 |
+
#: admin/views/form_select.php:93
|
449 |
+
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:109
|
454 |
+
#: admin/views/section_defaults.php:446 admin/views/section_footer.php:59
|
455 |
+
#: admin/views/section_overview.php:91
|
456 |
+
msgid "Get the premium version"
|
457 |
+
msgstr "أحصل على النسخة المدفوعة"
|
458 |
+
|
459 |
+
#: admin/views/form_select.php:95 admin/views/form_select.php:133
|
460 |
+
#: admin/views/form_select.php:155 admin/views/form_start.php:109
|
461 |
+
#: admin/views/section_defaults.php:446 admin/views/section_footer.php:59
|
462 |
+
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
463 |
+
msgid "/"
|
464 |
+
msgstr "\\"
|
465 |
+
|
466 |
+
#: admin/views/form_select.php:104
|
467 |
+
msgid "Optional: Add a filter"
|
468 |
+
msgstr "اختياري: إضافة فلتر"
|
469 |
+
|
470 |
+
#: admin/views/form_select.php:106
|
471 |
+
msgid "Select filters"
|
472 |
+
msgstr "اختر الفلاتر"
|
473 |
+
|
474 |
+
#: admin/views/form_select.php:107
|
475 |
+
msgid ""
|
476 |
+
"If you want select one of the following filters to narrow down the set of "
|
477 |
+
"concerned posts and pages."
|
478 |
+
msgstr ""
|
479 |
+
"إذا أردت قم باختيار واحد من الفلاتر التالية لتقليص المقالات والصفحات المعنيّة."
|
480 |
+
|
481 |
+
#: admin/views/form_select.php:108
|
482 |
+
msgid ""
|
483 |
+
"You can select multiple filters. They will return an intersection of their "
|
484 |
+
"results."
|
485 |
+
msgstr "بإمكانك اختيار فلاتر متعددة. ستقوم بإرجاع نتائج أكثر تحديداً."
|
486 |
+
|
487 |
+
#: admin/views/form_select.php:113
|
488 |
+
msgid "Search by post type. By default all posts and pages will be affected."
|
489 |
+
msgstr "البحث بواسطة نوع المقالة. افتراضياً جميع المقالات والصفحات ستتأثر."
|
490 |
+
|
491 |
+
#: admin/views/form_select.php:116
|
492 |
+
msgid "Search posts by category"
|
493 |
+
msgstr "البحث في المقالات بواسطة التصنيف"
|
494 |
+
|
495 |
+
#: admin/views/form_select.php:119
|
496 |
+
msgid "Search posts by tag"
|
497 |
+
msgstr "البحث في المقالات بواسطة الوسم"
|
498 |
+
|
499 |
+
#: admin/views/form_select.php:133 admin/views/section_overview.php:91
|
500 |
+
msgid "Are you looking for more options and more filters?"
|
501 |
+
msgstr "هل تبحث عن المزيد من الخيارات والفلاتر؟"
|
502 |
+
|
503 |
+
#: admin/views/form_select.php:134
|
504 |
+
msgid ""
|
505 |
+
"On the next page you can refine the filters. If you did not select any "
|
506 |
+
"filter you will go to the preview list directly."
|
507 |
+
msgstr ""
|
508 |
+
"في الصفحة التالية بإمكان تنقيح الفلاتر. إذا لم تحدد أي فلتر ستذهب إلى قائمة "
|
509 |
+
"المعاينة مباشرة."
|
510 |
+
|
511 |
+
#: admin/views/form_select.php:152
|
512 |
+
msgid "If you encounter a white, blank page, read this"
|
513 |
+
msgstr "إذا واجهت صفحة بيضاء أو فارغة، اقرأ هذا"
|
514 |
+
|
515 |
+
#: admin/views/form_select.php:153
|
516 |
+
msgid ""
|
517 |
+
"Facing a white blank page while trying to treat thousands of posts is the "
|
518 |
+
"effect of limited memory capacities on the website server. Instead of "
|
519 |
+
"treating a huge amount of posts in one single go try to treat small amounts "
|
520 |
+
"of posts multiple times successively. To achieve that do:"
|
521 |
+
msgstr ""
|
522 |
+
"ظهور صفحة بيضاء فارغة خلال معالجة آلاف المقالات هو تأثير ناتج عن مساحة "
|
523 |
+
"الذاكرة المحدودة لخادم الموقع. بدلاً من معالجة كمية ضخمة من المقالات دفعة "
|
524 |
+
"واحدة حاول معالجة كميات قليلة من المقالات لمرات متعددة بنجاح. لتحقيق ذلك "
|
525 |
+
"افعل التالي:"
|
526 |
+
|
527 |
+
#: admin/views/form_select.php:156
|
528 |
+
msgid "add the time filter,"
|
529 |
+
msgstr "أضف فلتر للوقت،"
|
530 |
+
|
531 |
+
#: admin/views/form_select.php:157
|
532 |
+
msgid "set a small time range,"
|
533 |
+
msgstr "حدد فترة زمنية صغيرة،"
|
534 |
+
|
535 |
+
#: admin/views/form_select.php:158
|
536 |
+
msgid "do the process"
|
537 |
+
msgstr "قم بالعملية"
|
538 |
+
|
539 |
+
#: admin/views/form_select.php:159
|
540 |
+
msgid "and repeat it with the next time range as often as needed."
|
541 |
+
msgstr "وكررها حسب الحاجة مع الفترات الزمنية التالية."
|
542 |
+
|
543 |
+
#: admin/views/form_select.php:161
|
544 |
+
msgid ""
|
545 |
+
"This way is not as fast as one single run, but still much faster than "
|
546 |
+
"setting the images for each post manually."
|
547 |
+
msgstr ""
|
548 |
+
"هذه الطريقة ليست سريعة كما لو قمت بها دفعة واحدة، لكنها أسرع من إعداد الصور "
|
549 |
+
"يدوياً لكل مقالة."
|
550 |
+
|
551 |
+
#: admin/views/form_start.php:6 admin/views/section_defaults.php:195
|
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 "
|
555 |
+
"featured images."
|
556 |
+
msgstr ""
|
557 |
+
"قالب الموقع الحالي لا يدعم الصور البارزة. على كل حال بإمكانك استخدام هذه "
|
558 |
+
"الإضافة. التأثيرات ستخزّن وستكون ظاهرة عند استخدام قالب يدعم الصور البارزة."
|
559 |
+
|
560 |
+
#: admin/views/form_start.php:12
|
561 |
+
msgid "What do you want to do?"
|
562 |
+
msgstr "ماذا تريد أن تفعل؟"
|
563 |
+
|
564 |
+
#: admin/views/form_start.php:14
|
565 |
+
msgid ""
|
566 |
+
"Here you can add, replace and delete featured images to your posts. Select "
|
567 |
+
"one of the following actions and, if necessary, one or more images."
|
568 |
+
msgstr ""
|
569 |
+
"هنا يمكن أن تضيف أو تستبدل أو تحذف الصور البارزة لمقالاتك. حدد واحد من "
|
570 |
+
"الإجراءات التالية، وإذا لزم الأمر حدد صورة أو أكثر."
|
571 |
+
|
572 |
+
#: admin/views/form_start.php:15
|
573 |
+
msgid "Whatever you select: You can refine your choice on the next page."
|
574 |
+
msgstr "مهما اخترت: يمكنك تنقيح اختيارك في الصفحة التالية."
|
575 |
+
|
576 |
+
#: admin/views/form_start.php:17
|
577 |
+
msgid "Important advice"
|
578 |
+
msgstr "نصيحة مهمة"
|
579 |
+
|
580 |
+
#: admin/views/form_start.php:18
|
581 |
+
msgid ""
|
582 |
+
"There is no undo function! It is strongly recommended that you make a backup "
|
583 |
+
"of the WordPress database before you perform mass changes."
|
584 |
+
msgstr ""
|
585 |
+
"لا يوجد خيار للتراجع! ينصح بشدّة أن تقوم بأخذ نسخة احتياطية من قاعدة البيانات "
|
586 |
+
"ووردبريس قبل أن تنفّذ تغييرات واسعة."
|
587 |
+
|
588 |
+
#: admin/views/form_start.php:20
|
589 |
+
msgid "Select action"
|
590 |
+
msgstr "حدد إجراء"
|
591 |
+
|
592 |
+
#: admin/views/form_start.php:21
|
593 |
+
msgid "Actions with a single image"
|
594 |
+
msgstr "الإجراءات مع صورة واحدة"
|
595 |
+
|
596 |
+
#: admin/views/form_start.php:22
|
597 |
+
msgid "These actions require to select an image with the following button."
|
598 |
+
msgstr "هذه الإجراءات تتطلب تحديد صورة بواسطة الزرّ التالي."
|
599 |
+
|
600 |
+
#: admin/views/form_start.php:35
|
601 |
+
msgid ""
|
602 |
+
"Select the image you want to add to, replace or delete from posts and pages "
|
603 |
+
"by clicking on the following button."
|
604 |
+
msgstr ""
|
605 |
+
"حدد الصورة التي تريد إضافتها أو استبدالها أو حذفها من المقالات والصفحات "
|
606 |
+
"بواسطة الضغط على الزرّ التالي."
|
607 |
+
|
608 |
+
#: admin/views/form_start.php:56
|
609 |
+
msgid "Choose Image"
|
610 |
+
msgstr "اختر صورة"
|
611 |
+
|
612 |
+
#: admin/views/form_start.php:60
|
613 |
+
msgid "If the button does not work, read this:"
|
614 |
+
msgstr "إذا لم يعمل الزرّ اقرأ هذا:"
|
615 |
+
|
616 |
+
#: admin/views/form_start.php:61
|
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:"
|
620 |
+
msgstr ""
|
621 |
+
"بعض المستخدمين أبلغوا أن الزرّ لا يعمل في بعض تثبيتات ووردبريس. إذا كان هذا "
|
622 |
+
"ما حدث بإمكانك أخذ طريقة أخرى:"
|
623 |
+
|
624 |
+
#: admin/views/form_start.php:62
|
625 |
+
msgid ""
|
626 |
+
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
627 |
+
"Further links are appearing, among them the link "Bulk set as featured "
|
628 |
+
"image". 3. After a click on it you can move on in this plugin."
|
629 |
+
msgstr ""
|
630 |
+
"1. اذهب إلى مكتبة الوسائط. 2. انقل الماوس فوق الصورة التي ترغب بها. المزيد "
|
631 |
+
"من الروابط ستظهر، بينهم الرابط "حدد كصورة بارزة لمجموعة دفعة "
|
632 |
+
"واحدة". 3. بعد الضغط عليه بإمكانك الإكمال في هذه الإضافة."
|
633 |
+
|
634 |
+
#: admin/views/form_start.php:66
|
635 |
+
msgid "Actions with multiple images"
|
636 |
+
msgstr "إجراءات مع صور متعددة"
|
637 |
+
|
638 |
+
#: admin/views/form_start.php:67
|
639 |
+
msgid ""
|
640 |
+
"These actions require at least one selected image with the following button."
|
641 |
+
msgstr "هذه الإجراءات تتطلب تحديد صورة واحدة على الأقل بواسطة الزرّ التالي."
|
642 |
+
|
643 |
+
#: admin/views/form_start.php:79
|
644 |
+
msgid ""
|
645 |
+
"To select multiple images click on the button and use the CTRL key while "
|
646 |
+
"clicking on the images."
|
647 |
+
msgstr ""
|
648 |
+
"لاختيار صور متعددة اضغط على الزرّ واستخدم من الكيبورد زرّ CTRL خلال الضغط على "
|
649 |
+
"الصور لتحديدها."
|
650 |
+
|
651 |
+
#: admin/views/form_start.php:81
|
652 |
+
msgid "Choose Images"
|
653 |
+
msgstr "اختر الصور"
|
654 |
+
|
655 |
+
#: admin/views/form_start.php:97
|
656 |
+
msgid "Actions without any selected image"
|
657 |
+
msgstr "إجراءات بدون تحديد أي صورة"
|
658 |
+
|
659 |
+
#: admin/views/form_start.php:98
|
660 |
+
msgid "These actions do not require a selected image."
|
661 |
+
msgstr "هذه الإجراءات لا تتطلب تحديد صورة"
|
662 |
+
|
663 |
+
#: admin/views/form_start.php:109
|
664 |
+
msgid "Do you want to assign the first image of each post?"
|
665 |
+
msgstr "هل تريد استخدام أول صورة من كل مقالة؟"
|
666 |
+
|
667 |
+
#: admin/views/section_defaults.php:16
|
668 |
+
msgid "matches"
|
669 |
+
msgstr "يطابق"
|
670 |
+
|
671 |
+
#: admin/views/section_defaults.php:184
|
672 |
+
msgid "Default featured images for future posts"
|
673 |
+
msgstr "صور بارزة افتراضية للمقالات المستقبلية"
|
674 |
+
|
675 |
+
#: admin/views/section_defaults.php:186
|
676 |
+
msgid ""
|
677 |
+
"Define the rules to use images as default featured images automatically "
|
678 |
+
"every time a post is saved."
|
679 |
+
msgstr ""
|
680 |
+
"حدد قاعدة لاستخدام الصور كصور افتراضية بارزة آلياً في كل مرّة يتم حفظ مقالة."
|
681 |
+
|
682 |
+
#: admin/views/section_defaults.php:187
|
683 |
+
msgid ""
|
684 |
+
"To use a rule choose the image and set both the taxonomy and the value. A "
|
685 |
+
"rule which is defined only partially will be ignored."
|
686 |
+
msgstr ""
|
687 |
+
"لاستخدام قاعدة اختر الصورة وحدد الفئة والقيمة. القاعدة التي تعرّف جزئياً سيتم "
|
688 |
+
"تجاهلها."
|
689 |
+
|
690 |
+
#: admin/views/section_defaults.php:203
|
691 |
+
msgid "Are you sure to remove this rule?"
|
692 |
+
msgstr "هل أنت متأكد من إزالة القاعدة؟"
|
693 |
+
|
694 |
+
#: admin/views/section_defaults.php:217
|
695 |
+
msgid "An image overwrites an existing image"
|
696 |
+
msgstr "صورة تستبدل مكان صورة موجودة"
|
697 |
+
|
698 |
+
#: admin/views/section_defaults.php:224
|
699 |
+
msgid ""
|
700 |
+
"Activate to automatically overwrite an existing featured image while saving "
|
701 |
+
"a post"
|
702 |
+
msgstr "تفعيل الخيار لاستبدال الصورة البارزة الحالية آلياً خلال حفظ المقالة."
|
703 |
+
|
704 |
+
#: admin/views/section_defaults.php:227
|
705 |
+
msgid ""
|
706 |
+
"If activated the rule is used automatically while saving a post to overwrite "
|
707 |
+
"an existing featured image with the new one based on the following rules. Do "
|
708 |
+
"not use this if you want to keep manually set featured images."
|
709 |
+
msgstr ""
|
710 |
+
"إذا تم التفعيل، القاعدة ستستخدم آلياً خلال حفظ المقالة لاستبدال الصورة "
|
711 |
+
"البارزة الحالية بواحدة جديدة بناءً على القواعد التالية. لا تستخدم هذا الإجراء "
|
712 |
+
"إذا أردت إبقاء الصور البارزة التي تمّ اختيارها يدوياً."
|
713 |
+
|
714 |
+
#: admin/views/section_defaults.php:235
|
715 |
+
msgid "Text with images in WordPress editor"
|
716 |
+
msgstr "النص مع الصور في محرر ووردبريس"
|
717 |
+
|
718 |
+
#: admin/views/section_defaults.php:242
|
719 |
+
msgid ""
|
720 |
+
"Activate to automatically use the first content image if available in the "
|
721 |
+
"media library as featured image while saving a post"
|
722 |
+
msgstr ""
|
723 |
+
"تفعيل هذا الخيار لاستخدام الصورة الأولى في المحتوى كصورة بارزة آلياً إذا كانت "
|
724 |
+
"موجودة في مكتبة الوسائط خلال حفظ المقالة."
|
725 |
+
|
726 |
+
#: admin/views/section_defaults.php:243
|
727 |
+
msgid ""
|
728 |
+
"If activated the rule is used automatically while saving a post to set the "
|
729 |
+
"first content image - if available in the media library - as the featured "
|
730 |
+
"image of the post. If the post has no content images the next rules will be "
|
731 |
+
"applied."
|
732 |
+
msgstr ""
|
733 |
+
"إذا تمّ تفعيل الخيار ستستخدم القاعدة آلياً خلال حفظ المقالة لاختيار الصورة "
|
734 |
+
"الأولى في المحتوى - إذا كانت موجودة في مكتبة الوسائط - كصورة بارزة للمقالة. "
|
735 |
+
"إذا لم يكن هناك صور في المقالة سيتم تطبيق القاعدة التالية."
|
736 |
+
|
737 |
+
#: admin/views/section_defaults.php:435
|
738 |
+
msgid "Add rule"
|
739 |
+
msgstr "إضافة قاعدة"
|
740 |
+
|
741 |
+
#: admin/views/section_defaults.php:441
|
742 |
+
msgid "Additional rules in the premium version"
|
743 |
+
msgstr "هناك قواعد إضافية في النسخة المدفوعة"
|
744 |
+
|
745 |
+
#: admin/views/section_defaults.php:443
|
746 |
+
msgid "Search string in post title"
|
747 |
+
msgstr "ابحث عن نص في عنوان المقالة"
|
748 |
+
|
749 |
+
#: admin/views/section_defaults.php:448
|
750 |
+
msgid "How the rules work"
|
751 |
+
msgstr "كيف تعمل القواعد"
|
752 |
+
|
753 |
+
#: admin/views/section_defaults.php:449
|
754 |
+
msgid ""
|
755 |
+
"Every time you save a post the post get the featured image if one of the "
|
756 |
+
"following rules match a property of the post. You can also set rules for "
|
757 |
+
"pages and all other current post types which support featured images."
|
758 |
+
msgstr ""
|
759 |
+
"في كل مرة تقوم بحفظ مقالة، ستأخذ المقالة صورة بارزة إذا كانت واحدة من "
|
760 |
+
"القواعد التالية تطابق خصائص المقالة. بإمكانك أيضاً تحديد قواعد للصفحات وكل "
|
761 |
+
"أنواع المقالات التي تدعم الصور البارزة."
|
762 |
+
|
763 |
+
#: admin/views/section_defaults.php:450
|
764 |
+
msgid ""
|
765 |
+
"Regardless of the order in the list the rules are applied in the following "
|
766 |
+
"order until a rule and a property of the post fit together:"
|
767 |
+
msgstr ""
|
768 |
+
"بغض النظر عن الترتيب في القائمة، يتمّ تطبيق القواعد وفقاً للترتيب التالي إلى "
|
769 |
+
"أن تتوافق قاعدة مع خاصية من خصائص المقالة معاً:"
|
770 |
+
|
771 |
+
#: admin/views/section_defaults.php:452
|
772 |
+
msgid "found first content image. If not then..."
|
773 |
+
msgstr "العثور على أول صورة في المحتوى. إذا لم يتحقق ذلك فسيتم..."
|
774 |
+
|
775 |
+
#: admin/views/section_defaults.php:453
|
776 |
+
msgid "matched custom taxonomy. If not then..."
|
777 |
+
msgstr "توافق الفئة المخصصة. إذا لم يتحقق ذلك فسيتم..."
|
778 |
+
|
779 |
+
#: admin/views/section_defaults.php:454
|
780 |
+
msgid "matched tag. If not then..."
|
781 |
+
msgstr "توافق الوسم. إذا لم يتحقق ذلك فسيتم..."
|
782 |
+
|
783 |
+
#: admin/views/section_defaults.php:455
|
784 |
+
msgid "matched category. If not then..."
|
785 |
+
msgstr "توافق التصنيف. إذا لم يتحقق ذلك فسيتم..."
|
786 |
+
|
787 |
+
#: admin/views/section_defaults.php:456
|
788 |
+
msgid "matched author. If not then..."
|
789 |
+
msgstr "توافق الكاتب. إذا لم يتحقق ذلك فسيتم..."
|
790 |
+
|
791 |
+
#: admin/views/section_defaults.php:457
|
792 |
+
msgid "matched post type. If not then..."
|
793 |
+
msgstr "توافق نوع المقالة. إذا لم يتحقق ذلك فسيتم..."
|
794 |
+
|
795 |
+
#: admin/views/section_defaults.php:458
|
796 |
+
msgid "no featured image."
|
797 |
+
msgstr "لا يوجد صورة بارزة."
|
798 |
+
|
799 |
+
#: admin/views/section_defaults.php:460
|
800 |
+
msgid ""
|
801 |
+
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
802 |
+
"the post it is unforeseeable which image will become the featured image."
|
803 |
+
msgstr ""
|
804 |
+
"خذ بعين الاعتبار أنه إذا كان اثنتين أو واحدة من القواعد بنفس الفئة يمكن أن "
|
805 |
+
"تتناسب مع المقالة فإنه من غير المتوقع أي صورة سيتم اختيارها كصورة بارزة."
|
806 |
+
|
807 |
+
#: admin/views/section_errormsg.php:1
|
808 |
+
msgid "Error"
|
809 |
+
msgstr "خطأ"
|
810 |
+
|
811 |
+
#: admin/views/section_errormsg.php:3
|
812 |
+
msgid "Reason"
|
813 |
+
msgstr "السبب"
|
814 |
+
|
815 |
+
#: admin/views/section_errormsg.php:5
|
816 |
+
msgid "Solution"
|
817 |
+
msgstr "الحلّ"
|
818 |
+
|
819 |
+
#: admin/views/section_footer.php:52
|
820 |
+
msgid "Credits and informations"
|
821 |
+
msgstr "المؤلفون والمعلومات"
|
822 |
+
|
823 |
+
#: admin/views/section_footer.php:54 admin/views/section_results.php:75
|
824 |
+
msgid "Do you like the plugin?"
|
825 |
+
msgstr "هل أعجبتك هذه الإضافة؟"
|
826 |
+
|
827 |
+
#: admin/views/section_footer.php:54 admin/views/section_results.php:76
|
828 |
+
msgid "Please rate it at wordpress.org!"
|
829 |
+
msgstr "رجاءً قم بتقييمها في wordpress.org!"
|
830 |
+
|
831 |
+
#: admin/views/section_footer.php:55
|
832 |
+
msgid ""
|
833 |
+
"The plugin is for free. But the plugin author would be delighted to your "
|
834 |
+
"small contribution."
|
835 |
+
msgstr ""
|
836 |
+
"الإضافة مجانية. لكن مبرمج الإضافة سيكون مسروراً لمساهمتك مهما كانت صغيرة."
|
837 |
+
|
838 |
+
#: admin/views/section_footer.php:55
|
839 |
+
msgid "Donation Button"
|
840 |
+
msgstr "زرّ التبرّع"
|
841 |
+
|
842 |
+
#: admin/views/section_footer.php:55
|
843 |
+
msgid "Donate with PayPal"
|
844 |
+
msgstr "التبرّع بواسطة باي بال"
|
845 |
+
|
846 |
+
#: admin/views/section_footer.php:56
|
847 |
+
msgid "Do you need support or have an idea for the plugin?"
|
848 |
+
msgstr "هل تحتاج إلى دعم أو لديك فكرة لهذه الإضافة؟"
|
849 |
+
|
850 |
+
#: admin/views/section_footer.php:56
|
851 |
+
msgid ""
|
852 |
+
"Post your questions and ideas about Quick Featured Images in the forum at "
|
853 |
+
"wordpress.org!"
|
854 |
+
msgstr ""
|
855 |
+
"ضع سؤالك وأفكارك حول الإضافة Quick Featured Images في المنتدى في wordpress."
|
856 |
+
"org!"
|
857 |
+
|
858 |
+
#: admin/views/section_footer.php:57
|
859 |
+
msgid "Special thanks for the fine frontend style of the plugin go to"
|
860 |
+
msgstr "شكر خاصّ على تصميم واجهة الإضافة لـ"
|
861 |
+
|
862 |
+
#: admin/views/section_footer.php:58
|
863 |
+
msgid ""
|
864 |
+
"Let the thumbnails appear in the widget of the most recent posts with this "
|
865 |
+
"fast plugin"
|
866 |
+
msgstr ""
|
867 |
+
"اجعل الصوّر المصغرة تظهر ودجت قائمة المواضيع الجديدة باستخدام هذه الإضافة "
|
868 |
+
"السريعة"
|
869 |
+
|
870 |
+
#: admin/views/section_footer.php:58
|
871 |
+
#, php-format
|
872 |
+
msgid "Download plugin %s at %s!"
|
873 |
+
msgstr "تحميل الإضافة %s من %s!"
|
874 |
+
|
875 |
+
#: admin/views/section_header_progress.php:15
|
876 |
+
msgid "Progress bar"
|
877 |
+
msgstr "شريط التقدّم"
|
878 |
+
|
879 |
+
#: admin/views/section_header_progress.php:17
|
880 |
+
msgid "You are here"
|
881 |
+
msgstr "أنت هنا"
|
882 |
+
|
883 |
+
#: admin/views/section_image.php:1
|
884 |
+
msgid "Your selection"
|
885 |
+
msgstr "اختيارك"
|
886 |
+
|
887 |
+
#: admin/views/section_image.php:9
|
888 |
+
msgid "Your selected thumbnail"
|
889 |
+
msgstr "المصغّر الذي اخترته"
|
890 |
+
|
891 |
+
#: admin/views/section_image.php:12
|
892 |
+
msgid "Image title"
|
893 |
+
msgstr "عنوان الصورة"
|
894 |
+
|
895 |
+
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
896 |
+
msgid "If wrong image start again"
|
897 |
+
msgstr "إذا صورة خاطئة ابدأ مرة أخرى"
|
898 |
+
|
899 |
+
#: admin/views/section_image.php:23
|
900 |
+
msgid "Your selected thumbnails"
|
901 |
+
msgstr "المصغّرات التي اخترتها"
|
902 |
+
|
903 |
+
#: admin/views/section_image.php:42
|
904 |
+
msgid "Your selected action"
|
905 |
+
msgstr "الإجراء الذي اخترته"
|
906 |
+
|
907 |
+
#: admin/views/section_image.php:55
|
908 |
+
msgid "If wrong action start again"
|
909 |
+
msgstr "إذا إجراء خاطئ ابدأ مرة أخرى"
|
910 |
+
|
911 |
+
#: admin/views/section_image.php:68
|
912 |
+
msgid "Your selected options"
|
913 |
+
msgstr "الخيارات التي اخترتها"
|
914 |
+
|
915 |
+
#: admin/views/section_image.php:84
|
916 |
+
msgid "No selected options"
|
917 |
+
msgstr "لم يتم تحديد خيارات"
|
918 |
+
|
919 |
+
#: admin/views/section_image.php:90
|
920 |
+
msgid "Your selected filters"
|
921 |
+
msgstr "الفلاتر التي حددتها"
|
922 |
+
|
923 |
+
#: admin/views/section_image.php:106
|
924 |
+
msgid "No selected filters"
|
925 |
+
msgstr "لم يتم تحديد فلاتر"
|
926 |
+
|
927 |
+
#: admin/views/section_overview.php:17
|
928 |
+
msgid "Manage featured images in a quick way"
|
929 |
+
msgstr "إدارة الصور البارزة بطريقة سريعة"
|
930 |
+
|
931 |
+
#: admin/views/section_overview.php:89
|
932 |
+
msgid "The premium version"
|
933 |
+
msgstr "النسخة المدفوعة"
|
934 |
+
|
935 |
+
#: admin/views/section_results.php:1
|
936 |
+
msgid "Results of the action"
|
937 |
+
msgstr "نتائج الإجراء"
|
938 |
+
|
939 |
+
#: admin/views/section_results.php:8
|
940 |
+
msgid "Changed successfully"
|
941 |
+
msgstr "تمّ التغيير بنجاح"
|
942 |
+
|
943 |
+
#: admin/views/section_results.php:9
|
944 |
+
msgid "Unchanged"
|
945 |
+
msgstr "لم يتمّ التغيير"
|
946 |
+
|
947 |
+
#: admin/views/section_results.php:70
|
948 |
+
msgid "No matches found."
|
949 |
+
msgstr "لم يعثر على نتائج متوافقة."
|
950 |
+
|
951 |
+
#~ msgid ""
|
952 |
+
#~ "There is a new version of %1$s available. <a target=\"_blank\" class="
|
953 |
+
#~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
|
954 |
+
#~ msgstr ""
|
955 |
+
#~ "هناك نسخة جديدة من %1$s متوفّرة. <a target=\"_blank\" class=\"thickbox\" "
|
956 |
+
#~ "href=\"%2$s\">اعرض تفاصيل النسخة %3$s</a>."
|
957 |
+
|
958 |
+
#~ msgid ""
|
959 |
+
#~ "There is a new version of %1$s available. <a target=\"_blank\" class="
|
960 |
+
#~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
|
961 |
+
#~ "\">update now</a>."
|
962 |
+
#~ msgstr ""
|
963 |
+
#~ "هناك نسخة جديدة من %1$s متوفّرة. <a target=\"_blank\" class=\"thickbox\" "
|
964 |
+
#~ "href=\"%2$s\">اعرض تفاصيل النسخة %3$s</a> أو <a href=\"%4$s\">قم بالتحديث "
|
965 |
+
#~ "الآن</a>."
|
966 |
+
|
967 |
+
#~ msgid "You do not have permission to install plugin updates"
|
968 |
+
#~ msgstr "أنت لا تمتلك الصلاحيات لتثبيت تحديثات الإضافة"
|
969 |
+
|
970 |
+
#~ msgid "The license is valid and active."
|
971 |
+
#~ msgstr "الرخصة سارية ومفعّلة."
|
972 |
+
|
973 |
+
#~ msgid "The license is expired."
|
974 |
+
#~ msgstr "الرخصة منتهية."
|
975 |
+
|
976 |
+
#~ msgid "The license key does not match."
|
977 |
+
#~ msgstr "مفتاح الرخصة غير متطابق."
|
978 |
+
|
979 |
+
#~ msgid "The license is not activated."
|
980 |
+
#~ msgstr "لم يتمّ تفعيل الرخصة."
|
981 |
+
|
982 |
+
#~ msgid "The license is disabled."
|
983 |
+
#~ msgstr "الرخصة معطّلة."
|
984 |
+
|
985 |
+
#~ msgid "The license is inactive."
|
986 |
+
#~ msgstr "الرخصة غير مفعّلة."
|
987 |
+
|
988 |
+
#~ msgid "The status of the license is unknown."
|
989 |
+
#~ msgstr "حالة الرخصة غير معروفة."
|
990 |
+
|
991 |
+
#~ msgid "License Activation"
|
992 |
+
#~ msgstr "تفعيل الرخصة"
|
993 |
+
|
994 |
+
#~ msgid "Enter the license key to get automatic upgrades of the plugin."
|
995 |
+
#~ msgstr "أدخل مفتاح الرخصة لتحصل على تحديثات آلياً للإضافة."
|
996 |
+
|
997 |
+
#~ msgid "Set the first image as featured image"
|
998 |
+
#~ msgstr "استخدم الصورة الأولى كصورة بارزة"
|
999 |
+
|
1000 |
+
#~ msgid "Take the first post image if available in the media library"
|
1001 |
+
#~ msgstr "خذ الصورة الأولى في المقالة إذا كانت موجودة في مكتبة الوسائط"
|
1002 |
+
|
1003 |
+
#~ msgid ""
|
1004 |
+
#~ "Take the first post image from current site domain, copy and add it to "
|
1005 |
+
#~ "the media library if not available there"
|
1006 |
+
#~ msgstr ""
|
1007 |
+
#~ "خذ الصورة الأولى في المقالة الموجودة على نفس نطاق الموقع الحالي، ثم "
|
1008 |
+
#~ "انسخها وأضفها لمكتبة الوسائط إذا لم تكن موجودة هناك"
|
1009 |
+
|
1010 |
+
#~ msgid ""
|
1011 |
+
#~ "Take the first external post image, download it and add it to the media "
|
1012 |
+
#~ "library"
|
1013 |
+
#~ msgstr ""
|
1014 |
+
#~ "خذ صورة المقالة الخارجية الأولى، ثم قم بتحميلها وأضفها إلى مكتبة الوسائط"
|
1015 |
+
|
1016 |
+
#~ msgid "Take the first image of a WordPress standard gallery"
|
1017 |
+
#~ msgstr "خذ أول صورة في قائمة صور ووردبريس الأساسية"
|
1018 |
+
|
1019 |
+
#~ msgid "Take the first image of a NextGen Gallery"
|
1020 |
+
#~ msgstr "خذ الصورة الأولى من قائمة صور NextGen Gallery"
|
1021 |
+
|
1022 |
+
#~ msgid "Remove first embedded image"
|
1023 |
+
#~ msgstr "أزل أول صورة مضمّنة"
|
1024 |
+
|
1025 |
+
#~ msgid "Remove excess featured images"
|
1026 |
+
#~ msgstr "أزل الصور البارزة الزائدة"
|
1027 |
+
|
1028 |
+
#~ msgid "Forced removal"
|
1029 |
+
#~ msgstr "إزالة قسرية"
|
1030 |
+
|
1031 |
+
#~ msgid "Post Format Filter"
|
1032 |
+
#~ msgstr "فلتر بنية المقالة"
|
1033 |
+
|
1034 |
+
#~ msgid "Multimedia File Filter"
|
1035 |
+
#~ msgstr "فلتر الوسائط المتعددة"
|
1036 |
+
|
1037 |
+
#~ msgid "Status Filter"
|
1038 |
+
#~ msgstr "فلتر الحالة"
|
1039 |
+
|
1040 |
+
#~ msgid "Search Filter"
|
1041 |
+
#~ msgstr "فلتر البحث"
|
1042 |
+
|
1043 |
+
#~ msgid "Time Filter"
|
1044 |
+
#~ msgstr "فلتر الوقت"
|
1045 |
+
|
1046 |
+
#~ msgid "Author Filter"
|
1047 |
+
#~ msgstr "فلتر الكاتب"
|
1048 |
+
|
1049 |
+
#~ msgid "Custom Taxonomy Filter"
|
1050 |
+
#~ msgstr "فلتر الفئات المخصّصة"
|
1051 |
+
|
1052 |
+
#~ msgid "Featured Image Size Filter"
|
1053 |
+
#~ msgstr "فلتر حجم الصورة البارزة"
|
1054 |
+
|
1055 |
+
#~ msgid "Parent Page Filter"
|
1056 |
+
#~ msgstr "فلتر الصفحة الأب"
|
1057 |
+
|
1058 |
+
#~ msgid "Audio files"
|
1059 |
+
#~ msgstr "ملفات صوت"
|
1060 |
+
|
1061 |
+
#~ msgid "Video files"
|
1062 |
+
#~ msgstr "ملفات فيديو"
|
1063 |
+
|
1064 |
+
#~ msgid "Start Date"
|
1065 |
+
#~ msgstr "تاريخ البداية"
|
1066 |
+
|
1067 |
+
#~ msgid "End Date"
|
1068 |
+
#~ msgstr "تاريخ النهاية"
|
1069 |
+
|
1070 |
+
#~ msgid "Include the posts of the selected dates"
|
1071 |
+
#~ msgstr "تضمين مقالات التواريخ المحددة"
|
1072 |
+
|
1073 |
+
#~ msgid "Custom field name"
|
1074 |
+
#~ msgstr "اسم الحقل المخصص"
|
1075 |
+
|
1076 |
+
#~ msgid "Operator to test with the value in the custom field"
|
1077 |
+
#~ msgstr "مشغل لاختبار مع القيمة في الحقل المخصص"
|
1078 |
+
|
1079 |
+
#~ msgid "Custom field value to compare with"
|
1080 |
+
#~ msgstr "قيمة الحقل المخصص للمقارنة مع"
|
1081 |
+
|
1082 |
+
#~ msgid "Custom field type"
|
1083 |
+
#~ msgstr "نوع الحقل المخصص"
|
1084 |
+
|
1085 |
+
#~ msgid "Search in post titles only"
|
1086 |
+
#~ msgstr "ابحث في عناوين المقالات فقط"
|
1087 |
+
|
1088 |
+
#~ msgid "Select an author"
|
1089 |
+
#~ msgstr "اختر كاتب"
|
1090 |
+
|
1091 |
+
#~ msgid "is equal"
|
1092 |
+
#~ msgstr "مساوي"
|
1093 |
+
|
1094 |
+
#~ msgid "is not equal"
|
1095 |
+
#~ msgstr "غير مساوي"
|
1096 |
+
|
1097 |
+
#~ msgid "is greater than"
|
1098 |
+
#~ msgstr "أكبر من"
|
1099 |
+
|
1100 |
+
#~ msgid "is lower than"
|
1101 |
+
#~ msgstr "أقلّ من"
|
1102 |
+
|
1103 |
+
#~ msgid "contains"
|
1104 |
+
#~ msgstr "يحتوي"
|
1105 |
+
|
1106 |
+
#~ msgid "Select the custom field to find the associated posts/pages."
|
1107 |
+
#~ msgstr "حدد الحقول المخصصة لإيجاد المقالات\\الصفحات المرتبطة."
|
1108 |
+
|
1109 |
+
#~ msgid ""
|
1110 |
+
#~ "Optional: Type in the value which will be compared with the value of the "
|
1111 |
+
#~ "selected custom field."
|
1112 |
+
#~ msgstr "اختياري: اكتب القيمة التي سيتم مقارنتها بقيمة الحقل المخصص."
|
1113 |
+
|
1114 |
+
#~ msgid ""
|
1115 |
+
#~ "Leave it empty if you just want to test the existence of the custom field "
|
1116 |
+
#~ "per post/page."
|
1117 |
+
#~ msgstr "اتركها فارغة إذا أردت فحص وجود الحقل المخصص لكل مقالة\\صفحة."
|
1118 |
+
|
1119 |
+
#~ msgid ""
|
1120 |
+
#~ "Optional: Change the operator of the comparison. The default is to "
|
1121 |
+
#~ "compare equality with the value you type in the 'value' field."
|
1122 |
+
#~ msgstr ""
|
1123 |
+
#~ "اختياري: غيّر عامل المقارنة. افتراضياً سيتم مقارنة مساواة القيمة التي "
|
1124 |
+
#~ "أدخلتها في حقل \"القيمة\""
|
1125 |
+
|
1126 |
+
#~ msgid "There are no custom fields in use."
|
1127 |
+
#~ msgstr "لا يوجد حقول مخصصة مستخدمة."
|
1128 |
+
|
1129 |
+
#~ msgid "Registered terms of the taxonomy <strong>%s</strong>"
|
1130 |
+
#~ msgstr "المفردات المسجلة للفئة <strong>%s</strong>"
|
1131 |
+
|
1132 |
+
#~ msgid "There are no terms of the taxonomy <strong>%s</strong>."
|
1133 |
+
#~ msgstr "لا يوجد مفردات للفئة <strong>%s</strong>."
|
1134 |
+
|
1135 |
+
#~ msgid "Strange search result with custom taxonomies?"
|
1136 |
+
#~ msgstr "نتائج بحث غريبة مع التصنيفات المخصصة؟"
|
1137 |
+
|
1138 |
+
#~ msgid ""
|
1139 |
+
#~ "The search for custom taxonomy terms could lead to surprising results. "
|
1140 |
+
#~ "The reason is custom taxonomies can be used in many different ways. It is "
|
1141 |
+
#~ "not possible to catch them all in one single code expression. If you "
|
1142 |
+
#~ "should be unsatisfied with the result try other filters to get the result "
|
1143 |
+
#~ "you want."
|
1144 |
+
#~ msgstr ""
|
1145 |
+
#~ "البحث عن مفردات فئة مخصصة ربما يقود إلى نتائج مفاجئة. السبب أن الفئات "
|
1146 |
+
#~ "المخصصة يمكن أن تستخدم بطرق متعددة. من غير الممكن إحصائها في كود واحد. "
|
1147 |
+
#~ "إذا كنت غير راضٍ عن النتائج قم بتجربة فلاتر أخرى لتحصل على النتيجة التي "
|
1148 |
+
#~ "تريدها."
|
1149 |
+
|
1150 |
+
#~ msgid "There are no custom taxonomies."
|
1151 |
+
#~ msgstr "لا يوجد تصنيفات مخصصة."
|
1152 |
+
|
1153 |
+
#~ msgid ""
|
1154 |
+
#~ "The search will find posts with an already added featured image which its "
|
1155 |
+
#~ "original image file is smaller than one of the given dimensions."
|
1156 |
+
#~ msgstr ""
|
1157 |
+
#~ "عملية البحث ستعثر على مقالات مضاف لها صور بارزة مسبقاً والتي ملف صورتها "
|
1158 |
+
#~ "أصغر من الأبعاد المحددة."
|
1159 |
+
|
1160 |
+
#~ msgid "For example you can search for posts with too small featured images."
|
1161 |
+
#~ msgstr "على سبيل المثال يمكنك أن تبحث عن مقالات بصور بارزة صغيرة للغاية."
|
1162 |
+
|
1163 |
+
#~ msgid ""
|
1164 |
+
#~ "Only positive integers from %d to %d are allowed. By default the "
|
1165 |
+
#~ "thumbnail dimensions as defined in %s are used."
|
1166 |
+
#~ msgstr ""
|
1167 |
+
#~ "فقط الأرقام الموجبة من %d إلى %d مسموح بها. افتراضياً أبعاد الصورة المصغرة "
|
1168 |
+
#~ "كما هو محدد في %s هو المستخدم."
|
1169 |
+
|
1170 |
+
#~ msgid "Select multimedia file types"
|
1171 |
+
#~ msgstr "حدد أنواع ملف الوسائط المتعددة."
|
1172 |
+
|
1173 |
+
#~ msgid ""
|
1174 |
+
#~ "You can select two multimedia files types: audios and videos. If you "
|
1175 |
+
#~ "check at least one of both all other post types (posts, pages, etc.) will "
|
1176 |
+
#~ "be ignored."
|
1177 |
+
#~ msgstr ""
|
1178 |
+
#~ "بإمكانك تحديد نوعين لملفات الوسائط المتعددة. إذا حددت على الأقل واحد من "
|
1179 |
+
#~ "كل أنواع المقالات الأخرى (مقالات، صفحات، إلخ) سيتم تجاهله."
|
1180 |
+
|
1181 |
+
#~ msgid "Select a parent page"
|
1182 |
+
#~ msgstr "حدد الصفحة الأب."
|
1183 |
+
|
1184 |
+
#~ msgid "There are no pages with child pages."
|
1185 |
+
#~ msgstr "لا يوجد صفحات لديها صفحات أبناء."
|
1186 |
+
|
1187 |
+
#~ msgid "Select post formats"
|
1188 |
+
#~ msgstr "حدد بنية المقالة"
|
1189 |
+
|
1190 |
+
#~ msgid "You can select posts, pages and available custom posts types."
|
1191 |
+
#~ msgstr "بإمكانك اختيار مقالات أو صفحات أو أنواع مقالات مخصصة متوفرة."
|
1192 |
+
|
1193 |
+
#~ msgid "There are no custom post types."
|
1194 |
+
#~ msgstr "لا يوجد أنواع مقالات مخصصة."
|
1195 |
+
|
1196 |
+
#~ msgid ""
|
1197 |
+
#~ "If you want to search for an exact phrase surround it with double quotes."
|
1198 |
+
#~ msgstr "إذا أردت البحث عن مفردات محددة قم بوضعها داخل علامات اقتباس مزدوجة."
|
1199 |
+
|
1200 |
+
#~ msgid "Type in a search term"
|
1201 |
+
#~ msgstr "أدخل مفردات البحث"
|
1202 |
+
|
1203 |
+
#~ msgid "Select the statuses of the posts/pages:"
|
1204 |
+
#~ msgstr "حدد حالة المقالات\\الصفحات:"
|
1205 |
+
|
1206 |
+
#~ msgid "Date range"
|
1207 |
+
#~ msgstr "النطاق الزمني"
|
1208 |
+
|
1209 |
+
#~ msgid ""
|
1210 |
+
#~ "To define a time segment select both the start date and the end date."
|
1211 |
+
#~ msgstr "لتحديد شريحة الوقت قم باختيار تاريخ البداية وتاريخ النهاية."
|
1212 |
+
|
1213 |
+
#~ msgid ""
|
1214 |
+
#~ "You can also define a time period by selecting only one date as the "
|
1215 |
+
#~ "limiting value of the period."
|
1216 |
+
#~ msgstr "بإمكانك تحديد الفترة الزمنية باختيار تاريخ واحد كحدّ للفترة."
|
1217 |
+
|
1218 |
+
#~ msgid "The listed dates are the date of the publication of stored posts."
|
1219 |
+
#~ msgstr "التواريخ المدرجة هي تاريخ النشر للمقالات المخزنة."
|
1220 |
+
|
1221 |
+
#~ msgid "What sort of first image?"
|
1222 |
+
#~ msgstr "أي نوع من الصورة الأولى؟"
|
1223 |
+
|
1224 |
+
#~ msgid ""
|
1225 |
+
#~ "Remove the first embedded image from the post content after this image "
|
1226 |
+
#~ "was set as featured image. This does not affect galleries or attached "
|
1227 |
+
#~ "images. <strong>There is no undo function. Be careful with this option "
|
1228 |
+
#~ "and please create a backup of the database of this website before you use "
|
1229 |
+
#~ "this!</strong>"
|
1230 |
+
#~ msgstr ""
|
1231 |
+
#~ "أزل أو صورة مضمنة من محتوى المقالة بعد تحديد هذه الصورة كصورة بارزة. هذا "
|
1232 |
+
#~ "لا يؤثر على القوائم أو الصور المرفقة. <strong>لا يوجد خيار للتراجع. كن "
|
1233 |
+
#~ "حذراً مع هذا الخيار ورجاءً خذ نسخة احتياطية من قاعدة البيانات لهذا الموقع "
|
1234 |
+
#~ "قبل استخدام هذا الإجراء!</strong>"
|
1235 |
+
|
1236 |
+
#~ msgid ""
|
1237 |
+
#~ "Remove first content image even if the featured image was not changed "
|
1238 |
+
#~ "successfully. Works only if 'Remove first embedded image' is activated."
|
1239 |
+
#~ msgstr ""
|
1240 |
+
#~ "أزل صورة المحتوى الأولى حتى إذا لم يتم تغيير الصورة البارزة بنجاح. الخيار "
|
1241 |
+
#~ "يعمل فقط إذا تم تفعيل خيار إزالة أول صورة مضمنة."
|
1242 |
+
|
1243 |
+
#~ msgid ""
|
1244 |
+
#~ "By default the selected images will be used multiple times in random "
|
1245 |
+
#~ "order. If you check this option each selected image will be used only "
|
1246 |
+
#~ "once. If there are more posts than images the remaining posts will not be "
|
1247 |
+
#~ "changed. If you want to remove the featured images of remaining posts "
|
1248 |
+
#~ "check the next option additionally."
|
1249 |
+
#~ msgstr ""
|
1250 |
+
#~ "بشكل افتراضي يتم استخدام الصور المحددة عدة مرات عشوائياً. إذا فعّلت هذا "
|
1251 |
+
#~ "الخيار سيتم استخدام كل صورة مرة واحدة فقط. إذا كان هناك مقالات أكثر من "
|
1252 |
+
#~ "الصور فلن يتم التعديل على المقالات الباقية. إذا أردت إزالة الصور البارزة "
|
1253 |
+
#~ "من المقالات الباقية فعّل الخيار التالي أيضاً."
|
1254 |
+
|
1255 |
+
#~ msgid ""
|
1256 |
+
#~ "Remove existing featured images of remaining posts if all selected images "
|
1257 |
+
#~ "are used. This option works only with the previous option."
|
1258 |
+
#~ msgstr ""
|
1259 |
+
#~ "أزل الصور البارزة الحالية من المقالات الباقية إذا تم استخدام جميع الصور. "
|
1260 |
+
#~ "هذا الخيار يعمل فقط مع الخيار السابق."
|
1261 |
+
|
1262 |
+
#~ msgid "Some advices from experience"
|
1263 |
+
#~ msgstr "بعض النصائح من التجربة"
|
1264 |
+
|
1265 |
+
#~ msgid ""
|
1266 |
+
#~ "Looking for external images can take a long time. Please be patient for "
|
1267 |
+
#~ "at least one minute and do not reload the page! If you would see a "
|
1268 |
+
#~ "timeout message please start again with a filter that limits the number "
|
1269 |
+
#~ "of posts."
|
1270 |
+
#~ msgstr ""
|
1271 |
+
#~ "البحث عن صور خارجية يمكن أن يستغرق وقتاً طويلاً. رجاءً كن صبوراً لدقيقة واحدة "
|
1272 |
+
#~ "على الأقل ولا تقم بتحديث الصفحة ! إذا شاهدت رسالة انتهاء المهلة رجاءً ابدأ "
|
1273 |
+
#~ "مرة أخرى بفلتر يضع حداً لعدد المقالات."
|
1274 |
+
|
1275 |
+
#~ msgid ""
|
1276 |
+
#~ "If you would be unsatisfied with the next results of the search for first "
|
1277 |
+
#~ "embedded images try the option for external images. Maybe that result "
|
1278 |
+
#~ "could meet your expectations better."
|
1279 |
+
#~ msgstr ""
|
1280 |
+
#~ "إذا لم تكن راضٍ عن النتائج البحث التالية عن أول الصور المضمّنة، جرّب خيار "
|
1281 |
+
#~ "الصور الخارجية. ربما هذه النتيجة ستحقق توقعاتك أفضل."
|
1282 |
+
|
1283 |
+
#~ msgid ""
|
1284 |
+
#~ "Search by post format. By default the standard post format is affected."
|
1285 |
+
#~ msgstr "البحث بواسطة بنية المقالة. افتراضياً البنية القياسية ستتأثر."
|
1286 |
+
|
1287 |
+
#~ msgid ""
|
1288 |
+
#~ "Search for audios and videos. This filter will ignore all other post "
|
1289 |
+
#~ "types automatically."
|
1290 |
+
#~ msgstr ""
|
1291 |
+
#~ "البحث عن الأصوات ومقاطع الفيديو. هذا الفلتر سيتجاهل كل أنواع المقالات "
|
1292 |
+
#~ "الأخرى تلقائياً."
|
1293 |
+
|
1294 |
+
#~ msgid ""
|
1295 |
+
#~ "Search by several statuses (published, draft, private etc.). By default "
|
1296 |
+
#~ "all statuses will be affected."
|
1297 |
+
#~ msgstr ""
|
1298 |
+
#~ "البحث بواسطة حالات مختلفة (منشور، مسودة، خاص، إلخ). افتراضياً كل الحالات "
|
1299 |
+
#~ "ستتأثر."
|
1300 |
+
|
1301 |
+
#~ msgid "Search by search term"
|
1302 |
+
#~ msgstr "البحث بواسطة كلمات البحث"
|
1303 |
+
|
1304 |
+
#~ msgid "Search by time specifications"
|
1305 |
+
#~ msgstr "البحث بواسطة مواصفات الوقت"
|
1306 |
+
|
1307 |
+
#~ msgid "Search by author"
|
1308 |
+
#~ msgstr "البحث بواسطة الكاتب"
|
1309 |
+
|
1310 |
+
#~ msgid "Search by other taxonomies like plugin categories etc."
|
1311 |
+
#~ msgstr "البحث بواسطة تصنيفات أخرى مثل إضافات أو تصنيفات المقالات، إلخ."
|
1312 |
+
|
1313 |
+
#~ msgid "Search by original dimensions of added featured image"
|
1314 |
+
#~ msgstr "البحث بواسطة الأبعاد الأساسية للصورة البارزة المضافة"
|
1315 |
+
|
1316 |
+
#~ msgid "Search child pages by parent page"
|
1317 |
+
#~ msgstr "البحث في الصفحات الإبن بواسطة الصفحة الأب"
|
1318 |
+
|
1319 |
+
#~ msgid ""
|
1320 |
+
#~ "The plugin will try to find the first image embedded in the content, in a "
|
1321 |
+
#~ "WordPress standard gallery or attached to a post."
|
1322 |
+
#~ msgstr ""
|
1323 |
+
#~ "هذه الإضافة ستحاول إيجاد أول صورة مضمّنة في المحتوى أو في قائمة صور "
|
1324 |
+
#~ "ووردبريس الأساسية أو المرفقة مع المقالة."
|
1325 |
+
|
1326 |
+
#~ msgid "It will also search in NextGen galleries."
|
1327 |
+
#~ msgstr "ستقوم أيضاً بالبحث في قوائم صور الإضافة NextGen galleries."
|
1328 |
+
|
1329 |
+
#~ msgid "Search string"
|
1330 |
+
#~ msgstr "ابحث عن نصّ"
|
1331 |
+
|
1332 |
+
#~ msgid "works only if '%s' is set to '%s'"
|
1333 |
+
#~ msgstr "يعمل فقط إذا '%s' تمّ تعيينه إلى '%s'"
|
1334 |
+
|
1335 |
+
#~ msgid ""
|
1336 |
+
#~ "The current theme does not support featured images. Anyway you can use "
|
1337 |
+
#~ "this plugin. The rules are stored and will be visible in a theme which "
|
1338 |
+
#~ "supports featured images."
|
1339 |
+
#~ msgstr ""
|
1340 |
+
#~ "قالب الموقع الحالي لا يدعم الصور البارزة. على كل حال بإمكانك استخدام هذه "
|
1341 |
+
#~ "الإضافة. القواعد ستخزّن وستكون ظاهرة عند استخدام قالب يدعم الصور البارزة."
|
1342 |
+
|
1343 |
+
#~ msgid ""
|
1344 |
+
#~ "The current theme does not support post formats. Anyway you can use this "
|
1345 |
+
#~ "plugin. The rules are stored and will be visible in a theme which "
|
1346 |
+
#~ "supports post formats."
|
1347 |
+
#~ msgstr ""
|
1348 |
+
#~ "قالب الموقع الحالي لا يدعم بنية المقالات. على كل حال بإمكانك استخدام هذه "
|
1349 |
+
#~ "الإضافة. القواعد ستخزّن وستكون ظاهرة عند استخدام قالب يدعم بنية المقالات."
|
1350 |
+
|
1351 |
+
#~ msgid ""
|
1352 |
+
#~ "Activate to automatically use the first attached image if no content "
|
1353 |
+
#~ "image was found"
|
1354 |
+
#~ msgstr ""
|
1355 |
+
#~ "تفعيل هذا الخيار لاستخدام أول صورة مرفقة إذا لم يكن هناك صورة مضمّنة في "
|
1356 |
+
#~ "محتوى المقالة."
|
1357 |
+
|
1358 |
+
#~ msgid "matched search string in post title. If not then..."
|
1359 |
+
#~ msgstr "توافق نصّ البحث مع عنوان المقالة. إذا لم يتحقق ذلك فسيتم..."
|
1360 |
+
|
1361 |
+
#~ msgid "matched post format. If not then..."
|
1362 |
+
#~ msgstr "توافق بنية المقالة. إذا لم يتحقق ذلك فسيتم..."
|
1363 |
+
|
1364 |
+
#~ msgid "/reviews/"
|
1365 |
+
#~ msgstr "/تقييمات/"
|
1366 |
+
|
1367 |
+
#~ msgid "Your selected approach"
|
1368 |
+
#~ msgstr "النمط الذي اخترته"
|
1369 |
+
|
1370 |
+
#~ msgid "License Settings"
|
1371 |
+
#~ msgstr "خيارات الرخصة"
|
1372 |
+
|
1373 |
+
#~ msgid "License Key"
|
1374 |
+
#~ msgstr "مفتاح الرخصة"
|
1375 |
+
|
1376 |
+
#~ msgid "Enter your license key. Then click on the button."
|
1377 |
+
#~ msgstr "أدخل مفتاح رخصتك. ثم اضغط على الزرّ."
|
1378 |
+
|
1379 |
+
#~ msgid "Licence Status"
|
1380 |
+
#~ msgstr "حالة الرخصة"
|
1381 |
+
|
1382 |
+
#~ msgid "The license will expire on %1$s at %2$s."
|
1383 |
+
#~ msgstr "الرخصة ستنتهي في %1$s في %2$s."
|
1384 |
+
|
1385 |
+
#~ msgid "There are %d activations left"
|
1386 |
+
#~ msgstr "هناك %d تفعيلات باقية"
|
1387 |
+
|
1388 |
+
#~ msgid "Deactivate License"
|
1389 |
+
#~ msgstr "إلغاء تفعيل الرخصة"
|
1390 |
+
|
1391 |
+
#~ msgid ""
|
1392 |
+
#~ "Click to deactivate the license if you do not want to use it on this "
|
1393 |
+
#~ "server."
|
1394 |
+
#~ msgstr "اضغط لإلغاء تفعيل الرخصة إذا لم تشأ استخدامها على هذا الخادم."
|
1395 |
+
|
1396 |
+
#~ msgid "The license expired on %1$s at %2$s."
|
1397 |
+
#~ msgstr "الرخصة انتهت في %1$s في %2$s."
|
1398 |
+
|
1399 |
+
#~ msgid "Click here for a new license"
|
1400 |
+
#~ msgstr "اضغط هنا لرخصة جديدة"
|
1401 |
+
|
1402 |
+
#~ msgid "Activate License"
|
1403 |
+
#~ msgstr "تفعيل الرخصة"
|
1404 |
+
|
1405 |
+
#~ msgid ""
|
1406 |
+
#~ "Click to activate the license after you have entered your license key."
|
1407 |
+
#~ msgstr "اضغط لتفعيل الرخصة بعد إدخالك لمفتاح الرخصة."
|
1408 |
+
|
1409 |
+
#~ msgid "Important advices about the license"
|
1410 |
+
#~ msgstr "نصائح مهمة حول الرخصة"
|
1411 |
+
|
1412 |
+
#~ msgid "Why a license?"
|
1413 |
+
#~ msgstr "لماذا الرخصة؟"
|
1414 |
+
|
1415 |
+
#~ msgid ""
|
1416 |
+
#~ "With activating the license you will receive automatic upgrades of the "
|
1417 |
+
#~ "plugin for 365 days since the day of the purchase. Each license key is "
|
1418 |
+
#~ "valid for one installation of the plugin only."
|
1419 |
+
#~ msgstr ""
|
1420 |
+
#~ "بتفعيل الرخصة ستحصل على ترقيات آلية للإضافة لمدة 365 يوماً منذ يوم الشراء. "
|
1421 |
+
#~ "كل مفتاح رخصة فعّال لتثبيت واحد للإضافة."
|
1422 |
+
|
1423 |
+
#~ msgid "Terms of the license"
|
1424 |
+
#~ msgstr "شروط الرخصة"
|
1425 |
+
|
1426 |
+
#~ msgid ""
|
1427 |
+
#~ "By activating this license you are also confirming your agreement to be "
|
1428 |
+
#~ "bound by the terms of the license associated with this plugin which you "
|
1429 |
+
#~ "acknowledged at the time of the purchase checkout."
|
1430 |
+
#~ msgstr ""
|
1431 |
+
#~ "بتفعيل هذه الرخصة أنت أيضاً تؤكد موافقتك موافقتك على الالتزام بشروط "
|
1432 |
+
#~ "الترخيص المرتبطة بهذه الإضافة التي تمّ إعلامك بها وقت عملية الشراء."
|
1433 |
+
|
1434 |
+
#~ msgid "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
|
1435 |
+
#~ msgstr "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
|
1436 |
+
|
1437 |
+
#~ msgid "Read the terms of the license (in new window)"
|
1438 |
+
#~ msgstr "اقرأ شروط الترخيص (في هذه النافذة)"
|
1439 |
+
|
1440 |
+
#~ msgid ""
|
1441 |
+
#~ "This includes that the warranty offered by the plugin author is limited "
|
1442 |
+
#~ "to correcting any defects and that the plugin author will not be held "
|
1443 |
+
#~ "liable for any actions or financial loss occurring as a result of using "
|
1444 |
+
#~ "this plugin."
|
1445 |
+
#~ msgstr ""
|
1446 |
+
#~ "هذا يتضمن أن الكفالة المقدمة من قبل مبرمج الإضافة تقتصر فقط على تصحيح أي "
|
1447 |
+
#~ "عيوب، وأن مبرمج الإضافة لن يتم إيقافة وأنه غير مسؤول تجاه أي إجراءات أو "
|
1448 |
+
#~ "خسارة مالية تحدث نتيجة استخدام هذه الإضافة."
|
1449 |
+
|
1450 |
+
#~ msgid "Contact"
|
1451 |
+
#~ msgstr "تواصل"
|
1452 |
+
|
1453 |
+
#~ msgid ""
|
1454 |
+
#~ "If you have any issues and problems with activating you can contact the "
|
1455 |
+
#~ "plugin author for solutions."
|
1456 |
+
#~ msgstr ""
|
1457 |
+
#~ "إذا واجهتك أي مشاكل بعملية التفعيل بإمكانك التواصل مع مبرمج الإضافة "
|
1458 |
+
#~ "لإيجاد حلول."
|
1459 |
+
|
1460 |
+
#~ msgid "http://www.quickfeaturedimages.com/contact/"
|
1461 |
+
#~ msgstr "http://www.quickfeaturedimages.com/contact/"
|
1462 |
+
|
1463 |
+
#~ msgid "Contact page (in new window)"
|
1464 |
+
#~ msgstr "صفحة التواصل (في نافذة جديدة)"
|
1465 |
+
|
1466 |
+
#~ msgid "Image removed successfully from post"
|
1467 |
+
#~ msgstr "الصورة أزيلت بنجاح من المقالة"
|
1468 |
+
|
1469 |
+
#~ msgid "Image not removed from post"
|
1470 |
+
#~ msgstr "الصورة لم تزل من المقالة"
|
1471 |
+
|
1472 |
+
#~ msgid "Post type"
|
1473 |
+
#~ msgstr "نوع المقالة"
|
1474 |
+
|
1475 |
+
#~ msgid "Taxonomy"
|
1476 |
+
#~ msgstr "الفئة"
|
1477 |
+
|
1478 |
+
#~ msgid "matched keyword. If not then..."
|
1479 |
+
#~ msgstr "توافق كلمة مفتاحية. إذا لم يتحقق ذلك فسيتم..."
|
1480 |
+
|
1481 |
+
#~ msgid "Latest News"
|
1482 |
+
#~ msgstr "آخر الأخبار"
|
languages/quick-featured-images-de_DE.mo
CHANGED
Binary file
|
languages/quick-featured-images-de_DE.po
CHANGED
@@ -1,1002 +1,1009 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Quick Featured Images\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date: 2015-
|
8 |
-
"PO-Revision-Date: 2015-
|
9 |
-
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
-
"Language-Team: m.stehle@gmx.de\n"
|
11 |
-
"Language: de_DE\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 1.8.
|
16 |
-
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
17 |
-
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
#: admin/class-quick-featured-images-admin.php:201
|
23 |
-
msgid ""
|
24 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
-
"delete them in bulk, set default images, get overview lists."
|
26 |
-
msgstr ""
|
27 |
-
"Dein Schweizer Taschenmesser für Beitragsbilder: Setze, ersetze und lösche "
|
28 |
-
"sie massenhaft, definiere Standard-Bilder, erhalte Übersichtslisten."
|
29 |
-
|
30 |
-
#: admin/class-quick-featured-images-admin.php:265
|
31 |
-
#, php-format
|
32 |
-
msgid ""
|
33 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
34 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
35 |
-
"to the latest version."
|
36 |
-
msgstr ""
|
37 |
-
"Das Plugin erfordert WordPress Version %s oder höher. Daher hat WordPress "
|
38 |
-
"es nicht aktiviert. Falls du dieses Plugin nutzen willst, aktualisiere die "
|
39 |
-
"WordPress-Dateien auf die neueste Version."
|
40 |
-
|
41 |
-
#: admin/class-quick-featured-images-admin.php:462
|
42 |
-
#, php-format
|
43 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
44 |
-
msgstr "Willkommen zu %s! Du kannst das Plugin finden unter %s."
|
45 |
-
|
46 |
-
#: admin/class-quick-featured-images-defaults.php:191
|
47 |
-
msgid "Changes saved."
|
48 |
-
msgstr "Änderungen gespeichert."
|
49 |
-
|
50 |
-
#: admin/class-quick-featured-images-defaults.php:194
|
51 |
-
msgid "No changes were saved."
|
52 |
-
msgstr "Keine Änderungen gespeichert."
|
53 |
-
|
54 |
-
#: admin/class-quick-featured-images-defaults.php:231
|
55 |
-
msgid "Preset Featured Images"
|
56 |
-
msgstr "Voreingestellte Beitragsbilder"
|
57 |
-
|
58 |
-
#: admin/class-quick-featured-images-defaults.php:242
|
59 |
-
msgid "Set default featured images for future posts"
|
60 |
-
msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
|
61 |
-
|
62 |
-
#: admin/class-quick-featured-images-settings.php:204
|
63 |
-
msgid "Image Columns"
|
64 |
-
msgstr "Bil­der­spal­ten"
|
65 |
-
|
66 |
-
#: admin/class-quick-featured-images-settings.php:215
|
67 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
68 |
-
msgstr ""
|
69 |
-
"Stelle die Sichtbarkeit der Spalten für Beitragsbilder in "
|
70 |
-
"Beitragsübersichten ein"
|
71 |
-
|
72 |
-
#: admin/class-quick-featured-images-settings.php:364
|
73 |
-
msgid "Columns for featured images in posts lists"
|
74 |
-
msgstr "Spalten für Beitragsbilder in Beitragsübersichten"
|
75 |
-
|
76 |
-
#: admin/class-quick-featured-images-settings.php:372
|
77 |
-
msgid "Show additional column for featured images in lists of"
|
78 |
-
msgstr "Zeige eine zusätzliche Spalte für Beitragsbilder in Übersichten"
|
79 |
-
|
80 |
-
#: admin/class-quick-featured-images-settings.php:377
|
81 |
-
msgid "Posts list with image column"
|
82 |
-
msgstr "Inhaltsliste mit Bildspalte"
|
83 |
-
|
84 |
-
#: admin/class-quick-featured-images-settings.php:491
|
85 |
-
msgid ""
|
86 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
87 |
-
"post lists."
|
88 |
-
msgstr ""
|
89 |
-
"Aktiviere die Checkboxen bei jedem Inhaltstyp, um die zusätzliche Spalte in "
|
90 |
-
"den Beitragsübersichten anzuzeigen."
|
91 |
-
|
92 |
-
#: admin/class-quick-featured-images-settings.php:501
|
93 |
-
msgid ""
|
94 |
-
"The additional columns give you a quick overview about all used featured "
|
95 |
-
"images for every post. The Featured Image column is sortable."
|
96 |
-
msgstr ""
|
97 |
-
"Die zusätzlichen Spalten geben dir einen schnellen Überblick über alle "
|
98 |
-
"verwendeten Beitragsbilder eines jeden Beitrags. Die Spalte der "
|
99 |
-
"Beitragsbilder ist sortierbar."
|
100 |
-
|
101 |
-
#: admin/class-quick-featured-images-tools.php:
|
102 |
-
#, php-format
|
103 |
-
msgid "Wrong image ID %d"
|
104 |
-
msgstr "Falsche Bild-ID %d"
|
105 |
-
|
106 |
-
#: admin/class-quick-featured-images-tools.php:
|
107 |
-
msgid "Select"
|
108 |
-
msgstr "Auswählen"
|
109 |
-
|
110 |
-
#: admin/class-quick-featured-images-tools.php:
|
111 |
-
msgid "Add filter"
|
112 |
-
msgstr "Filter hinzufügen"
|
113 |
-
|
114 |
-
#: admin/class-quick-featured-images-tools.php:
|
115 |
-
msgid "Refine"
|
116 |
-
msgstr "Verfeinern"
|
117 |
-
|
118 |
-
#: admin/class-quick-featured-images-tools.php:
|
119 |
-
msgid "Confirm"
|
120 |
-
msgstr "Bestätigen"
|
121 |
-
|
122 |
-
#: admin/class-quick-featured-images-tools.php:
|
123 |
-
msgid "Perform"
|
124 |
-
msgstr "Umsetzen"
|
125 |
-
|
126 |
-
#: admin/class-quick-featured-images-tools.php:
|
127 |
-
msgid "Set the selected image as new featured image"
|
128 |
-
msgstr "Füge das ausgewählte Bild als neues Beitragsbild hinzu"
|
129 |
-
|
130 |
-
#: admin/class-quick-featured-images-tools.php:
|
131 |
-
msgid "Replace featured images by the selected image"
|
132 |
-
msgstr "Ersetze mindestens ein Beitragsbild durch das ausgewählte Bild"
|
133 |
-
|
134 |
-
#: admin/class-quick-featured-images-tools.php:
|
135 |
-
msgid "Remove the selected image as featured image"
|
136 |
-
msgstr "Entferne das ausgewählte Bild als Beitragsbild"
|
137 |
-
|
138 |
-
#: admin/class-quick-featured-images-tools.php:
|
139 |
-
msgid "Remove any image as featured image"
|
140 |
-
msgstr "Entferne jedes Bild als Beitragsbild"
|
141 |
-
|
142 |
-
#: admin/class-quick-featured-images-tools.php:
|
143 |
-
msgid "Set multiple images randomly as featured images"
|
144 |
-
msgstr ""
|
145 |
-
"Füge mehrere Bilder in zufälliger Ordnung als neue Beitragsbilder hinzu"
|
146 |
-
|
147 |
-
#: admin/class-quick-featured-images-tools.php:
|
148 |
-
msgid "Overwrite featured images"
|
149 |
-
msgstr "Überschreibe Beitragsbilder"
|
150 |
-
|
151 |
-
#: admin/class-quick-featured-images-tools.php:
|
152 |
-
msgid "Consider only posts without any featured image"
|
153 |
-
msgstr "Berücksichtige nur Beiträge ohne Beitragsbild"
|
154 |
-
|
155 |
-
#: admin/class-quick-featured-images-tools.php:
|
156 |
-
msgid "Post Type Filter"
|
157 |
-
msgstr "Inhaltstypfilter"
|
158 |
-
|
159 |
-
#: admin/class-quick-featured-images-tools.php:
|
160 |
-
msgid "Category Filter"
|
161 |
-
msgstr "Kategorienfilter"
|
162 |
-
|
163 |
-
#: admin/class-quick-featured-images-tools.php:
|
164 |
-
msgid "Tag Filter"
|
165 |
-
msgstr "Schlagwortfilter"
|
166 |
-
|
167 |
-
#: admin/class-quick-featured-images-tools.php:
|
168 |
-
msgid "Image width in pixels lower than"
|
169 |
-
msgstr "Bildbreite in Pixeln kleiner als"
|
170 |
-
|
171 |
-
#: admin/class-quick-featured-images-tools.php:
|
172 |
-
msgid "Image height in pixels lower than"
|
173 |
-
msgstr "Bildhöhe in Pixeln kleiner als"
|
174 |
-
|
175 |
-
#: admin/class-quick-featured-images-tools.php:
|
176 |
-
#, php-format
|
177 |
-
msgid "The input field %s is empty."
|
178 |
-
msgstr "Das Eingabefeld %s ist leer."
|
179 |
-
|
180 |
-
#: admin/class-quick-featured-images-tools.php:
|
181 |
-
msgid "Type in a value into the input field."
|
182 |
-
msgstr "Gebe in das Eingabefeld einen Wert ein."
|
183 |
-
|
184 |
-
#: admin/class-quick-featured-images-tools.php:
|
185 |
-
#, php-format
|
186 |
-
msgid "%s is not defined."
|
187 |
-
msgstr "%s ist nicht definiert."
|
188 |
-
|
189 |
-
#: admin/class-quick-featured-images-tools.php:
|
190 |
-
msgid "Check how to define the value."
|
191 |
-
msgstr "Prüfe nach, wie der Wert gesetzt wird."
|
192 |
-
|
193 |
-
#: admin/class-quick-featured-images-tools.php:
|
194 |
-
msgid "There is no selected image."
|
195 |
-
msgstr "Es gibt kein ausgewähltes Bild."
|
196 |
-
|
197 |
-
#: admin/class-quick-featured-images-tools.php:
|
198 |
-
msgid "Select an image from the media library."
|
199 |
-
msgstr "Wähle ein Bild aus der Mediathek aus."
|
200 |
-
|
201 |
-
#: admin/class-quick-featured-images-tools.php:
|
202 |
-
#: admin/views/section_image.php:51
|
203 |
-
msgid "You have not selected an action."
|
204 |
-
msgstr "Du hast keine Aktion ausgewählt"
|
205 |
-
|
206 |
-
#: admin/class-quick-featured-images-tools.php:
|
207 |
-
msgid "Start again and select which action you want to apply."
|
208 |
-
msgstr "Fange neu an und wähle aus, welche Aktion du anwenden willst."
|
209 |
-
|
210 |
-
#: admin/class-quick-featured-images-tools.php:
|
211 |
-
#, php-format
|
212 |
-
msgid "The input field %s has an invalid value."
|
213 |
-
msgstr "Das Eingabefeld %s hat einen ungültigen Wert."
|
214 |
-
|
215 |
-
#: admin/class-quick-featured-images-tools.php:
|
216 |
-
msgid "Type in valid values in the input field."
|
217 |
-
msgstr "Gebe einen gültigen Wert in das Eingabefeld ein."
|
218 |
-
|
219 |
-
#: admin/class-quick-featured-images-tools.php:
|
220 |
-
msgid "Type in values stored by WordPress."
|
221 |
-
msgstr "Gebe von WordPress gespeicherte Werte ein."
|
222 |
-
|
223 |
-
#: admin/class-quick-featured-images-tools.php:
|
224 |
-
msgid "Set, replace, remove"
|
225 |
-
msgstr "Setzen, tauschen, löschen"
|
226 |
-
|
227 |
-
#: admin/class-quick-featured-images-tools.php:
|
228 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
229 |
-
msgstr ""
|
230 |
-
"Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
|
231 |
-
"bestehende Inhalte"
|
232 |
-
|
233 |
-
#: admin/class-quick-featured-images-tools.php:
|
234 |
-
msgid "Bulk set as featured image"
|
235 |
-
msgstr "Als Beitragsbild setzen"
|
236 |
-
|
237 |
-
#: admin/views/filter_category.php:3
|
238 |
-
msgid "Select a category"
|
239 |
-
msgstr "Wähle eine Kategorie aus"
|
240 |
-
|
241 |
-
#: admin/views/filter_post_types.php:2
|
242 |
-
msgid "Select post types"
|
243 |
-
msgstr "Wähle die Inhaltstypen (Post Types) aus"
|
244 |
-
|
245 |
-
#: admin/views/filter_post_types.php:2
|
246 |
-
msgid "You can select posts and pages."
|
247 |
-
msgstr "Du kannst Beiträge und Seiten auswählen."
|
248 |
-
|
249 |
-
#: admin/views/filter_tag.php:7
|
250 |
-
msgid "Select a tag"
|
251 |
-
msgstr "Wähle ein Schlagwort aus"
|
252 |
-
|
253 |
-
#: admin/views/filter_tag.php:20
|
254 |
-
msgid "There are no tags in use."
|
255 |
-
msgstr "Zur Zeit werden keine Schlagwörter genutzt."
|
256 |
-
|
257 |
-
#: admin/views/form_back_to_selection.php:2
|
258 |
-
msgid "Select filters and options again"
|
259 |
-
msgstr "Filter und Optionen nochmals auswählen"
|
260 |
-
|
261 |
-
#: admin/views/form_back_to_selection.php:3
|
262 |
-
msgid ""
|
263 |
-
"If you want to change your former selection just go back by clicking on this "
|
264 |
-
"button."
|
265 |
-
msgstr ""
|
266 |
-
"Falls Du deine vorige Auswahl ändern willst, gehe zurück per Klick auf diese "
|
267 |
-
"Schaltfläche."
|
268 |
-
|
269 |
-
#: admin/views/form_back_to_selection.php:42
|
270 |
-
msgid "Modify selection"
|
271 |
-
msgstr "Auswahl ändern"
|
272 |
-
|
273 |
-
#: admin/views/form_confirm.php:4
|
274 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
275 |
-
msgstr ""
|
276 |
-
"Sollte das ausgewählte Bild allen gelisteten Beiträgen als Beitragsbild "
|
277 |
-
"hinzugefügt werden?"
|
278 |
-
|
279 |
-
#: admin/views/form_confirm.php:7
|
280 |
-
msgid ""
|
281 |
-
"Should the selected images be set randomly as featured images to all listed "
|
282 |
-
"posts?"
|
283 |
-
msgstr ""
|
284 |
-
"Sollten die ausgewählten Bilder bei allen gelisteten Beiträgen zufällig "
|
285 |
-
"hinzugefügt werden?"
|
286 |
-
|
287 |
-
#: admin/views/form_confirm.php:10
|
288 |
-
msgid ""
|
289 |
-
"Should the current set featured image be replaced by the selected image at "
|
290 |
-
"all listed posts?"
|
291 |
-
msgstr ""
|
292 |
-
"Sollte das aktuell gesetzte Beitragsbild durch das ausgewählte Bild bei "
|
293 |
-
"allen gelisteten Beiträgen ausgetauscht werden?"
|
294 |
-
|
295 |
-
#: admin/views/form_confirm.php:13
|
296 |
-
msgid "Should the selected image be removed from all listed posts?"
|
297 |
-
msgstr ""
|
298 |
-
"Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
|
299 |
-
|
300 |
-
#: admin/views/form_confirm.php:16
|
301 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
302 |
-
msgstr "Sollten die vorgeschlagene Bilder als Beitragsbilder gesetzt werden?"
|
303 |
-
|
304 |
-
#: admin/views/form_confirm.php:19
|
305 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
306 |
-
msgstr ""
|
307 |
-
"Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
|
308 |
-
|
309 |
-
#: admin/views/form_confirm.php:24
|
310 |
-
msgid "Preview of your selection"
|
311 |
-
msgstr "Vorschau deiner Auswahl"
|
312 |
-
|
313 |
-
#: admin/views/form_confirm.php:25
|
314 |
-
#, php-format
|
315 |
-
msgid "%d matches found"
|
316 |
-
msgstr "%d Treffer gefunden"
|
317 |
-
|
318 |
-
#: admin/views/form_confirm.php:29 admin/views/section_results.php:5
|
319 |
-
msgid "Details"
|
320 |
-
msgstr "Details"
|
321 |
-
|
322 |
-
#: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
|
323 |
-
#: admin/views/section_results.php:7
|
324 |
-
msgid "No."
|
325 |
-
msgstr "Nr."
|
326 |
-
|
327 |
-
#: admin/views/form_confirm.php:31 admin/views/section_results.php:6
|
328 |
-
msgid "Current Featured Image"
|
329 |
-
msgstr "Aktuelles Beitragsbild"
|
330 |
-
|
331 |
-
#: admin/views/form_confirm.php:32
|
332 |
-
msgid "Future Featured Image"
|
333 |
-
msgstr "Zukünftiges Beitragsbild"
|
334 |
-
|
335 |
-
#: admin/views/form_confirm.php:33
|
336 |
-
msgid "written on"
|
337 |
-
msgstr "geschrieben am"
|
338 |
-
|
339 |
-
#: admin/views/form_confirm.php:34
|
340 |
-
msgid "by"
|
341 |
-
msgstr "von"
|
342 |
-
|
343 |
-
#: admin/views/form_confirm.php:48 admin/views/section_results.php:16
|
344 |
-
msgid ""
|
345 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
346 |
-
"post in a new window by clicking on its link in the list."
|
347 |
-
msgstr ""
|
348 |
-
"Die Liste ist alphabetisch nach Titel sortiert. Du kannst einen Beitrag in "
|
349 |
-
"einem neuen Fenster bearbeiten per Klick auf seinen Link in der Liste."
|
350 |
-
|
351 |
-
#: admin/views/form_confirm.php:111
|
352 |
-
msgid "Confirm the change"
|
353 |
-
msgstr "Änderung bestätigen"
|
354 |
-
|
355 |
-
#: admin/views/form_confirm.php:112
|
356 |
-
msgid "You can not undo the operation!"
|
357 |
-
msgstr "Du kannst die Aktion nicht rückgängig machen!"
|
358 |
-
|
359 |
-
#: admin/views/form_confirm.php:173 admin/views/form_select.php:47
|
360 |
-
#: admin/views/section_errormsg.php:8 admin/views/section_results.php:
|
361 |
-
msgid "Start again"
|
362 |
-
msgstr "Beginne neu"
|
363 |
-
|
364 |
-
#: admin/views/form_confirm.php:173
|
365 |
-
msgid "or refine your selection with the following form fields."
|
366 |
-
msgstr "oder verfeinere deine Auswahl mit dem folgenden Feldern."
|
367 |
-
|
368 |
-
#: admin/views/form_refine.php:1
|
369 |
-
msgid "Refine your selection"
|
370 |
-
msgstr "Verfeinere deine Auswahl"
|
371 |
-
|
372 |
-
#: admin/views/form_refine.php:8
|
373 |
-
msgid "Refine filters"
|
374 |
-
msgstr "Filter verfeinern"
|
375 |
-
|
376 |
-
#: admin/views/form_refine.php:9
|
377 |
-
msgid ""
|
378 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
379 |
-
msgstr ""
|
380 |
-
"Jetzt kannst du die Beiträge und Seiten auf die passenden Parameter "
|
381 |
-
"eingrenzen. Stelle sie hier ein."
|
382 |
-
|
383 |
-
#: admin/views/form_refine.php:10
|
384 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
385 |
-
msgstr ""
|
386 |
-
"Was immer du machst: Du kannst deine Auswahl auf der folgenden Seite "
|
387 |
-
"überprüfen."
|
388 |
-
|
389 |
-
#: admin/views/form_refine.php:18
|
390 |
-
#, php-format
|
391 |
-
msgid "File %s is not available."
|
392 |
-
msgstr "Datei %s ist nicht vorhanden."
|
393 |
-
|
394 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:40
|
395 |
-
msgid "Preview filtering"
|
396 |
-
msgstr "Auswahl überprüfen"
|
397 |
-
|
398 |
-
#: admin/views/form_refine.php:54
|
399 |
-
msgid ""
|
400 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
401 |
-
"clicking on the next button."
|
402 |
-
msgstr ""
|
403 |
-
"Du hast keinen Filter ausgewählt. Ändere deine Filterauswahl oder gehe "
|
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 |
-
|
411 |
-
#: admin/views/form_select.php:13
|
412 |
-
msgid ""
|
413 |
-
"You did not have selected an image from the list below. To go on select at "
|
414 |
-
"least one image you want to replace by the selected image."
|
415 |
-
msgstr ""
|
416 |
-
"Du hast kein Bild aus der untenstehenden Liste ausgewählt. Um weiter zu "
|
417 |
-
"kommen, wähle mindestens ein Bild aus, das durch das ausgewählte Bild "
|
418 |
-
"ausgetauscht werden soll."
|
419 |
-
|
420 |
-
#: admin/views/form_select.php:18
|
421 |
-
msgid "Select the featured images you want to replace by the selected image."
|
422 |
-
msgstr ""
|
423 |
-
"Wähle die Beitragsbilder aus, das du durch das ausgewählte Bild ersetzen "
|
424 |
-
"willst."
|
425 |
-
|
426 |
-
#: admin/views/form_select.php:19
|
427 |
-
msgid "You can select multiple images. Select at least one image."
|
428 |
-
msgstr "Du kannst mehrere Bilder auswählen. Wähle mindestens ein Bild aus."
|
429 |
-
|
430 |
-
#: admin/views/form_select.php:46
|
431 |
-
msgid "There are no featured images in use."
|
432 |
-
msgstr "Zur Zeit gibt es kein Beitragsbild."
|
433 |
-
|
434 |
-
#: admin/views/form_select.php:55
|
435 |
-
msgid "Refine your selections"
|
436 |
-
msgstr "Verfeinere deine Auswahl"
|
437 |
-
|
438 |
-
#: admin/views/form_select.php:56 admin/views/form_select.php:66
|
439 |
-
msgid "You can control the process with the following options."
|
440 |
-
msgstr "Du kannst den Vorgang mit den folgenden Einstellungen steuern."
|
441 |
-
|
442 |
-
#: admin/views/form_select.php:63
|
443 |
-
msgid "Optional: Select options"
|
444 |
-
msgstr "Optional: Wähle Optionen aus"
|
445 |
-
|
446 |
-
#: admin/views/form_select.php:65
|
447 |
-
msgid "Process Options"
|
448 |
-
msgstr "Einstellmöglichkeiten"
|
449 |
-
|
450 |
-
#: admin/views/form_select.php:71
|
451 |
-
msgid "Overwrite existing featured images with new ones"
|
452 |
-
msgstr "Überschreibe bestehende Beitragsbilder mit dem/den neuen"
|
453 |
-
|
454 |
-
#: admin/views/form_select.php:81
|
455 |
-
msgid ""
|
456 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
457 |
-
"checked "
|
458 |
-
msgstr ""
|
459 |
-
"Beiträge mit Beitragsbildern werden ignoriert, auch wenn die Überschreiben-"
|
460 |
-
"Option aktiviiert ist"
|
461 |
-
|
462 |
-
#: admin/views/form_select.php:90
|
463 |
-
msgid "There are two more options in the premium version for random images:"
|
464 |
-
msgstr ""
|
465 |
-
"In der Premium-Version gibt es zwei weitere Optionen for Zufallsbilder:"
|
466 |
-
|
467 |
-
#: admin/views/form_select.php:92
|
468 |
-
msgid "Use each selected image only once"
|
469 |
-
msgstr "Verwende jedes ausgewählte Bild nur einmal"
|
470 |
-
|
471 |
-
#: admin/views/form_select.php:93
|
472 |
-
msgid "Remove excess featured images after all selected images are used"
|
473 |
-
msgstr ""
|
474 |
-
"Lösche überzählige Beitragsbilder, nachdem alle ausgewählten Bilder "
|
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/
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
#: admin/views/form_select.php:
|
486 |
-
#: admin/views/
|
487 |
-
#: admin/views/
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
"
|
503 |
-
|
504 |
-
|
505 |
-
"
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
"
|
511 |
-
|
512 |
-
|
513 |
-
"
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
"
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
"
|
537 |
-
|
538 |
-
|
539 |
-
"
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
"
|
549 |
-
"
|
550 |
-
"of posts
|
551 |
-
|
552 |
-
|
553 |
-
"
|
554 |
-
"
|
555 |
-
"
|
556 |
-
"
|
557 |
-
"
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
"
|
579 |
-
|
580 |
-
|
581 |
-
"
|
582 |
-
"
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
"
|
588 |
-
"
|
589 |
-
|
590 |
-
|
591 |
-
"
|
592 |
-
"
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
"
|
602 |
-
|
603 |
-
|
604 |
-
"
|
605 |
-
"
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
"
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
"
|
621 |
-
|
622 |
-
|
623 |
-
"
|
624 |
-
"
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
"
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
"
|
644 |
-
|
645 |
-
|
646 |
-
"
|
647 |
-
"
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
"
|
661 |
-
|
662 |
-
|
663 |
-
"
|
664 |
-
"
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
"
|
670 |
-
"
|
671 |
-
|
672 |
-
|
673 |
-
"
|
674 |
-
"
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
"
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
"
|
691 |
-
|
692 |
-
|
693 |
-
"
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
"
|
731 |
-
|
732 |
-
|
733 |
-
"
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
"
|
738 |
-
"
|
739 |
-
|
740 |
-
|
741 |
-
"
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
msgstr "
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
"
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
"
|
758 |
-
"
|
759 |
-
|
760 |
-
"
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
"
|
765 |
-
"
|
766 |
-
|
767 |
-
|
768 |
-
"
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
"
|
777 |
-
"
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
"
|
782 |
-
"
|
783 |
-
|
784 |
-
"
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
"
|
789 |
-
"
|
790 |
-
|
791 |
-
|
792 |
-
"
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
"
|
806 |
-
"
|
807 |
-
|
808 |
-
|
809 |
-
"
|
810 |
-
"
|
811 |
-
"
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
"order
|
817 |
-
|
818 |
-
|
819 |
-
"Reihenfolge
|
820 |
-
"
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
"
|
854 |
-
|
855 |
-
|
856 |
-
"
|
857 |
-
"
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
"
|
887 |
-
|
888 |
-
|
889 |
-
"
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
"
|
907 |
-
|
908 |
-
|
909 |
-
"
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
"
|
919 |
-
|
920 |
-
|
921 |
-
"
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2014
|
2 |
+
# This file is distributed under the same license as the plugin package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Quick Featured Images\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
+
"POT-Creation-Date: 2015-08-31 10:45+0200\n"
|
8 |
+
"PO-Revision-Date: 2015-08-31 10:47+0200\n"
|
9 |
+
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
+
"Language-Team: m.stehle@gmx.de\n"
|
11 |
+
"Language: de_DE\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.8.4\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
17 |
+
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
18 |
+
"X-Poedit-Basepath: ..\n"
|
19 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
+
|
22 |
+
#: admin/class-quick-featured-images-admin.php:201
|
23 |
+
msgid ""
|
24 |
+
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
+
"delete them in bulk, set default images, get overview lists."
|
26 |
+
msgstr ""
|
27 |
+
"Dein Schweizer Taschenmesser für Beitragsbilder: Setze, ersetze und lösche "
|
28 |
+
"sie massenhaft, definiere Standard-Bilder, erhalte Übersichtslisten."
|
29 |
+
|
30 |
+
#: admin/class-quick-featured-images-admin.php:265
|
31 |
+
#, php-format
|
32 |
+
msgid ""
|
33 |
+
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
34 |
+
"not activate it. If you want to use this plugin update the Wordpress files "
|
35 |
+
"to the latest version."
|
36 |
+
msgstr ""
|
37 |
+
"Das Plugin erfordert WordPress Version %s oder höher. Daher hat WordPress "
|
38 |
+
"es nicht aktiviert. Falls du dieses Plugin nutzen willst, aktualisiere die "
|
39 |
+
"WordPress-Dateien auf die neueste Version."
|
40 |
+
|
41 |
+
#: admin/class-quick-featured-images-admin.php:462
|
42 |
+
#, php-format
|
43 |
+
msgid "Welcome to %s! You can find the plugin at %s."
|
44 |
+
msgstr "Willkommen zu %s! Du kannst das Plugin finden unter %s."
|
45 |
+
|
46 |
+
#: admin/class-quick-featured-images-defaults.php:191
|
47 |
+
msgid "Changes saved."
|
48 |
+
msgstr "Änderungen gespeichert."
|
49 |
+
|
50 |
+
#: admin/class-quick-featured-images-defaults.php:194
|
51 |
+
msgid "No changes were saved."
|
52 |
+
msgstr "Keine Änderungen gespeichert."
|
53 |
+
|
54 |
+
#: admin/class-quick-featured-images-defaults.php:231
|
55 |
+
msgid "Preset Featured Images"
|
56 |
+
msgstr "Voreingestellte Beitragsbilder"
|
57 |
+
|
58 |
+
#: admin/class-quick-featured-images-defaults.php:242
|
59 |
+
msgid "Set default featured images for future posts"
|
60 |
+
msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
|
61 |
+
|
62 |
+
#: admin/class-quick-featured-images-settings.php:204
|
63 |
+
msgid "Image Columns"
|
64 |
+
msgstr "Bil­der­spal­ten"
|
65 |
+
|
66 |
+
#: admin/class-quick-featured-images-settings.php:215
|
67 |
+
msgid "Set the visibility of columns of featured images in posts lists"
|
68 |
+
msgstr ""
|
69 |
+
"Stelle die Sichtbarkeit der Spalten für Beitragsbilder in "
|
70 |
+
"Beitragsübersichten ein"
|
71 |
+
|
72 |
+
#: admin/class-quick-featured-images-settings.php:364
|
73 |
+
msgid "Columns for featured images in posts lists"
|
74 |
+
msgstr "Spalten für Beitragsbilder in Beitragsübersichten"
|
75 |
+
|
76 |
+
#: admin/class-quick-featured-images-settings.php:372
|
77 |
+
msgid "Show additional column for featured images in lists of"
|
78 |
+
msgstr "Zeige eine zusätzliche Spalte für Beitragsbilder in Übersichten"
|
79 |
+
|
80 |
+
#: admin/class-quick-featured-images-settings.php:377
|
81 |
+
msgid "Posts list with image column"
|
82 |
+
msgstr "Inhaltsliste mit Bildspalte"
|
83 |
+
|
84 |
+
#: admin/class-quick-featured-images-settings.php:491
|
85 |
+
msgid ""
|
86 |
+
"Activate the checkboxes at each post type to show the extra columns in the "
|
87 |
+
"post lists."
|
88 |
+
msgstr ""
|
89 |
+
"Aktiviere die Checkboxen bei jedem Inhaltstyp, um die zusätzliche Spalte in "
|
90 |
+
"den Beitragsübersichten anzuzeigen."
|
91 |
+
|
92 |
+
#: admin/class-quick-featured-images-settings.php:501
|
93 |
+
msgid ""
|
94 |
+
"The additional columns give you a quick overview about all used featured "
|
95 |
+
"images for every post. The Featured Image column is sortable."
|
96 |
+
msgstr ""
|
97 |
+
"Die zusätzlichen Spalten geben dir einen schnellen Überblick über alle "
|
98 |
+
"verwendeten Beitragsbilder eines jeden Beitrags. Die Spalte der "
|
99 |
+
"Beitragsbilder ist sortierbar."
|
100 |
+
|
101 |
+
#: admin/class-quick-featured-images-tools.php:418
|
102 |
+
#, php-format
|
103 |
+
msgid "Wrong image ID %d"
|
104 |
+
msgstr "Falsche Bild-ID %d"
|
105 |
+
|
106 |
+
#: admin/class-quick-featured-images-tools.php:519
|
107 |
+
msgid "Select"
|
108 |
+
msgstr "Auswählen"
|
109 |
+
|
110 |
+
#: admin/class-quick-featured-images-tools.php:520
|
111 |
+
msgid "Add filter"
|
112 |
+
msgstr "Filter hinzufügen"
|
113 |
+
|
114 |
+
#: admin/class-quick-featured-images-tools.php:521
|
115 |
+
msgid "Refine"
|
116 |
+
msgstr "Verfeinern"
|
117 |
+
|
118 |
+
#: admin/class-quick-featured-images-tools.php:522
|
119 |
+
msgid "Confirm"
|
120 |
+
msgstr "Bestätigen"
|
121 |
+
|
122 |
+
#: admin/class-quick-featured-images-tools.php:523
|
123 |
+
msgid "Perform"
|
124 |
+
msgstr "Umsetzen"
|
125 |
+
|
126 |
+
#: admin/class-quick-featured-images-tools.php:527
|
127 |
+
msgid "Set the selected image as new featured image"
|
128 |
+
msgstr "Füge das ausgewählte Bild als neues Beitragsbild hinzu"
|
129 |
+
|
130 |
+
#: admin/class-quick-featured-images-tools.php:528
|
131 |
+
msgid "Replace featured images by the selected image"
|
132 |
+
msgstr "Ersetze mindestens ein Beitragsbild durch das ausgewählte Bild"
|
133 |
+
|
134 |
+
#: admin/class-quick-featured-images-tools.php:529
|
135 |
+
msgid "Remove the selected image as featured image"
|
136 |
+
msgstr "Entferne das ausgewählte Bild als Beitragsbild"
|
137 |
+
|
138 |
+
#: admin/class-quick-featured-images-tools.php:532
|
139 |
+
msgid "Remove any image as featured image"
|
140 |
+
msgstr "Entferne jedes Bild als Beitragsbild"
|
141 |
+
|
142 |
+
#: admin/class-quick-featured-images-tools.php:535
|
143 |
+
msgid "Set multiple images randomly as featured images"
|
144 |
+
msgstr ""
|
145 |
+
"Füge mehrere Bilder in zufälliger Ordnung als neue Beitragsbilder hinzu"
|
146 |
+
|
147 |
+
#: admin/class-quick-featured-images-tools.php:539
|
148 |
+
msgid "Overwrite featured images"
|
149 |
+
msgstr "Überschreibe Beitragsbilder"
|
150 |
+
|
151 |
+
#: admin/class-quick-featured-images-tools.php:540
|
152 |
+
msgid "Consider only posts without any featured image"
|
153 |
+
msgstr "Berücksichtige nur Beiträge ohne Beitragsbild"
|
154 |
+
|
155 |
+
#: admin/class-quick-featured-images-tools.php:544
|
156 |
+
msgid "Post Type Filter"
|
157 |
+
msgstr "Inhaltstypfilter"
|
158 |
+
|
159 |
+
#: admin/class-quick-featured-images-tools.php:545
|
160 |
+
msgid "Category Filter"
|
161 |
+
msgstr "Kategorienfilter"
|
162 |
+
|
163 |
+
#: admin/class-quick-featured-images-tools.php:546
|
164 |
+
msgid "Tag Filter"
|
165 |
+
msgstr "Schlagwortfilter"
|
166 |
+
|
167 |
+
#: admin/class-quick-featured-images-tools.php:575
|
168 |
+
msgid "Image width in pixels lower than"
|
169 |
+
msgstr "Bildbreite in Pixeln kleiner als"
|
170 |
+
|
171 |
+
#: admin/class-quick-featured-images-tools.php:576
|
172 |
+
msgid "Image height in pixels lower than"
|
173 |
+
msgstr "Bildhöhe in Pixeln kleiner als"
|
174 |
+
|
175 |
+
#: admin/class-quick-featured-images-tools.php:651
|
176 |
+
#, php-format
|
177 |
+
msgid "The input field %s is empty."
|
178 |
+
msgstr "Das Eingabefeld %s ist leer."
|
179 |
+
|
180 |
+
#: admin/class-quick-featured-images-tools.php:652
|
181 |
+
msgid "Type in a value into the input field."
|
182 |
+
msgstr "Gebe in das Eingabefeld einen Wert ein."
|
183 |
+
|
184 |
+
#: admin/class-quick-featured-images-tools.php:655
|
185 |
+
#, php-format
|
186 |
+
msgid "%s is not defined."
|
187 |
+
msgstr "%s ist nicht definiert."
|
188 |
+
|
189 |
+
#: admin/class-quick-featured-images-tools.php:656
|
190 |
+
msgid "Check how to define the value."
|
191 |
+
msgstr "Prüfe nach, wie der Wert gesetzt wird."
|
192 |
+
|
193 |
+
#: admin/class-quick-featured-images-tools.php:659
|
194 |
+
msgid "There is no selected image."
|
195 |
+
msgstr "Es gibt kein ausgewähltes Bild."
|
196 |
+
|
197 |
+
#: admin/class-quick-featured-images-tools.php:660
|
198 |
+
msgid "Select an image from the media library."
|
199 |
+
msgstr "Wähle ein Bild aus der Mediathek aus."
|
200 |
+
|
201 |
+
#: admin/class-quick-featured-images-tools.php:663
|
202 |
+
#: admin/views/section_image.php:51
|
203 |
+
msgid "You have not selected an action."
|
204 |
+
msgstr "Du hast keine Aktion ausgewählt"
|
205 |
+
|
206 |
+
#: admin/class-quick-featured-images-tools.php:664
|
207 |
+
msgid "Start again and select which action you want to apply."
|
208 |
+
msgstr "Fange neu an und wähle aus, welche Aktion du anwenden willst."
|
209 |
+
|
210 |
+
#: admin/class-quick-featured-images-tools.php:667
|
211 |
+
#, php-format
|
212 |
+
msgid "The input field %s has an invalid value."
|
213 |
+
msgstr "Das Eingabefeld %s hat einen ungültigen Wert."
|
214 |
+
|
215 |
+
#: admin/class-quick-featured-images-tools.php:668
|
216 |
+
msgid "Type in valid values in the input field."
|
217 |
+
msgstr "Gebe einen gültigen Wert in das Eingabefeld ein."
|
218 |
+
|
219 |
+
#: admin/class-quick-featured-images-tools.php:672
|
220 |
+
msgid "Type in values stored by WordPress."
|
221 |
+
msgstr "Gebe von WordPress gespeicherte Werte ein."
|
222 |
+
|
223 |
+
#: admin/class-quick-featured-images-tools.php:1778
|
224 |
+
msgid "Set, replace, remove"
|
225 |
+
msgstr "Setzen, tauschen, löschen"
|
226 |
+
|
227 |
+
#: admin/class-quick-featured-images-tools.php:1789
|
228 |
+
msgid "Bulk set, replace and remove featured images for existing posts"
|
229 |
+
msgstr ""
|
230 |
+
"Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
|
231 |
+
"bestehende Inhalte"
|
232 |
+
|
233 |
+
#: admin/class-quick-featured-images-tools.php:1901
|
234 |
+
msgid "Bulk set as featured image"
|
235 |
+
msgstr "Als Beitragsbild setzen"
|
236 |
+
|
237 |
+
#: admin/views/filter_category.php:3
|
238 |
+
msgid "Select a category"
|
239 |
+
msgstr "Wähle eine Kategorie aus"
|
240 |
+
|
241 |
+
#: admin/views/filter_post_types.php:2
|
242 |
+
msgid "Select post types"
|
243 |
+
msgstr "Wähle die Inhaltstypen (Post Types) aus"
|
244 |
+
|
245 |
+
#: admin/views/filter_post_types.php:2
|
246 |
+
msgid "You can select posts and pages."
|
247 |
+
msgstr "Du kannst Beiträge und Seiten auswählen."
|
248 |
+
|
249 |
+
#: admin/views/filter_tag.php:7
|
250 |
+
msgid "Select a tag"
|
251 |
+
msgstr "Wähle ein Schlagwort aus"
|
252 |
+
|
253 |
+
#: admin/views/filter_tag.php:20
|
254 |
+
msgid "There are no tags in use."
|
255 |
+
msgstr "Zur Zeit werden keine Schlagwörter genutzt."
|
256 |
+
|
257 |
+
#: admin/views/form_back_to_selection.php:2
|
258 |
+
msgid "Select filters and options again"
|
259 |
+
msgstr "Filter und Optionen nochmals auswählen"
|
260 |
+
|
261 |
+
#: admin/views/form_back_to_selection.php:3
|
262 |
+
msgid ""
|
263 |
+
"If you want to change your former selection just go back by clicking on this "
|
264 |
+
"button."
|
265 |
+
msgstr ""
|
266 |
+
"Falls Du deine vorige Auswahl ändern willst, gehe zurück per Klick auf diese "
|
267 |
+
"Schaltfläche."
|
268 |
+
|
269 |
+
#: admin/views/form_back_to_selection.php:42
|
270 |
+
msgid "Modify selection"
|
271 |
+
msgstr "Auswahl ändern"
|
272 |
+
|
273 |
+
#: admin/views/form_confirm.php:4
|
274 |
+
msgid "Should the selected image be set as featured image to all listed posts?"
|
275 |
+
msgstr ""
|
276 |
+
"Sollte das ausgewählte Bild allen gelisteten Beiträgen als Beitragsbild "
|
277 |
+
"hinzugefügt werden?"
|
278 |
+
|
279 |
+
#: admin/views/form_confirm.php:7
|
280 |
+
msgid ""
|
281 |
+
"Should the selected images be set randomly as featured images to all listed "
|
282 |
+
"posts?"
|
283 |
+
msgstr ""
|
284 |
+
"Sollten die ausgewählten Bilder bei allen gelisteten Beiträgen zufällig "
|
285 |
+
"hinzugefügt werden?"
|
286 |
+
|
287 |
+
#: admin/views/form_confirm.php:10
|
288 |
+
msgid ""
|
289 |
+
"Should the current set featured image be replaced by the selected image at "
|
290 |
+
"all listed posts?"
|
291 |
+
msgstr ""
|
292 |
+
"Sollte das aktuell gesetzte Beitragsbild durch das ausgewählte Bild bei "
|
293 |
+
"allen gelisteten Beiträgen ausgetauscht werden?"
|
294 |
+
|
295 |
+
#: admin/views/form_confirm.php:13
|
296 |
+
msgid "Should the selected image be removed from all listed posts?"
|
297 |
+
msgstr ""
|
298 |
+
"Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
|
299 |
+
|
300 |
+
#: admin/views/form_confirm.php:16
|
301 |
+
msgid "Should the future images be set as featured images at all listed posts?"
|
302 |
+
msgstr "Sollten die vorgeschlagene Bilder als Beitragsbilder gesetzt werden?"
|
303 |
+
|
304 |
+
#: admin/views/form_confirm.php:19
|
305 |
+
msgid "Should the added featured images be removed from all listed posts?"
|
306 |
+
msgstr ""
|
307 |
+
"Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
|
308 |
+
|
309 |
+
#: admin/views/form_confirm.php:24
|
310 |
+
msgid "Preview of your selection"
|
311 |
+
msgstr "Vorschau deiner Auswahl"
|
312 |
+
|
313 |
+
#: admin/views/form_confirm.php:25
|
314 |
+
#, php-format
|
315 |
+
msgid "%d matches found"
|
316 |
+
msgstr "%d Treffer gefunden"
|
317 |
+
|
318 |
+
#: admin/views/form_confirm.php:29 admin/views/section_results.php:5
|
319 |
+
msgid "Details"
|
320 |
+
msgstr "Details"
|
321 |
+
|
322 |
+
#: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
|
323 |
+
#: admin/views/section_results.php:7
|
324 |
+
msgid "No."
|
325 |
+
msgstr "Nr."
|
326 |
+
|
327 |
+
#: admin/views/form_confirm.php:31 admin/views/section_results.php:6
|
328 |
+
msgid "Current Featured Image"
|
329 |
+
msgstr "Aktuelles Beitragsbild"
|
330 |
+
|
331 |
+
#: admin/views/form_confirm.php:32
|
332 |
+
msgid "Future Featured Image"
|
333 |
+
msgstr "Zukünftiges Beitragsbild"
|
334 |
+
|
335 |
+
#: admin/views/form_confirm.php:33
|
336 |
+
msgid "written on"
|
337 |
+
msgstr "geschrieben am"
|
338 |
+
|
339 |
+
#: admin/views/form_confirm.php:34
|
340 |
+
msgid "by"
|
341 |
+
msgstr "von"
|
342 |
+
|
343 |
+
#: admin/views/form_confirm.php:48 admin/views/section_results.php:16
|
344 |
+
msgid ""
|
345 |
+
"The list is in alphabetical order according to post title. You can edit a "
|
346 |
+
"post in a new window by clicking on its link in the list."
|
347 |
+
msgstr ""
|
348 |
+
"Die Liste ist alphabetisch nach Titel sortiert. Du kannst einen Beitrag in "
|
349 |
+
"einem neuen Fenster bearbeiten per Klick auf seinen Link in der Liste."
|
350 |
+
|
351 |
+
#: admin/views/form_confirm.php:111
|
352 |
+
msgid "Confirm the change"
|
353 |
+
msgstr "Änderung bestätigen"
|
354 |
+
|
355 |
+
#: admin/views/form_confirm.php:112
|
356 |
+
msgid "You can not undo the operation!"
|
357 |
+
msgstr "Du kannst die Aktion nicht rückgängig machen!"
|
358 |
+
|
359 |
+
#: admin/views/form_confirm.php:173 admin/views/form_select.php:47
|
360 |
+
#: admin/views/section_errormsg.php:8 admin/views/section_results.php:74
|
361 |
+
msgid "Start again"
|
362 |
+
msgstr "Beginne neu"
|
363 |
+
|
364 |
+
#: admin/views/form_confirm.php:173
|
365 |
+
msgid "or refine your selection with the following form fields."
|
366 |
+
msgstr "oder verfeinere deine Auswahl mit dem folgenden Feldern."
|
367 |
+
|
368 |
+
#: admin/views/form_refine.php:1
|
369 |
+
msgid "Refine your selection"
|
370 |
+
msgstr "Verfeinere deine Auswahl"
|
371 |
+
|
372 |
+
#: admin/views/form_refine.php:8
|
373 |
+
msgid "Refine filters"
|
374 |
+
msgstr "Filter verfeinern"
|
375 |
+
|
376 |
+
#: admin/views/form_refine.php:9
|
377 |
+
msgid ""
|
378 |
+
"Now you can find posts and pages by matching parameters. Refine them here."
|
379 |
+
msgstr ""
|
380 |
+
"Jetzt kannst du die Beiträge und Seiten auf die passenden Parameter "
|
381 |
+
"eingrenzen. Stelle sie hier ein."
|
382 |
+
|
383 |
+
#: admin/views/form_refine.php:10
|
384 |
+
msgid "Whatever you do: You can confirm your choice on the next page."
|
385 |
+
msgstr ""
|
386 |
+
"Was immer du machst: Du kannst deine Auswahl auf der folgenden Seite "
|
387 |
+
"überprüfen."
|
388 |
+
|
389 |
+
#: admin/views/form_refine.php:18
|
390 |
+
#, php-format
|
391 |
+
msgid "File %s is not available."
|
392 |
+
msgstr "Datei %s ist nicht vorhanden."
|
393 |
+
|
394 |
+
#: admin/views/form_refine.php:48 admin/views/form_select.php:40
|
395 |
+
msgid "Preview filtering"
|
396 |
+
msgstr "Auswahl überprüfen"
|
397 |
+
|
398 |
+
#: admin/views/form_refine.php:54
|
399 |
+
msgid ""
|
400 |
+
"There are no selected filters. Modify your filter selection or just go on by "
|
401 |
+
"clicking on the next button."
|
402 |
+
msgstr ""
|
403 |
+
"Du hast keinen Filter ausgewählt. Ändere deine Filterauswahl oder gehe "
|
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:193
|
408 |
+
msgid "Notice"
|
409 |
+
msgstr "Hinweis"
|
410 |
+
|
411 |
+
#: admin/views/form_select.php:13
|
412 |
+
msgid ""
|
413 |
+
"You did not have selected an image from the list below. To go on select at "
|
414 |
+
"least one image you want to replace by the selected image."
|
415 |
+
msgstr ""
|
416 |
+
"Du hast kein Bild aus der untenstehenden Liste ausgewählt. Um weiter zu "
|
417 |
+
"kommen, wähle mindestens ein Bild aus, das durch das ausgewählte Bild "
|
418 |
+
"ausgetauscht werden soll."
|
419 |
+
|
420 |
+
#: admin/views/form_select.php:18
|
421 |
+
msgid "Select the featured images you want to replace by the selected image."
|
422 |
+
msgstr ""
|
423 |
+
"Wähle die Beitragsbilder aus, das du durch das ausgewählte Bild ersetzen "
|
424 |
+
"willst."
|
425 |
+
|
426 |
+
#: admin/views/form_select.php:19
|
427 |
+
msgid "You can select multiple images. Select at least one image."
|
428 |
+
msgstr "Du kannst mehrere Bilder auswählen. Wähle mindestens ein Bild aus."
|
429 |
+
|
430 |
+
#: admin/views/form_select.php:46
|
431 |
+
msgid "There are no featured images in use."
|
432 |
+
msgstr "Zur Zeit gibt es kein Beitragsbild."
|
433 |
+
|
434 |
+
#: admin/views/form_select.php:55
|
435 |
+
msgid "Refine your selections"
|
436 |
+
msgstr "Verfeinere deine Auswahl"
|
437 |
+
|
438 |
+
#: admin/views/form_select.php:56 admin/views/form_select.php:66
|
439 |
+
msgid "You can control the process with the following options."
|
440 |
+
msgstr "Du kannst den Vorgang mit den folgenden Einstellungen steuern."
|
441 |
+
|
442 |
+
#: admin/views/form_select.php:63
|
443 |
+
msgid "Optional: Select options"
|
444 |
+
msgstr "Optional: Wähle Optionen aus"
|
445 |
+
|
446 |
+
#: admin/views/form_select.php:65
|
447 |
+
msgid "Process Options"
|
448 |
+
msgstr "Einstellmöglichkeiten"
|
449 |
+
|
450 |
+
#: admin/views/form_select.php:71
|
451 |
+
msgid "Overwrite existing featured images with new ones"
|
452 |
+
msgstr "Überschreibe bestehende Beitragsbilder mit dem/den neuen"
|
453 |
+
|
454 |
+
#: admin/views/form_select.php:81
|
455 |
+
msgid ""
|
456 |
+
"Posts with featured images will be ignored, even if the Overwrite option is "
|
457 |
+
"checked "
|
458 |
+
msgstr ""
|
459 |
+
"Beiträge mit Beitragsbildern werden ignoriert, auch wenn die Überschreiben-"
|
460 |
+
"Option aktiviiert ist"
|
461 |
+
|
462 |
+
#: admin/views/form_select.php:90
|
463 |
+
msgid "There are two more options in the premium version for random images:"
|
464 |
+
msgstr ""
|
465 |
+
"In der Premium-Version gibt es zwei weitere Optionen for Zufallsbilder:"
|
466 |
+
|
467 |
+
#: admin/views/form_select.php:92
|
468 |
+
msgid "Use each selected image only once"
|
469 |
+
msgstr "Verwende jedes ausgewählte Bild nur einmal"
|
470 |
+
|
471 |
+
#: admin/views/form_select.php:93
|
472 |
+
msgid "Remove excess featured images after all selected images are used"
|
473 |
+
msgstr ""
|
474 |
+
"Lösche überzählige Beitragsbilder, nachdem alle ausgewählten Bilder "
|
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:109
|
479 |
+
#: admin/views/section_defaults.php:444 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:109
|
487 |
+
#: admin/views/section_defaults.php:444 admin/views/section_footer.php:59
|
488 |
+
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
489 |
+
msgid "/"
|
490 |
+
msgstr "/de"
|
491 |
+
|
492 |
+
#: admin/views/form_select.php:104
|
493 |
+
msgid "Optional: Add a filter"
|
494 |
+
msgstr "Optional: Füge einen Filter hinzu"
|
495 |
+
|
496 |
+
#: admin/views/form_select.php:106
|
497 |
+
msgid "Select filters"
|
498 |
+
msgstr "Filter auswählen"
|
499 |
+
|
500 |
+
#: admin/views/form_select.php:107
|
501 |
+
msgid ""
|
502 |
+
"If you want select one of the following filters to narrow down the set of "
|
503 |
+
"concerned posts and pages."
|
504 |
+
msgstr ""
|
505 |
+
"Falls gewünscht, wähle eines der folgenden Filter, um die Auswahl der "
|
506 |
+
"betreffenden Beiträge und Seiten einzugrenzen."
|
507 |
+
|
508 |
+
#: admin/views/form_select.php:108
|
509 |
+
msgid ""
|
510 |
+
"You can select multiple filters. They will return an intersection of their "
|
511 |
+
"results."
|
512 |
+
msgstr ""
|
513 |
+
"Du kannst mehrere Filter auswählen. Sie geben eine Schnittmenge ihrer "
|
514 |
+
"Ergebnisse zurück."
|
515 |
+
|
516 |
+
#: admin/views/form_select.php:113
|
517 |
+
msgid "Search by post type. By default all posts and pages will be affected."
|
518 |
+
msgstr ""
|
519 |
+
"Suchen nach Inhaltstyp. Standardmäßig werden Beiträge und Seiten "
|
520 |
+
"berücksichtigt."
|
521 |
+
|
522 |
+
#: admin/views/form_select.php:116
|
523 |
+
msgid "Search posts by category"
|
524 |
+
msgstr "Suchen nach Kategorie"
|
525 |
+
|
526 |
+
#: admin/views/form_select.php:119
|
527 |
+
msgid "Search posts by tag"
|
528 |
+
msgstr "Suchen nach Schlagwort"
|
529 |
+
|
530 |
+
#: admin/views/form_select.php:133 admin/views/section_overview.php:91
|
531 |
+
msgid "Are you looking for more options and more filters?"
|
532 |
+
msgstr "Suchst du nach mehr Optionen und mehr Filtern?"
|
533 |
+
|
534 |
+
#: admin/views/form_select.php:134
|
535 |
+
msgid ""
|
536 |
+
"On the next page you can refine the filters. If you did not select any "
|
537 |
+
"filter you will go to the preview list directly."
|
538 |
+
msgstr ""
|
539 |
+
"Auf der nächsten Seite kannst du die Filter verfeinern. Falls du keine "
|
540 |
+
"Filter ausgewählt hast, kommst du direkt zur Vorschau."
|
541 |
+
|
542 |
+
#: admin/views/form_select.php:152
|
543 |
+
msgid "If you encounter a white, blank page, read this"
|
544 |
+
msgstr "Sollte dir die weiße, leere Seite begegnen, lese das"
|
545 |
+
|
546 |
+
#: admin/views/form_select.php:153
|
547 |
+
msgid ""
|
548 |
+
"Facing a white blank page while trying to treat thousands of posts is the "
|
549 |
+
"effect of limited memory capacities on the website server. Instead of "
|
550 |
+
"treating a huge amount of posts in one single go try to treat small amounts "
|
551 |
+
"of posts multiple times successively. To achieve that do:"
|
552 |
+
msgstr ""
|
553 |
+
"Einer weißen, leeren Seite zu begegnen, während man bei tausenden von "
|
554 |
+
"Beiträgen ein Beitragsbild zu setzen versucht, ergibt sich aufgrund "
|
555 |
+
"begrenzter Speicherkapazitäten auf dem Server der Website. Statt eine große "
|
556 |
+
"Zahl von Beiträgen in einem einzigen Durchgang zu bearbeiten, versuche, eine "
|
557 |
+
"kleine Zahl von Beiträgen in mehreren Durchgängen nacheinander anzugehen. Um "
|
558 |
+
"das umzusetzen, mache folgendes:"
|
559 |
+
|
560 |
+
#: admin/views/form_select.php:156
|
561 |
+
msgid "add the time filter,"
|
562 |
+
msgstr "füge den Zeitfilter hinzu,"
|
563 |
+
|
564 |
+
#: admin/views/form_select.php:157
|
565 |
+
msgid "set a small time range,"
|
566 |
+
msgstr "stelle einen kurzen Zeitraum ein,"
|
567 |
+
|
568 |
+
#: admin/views/form_select.php:158
|
569 |
+
msgid "do the process"
|
570 |
+
msgstr "führe den Prozess durch"
|
571 |
+
|
572 |
+
#: admin/views/form_select.php:159
|
573 |
+
msgid "and repeat it with the next time range as often as needed."
|
574 |
+
msgstr "und wiederhole ihn mit dem nächsten Zeitraum so oft wie nötig."
|
575 |
+
|
576 |
+
#: admin/views/form_select.php:161
|
577 |
+
msgid ""
|
578 |
+
"This way is not as fast as one single run, but still much faster than "
|
579 |
+
"setting the images for each post manually."
|
580 |
+
msgstr ""
|
581 |
+
"Diese Vorgehensweise ist nicht so schnell wie ein einzelner Durchlauf, aber "
|
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:195
|
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 "
|
589 |
+
"featured images."
|
590 |
+
msgstr ""
|
591 |
+
"Das aktuelle Theme unterstützt keine Beitragsbilder. Jedoch kannst du das "
|
592 |
+
"Plugin nutzen. Die Auswirkungen werden gespeichert und werden in einem "
|
593 |
+
"Theme, das Beitragsbilder unterstützt, sichtbar."
|
594 |
+
|
595 |
+
#: admin/views/form_start.php:12
|
596 |
+
msgid "What do you want to do?"
|
597 |
+
msgstr "Was willst du umsetzen?"
|
598 |
+
|
599 |
+
#: admin/views/form_start.php:14
|
600 |
+
msgid ""
|
601 |
+
"Here you can add, replace and delete featured images to your posts. Select "
|
602 |
+
"one of the following actions and, if necessary, one or more images."
|
603 |
+
msgstr ""
|
604 |
+
"Hier kannst du zu deinen Inhalten Beitragsbilder hinzufügen, ersetzen und "
|
605 |
+
"löschen. Wähle eine der folgenden Aktionen aus und, wo notwendig, eines oder "
|
606 |
+
"mehrere Bilder."
|
607 |
+
|
608 |
+
#: admin/views/form_start.php:15
|
609 |
+
msgid "Whatever you select: You can refine your choice on the next page."
|
610 |
+
msgstr ""
|
611 |
+
"Was du auch auswählst: Du kannst deine Auswahl auf der folgenden Seite "
|
612 |
+
"verfeinern."
|
613 |
+
|
614 |
+
#: admin/views/form_start.php:17
|
615 |
+
msgid "Important advice"
|
616 |
+
msgstr "Wichtiger Hinweis"
|
617 |
+
|
618 |
+
#: admin/views/form_start.php:18
|
619 |
+
msgid ""
|
620 |
+
"There is no undo function! It is strongly recommended that you make a backup "
|
621 |
+
"of the WordPress database before you perform mass changes."
|
622 |
+
msgstr ""
|
623 |
+
"Es gibt keine Rücksetzfunktion! Es ist dringend empfohlen, dass du eine "
|
624 |
+
"Sicherung der WordPress-Datenbank erstellst, bevor du massenweise Änderungen "
|
625 |
+
"durchführst."
|
626 |
+
|
627 |
+
#: admin/views/form_start.php:20
|
628 |
+
msgid "Select action"
|
629 |
+
msgstr "Aktion auswählen"
|
630 |
+
|
631 |
+
#: admin/views/form_start.php:21
|
632 |
+
msgid "Actions with a single image"
|
633 |
+
msgstr "Aktionen mit einem einzelnen Bild"
|
634 |
+
|
635 |
+
#: admin/views/form_start.php:22
|
636 |
+
msgid "These actions require to select an image with the following button."
|
637 |
+
msgstr ""
|
638 |
+
"Diese Aktionen erfordern ein mit der folgenden Schaltfläche ausgewähltes "
|
639 |
+
"Bild."
|
640 |
+
|
641 |
+
#: admin/views/form_start.php:35
|
642 |
+
msgid ""
|
643 |
+
"Select the image you want to add to, replace or delete from posts and pages "
|
644 |
+
"by clicking on the following button."
|
645 |
+
msgstr ""
|
646 |
+
"Wähle das Bild aus, das du als Beitragsbild hinzufügen, austauschen oder von "
|
647 |
+
"Beiträgen und Seiten entfernen willst durch Klick auf die folgende "
|
648 |
+
"Schaltfläche."
|
649 |
+
|
650 |
+
#: admin/views/form_start.php:56
|
651 |
+
msgid "Choose Image"
|
652 |
+
msgstr "Bild auswählen"
|
653 |
+
|
654 |
+
#: admin/views/form_start.php:60
|
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:61
|
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:"
|
662 |
+
msgstr ""
|
663 |
+
"Einige Anwender berichteten, dass diese Schaltfläche nicht in jeder "
|
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:62
|
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 "
|
671 |
+
"image". 3. After a click on it you can move on in this plugin."
|
672 |
+
msgstr ""
|
673 |
+
"1. Gehe in die Mediathek. 2. Fahre mit der Maus über das gewünschte Bild. Es "
|
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:66
|
678 |
+
msgid "Actions with multiple images"
|
679 |
+
msgstr "Aktionen mit mehreren Bildern"
|
680 |
+
|
681 |
+
#: admin/views/form_start.php:67
|
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:79
|
689 |
+
msgid ""
|
690 |
+
"To select multiple images click on the button and use the CTRL key while "
|
691 |
+
"clicking on the images."
|
692 |
+
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:81
|
697 |
+
msgid "Choose Images"
|
698 |
+
msgstr "Bilder auswählen"
|
699 |
+
|
700 |
+
#: admin/views/form_start.php:97
|
701 |
+
msgid "Actions without any selected image"
|
702 |
+
msgstr "Aktionen ohne ausgewähltes Bild"
|
703 |
+
|
704 |
+
#: admin/views/form_start.php:98
|
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:109
|
709 |
+
msgid "Do you want to assign the first image of each post?"
|
710 |
+
msgstr "Willst du das erste Bild jeden Beitrags als Beitragsbild setzen?"
|
711 |
+
|
712 |
+
#: admin/views/section_defaults.php:16
|
713 |
+
msgid "matches"
|
714 |
+
msgstr "ist"
|
715 |
+
|
716 |
+
#: admin/views/section_defaults.php:184
|
717 |
+
msgid "Default featured images for future posts"
|
718 |
+
msgstr "Standard-Beitragsbilder für zukünftige Inhalte"
|
719 |
+
|
720 |
+
#: admin/views/section_defaults.php:186
|
721 |
+
msgid ""
|
722 |
+
"Define the rules to use images as default featured images automatically "
|
723 |
+
"every time a post is saved."
|
724 |
+
msgstr ""
|
725 |
+
"Stelle die Regeln ein, um bei jedem Speichern eines Beitrags Bilder als "
|
726 |
+
"voreingestellte Beitragsbilder automatisch zu setzen."
|
727 |
+
|
728 |
+
#: admin/views/section_defaults.php:187
|
729 |
+
msgid ""
|
730 |
+
"To use a rule choose the image and set both the taxonomy and the value. A "
|
731 |
+
"rule which is defined only partially will be ignored."
|
732 |
+
msgstr ""
|
733 |
+
"Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
|
734 |
+
"Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
|
735 |
+
|
736 |
+
#: admin/views/section_defaults.php:203
|
737 |
+
msgid "Are you sure to remove this rule?"
|
738 |
+
msgstr "Willst du diese Regel wirklich löschen?"
|
739 |
+
|
740 |
+
#: admin/views/section_defaults.php:217
|
741 |
+
msgid "An image overwrites an existing image"
|
742 |
+
msgstr "Ein Bild überschreibt ein bestehendes Bild"
|
743 |
+
|
744 |
+
#: admin/views/section_defaults.php:220
|
745 |
+
msgid ""
|
746 |
+
"If activated the rule is used automatically while saving a post to overwrite "
|
747 |
+
"an existing featured image with the new one based on the following rules. Do "
|
748 |
+
"not use this if you want to keep manually set featured images."
|
749 |
+
msgstr ""
|
750 |
+
"Falls aktiviert, wird die Regel automatisch beim Speichern eines Beitrags "
|
751 |
+
"angewandt, um ein bestehendes Beitragsbild mit einem neuen auf Grundlage der "
|
752 |
+
"folgenden Regeln zu überschreiben. Verwende diese Option nicht, wenn du "
|
753 |
+
"manuell gesetzte Beitragsbilder beibehalten willst."
|
754 |
+
|
755 |
+
#: admin/views/section_defaults.php:226
|
756 |
+
msgid ""
|
757 |
+
"Activate to automatically overwrite an existing featured image while saving "
|
758 |
+
"a post"
|
759 |
+
msgstr ""
|
760 |
+
"Überschreibe ein bestehendes Beitragsbild automatisch beim Speichern eines "
|
761 |
+
"Beitrags"
|
762 |
+
|
763 |
+
#: admin/views/section_defaults.php:233
|
764 |
+
msgid "Text with images in WordPress editor"
|
765 |
+
msgstr "Text mit Bildern im WordPress-Editor"
|
766 |
+
|
767 |
+
#: admin/views/section_defaults.php:236
|
768 |
+
msgid ""
|
769 |
+
"If activated the rule is used automatically while saving a post to set the "
|
770 |
+
"first content image - if available in the media library - as the featured "
|
771 |
+
"image of the post. If the post has no content images the next rules will be "
|
772 |
+
"applied."
|
773 |
+
msgstr ""
|
774 |
+
"Falls aktiviert, wird die Regel beim Speichern eines Beitrags automatisch "
|
775 |
+
"angewandt, um das erste Bild im Inhalt - sofern in der Mediathek vorhanden - "
|
776 |
+
"als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
|
777 |
+
"enthalten, werden die nächsten Regeln angewandt."
|
778 |
+
|
779 |
+
#: admin/views/section_defaults.php:242
|
780 |
+
msgid ""
|
781 |
+
"Activate to automatically use the first content image if available in the "
|
782 |
+
"media library as featured image while saving a post"
|
783 |
+
msgstr ""
|
784 |
+
"Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
|
785 |
+
"Beitragsbild automatisch beim Speichern eines Beitrags"
|
786 |
+
|
787 |
+
#: admin/views/section_defaults.php:433
|
788 |
+
msgid "Add rule"
|
789 |
+
msgstr "Regel hinzufügen"
|
790 |
+
|
791 |
+
#: admin/views/section_defaults.php:439
|
792 |
+
msgid "Additional rules in the premium version"
|
793 |
+
msgstr "Zusätzliche Regeln in der Premium-Version"
|
794 |
+
|
795 |
+
#: admin/views/section_defaults.php:441
|
796 |
+
msgid "Search string in post title"
|
797 |
+
msgstr "Suchbegriff im Beitragstitel"
|
798 |
+
|
799 |
+
#: admin/views/section_defaults.php:446
|
800 |
+
msgid "How the rules work"
|
801 |
+
msgstr "Wie die Regeln funktionieren"
|
802 |
+
|
803 |
+
#: admin/views/section_defaults.php:447
|
804 |
+
msgid ""
|
805 |
+
"Every time you save a post the post get the featured image if one of the "
|
806 |
+
"following rules match a property of the post. You can also set rules for "
|
807 |
+
"pages and all other current post types which support featured images."
|
808 |
+
msgstr ""
|
809 |
+
"Jedesmal, wenn du einen Beitrag speicherst, erhält der Beitrag das "
|
810 |
+
"Beitragsbild, falls eine der folgenden Regeln auf eine seiner Eigenschaften "
|
811 |
+
"zutrifft. Du kannst die Regeln auch für Seiten und alle anderen "
|
812 |
+
"Inhaltstypen, die Beitragsbilder unterstützen, setzen."
|
813 |
+
|
814 |
+
#: admin/views/section_defaults.php:448
|
815 |
+
msgid ""
|
816 |
+
"Regardless of the order in the list the rules are applied in the following "
|
817 |
+
"order until a rule and a property of the post fit together:"
|
818 |
+
msgstr ""
|
819 |
+
"Unabhängig von der Reihenfolge in der Liste werden die Regeln nach folgender "
|
820 |
+
"Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
|
821 |
+
"übereinstimmen:"
|
822 |
+
|
823 |
+
#: admin/views/section_defaults.php:450
|
824 |
+
msgid "found first content image. If not then..."
|
825 |
+
msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
|
826 |
+
|
827 |
+
#: admin/views/section_defaults.php:451
|
828 |
+
msgid "matched custom taxonomy. If not then..."
|
829 |
+
msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
|
830 |
+
|
831 |
+
#: admin/views/section_defaults.php:452
|
832 |
+
msgid "matched tag. If not then..."
|
833 |
+
msgstr "passendes Schlagwort. Wenn nicht, dann..."
|
834 |
+
|
835 |
+
#: admin/views/section_defaults.php:453
|
836 |
+
msgid "matched category. If not then..."
|
837 |
+
msgstr "passende Kategorie. Wenn nicht, dann..."
|
838 |
+
|
839 |
+
#: admin/views/section_defaults.php:454
|
840 |
+
msgid "matched author. If not then..."
|
841 |
+
msgstr "passender Autor. Wenn nicht, dann..."
|
842 |
+
|
843 |
+
#: admin/views/section_defaults.php:455
|
844 |
+
msgid "matched post type. If not then..."
|
845 |
+
msgstr "passender Inhaltstyp. Wenn nicht, dann..."
|
846 |
+
|
847 |
+
#: admin/views/section_defaults.php:456
|
848 |
+
msgid "no featured image."
|
849 |
+
msgstr "kein Beitragsbild."
|
850 |
+
|
851 |
+
#: admin/views/section_defaults.php:458
|
852 |
+
msgid ""
|
853 |
+
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
854 |
+
"the post it is unforeseeable which image will become the featured image."
|
855 |
+
msgstr ""
|
856 |
+
"Behalte im Hinterkopf, dass falls zwei oder mehr Regeln derselben Taxonomie "
|
857 |
+
"zu einen Beitrag passen sollten, es nicht voraussagbar ist, welches Bild zum "
|
858 |
+
"Beitragsbild wird."
|
859 |
+
|
860 |
+
#: admin/views/section_errormsg.php:1
|
861 |
+
msgid "Error"
|
862 |
+
msgstr "Fehler"
|
863 |
+
|
864 |
+
#: admin/views/section_errormsg.php:3
|
865 |
+
msgid "Reason"
|
866 |
+
msgstr "Grund"
|
867 |
+
|
868 |
+
#: admin/views/section_errormsg.php:5
|
869 |
+
msgid "Solution"
|
870 |
+
msgstr "Lösung"
|
871 |
+
|
872 |
+
#: admin/views/section_footer.php:52
|
873 |
+
msgid "Credits and informations"
|
874 |
+
msgstr "Danksagungen und Hinweise"
|
875 |
+
|
876 |
+
#: admin/views/section_footer.php:54 admin/views/section_results.php:75
|
877 |
+
msgid "Do you like the plugin?"
|
878 |
+
msgstr "Gefällt dir das Plugin?"
|
879 |
+
|
880 |
+
#: admin/views/section_footer.php:54 admin/views/section_results.php:76
|
881 |
+
msgid "Please rate it at wordpress.org!"
|
882 |
+
msgstr "Bewerte es auf wordpress.org!"
|
883 |
+
|
884 |
+
#: admin/views/section_footer.php:55
|
885 |
+
msgid ""
|
886 |
+
"The plugin is for free. But the plugin author would be delighted to your "
|
887 |
+
"small contribution."
|
888 |
+
msgstr ""
|
889 |
+
"Das Plugin ist kostenlos. Doch der Plugin-Autor würde sich über einen Obolus "
|
890 |
+
"freuen."
|
891 |
+
|
892 |
+
#: admin/views/section_footer.php:55
|
893 |
+
msgid "Donation Button"
|
894 |
+
msgstr "Spendenschaltfläche"
|
895 |
+
|
896 |
+
#: admin/views/section_footer.php:55
|
897 |
+
msgid "Donate with PayPal"
|
898 |
+
msgstr "Mittels PayPal spenden"
|
899 |
+
|
900 |
+
#: admin/views/section_footer.php:56
|
901 |
+
msgid "Do you need support or have an idea for the plugin?"
|
902 |
+
msgstr "Brauchst du Unterstützung oder hast du eine Idee zum Plugin?"
|
903 |
+
|
904 |
+
#: admin/views/section_footer.php:56
|
905 |
+
msgid ""
|
906 |
+
"Post your questions and ideas about Quick Featured Images in the forum at "
|
907 |
+
"wordpress.org!"
|
908 |
+
msgstr ""
|
909 |
+
"Füge deine Fragen und Ideen zum Quick Featured Images im Forum auf wordpress."
|
910 |
+
"org hinzu."
|
911 |
+
|
912 |
+
#: admin/views/section_footer.php:57
|
913 |
+
msgid "Special thanks for the fine frontend style of the plugin go to"
|
914 |
+
msgstr "Besonderen Dank für das schöne Design des Plugins geht an"
|
915 |
+
|
916 |
+
#: admin/views/section_footer.php:58
|
917 |
+
msgid ""
|
918 |
+
"Let the thumbnails appear in the widget of the most recent posts with this "
|
919 |
+
"fast plugin"
|
920 |
+
msgstr ""
|
921 |
+
"Zeige die Vorschaubilder im Widget Letzte Beiträge an mit diesem schnellen "
|
922 |
+
"Plugin"
|
923 |
+
|
924 |
+
#: admin/views/section_footer.php:58
|
925 |
+
#, php-format
|
926 |
+
msgid "Download plugin %s at %s!"
|
927 |
+
msgstr "Lade Plugin %s von %s herunter!"
|
928 |
+
|
929 |
+
#: admin/views/section_header_progress.php:15
|
930 |
+
msgid "Progress bar"
|
931 |
+
msgstr "Fortschrittsanzeige"
|
932 |
+
|
933 |
+
#: admin/views/section_header_progress.php:17
|
934 |
+
msgid "You are here"
|
935 |
+
msgstr "Du bist hier"
|
936 |
+
|
937 |
+
#: admin/views/section_image.php:1
|
938 |
+
msgid "Your selection"
|
939 |
+
msgstr "Deine Auswahl"
|
940 |
+
|
941 |
+
#: admin/views/section_image.php:9
|
942 |
+
msgid "Your selected thumbnail"
|
943 |
+
msgstr "Dein ausgewähltes Vorschaubild"
|
944 |
+
|
945 |
+
#: admin/views/section_image.php:12
|
946 |
+
msgid "Image title"
|
947 |
+
msgstr "Bildtitel"
|
948 |
+
|
949 |
+
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
950 |
+
msgid "If wrong image start again"
|
951 |
+
msgstr "Falsches Bild? Beginne neu"
|
952 |
+
|
953 |
+
#: admin/views/section_image.php:23
|
954 |
+
msgid "Your selected thumbnails"
|
955 |
+
msgstr "Deine ausgewählten Vorschaubilder"
|
956 |
+
|
957 |
+
#: admin/views/section_image.php:42
|
958 |
+
msgid "Your selected action"
|
959 |
+
msgstr "Deine ausgewählte Aktion"
|
960 |
+
|
961 |
+
#: admin/views/section_image.php:55
|
962 |
+
msgid "If wrong action start again"
|
963 |
+
msgstr "Falsche Aktion? Beginne neu"
|
964 |
+
|
965 |
+
#: admin/views/section_image.php:68
|
966 |
+
msgid "Your selected options"
|
967 |
+
msgstr "Deine ausgewählten Optionen"
|
968 |
+
|
969 |
+
#: admin/views/section_image.php:84
|
970 |
+
msgid "No selected options"
|
971 |
+
msgstr "Keine ausgewählten Optionen"
|
972 |
+
|
973 |
+
#: admin/views/section_image.php:90
|
974 |
+
msgid "Your selected filters"
|
975 |
+
msgstr "Deine ausgewählten Filter"
|
976 |
+
|
977 |
+
#: admin/views/section_image.php:106
|
978 |
+
msgid "No selected filters"
|
979 |
+
msgstr "Keine ausgewählten Filter"
|
980 |
+
|
981 |
+
#: admin/views/section_overview.php:17
|
982 |
+
msgid "Manage featured images in a quick way"
|
983 |
+
msgstr "Verwalte Beitragsbilder auf schnelle Art"
|
984 |
+
|
985 |
+
#: admin/views/section_overview.php:89
|
986 |
+
msgid "The premium version"
|
987 |
+
msgstr "Die Premium-Version"
|
988 |
+
|
989 |
+
#: admin/views/section_results.php:1
|
990 |
+
msgid "Results of the action"
|
991 |
+
msgstr "Ergebnisse der Aktion"
|
992 |
+
|
993 |
+
#: admin/views/section_results.php:8
|
994 |
+
msgid "Changed successfully"
|
995 |
+
msgstr "Erfolgreich geändert"
|
996 |
+
|
997 |
+
#: admin/views/section_results.php:9
|
998 |
+
msgid "Unchanged"
|
999 |
+
msgstr "Nicht geändert"
|
1000 |
+
|
1001 |
+
#: admin/views/section_results.php:70
|
1002 |
+
msgid "No matches found."
|
1003 |
+
msgstr "Keine Treffer gefunden."
|
1004 |
+
|
1005 |
+
#~ msgid "Post type"
|
1006 |
+
#~ msgstr "Inhaltstyp"
|
1007 |
+
|
1008 |
+
#~ msgid "Taxonomy"
|
1009 |
+
#~ msgstr "Taxonomie"
|
languages/quick-featured-images-es_ES.mo
CHANGED
Binary file
|
languages/quick-featured-images-es_ES.po
CHANGED
@@ -1,1491 +1,1503 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date: 2015-
|
8 |
-
"PO-Revision-Date: 2015-08-
|
9 |
-
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
-
"Language-Team: m.stehle@gmx.de\n"
|
11 |
-
"Language: es_ES\n"
|
12 |
-
"MIME-Version: 1.0\n"
|
13 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
-
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 1.8.
|
16 |
-
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
17 |
-
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
18 |
-
"X-Poedit-Basepath: ..\n"
|
19 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
|
22 |
-
#: admin/class-quick-featured-images-admin.php:201
|
23 |
-
msgid ""
|
24 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
-
"delete them in bulk, set default images, get overview lists."
|
26 |
-
msgstr ""
|
27 |
-
"Tu ahorro de tiempo, la navaja suiza para las imágenes destacadas: "
|
28 |
-
"Establécelas, reemplázalas y bórralas a granel, establece las imágenes "
|
29 |
-
"predeterminadas, obtén la lista general"
|
30 |
-
|
31 |
-
#: admin/class-quick-featured-images-admin.php:265
|
32 |
-
#, php-format
|
33 |
-
msgid ""
|
34 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
35 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
36 |
-
"to the latest version."
|
37 |
-
msgstr ""
|
38 |
-
"El plugin requiere la versión %s de WordPress o superior. Por lo tanto "
|
39 |
-
"WordPress no lo ha activado. Si quieres usar este plugin debes actualizar "
|
40 |
-
"los archivos de Word Press a la última versión"
|
41 |
-
|
42 |
-
#: admin/class-quick-featured-images-admin.php:462
|
43 |
-
#, php-format
|
44 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
-
msgstr "Bienvenido a %s! Puedes encontrar el plugin en %s."
|
46 |
-
|
47 |
-
#: admin/class-quick-featured-images-defaults.php:191
|
48 |
-
msgid "Changes saved."
|
49 |
-
msgstr "Los cambios están guardados."
|
50 |
-
|
51 |
-
#: admin/class-quick-featured-images-defaults.php:194
|
52 |
-
msgid "No changes were saved."
|
53 |
-
msgstr "No hay ningún cambio guardado."
|
54 |
-
|
55 |
-
#: admin/class-quick-featured-images-defaults.php:231
|
56 |
-
msgid "Preset Featured Images"
|
57 |
-
msgstr "Restablece las imágenes destacadas"
|
58 |
-
|
59 |
-
#: admin/class-quick-featured-images-defaults.php:242
|
60 |
-
msgid "Set default featured images for future posts"
|
61 |
-
msgstr ""
|
62 |
-
"Establece las imágenes destacadas predeterminadas para los futuros posts"
|
63 |
-
|
64 |
-
#: admin/class-quick-featured-images-settings.php:204
|
65 |
-
msgid "Image Columns"
|
66 |
-
msgstr "Las columnas de la imagen"
|
67 |
-
|
68 |
-
#: admin/class-quick-featured-images-settings.php:215
|
69 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
70 |
-
msgstr ""
|
71 |
-
"Establece la visibilidad de las columnas de imágenes destacadas en las "
|
72 |
-
"listas de post"
|
73 |
-
|
74 |
-
#: admin/class-quick-featured-images-settings.php:364
|
75 |
-
msgid "Columns for featured images in posts lists"
|
76 |
-
msgstr "Las columnas para las imágenes destacadas en las listas de posts"
|
77 |
-
|
78 |
-
#: admin/class-quick-featured-images-settings.php:372
|
79 |
-
msgid "Show additional column for featured images in lists of"
|
80 |
-
msgstr ""
|
81 |
-
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
82 |
-
"de"
|
83 |
-
|
84 |
-
#: admin/class-quick-featured-images-settings.php:377
|
85 |
-
msgid "Posts list with image column"
|
86 |
-
msgstr ""
|
87 |
-
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
88 |
-
"de"
|
89 |
-
|
90 |
-
#: admin/class-quick-featured-images-settings.php:491
|
91 |
-
msgid ""
|
92 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
93 |
-
"post lists."
|
94 |
-
msgstr ""
|
95 |
-
"Activa las casillas de verificación (los checkboxes) en cada tipo de post "
|
96 |
-
"para mostrar las columnas extras en las listas de post"
|
97 |
-
|
98 |
-
#: admin/class-quick-featured-images-settings.php:501
|
99 |
-
msgid ""
|
100 |
-
"The additional columns give you a quick overview about all used featured "
|
101 |
-
"images for every post. The Featured Image column is sortable."
|
102 |
-
msgstr ""
|
103 |
-
"Las columnas adicionales te ofrecen una rápida visión general de todas las "
|
104 |
-
"imágenes destacadas usadas por cada post La columna de la imagen destacada "
|
105 |
-
"es clasificable"
|
106 |
-
|
107 |
-
#: admin/class-quick-featured-images-tools.php:418
|
108 |
-
#, php-format
|
109 |
-
msgid "Wrong image ID %d"
|
110 |
-
msgstr "La identificación de la imagen incorrecta ID %d"
|
111 |
-
|
112 |
-
#: admin/class-quick-featured-images-tools.php:
|
113 |
-
msgid "Select"
|
114 |
-
msgstr "Selecciona"
|
115 |
-
|
116 |
-
#: admin/class-quick-featured-images-tools.php:
|
117 |
-
msgid "Add filter"
|
118 |
-
msgstr "Añade el filtro"
|
119 |
-
|
120 |
-
#: admin/class-quick-featured-images-tools.php:
|
121 |
-
msgid "Refine"
|
122 |
-
msgstr "Refine (refinar)"
|
123 |
-
|
124 |
-
#: admin/class-quick-featured-images-tools.php:
|
125 |
-
msgid "Confirm"
|
126 |
-
msgstr "Confirma (confirmar)"
|
127 |
-
|
128 |
-
#: admin/class-quick-featured-images-tools.php:
|
129 |
-
msgid "Perform"
|
130 |
-
msgstr "Realiza (realizar)"
|
131 |
-
|
132 |
-
#: admin/class-quick-featured-images-tools.php:
|
133 |
-
msgid "Set the selected image as new featured image"
|
134 |
-
msgstr "Establece la imagen seleccionada como la imagen destacada nueva"
|
135 |
-
|
136 |
-
#: admin/class-quick-featured-images-tools.php:
|
137 |
-
msgid "Replace featured images by the selected image"
|
138 |
-
msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
|
139 |
-
|
140 |
-
#: admin/class-quick-featured-images-tools.php:
|
141 |
-
msgid "Remove the selected image as featured image"
|
142 |
-
msgstr "Elimina la imagen seleccionada como la imagen destacada"
|
143 |
-
|
144 |
-
#: admin/class-quick-featured-images-tools.php:
|
145 |
-
msgid "Remove any image as featured image"
|
146 |
-
msgstr "Elimina cualquiera imagen como la imagen destacada"
|
147 |
-
|
148 |
-
#: admin/class-quick-featured-images-tools.php:
|
149 |
-
msgid "Set multiple images randomly as featured images"
|
150 |
-
msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
|
151 |
-
|
152 |
-
#: admin/class-quick-featured-images-tools.php:
|
153 |
-
msgid "Overwrite featured images"
|
154 |
-
msgstr "Sobrescribe las imágenes destacadas"
|
155 |
-
|
156 |
-
#: admin/class-quick-featured-images-tools.php:
|
157 |
-
msgid "Consider only posts without any featured image"
|
158 |
-
msgstr "Considera solamente posts sin cualquier imagen destacada"
|
159 |
-
|
160 |
-
#: admin/class-quick-featured-images-tools.php:
|
161 |
-
msgid "Post Type Filter"
|
162 |
-
msgstr "El filtro de tipo de post"
|
163 |
-
|
164 |
-
#: admin/class-quick-featured-images-tools.php:
|
165 |
-
msgid "Category Filter"
|
166 |
-
msgstr "El filtro de la categoría"
|
167 |
-
|
168 |
-
#: admin/class-quick-featured-images-tools.php:
|
169 |
-
msgid "Tag Filter"
|
170 |
-
msgstr "El filtro de las etiquetas"
|
171 |
-
|
172 |
-
#: admin/class-quick-featured-images-tools.php:
|
173 |
-
msgid "Image width in pixels lower than"
|
174 |
-
msgstr "El tipo del campo personalizado"
|
175 |
-
|
176 |
-
#: admin/class-quick-featured-images-tools.php:
|
177 |
-
msgid "Image height in pixels lower than"
|
178 |
-
msgstr "La altura de la imagen en píxeles es inferior al"
|
179 |
-
|
180 |
-
#: admin/class-quick-featured-images-tools.php:
|
181 |
-
#, php-format
|
182 |
-
msgid "The input field %s is empty."
|
183 |
-
msgstr "La altura de la imagen %s en píxeles es inferior al"
|
184 |
-
|
185 |
-
#: admin/class-quick-featured-images-tools.php:
|
186 |
-
msgid "Type in a value into the input field."
|
187 |
-
msgstr "Escribe el valor en el campo de la entrada"
|
188 |
-
|
189 |
-
#: admin/class-quick-featured-images-tools.php:
|
190 |
-
#, php-format
|
191 |
-
msgid "%s is not defined."
|
192 |
-
msgstr "%s Escribe el valor en el campo de la entrada"
|
193 |
-
|
194 |
-
#: admin/class-quick-featured-images-tools.php:
|
195 |
-
msgid "Check how to define the value."
|
196 |
-
msgstr "Comprueba cómo definir el valor"
|
197 |
-
|
198 |
-
#: admin/class-quick-featured-images-tools.php:
|
199 |
-
msgid "There is no selected image."
|
200 |
-
msgstr "No hay ninguna imagen seleccionada"
|
201 |
-
|
202 |
-
#: admin/class-quick-featured-images-tools.php:
|
203 |
-
msgid "Select an image from the media library."
|
204 |
-
msgstr "Selecciona la imagen de Media library (la biblioteca multimedia)."
|
205 |
-
|
206 |
-
#: admin/class-quick-featured-images-tools.php:
|
207 |
-
#: admin/views/section_image.php:51
|
208 |
-
msgid "You have not selected an action."
|
209 |
-
msgstr "No has seleccionado ninguna acción"
|
210 |
-
|
211 |
-
#: admin/class-quick-featured-images-tools.php:
|
212 |
-
msgid "Start again and select which action you want to apply."
|
213 |
-
msgstr "Empieza de nuevo y selecciona la acción que quieres aplicar"
|
214 |
-
|
215 |
-
#: admin/class-quick-featured-images-tools.php:
|
216 |
-
#, php-format
|
217 |
-
msgid "The input field %s has an invalid value."
|
218 |
-
msgstr "El valor del campo %s de la entrada es inválido"
|
219 |
-
|
220 |
-
#: admin/class-quick-featured-images-tools.php:
|
221 |
-
msgid "Type in valid values in the input field."
|
222 |
-
msgstr "El valor del campo de la entrada es inválido"
|
223 |
-
|
224 |
-
#: admin/class-quick-featured-images-tools.php:
|
225 |
-
msgid "Type in values stored by WordPress."
|
226 |
-
msgstr "Escribe los valores válidos en el campo de la entrada"
|
227 |
-
|
228 |
-
#: admin/class-quick-featured-images-tools.php:
|
229 |
-
msgid "Set, replace, remove"
|
230 |
-
msgstr "Establece, reemplaza, elimina"
|
231 |
-
|
232 |
-
#: admin/class-quick-featured-images-tools.php:
|
233 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
234 |
-
msgstr ""
|
235 |
-
"Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
|
236 |
-
"existentes"
|
237 |
-
|
238 |
-
#: admin/class-quick-featured-images-tools.php:
|
239 |
-
msgid "Bulk set as featured image"
|
240 |
-
msgstr "El bulk configurado como la imagen destacada"
|
241 |
-
|
242 |
-
#: admin/views/filter_category.php:3
|
243 |
-
msgid "Select a category"
|
244 |
-
msgstr "Selecciona la categoría"
|
245 |
-
|
246 |
-
#: admin/views/filter_post_types.php:2
|
247 |
-
msgid "Select post types"
|
248 |
-
msgstr "Selecciona el tipo de post"
|
249 |
-
|
250 |
-
#: admin/views/filter_post_types.php:2
|
251 |
-
msgid "You can select posts and pages."
|
252 |
-
msgstr "Puedes seleccionar posts y páginas."
|
253 |
-
|
254 |
-
#: admin/views/filter_tag.php:7
|
255 |
-
msgid "Select a tag"
|
256 |
-
msgstr "Selecciona la etiqueta"
|
257 |
-
|
258 |
-
#: admin/views/filter_tag.php:20
|
259 |
-
msgid "There are no tags in use."
|
260 |
-
msgstr "No hay ninguna etiqueta en uso"
|
261 |
-
|
262 |
-
#: admin/views/form_back_to_selection.php:2
|
263 |
-
msgid "Select filters and options again"
|
264 |
-
msgstr "Selecciona los filtros y las opciones de nuevo."
|
265 |
-
|
266 |
-
#: admin/views/form_back_to_selection.php:3
|
267 |
-
msgid ""
|
268 |
-
"If you want to change your former selection just go back by clicking on this "
|
269 |
-
"button."
|
270 |
-
msgstr ""
|
271 |
-
"Si quieres cambiar de su selección antigua, vuelve atrás haciendo clic en "
|
272 |
-
"ese botón."
|
273 |
-
|
274 |
-
#: admin/views/form_back_to_selection.php:42
|
275 |
-
msgid "Modify selection"
|
276 |
-
msgstr "Modifica la selección"
|
277 |
-
|
278 |
-
#: admin/views/form_confirm.php:4
|
279 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
280 |
-
msgstr ""
|
281 |
-
"¿Debería la imagen seleccionada estar establecida como la imagen destacada "
|
282 |
-
"en todos los post listados?"
|
283 |
-
|
284 |
-
#: admin/views/form_confirm.php:7
|
285 |
-
msgid ""
|
286 |
-
"Should the selected images be set randomly as featured images to all listed "
|
287 |
-
"posts?"
|
288 |
-
msgstr ""
|
289 |
-
"¿Deberían las imágenes seleccionadas estar establecidas al azar como las "
|
290 |
-
"imágenes destacadas en todos los post listados?"
|
291 |
-
|
292 |
-
#: admin/views/form_confirm.php:10
|
293 |
-
msgid ""
|
294 |
-
"Should the current set featured image be replaced by the selected image at "
|
295 |
-
"all listed posts?"
|
296 |
-
msgstr ""
|
297 |
-
"¿Debería la imagen destacada actual ser reemplazada por la imagen "
|
298 |
-
"seleccionada en todos los post listados?"
|
299 |
-
|
300 |
-
#: admin/views/form_confirm.php:13
|
301 |
-
msgid "Should the selected image be removed from all listed posts?"
|
302 |
-
msgstr ""
|
303 |
-
"¿Debería la imagen seleccionada ser eliminada de todos los post listados?"
|
304 |
-
|
305 |
-
#: admin/views/form_confirm.php:16
|
306 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
307 |
-
msgstr ""
|
308 |
-
"¿Deberían las imágenes futuras estar establecidas como las imágenes "
|
309 |
-
"destacadas en todos los post listados?"
|
310 |
-
|
311 |
-
#: admin/views/form_confirm.php:19
|
312 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
313 |
-
msgstr ""
|
314 |
-
"¿Deberían las imágenes destacadas añadidas ser eliminadas de todos los post "
|
315 |
-
"listados?"
|
316 |
-
|
317 |
-
#: admin/views/form_confirm.php:24
|
318 |
-
msgid "Preview of your selection"
|
319 |
-
msgstr "La vista previa de su selección"
|
320 |
-
|
321 |
-
#: admin/views/form_confirm.php:25
|
322 |
-
#, php-format
|
323 |
-
msgid "%d matches found"
|
324 |
-
msgstr "%d Las coincidencias encontradas"
|
325 |
-
|
326 |
-
#: admin/views/form_confirm.php:29 admin/views/section_results.php:5
|
327 |
-
msgid "Details"
|
328 |
-
msgstr "Los detalles"
|
329 |
-
|
330 |
-
#: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
|
331 |
-
#: admin/views/section_results.php:7
|
332 |
-
msgid "No."
|
333 |
-
msgstr "No"
|
334 |
-
|
335 |
-
#: admin/views/form_confirm.php:31 admin/views/section_results.php:6
|
336 |
-
msgid "Current Featured Image"
|
337 |
-
msgstr "La imagen destacada actual"
|
338 |
-
|
339 |
-
#: admin/views/form_confirm.php:32
|
340 |
-
msgid "Future Featured Image"
|
341 |
-
msgstr "La imagen destacada futura"
|
342 |
-
|
343 |
-
#: admin/views/form_confirm.php:33
|
344 |
-
msgid "written on"
|
345 |
-
msgstr "Escrito en"
|
346 |
-
|
347 |
-
#: admin/views/form_confirm.php:34
|
348 |
-
msgid "by"
|
349 |
-
msgstr "Por"
|
350 |
-
|
351 |
-
#: admin/views/form_confirm.php:48 admin/views/section_results.php:16
|
352 |
-
msgid ""
|
353 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
354 |
-
"post in a new window by clicking on its link in the list."
|
355 |
-
msgstr ""
|
356 |
-
"La lista está ordenada alfabéticamente por el titulo de post. Puedes editar "
|
357 |
-
"post en una ventana nueva al hacer clic en su enlace en la lista"
|
358 |
-
|
359 |
-
#: admin/views/form_confirm.php:111
|
360 |
-
msgid "Confirm the change"
|
361 |
-
msgstr "Confirma el cambio"
|
362 |
-
|
363 |
-
#: admin/views/form_confirm.php:112
|
364 |
-
msgid "You can not undo the operation!"
|
365 |
-
msgstr "¡No puedes deshacer la operación!"
|
366 |
-
|
367 |
-
#: admin/views/form_confirm.php:173 admin/views/form_select.php:47
|
368 |
-
#: admin/views/section_errormsg.php:8 admin/views/section_results.php:
|
369 |
-
msgid "Start again"
|
370 |
-
msgstr "Empieza de nuevo"
|
371 |
-
|
372 |
-
#: admin/views/form_confirm.php:173
|
373 |
-
msgid "or refine your selection with the following form fields."
|
374 |
-
msgstr "o refina su selección con los siguientes campos del formulario."
|
375 |
-
|
376 |
-
#: admin/views/form_refine.php:1
|
377 |
-
msgid "Refine your selection"
|
378 |
-
msgstr "Refina su selección"
|
379 |
-
|
380 |
-
#: admin/views/form_refine.php:8
|
381 |
-
msgid "Refine filters"
|
382 |
-
msgstr "Refina los filtros"
|
383 |
-
|
384 |
-
#: admin/views/form_refine.php:9
|
385 |
-
msgid ""
|
386 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
387 |
-
msgstr ""
|
388 |
-
"Ahora puedes encontrar los post y las páginas mediante los parámetros de "
|
389 |
-
"correspondencia. Refínalos aquí."
|
390 |
-
|
391 |
-
#: admin/views/form_refine.php:10
|
392 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
393 |
-
msgstr "Haga lo que haga: Puedes confirmar su elección en la página siguiente."
|
394 |
-
|
395 |
-
#: admin/views/form_refine.php:18
|
396 |
-
#, php-format
|
397 |
-
msgid "File %s is not available."
|
398 |
-
msgstr "El %s archivo no está disponible."
|
399 |
-
|
400 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:40
|
401 |
-
msgid "Preview filtering"
|
402 |
-
msgstr "La vista previa de filtrado"
|
403 |
-
|
404 |
-
#: admin/views/form_refine.php:54
|
405 |
-
msgid ""
|
406 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
407 |
-
"clicking on the next button."
|
408 |
-
msgstr ""
|
409 |
-
"No hay ningún filtro seleccionado. Modifica su selección de los filtros o "
|
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 |
-
|
417 |
-
#: admin/views/form_select.php:13
|
418 |
-
msgid ""
|
419 |
-
"You did not have selected an image from the list below. To go on select at "
|
420 |
-
"least one image you want to replace by the selected image."
|
421 |
-
msgstr ""
|
422 |
-
"No has seleccionado la imagen de la lista que aparece a continuación. Para "
|
423 |
-
"continuar, selecciona por lo menos una imagen que quieres reemplazar por la "
|
424 |
-
"imagen seleccionada."
|
425 |
-
|
426 |
-
#: admin/views/form_select.php:18
|
427 |
-
msgid "Select the featured images you want to replace by the selected image."
|
428 |
-
msgstr ""
|
429 |
-
"Selecciona las imágenes destacadas que quieres reemplazar por la imagen "
|
430 |
-
"seleccionada."
|
431 |
-
|
432 |
-
#: admin/views/form_select.php:19
|
433 |
-
msgid "You can select multiple images. Select at least one image."
|
434 |
-
msgstr ""
|
435 |
-
"Puedes seleccionar las imágenes múltiples. Selecciona una imagen por lo "
|
436 |
-
"menos."
|
437 |
-
|
438 |
-
#: admin/views/form_select.php:46
|
439 |
-
msgid "There are no featured images in use."
|
440 |
-
msgstr "No hay ninguna imagen destacada en uso."
|
441 |
-
|
442 |
-
#: admin/views/form_select.php:55
|
443 |
-
msgid "Refine your selections"
|
444 |
-
msgstr "Refina sus selecciones."
|
445 |
-
|
446 |
-
#: admin/views/form_select.php:56 admin/views/form_select.php:66
|
447 |
-
msgid "You can control the process with the following options."
|
448 |
-
msgstr "Puedes controlar el proceso con las opciones siguientes."
|
449 |
-
|
450 |
-
#: admin/views/form_select.php:63
|
451 |
-
msgid "Optional: Select options"
|
452 |
-
msgstr "Opcional: selecciona las opciones."
|
453 |
-
|
454 |
-
#: admin/views/form_select.php:65
|
455 |
-
msgid "Process Options"
|
456 |
-
msgstr "Las opciones del proceso"
|
457 |
-
|
458 |
-
#: admin/views/form_select.php:71
|
459 |
-
msgid "Overwrite existing featured images with new ones"
|
460 |
-
msgstr "Sobrescribe las imágenes destacadas existentes con otras nuevas."
|
461 |
-
|
462 |
-
#: admin/views/form_select.php:81
|
463 |
-
msgid ""
|
464 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
465 |
-
"checked "
|
466 |
-
msgstr ""
|
467 |
-
"Los post que contienen las imágenes destacadas serán ignorados, incluso si "
|
468 |
-
"la opción Sobrescribe está marcada."
|
469 |
-
|
470 |
-
#: admin/views/form_select.php:90
|
471 |
-
msgid "There are two more options in the premium version for random images:"
|
472 |
-
msgstr ""
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
#: admin/views/form_select.php:
|
484 |
-
#: admin/views/
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
#: admin/views/
|
491 |
-
#: admin/views/
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
"
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
"
|
515 |
-
|
516 |
-
"
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
"
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
"
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
"
|
554 |
-
"of
|
555 |
-
|
556 |
-
"
|
557 |
-
|
558 |
-
"
|
559 |
-
"
|
560 |
-
"
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
"
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
"
|
586 |
-
|
587 |
-
"
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
"featured images."
|
594 |
-
|
595 |
-
"
|
596 |
-
|
597 |
-
"
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
"
|
609 |
-
|
610 |
-
"imágenes."
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
"
|
616 |
-
"
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
"
|
628 |
-
|
629 |
-
"
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
"
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
"
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
"
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
"
|
673 |
-
|
674 |
-
"
|
675 |
-
|
676 |
-
"
|
677 |
-
"
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
"
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
"
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
msgstr "
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
"
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
"
|
742 |
-
msgstr ""
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
"
|
757 |
-
"
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
"
|
762 |
-
"
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
"
|
769 |
-
msgstr ""
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
"
|
780 |
-
"
|
781 |
-
"
|
782 |
-
"
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
"
|
787 |
-
"
|
788 |
-
"
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
"
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
"
|
812 |
-
|
813 |
-
"
|
814 |
-
|
815 |
-
"
|
816 |
-
"
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
"
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
"
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
#: admin/views/section_footer.php:55
|
897 |
-
msgid "
|
898 |
-
msgstr ""
|
899 |
-
|
900 |
-
#: admin/views/section_footer.php:
|
901 |
-
msgid "
|
902 |
-
msgstr "
|
903 |
-
|
904 |
-
#: admin/views/section_footer.php:56
|
905 |
-
msgid ""
|
906 |
-
"
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
"
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
"
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
-
#~
|
1012 |
-
|
1013 |
-
#~
|
1014 |
-
#~ "
|
1015 |
-
|
1016 |
-
#~
|
1017 |
-
#~ "
|
1018 |
-
#~ "\"%
|
1019 |
-
|
1020 |
-
#~
|
1021 |
-
#~
|
1022 |
-
|
1023 |
-
#~ msgid "
|
1024 |
-
#~
|
1025 |
-
|
1026 |
-
#~
|
1027 |
-
#~ msgstr "
|
1028 |
-
|
1029 |
-
#~
|
1030 |
-
#~
|
1031 |
-
|
1032 |
-
#~ msgid "
|
1033 |
-
#~ msgstr "
|
1034 |
-
|
1035 |
-
#~ msgid "The license is
|
1036 |
-
#~ msgstr "La licencia está
|
1037 |
-
|
1038 |
-
#~ msgid "The license is
|
1039 |
-
#~ msgstr "La licencia
|
1040 |
-
|
1041 |
-
#~ msgid "The
|
1042 |
-
#~ msgstr "
|
1043 |
-
|
1044 |
-
#~ msgid "
|
1045 |
-
#~ msgstr "La
|
1046 |
-
|
1047 |
-
#~ msgid "
|
1048 |
-
#~ msgstr ""
|
1049 |
-
|
1050 |
-
#~ "
|
1051 |
-
|
1052 |
-
|
1053 |
-
#~
|
1054 |
-
|
1055 |
-
|
1056 |
-
#~
|
1057 |
-
#~ "
|
1058 |
-
|
1059 |
-
|
1060 |
-
#~
|
1061 |
-
#~ "
|
1062 |
-
#~ "
|
1063 |
-
|
1064 |
-
#~ "
|
1065 |
-
#~ "
|
1066 |
-
|
1067 |
-
|
1068 |
-
#~
|
1069 |
-
#~ "
|
1070 |
-
#~ "
|
1071 |
-
|
1072 |
-
#~
|
1073 |
-
#~ "
|
1074 |
-
|
1075 |
-
#~
|
1076 |
-
#~
|
1077 |
-
|
1078 |
-
#~
|
1079 |
-
|
1080 |
-
|
1081 |
-
#~
|
1082 |
-
#~
|
1083 |
-
|
1084 |
-
#~
|
1085 |
-
#~
|
1086 |
-
|
1087 |
-
#~ msgid "
|
1088 |
-
#~ msgstr "
|
1089 |
-
|
1090 |
-
#~ msgid "
|
1091 |
-
#~ msgstr "
|
1092 |
-
|
1093 |
-
#~ msgid "
|
1094 |
-
#~ msgstr "
|
1095 |
-
|
1096 |
-
#~ msgid "
|
1097 |
-
#~ msgstr "
|
1098 |
-
|
1099 |
-
#~ msgid "
|
1100 |
-
#~ msgstr "El filtro de
|
1101 |
-
|
1102 |
-
#~ msgid "
|
1103 |
-
#~ msgstr "El filtro
|
1104 |
-
|
1105 |
-
#~ msgid "
|
1106 |
-
#~ msgstr "El filtro de
|
1107 |
-
|
1108 |
-
#~ msgid "
|
1109 |
-
#~ msgstr "El filtro de
|
1110 |
-
|
1111 |
-
#~ msgid "
|
1112 |
-
#~ msgstr "
|
1113 |
-
|
1114 |
-
#~ msgid "
|
1115 |
-
#~ msgstr "
|
1116 |
-
|
1117 |
-
#~ msgid "
|
1118 |
-
#~ msgstr "
|
1119 |
-
|
1120 |
-
#~ msgid "
|
1121 |
-
#~ msgstr "
|
1122 |
-
|
1123 |
-
#~ msgid "
|
1124 |
-
#~ msgstr "
|
1125 |
-
|
1126 |
-
#~ msgid "
|
1127 |
-
#~ msgstr "
|
1128 |
-
|
1129 |
-
#~ msgid "
|
1130 |
-
#~ msgstr "
|
1131 |
-
|
1132 |
-
#~ msgid "
|
1133 |
-
#~ msgstr "
|
1134 |
-
|
1135 |
-
#~ msgid "
|
1136 |
-
#~ msgstr "
|
1137 |
-
|
1138 |
-
#~ msgid "
|
1139 |
-
#~ msgstr "
|
1140 |
-
|
1141 |
-
#~ msgid "
|
1142 |
-
#~ msgstr "
|
1143 |
-
|
1144 |
-
#~ msgid "
|
1145 |
-
#~ msgstr "
|
1146 |
-
|
1147 |
-
#~ msgid "
|
1148 |
-
#~ msgstr "
|
1149 |
-
|
1150 |
-
#~ msgid "
|
1151 |
-
#~ msgstr "
|
1152 |
-
|
1153 |
-
#~ msgid "
|
1154 |
-
#~ msgstr "
|
1155 |
-
|
1156 |
-
#~ msgid "
|
1157 |
-
#~ msgstr ""
|
1158 |
-
|
1159 |
-
|
1160 |
-
#~
|
1161 |
-
|
1162 |
-
#~ "
|
1163 |
-
#~ msgstr ""
|
1164 |
-
|
1165 |
-
|
1166 |
-
#~
|
1167 |
-
|
1168 |
-
#~ "
|
1169 |
-
#~ msgstr ""
|
1170 |
-
#~ "
|
1171 |
-
|
1172 |
-
|
1173 |
-
#~
|
1174 |
-
#~ "
|
1175 |
-
#~
|
1176 |
-
#~
|
1177 |
-
|
1178 |
-
#~
|
1179 |
-
#~ "
|
1180 |
-
|
1181 |
-
#~
|
1182 |
-
#~
|
1183 |
-
|
1184 |
-
|
1185 |
-
#~
|
1186 |
-
|
1187 |
-
#~
|
1188 |
-
#~ msgstr "
|
1189 |
-
|
1190 |
-
#~
|
1191 |
-
#~
|
1192 |
-
|
1193 |
-
|
1194 |
-
#~
|
1195 |
-
|
1196 |
-
#~ "
|
1197 |
-
#~ "
|
1198 |
-
|
1199 |
-
#~ "
|
1200 |
-
#~ msgstr ""
|
1201 |
-
|
1202 |
-
#~ "
|
1203 |
-
#~
|
1204 |
-
#~ "
|
1205 |
-
|
1206 |
-
|
1207 |
-
#~
|
1208 |
-
#~
|
1209 |
-
|
1210 |
-
#~
|
1211 |
-
#~ "
|
1212 |
-
#~
|
1213 |
-
#~
|
1214 |
-
#~ "
|
1215 |
-
#~ "
|
1216 |
-
#~ "
|
1217 |
-
|
1218 |
-
|
1219 |
-
#~
|
1220 |
-
#~ "
|
1221 |
-
|
1222 |
-
|
1223 |
-
#~
|
1224 |
-
#~ "
|
1225 |
-
#~
|
1226 |
-
#~
|
1227 |
-
#~ "
|
1228 |
-
#~ "
|
1229 |
-
|
1230 |
-
#~ msgid "
|
1231 |
-
#~ msgstr "
|
1232 |
-
|
1233 |
-
#~
|
1234 |
-
|
1235 |
-
#~
|
1236 |
-
#~ "
|
1237 |
-
#~
|
1238 |
-
#~
|
1239 |
-
#~ "
|
1240 |
-
#~ "
|
1241 |
-
|
1242 |
-
#~ msgid "Select
|
1243 |
-
#~ msgstr "Selecciona
|
1244 |
-
|
1245 |
-
#~ msgid "
|
1246 |
-
#~
|
1247 |
-
|
1248 |
-
#~
|
1249 |
-
#~ msgstr "
|
1250 |
-
|
1251 |
-
#~
|
1252 |
-
#~
|
1253 |
-
|
1254 |
-
#~ msgid "Select
|
1255 |
-
#~ msgstr "Selecciona
|
1256 |
-
|
1257 |
-
#~ msgid "
|
1258 |
-
#~ msgstr "
|
1259 |
-
|
1260 |
-
#~ msgid ""
|
1261 |
-
#~ "
|
1262 |
-
|
1263 |
-
#~ "
|
1264 |
-
#~ "
|
1265 |
-
|
1266 |
-
#~ msgid ""
|
1267 |
-
#~ "
|
1268 |
-
|
1269 |
-
#~
|
1270 |
-
#~ "
|
1271 |
-
|
1272 |
-
|
1273 |
-
#~
|
1274 |
-
#~ msgstr ""
|
1275 |
-
#~ "
|
1276 |
-
|
1277 |
-
|
1278 |
-
#~
|
1279 |
-
|
1280 |
-
#~
|
1281 |
-
#~
|
1282 |
-
#~ "
|
1283 |
-
#~ "
|
1284 |
-
|
1285 |
-
#~ "
|
1286 |
-
#~ msgstr ""
|
1287 |
-
#~ "
|
1288 |
-
|
1289 |
-
#~ "
|
1290 |
-
#~ "
|
1291 |
-
|
1292 |
-
|
1293 |
-
#~
|
1294 |
-
#~ "
|
1295 |
-
#~ "
|
1296 |
-
#~ "
|
1297 |
-
#~ "
|
1298 |
-
#~
|
1299 |
-
#~
|
1300 |
-
#~ "
|
1301 |
-
#~ "
|
1302 |
-
#~ "
|
1303 |
-
#~ "
|
1304 |
-
|
1305 |
-
|
1306 |
-
#~
|
1307 |
-
#~ "
|
1308 |
-
#~ "
|
1309 |
-
#~
|
1310 |
-
#~ "
|
1311 |
-
#~
|
1312 |
-
#~ "
|
1313 |
-
|
1314 |
-
#~
|
1315 |
-
#~
|
1316 |
-
|
1317 |
-
|
1318 |
-
#~
|
1319 |
-
#~ "
|
1320 |
-
#~ "
|
1321 |
-
#~
|
1322 |
-
#~
|
1323 |
-
#~ "
|
1324 |
-
#~ "
|
1325 |
-
|
1326 |
-
#~ "
|
1327 |
-
|
1328 |
-
|
1329 |
-
#~
|
1330 |
-
#~ "
|
1331 |
-
#~ "
|
1332 |
-
#~
|
1333 |
-
#~ "
|
1334 |
-
#~
|
1335 |
-
#~ "
|
1336 |
-
#~ "
|
1337 |
-
|
1338 |
-
#~
|
1339 |
-
|
1340 |
-
#~
|
1341 |
-
#~
|
1342 |
-
#~ "
|
1343 |
-
#~ "
|
1344 |
-
|
1345 |
-
#~
|
1346 |
-
#~ "
|
1347 |
-
#~ "
|
1348 |
-
#~
|
1349 |
-
|
1350 |
-
#~
|
1351 |
-
|
1352 |
-
#~
|
1353 |
-
#~ msgstr "
|
1354 |
-
|
1355 |
-
#~
|
1356 |
-
|
1357 |
-
|
1358 |
-
#~
|
1359 |
-
#~
|
1360 |
-
|
1361 |
-
#~
|
1362 |
-
#~
|
1363 |
-
|
1364 |
-
#~ msgid "Search by
|
1365 |
-
#~ msgstr ""
|
1366 |
-
|
1367 |
-
|
1368 |
-
#~
|
1369 |
-
|
1370 |
-
|
1371 |
-
#~
|
1372 |
-
|
1373 |
-
#~ "
|
1374 |
-
#~ msgstr ""
|
1375 |
-
|
1376 |
-
#~ "
|
1377 |
-
|
1378 |
-
#~
|
1379 |
-
|
1380 |
-
|
1381 |
-
#~
|
1382 |
-
|
1383 |
-
|
1384 |
-
#~
|
1385 |
-
#~
|
1386 |
-
|
1387 |
-
#~
|
1388 |
-
#~
|
1389 |
-
|
1390 |
-
#~ msgid "
|
1391 |
-
#~ msgstr "
|
1392 |
-
|
1393 |
-
#~ msgid "
|
1394 |
-
#~ msgstr ""
|
1395 |
-
|
1396 |
-
|
1397 |
-
#~
|
1398 |
-
|
1399 |
-
|
1400 |
-
#~
|
1401 |
-
|
1402 |
-
|
1403 |
-
#~
|
1404 |
-
|
1405 |
-
|
1406 |
-
#~
|
1407 |
-
#~
|
1408 |
-
|
1409 |
-
#~ msgid ""
|
1410 |
-
#~ "
|
1411 |
-
|
1412 |
-
#~
|
1413 |
-
#~ "
|
1414 |
-
|
1415 |
-
#~ msgid "
|
1416 |
-
#~ msgstr "
|
1417 |
-
|
1418 |
-
#~ msgid "
|
1419 |
-
#~ msgstr "
|
1420 |
-
|
1421 |
-
#~ msgid "
|
1422 |
-
#~
|
1423 |
-
|
1424 |
-
#~
|
1425 |
-
#~ "
|
1426 |
-
|
1427 |
-
#~ "
|
1428 |
-
#~ "licencia
|
1429 |
-
|
1430 |
-
#~ msgid "
|
1431 |
-
#~ msgstr "
|
1432 |
-
|
1433 |
-
#~ msgid "
|
1434 |
-
#~ msgstr "
|
1435 |
-
|
1436 |
-
#~ msgid ""
|
1437 |
-
#~ "
|
1438 |
-
#~
|
1439 |
-
#~ "
|
1440 |
-
#~
|
1441 |
-
|
1442 |
-
#~ "
|
1443 |
-
#~ "
|
1444 |
-
|
1445 |
-
#~ msgid "
|
1446 |
-
#~ msgstr "
|
1447 |
-
|
1448 |
-
#~ msgid ""
|
1449 |
-
#~ "
|
1450 |
-
#~ "
|
1451 |
-
#~ "
|
1452 |
-
#~ msgstr ""
|
1453 |
-
#~ "
|
1454 |
-
#~ "
|
1455 |
-
#~ "
|
1456 |
-
|
1457 |
-
#~ msgid "
|
1458 |
-
#~ msgstr "
|
1459 |
-
|
1460 |
-
#~ msgid "
|
1461 |
-
#~
|
1462 |
-
|
1463 |
-
#~
|
1464 |
-
#~
|
1465 |
-
#~ "
|
1466 |
-
#~ "
|
1467 |
-
#~ "
|
1468 |
-
|
1469 |
-
#~
|
1470 |
-
#~ "
|
1471 |
-
|
1472 |
-
#~ "
|
1473 |
-
|
1474 |
-
|
1475 |
-
#~
|
1476 |
-
|
1477 |
-
#~
|
1478 |
-
#~ "
|
1479 |
-
#~ "plugin
|
1480 |
-
#~ msgstr ""
|
1481 |
-
#~ "
|
1482 |
-
#~ "
|
1483 |
-
|
1484 |
-
#~
|
1485 |
-
|
1486 |
-
|
1487 |
-
#~
|
1488 |
-
|
1489 |
-
|
1490 |
-
#~
|
1491 |
-
#~
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2014
|
2 |
+
# This file is distributed under the same license as the plugin package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2015-08-31 10:44+0200\n"
|
8 |
+
"PO-Revision-Date: 2015-08-31 10:44+0200\n"
|
9 |
+
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
+
"Language-Team: m.stehle@gmx.de\n"
|
11 |
+
"Language: es_ES\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.8.4\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
17 |
+
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
18 |
+
"X-Poedit-Basepath: ..\n"
|
19 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
+
|
22 |
+
#: admin/class-quick-featured-images-admin.php:201
|
23 |
+
msgid ""
|
24 |
+
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
+
"delete them in bulk, set default images, get overview lists."
|
26 |
+
msgstr ""
|
27 |
+
"Tu ahorro de tiempo, la navaja suiza para las imágenes destacadas: "
|
28 |
+
"Establécelas, reemplázalas y bórralas a granel, establece las imágenes "
|
29 |
+
"predeterminadas, obtén la lista general"
|
30 |
+
|
31 |
+
#: admin/class-quick-featured-images-admin.php:265
|
32 |
+
#, php-format
|
33 |
+
msgid ""
|
34 |
+
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
35 |
+
"not activate it. If you want to use this plugin update the Wordpress files "
|
36 |
+
"to the latest version."
|
37 |
+
msgstr ""
|
38 |
+
"El plugin requiere la versión %s de WordPress o superior. Por lo tanto "
|
39 |
+
"WordPress no lo ha activado. Si quieres usar este plugin debes actualizar "
|
40 |
+
"los archivos de Word Press a la última versión"
|
41 |
+
|
42 |
+
#: admin/class-quick-featured-images-admin.php:462
|
43 |
+
#, php-format
|
44 |
+
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
+
msgstr "Bienvenido a %s! Puedes encontrar el plugin en %s."
|
46 |
+
|
47 |
+
#: admin/class-quick-featured-images-defaults.php:191
|
48 |
+
msgid "Changes saved."
|
49 |
+
msgstr "Los cambios están guardados."
|
50 |
+
|
51 |
+
#: admin/class-quick-featured-images-defaults.php:194
|
52 |
+
msgid "No changes were saved."
|
53 |
+
msgstr "No hay ningún cambio guardado."
|
54 |
+
|
55 |
+
#: admin/class-quick-featured-images-defaults.php:231
|
56 |
+
msgid "Preset Featured Images"
|
57 |
+
msgstr "Restablece las imágenes destacadas"
|
58 |
+
|
59 |
+
#: admin/class-quick-featured-images-defaults.php:242
|
60 |
+
msgid "Set default featured images for future posts"
|
61 |
+
msgstr ""
|
62 |
+
"Establece las imágenes destacadas predeterminadas para los futuros posts"
|
63 |
+
|
64 |
+
#: admin/class-quick-featured-images-settings.php:204
|
65 |
+
msgid "Image Columns"
|
66 |
+
msgstr "Las columnas de la imagen"
|
67 |
+
|
68 |
+
#: admin/class-quick-featured-images-settings.php:215
|
69 |
+
msgid "Set the visibility of columns of featured images in posts lists"
|
70 |
+
msgstr ""
|
71 |
+
"Establece la visibilidad de las columnas de imágenes destacadas en las "
|
72 |
+
"listas de post"
|
73 |
+
|
74 |
+
#: admin/class-quick-featured-images-settings.php:364
|
75 |
+
msgid "Columns for featured images in posts lists"
|
76 |
+
msgstr "Las columnas para las imágenes destacadas en las listas de posts"
|
77 |
+
|
78 |
+
#: admin/class-quick-featured-images-settings.php:372
|
79 |
+
msgid "Show additional column for featured images in lists of"
|
80 |
+
msgstr ""
|
81 |
+
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
82 |
+
"de"
|
83 |
+
|
84 |
+
#: admin/class-quick-featured-images-settings.php:377
|
85 |
+
msgid "Posts list with image column"
|
86 |
+
msgstr ""
|
87 |
+
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
88 |
+
"de"
|
89 |
+
|
90 |
+
#: admin/class-quick-featured-images-settings.php:491
|
91 |
+
msgid ""
|
92 |
+
"Activate the checkboxes at each post type to show the extra columns in the "
|
93 |
+
"post lists."
|
94 |
+
msgstr ""
|
95 |
+
"Activa las casillas de verificación (los checkboxes) en cada tipo de post "
|
96 |
+
"para mostrar las columnas extras en las listas de post"
|
97 |
+
|
98 |
+
#: admin/class-quick-featured-images-settings.php:501
|
99 |
+
msgid ""
|
100 |
+
"The additional columns give you a quick overview about all used featured "
|
101 |
+
"images for every post. The Featured Image column is sortable."
|
102 |
+
msgstr ""
|
103 |
+
"Las columnas adicionales te ofrecen una rápida visión general de todas las "
|
104 |
+
"imágenes destacadas usadas por cada post La columna de la imagen destacada "
|
105 |
+
"es clasificable"
|
106 |
+
|
107 |
+
#: admin/class-quick-featured-images-tools.php:418
|
108 |
+
#, php-format
|
109 |
+
msgid "Wrong image ID %d"
|
110 |
+
msgstr "La identificación de la imagen incorrecta ID %d"
|
111 |
+
|
112 |
+
#: admin/class-quick-featured-images-tools.php:519
|
113 |
+
msgid "Select"
|
114 |
+
msgstr "Selecciona"
|
115 |
+
|
116 |
+
#: admin/class-quick-featured-images-tools.php:520
|
117 |
+
msgid "Add filter"
|
118 |
+
msgstr "Añade el filtro"
|
119 |
+
|
120 |
+
#: admin/class-quick-featured-images-tools.php:521
|
121 |
+
msgid "Refine"
|
122 |
+
msgstr "Refine (refinar)"
|
123 |
+
|
124 |
+
#: admin/class-quick-featured-images-tools.php:522
|
125 |
+
msgid "Confirm"
|
126 |
+
msgstr "Confirma (confirmar)"
|
127 |
+
|
128 |
+
#: admin/class-quick-featured-images-tools.php:523
|
129 |
+
msgid "Perform"
|
130 |
+
msgstr "Realiza (realizar)"
|
131 |
+
|
132 |
+
#: admin/class-quick-featured-images-tools.php:527
|
133 |
+
msgid "Set the selected image as new featured image"
|
134 |
+
msgstr "Establece la imagen seleccionada como la imagen destacada nueva"
|
135 |
+
|
136 |
+
#: admin/class-quick-featured-images-tools.php:528
|
137 |
+
msgid "Replace featured images by the selected image"
|
138 |
+
msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
|
139 |
+
|
140 |
+
#: admin/class-quick-featured-images-tools.php:529
|
141 |
+
msgid "Remove the selected image as featured image"
|
142 |
+
msgstr "Elimina la imagen seleccionada como la imagen destacada"
|
143 |
+
|
144 |
+
#: admin/class-quick-featured-images-tools.php:532
|
145 |
+
msgid "Remove any image as featured image"
|
146 |
+
msgstr "Elimina cualquiera imagen como la imagen destacada"
|
147 |
+
|
148 |
+
#: admin/class-quick-featured-images-tools.php:535
|
149 |
+
msgid "Set multiple images randomly as featured images"
|
150 |
+
msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
|
151 |
+
|
152 |
+
#: admin/class-quick-featured-images-tools.php:539
|
153 |
+
msgid "Overwrite featured images"
|
154 |
+
msgstr "Sobrescribe las imágenes destacadas"
|
155 |
+
|
156 |
+
#: admin/class-quick-featured-images-tools.php:540
|
157 |
+
msgid "Consider only posts without any featured image"
|
158 |
+
msgstr "Considera solamente posts sin cualquier imagen destacada"
|
159 |
+
|
160 |
+
#: admin/class-quick-featured-images-tools.php:544
|
161 |
+
msgid "Post Type Filter"
|
162 |
+
msgstr "El filtro de tipo de post"
|
163 |
+
|
164 |
+
#: admin/class-quick-featured-images-tools.php:545
|
165 |
+
msgid "Category Filter"
|
166 |
+
msgstr "El filtro de la categoría"
|
167 |
+
|
168 |
+
#: admin/class-quick-featured-images-tools.php:546
|
169 |
+
msgid "Tag Filter"
|
170 |
+
msgstr "El filtro de las etiquetas"
|
171 |
+
|
172 |
+
#: admin/class-quick-featured-images-tools.php:575
|
173 |
+
msgid "Image width in pixels lower than"
|
174 |
+
msgstr "El tipo del campo personalizado"
|
175 |
+
|
176 |
+
#: admin/class-quick-featured-images-tools.php:576
|
177 |
+
msgid "Image height in pixels lower than"
|
178 |
+
msgstr "La altura de la imagen en píxeles es inferior al"
|
179 |
+
|
180 |
+
#: admin/class-quick-featured-images-tools.php:651
|
181 |
+
#, php-format
|
182 |
+
msgid "The input field %s is empty."
|
183 |
+
msgstr "La altura de la imagen %s en píxeles es inferior al"
|
184 |
+
|
185 |
+
#: admin/class-quick-featured-images-tools.php:652
|
186 |
+
msgid "Type in a value into the input field."
|
187 |
+
msgstr "Escribe el valor en el campo de la entrada"
|
188 |
+
|
189 |
+
#: admin/class-quick-featured-images-tools.php:655
|
190 |
+
#, php-format
|
191 |
+
msgid "%s is not defined."
|
192 |
+
msgstr "%s Escribe el valor en el campo de la entrada"
|
193 |
+
|
194 |
+
#: admin/class-quick-featured-images-tools.php:656
|
195 |
+
msgid "Check how to define the value."
|
196 |
+
msgstr "Comprueba cómo definir el valor"
|
197 |
+
|
198 |
+
#: admin/class-quick-featured-images-tools.php:659
|
199 |
+
msgid "There is no selected image."
|
200 |
+
msgstr "No hay ninguna imagen seleccionada"
|
201 |
+
|
202 |
+
#: admin/class-quick-featured-images-tools.php:660
|
203 |
+
msgid "Select an image from the media library."
|
204 |
+
msgstr "Selecciona la imagen de Media library (la biblioteca multimedia)."
|
205 |
+
|
206 |
+
#: admin/class-quick-featured-images-tools.php:663
|
207 |
+
#: admin/views/section_image.php:51
|
208 |
+
msgid "You have not selected an action."
|
209 |
+
msgstr "No has seleccionado ninguna acción"
|
210 |
+
|
211 |
+
#: admin/class-quick-featured-images-tools.php:664
|
212 |
+
msgid "Start again and select which action you want to apply."
|
213 |
+
msgstr "Empieza de nuevo y selecciona la acción que quieres aplicar"
|
214 |
+
|
215 |
+
#: admin/class-quick-featured-images-tools.php:667
|
216 |
+
#, php-format
|
217 |
+
msgid "The input field %s has an invalid value."
|
218 |
+
msgstr "El valor del campo %s de la entrada es inválido"
|
219 |
+
|
220 |
+
#: admin/class-quick-featured-images-tools.php:668
|
221 |
+
msgid "Type in valid values in the input field."
|
222 |
+
msgstr "El valor del campo de la entrada es inválido"
|
223 |
+
|
224 |
+
#: admin/class-quick-featured-images-tools.php:672
|
225 |
+
msgid "Type in values stored by WordPress."
|
226 |
+
msgstr "Escribe los valores válidos en el campo de la entrada"
|
227 |
+
|
228 |
+
#: admin/class-quick-featured-images-tools.php:1778
|
229 |
+
msgid "Set, replace, remove"
|
230 |
+
msgstr "Establece, reemplaza, elimina"
|
231 |
+
|
232 |
+
#: admin/class-quick-featured-images-tools.php:1789
|
233 |
+
msgid "Bulk set, replace and remove featured images for existing posts"
|
234 |
+
msgstr ""
|
235 |
+
"Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
|
236 |
+
"existentes"
|
237 |
+
|
238 |
+
#: admin/class-quick-featured-images-tools.php:1901
|
239 |
+
msgid "Bulk set as featured image"
|
240 |
+
msgstr "El bulk configurado como la imagen destacada"
|
241 |
+
|
242 |
+
#: admin/views/filter_category.php:3
|
243 |
+
msgid "Select a category"
|
244 |
+
msgstr "Selecciona la categoría"
|
245 |
+
|
246 |
+
#: admin/views/filter_post_types.php:2
|
247 |
+
msgid "Select post types"
|
248 |
+
msgstr "Selecciona el tipo de post"
|
249 |
+
|
250 |
+
#: admin/views/filter_post_types.php:2
|
251 |
+
msgid "You can select posts and pages."
|
252 |
+
msgstr "Puedes seleccionar posts y páginas."
|
253 |
+
|
254 |
+
#: admin/views/filter_tag.php:7
|
255 |
+
msgid "Select a tag"
|
256 |
+
msgstr "Selecciona la etiqueta"
|
257 |
+
|
258 |
+
#: admin/views/filter_tag.php:20
|
259 |
+
msgid "There are no tags in use."
|
260 |
+
msgstr "No hay ninguna etiqueta en uso"
|
261 |
+
|
262 |
+
#: admin/views/form_back_to_selection.php:2
|
263 |
+
msgid "Select filters and options again"
|
264 |
+
msgstr "Selecciona los filtros y las opciones de nuevo."
|
265 |
+
|
266 |
+
#: admin/views/form_back_to_selection.php:3
|
267 |
+
msgid ""
|
268 |
+
"If you want to change your former selection just go back by clicking on this "
|
269 |
+
"button."
|
270 |
+
msgstr ""
|
271 |
+
"Si quieres cambiar de su selección antigua, vuelve atrás haciendo clic en "
|
272 |
+
"ese botón."
|
273 |
+
|
274 |
+
#: admin/views/form_back_to_selection.php:42
|
275 |
+
msgid "Modify selection"
|
276 |
+
msgstr "Modifica la selección"
|
277 |
+
|
278 |
+
#: admin/views/form_confirm.php:4
|
279 |
+
msgid "Should the selected image be set as featured image to all listed posts?"
|
280 |
+
msgstr ""
|
281 |
+
"¿Debería la imagen seleccionada estar establecida como la imagen destacada "
|
282 |
+
"en todos los post listados?"
|
283 |
+
|
284 |
+
#: admin/views/form_confirm.php:7
|
285 |
+
msgid ""
|
286 |
+
"Should the selected images be set randomly as featured images to all listed "
|
287 |
+
"posts?"
|
288 |
+
msgstr ""
|
289 |
+
"¿Deberían las imágenes seleccionadas estar establecidas al azar como las "
|
290 |
+
"imágenes destacadas en todos los post listados?"
|
291 |
+
|
292 |
+
#: admin/views/form_confirm.php:10
|
293 |
+
msgid ""
|
294 |
+
"Should the current set featured image be replaced by the selected image at "
|
295 |
+
"all listed posts?"
|
296 |
+
msgstr ""
|
297 |
+
"¿Debería la imagen destacada actual ser reemplazada por la imagen "
|
298 |
+
"seleccionada en todos los post listados?"
|
299 |
+
|
300 |
+
#: admin/views/form_confirm.php:13
|
301 |
+
msgid "Should the selected image be removed from all listed posts?"
|
302 |
+
msgstr ""
|
303 |
+
"¿Debería la imagen seleccionada ser eliminada de todos los post listados?"
|
304 |
+
|
305 |
+
#: admin/views/form_confirm.php:16
|
306 |
+
msgid "Should the future images be set as featured images at all listed posts?"
|
307 |
+
msgstr ""
|
308 |
+
"¿Deberían las imágenes futuras estar establecidas como las imágenes "
|
309 |
+
"destacadas en todos los post listados?"
|
310 |
+
|
311 |
+
#: admin/views/form_confirm.php:19
|
312 |
+
msgid "Should the added featured images be removed from all listed posts?"
|
313 |
+
msgstr ""
|
314 |
+
"¿Deberían las imágenes destacadas añadidas ser eliminadas de todos los post "
|
315 |
+
"listados?"
|
316 |
+
|
317 |
+
#: admin/views/form_confirm.php:24
|
318 |
+
msgid "Preview of your selection"
|
319 |
+
msgstr "La vista previa de su selección"
|
320 |
+
|
321 |
+
#: admin/views/form_confirm.php:25
|
322 |
+
#, php-format
|
323 |
+
msgid "%d matches found"
|
324 |
+
msgstr "%d Las coincidencias encontradas"
|
325 |
+
|
326 |
+
#: admin/views/form_confirm.php:29 admin/views/section_results.php:5
|
327 |
+
msgid "Details"
|
328 |
+
msgstr "Los detalles"
|
329 |
+
|
330 |
+
#: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
|
331 |
+
#: admin/views/section_results.php:7
|
332 |
+
msgid "No."
|
333 |
+
msgstr "No"
|
334 |
+
|
335 |
+
#: admin/views/form_confirm.php:31 admin/views/section_results.php:6
|
336 |
+
msgid "Current Featured Image"
|
337 |
+
msgstr "La imagen destacada actual"
|
338 |
+
|
339 |
+
#: admin/views/form_confirm.php:32
|
340 |
+
msgid "Future Featured Image"
|
341 |
+
msgstr "La imagen destacada futura"
|
342 |
+
|
343 |
+
#: admin/views/form_confirm.php:33
|
344 |
+
msgid "written on"
|
345 |
+
msgstr "Escrito en"
|
346 |
+
|
347 |
+
#: admin/views/form_confirm.php:34
|
348 |
+
msgid "by"
|
349 |
+
msgstr "Por"
|
350 |
+
|
351 |
+
#: admin/views/form_confirm.php:48 admin/views/section_results.php:16
|
352 |
+
msgid ""
|
353 |
+
"The list is in alphabetical order according to post title. You can edit a "
|
354 |
+
"post in a new window by clicking on its link in the list."
|
355 |
+
msgstr ""
|
356 |
+
"La lista está ordenada alfabéticamente por el titulo de post. Puedes editar "
|
357 |
+
"post en una ventana nueva al hacer clic en su enlace en la lista"
|
358 |
+
|
359 |
+
#: admin/views/form_confirm.php:111
|
360 |
+
msgid "Confirm the change"
|
361 |
+
msgstr "Confirma el cambio"
|
362 |
+
|
363 |
+
#: admin/views/form_confirm.php:112
|
364 |
+
msgid "You can not undo the operation!"
|
365 |
+
msgstr "¡No puedes deshacer la operación!"
|
366 |
+
|
367 |
+
#: admin/views/form_confirm.php:173 admin/views/form_select.php:47
|
368 |
+
#: admin/views/section_errormsg.php:8 admin/views/section_results.php:74
|
369 |
+
msgid "Start again"
|
370 |
+
msgstr "Empieza de nuevo"
|
371 |
+
|
372 |
+
#: admin/views/form_confirm.php:173
|
373 |
+
msgid "or refine your selection with the following form fields."
|
374 |
+
msgstr "o refina su selección con los siguientes campos del formulario."
|
375 |
+
|
376 |
+
#: admin/views/form_refine.php:1
|
377 |
+
msgid "Refine your selection"
|
378 |
+
msgstr "Refina su selección"
|
379 |
+
|
380 |
+
#: admin/views/form_refine.php:8
|
381 |
+
msgid "Refine filters"
|
382 |
+
msgstr "Refina los filtros"
|
383 |
+
|
384 |
+
#: admin/views/form_refine.php:9
|
385 |
+
msgid ""
|
386 |
+
"Now you can find posts and pages by matching parameters. Refine them here."
|
387 |
+
msgstr ""
|
388 |
+
"Ahora puedes encontrar los post y las páginas mediante los parámetros de "
|
389 |
+
"correspondencia. Refínalos aquí."
|
390 |
+
|
391 |
+
#: admin/views/form_refine.php:10
|
392 |
+
msgid "Whatever you do: You can confirm your choice on the next page."
|
393 |
+
msgstr "Haga lo que haga: Puedes confirmar su elección en la página siguiente."
|
394 |
+
|
395 |
+
#: admin/views/form_refine.php:18
|
396 |
+
#, php-format
|
397 |
+
msgid "File %s is not available."
|
398 |
+
msgstr "El %s archivo no está disponible."
|
399 |
+
|
400 |
+
#: admin/views/form_refine.php:48 admin/views/form_select.php:40
|
401 |
+
msgid "Preview filtering"
|
402 |
+
msgstr "La vista previa de filtrado"
|
403 |
+
|
404 |
+
#: admin/views/form_refine.php:54
|
405 |
+
msgid ""
|
406 |
+
"There are no selected filters. Modify your filter selection or just go on by "
|
407 |
+
"clicking on the next button."
|
408 |
+
msgstr ""
|
409 |
+
"No hay ningún filtro seleccionado. Modifica su selección de los filtros o "
|
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:193
|
414 |
+
msgid "Notice"
|
415 |
+
msgstr "Un aviso"
|
416 |
+
|
417 |
+
#: admin/views/form_select.php:13
|
418 |
+
msgid ""
|
419 |
+
"You did not have selected an image from the list below. To go on select at "
|
420 |
+
"least one image you want to replace by the selected image."
|
421 |
+
msgstr ""
|
422 |
+
"No has seleccionado la imagen de la lista que aparece a continuación. Para "
|
423 |
+
"continuar, selecciona por lo menos una imagen que quieres reemplazar por la "
|
424 |
+
"imagen seleccionada."
|
425 |
+
|
426 |
+
#: admin/views/form_select.php:18
|
427 |
+
msgid "Select the featured images you want to replace by the selected image."
|
428 |
+
msgstr ""
|
429 |
+
"Selecciona las imágenes destacadas que quieres reemplazar por la imagen "
|
430 |
+
"seleccionada."
|
431 |
+
|
432 |
+
#: admin/views/form_select.php:19
|
433 |
+
msgid "You can select multiple images. Select at least one image."
|
434 |
+
msgstr ""
|
435 |
+
"Puedes seleccionar las imágenes múltiples. Selecciona una imagen por lo "
|
436 |
+
"menos."
|
437 |
+
|
438 |
+
#: admin/views/form_select.php:46
|
439 |
+
msgid "There are no featured images in use."
|
440 |
+
msgstr "No hay ninguna imagen destacada en uso."
|
441 |
+
|
442 |
+
#: admin/views/form_select.php:55
|
443 |
+
msgid "Refine your selections"
|
444 |
+
msgstr "Refina sus selecciones."
|
445 |
+
|
446 |
+
#: admin/views/form_select.php:56 admin/views/form_select.php:66
|
447 |
+
msgid "You can control the process with the following options."
|
448 |
+
msgstr "Puedes controlar el proceso con las opciones siguientes."
|
449 |
+
|
450 |
+
#: admin/views/form_select.php:63
|
451 |
+
msgid "Optional: Select options"
|
452 |
+
msgstr "Opcional: selecciona las opciones."
|
453 |
+
|
454 |
+
#: admin/views/form_select.php:65
|
455 |
+
msgid "Process Options"
|
456 |
+
msgstr "Las opciones del proceso"
|
457 |
+
|
458 |
+
#: admin/views/form_select.php:71
|
459 |
+
msgid "Overwrite existing featured images with new ones"
|
460 |
+
msgstr "Sobrescribe las imágenes destacadas existentes con otras nuevas."
|
461 |
+
|
462 |
+
#: admin/views/form_select.php:81
|
463 |
+
msgid ""
|
464 |
+
"Posts with featured images will be ignored, even if the Overwrite option is "
|
465 |
+
"checked "
|
466 |
+
msgstr ""
|
467 |
+
"Los post que contienen las imágenes destacadas serán ignorados, incluso si "
|
468 |
+
"la opción Sobrescribe está marcada."
|
469 |
+
|
470 |
+
#: admin/views/form_select.php:90
|
471 |
+
msgid "There are two more options in the premium version for random images:"
|
472 |
+
msgstr ""
|
473 |
+
"Hay dos opciones más en la versión de pago para las imágenes destacadas:"
|
474 |
+
|
475 |
+
#: admin/views/form_select.php:92
|
476 |
+
msgid "Use each selected image only once"
|
477 |
+
msgstr "Usa cada imagen seleccionada solo una vez"
|
478 |
+
|
479 |
+
#: admin/views/form_select.php:93
|
480 |
+
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:109
|
485 |
+
#: admin/views/section_defaults.php:444 admin/views/section_footer.php:59
|
486 |
+
#: admin/views/section_overview.php:91
|
487 |
+
msgid "Get the premium version"
|
488 |
+
msgstr "Obtener la Pro versión"
|
489 |
+
|
490 |
+
#: admin/views/form_select.php:95 admin/views/form_select.php:133
|
491 |
+
#: admin/views/form_select.php:155 admin/views/form_start.php:109
|
492 |
+
#: admin/views/section_defaults.php:444 admin/views/section_footer.php:59
|
493 |
+
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
494 |
+
msgid "/"
|
495 |
+
msgstr "/es"
|
496 |
+
|
497 |
+
#: admin/views/form_select.php:104
|
498 |
+
msgid "Optional: Add a filter"
|
499 |
+
msgstr "Opcional: Añade el filtro"
|
500 |
+
|
501 |
+
#: admin/views/form_select.php:106
|
502 |
+
msgid "Select filters"
|
503 |
+
msgstr "Selecciona los filtros"
|
504 |
+
|
505 |
+
#: admin/views/form_select.php:107
|
506 |
+
msgid ""
|
507 |
+
"If you want select one of the following filters to narrow down the set of "
|
508 |
+
"concerned posts and pages."
|
509 |
+
msgstr ""
|
510 |
+
"Si quieres, selecciona uno de los filtros siguientes para limitar el "
|
511 |
+
"conjunto de los post y páginas correspondientes."
|
512 |
+
|
513 |
+
#: admin/views/form_select.php:108
|
514 |
+
msgid ""
|
515 |
+
"You can select multiple filters. They will return an intersection of their "
|
516 |
+
"results."
|
517 |
+
msgstr ""
|
518 |
+
"Puedes seleccionar los filtros múltiples. Ellos devolverán la intersección "
|
519 |
+
"de sus resultados."
|
520 |
+
|
521 |
+
#: admin/views/form_select.php:113
|
522 |
+
msgid "Search by post type. By default all posts and pages will be affected."
|
523 |
+
msgstr ""
|
524 |
+
"Busca por el tipo de post. De forma predeterminada todos los post y páginas "
|
525 |
+
"serán afectados."
|
526 |
+
|
527 |
+
#: admin/views/form_select.php:116
|
528 |
+
msgid "Search posts by category"
|
529 |
+
msgstr "Busca los post por la categoría"
|
530 |
+
|
531 |
+
#: admin/views/form_select.php:119
|
532 |
+
msgid "Search posts by tag"
|
533 |
+
msgstr "Busca los post por la etiqueta"
|
534 |
+
|
535 |
+
#: admin/views/form_select.php:133 admin/views/section_overview.php:91
|
536 |
+
msgid "Are you looking for more options and more filters?"
|
537 |
+
msgstr "¿Buscas más opciones y más filtros de búsqueda?"
|
538 |
+
|
539 |
+
#: admin/views/form_select.php:134
|
540 |
+
msgid ""
|
541 |
+
"On the next page you can refine the filters. If you did not select any "
|
542 |
+
"filter you will go to the preview list directly."
|
543 |
+
msgstr ""
|
544 |
+
"El la página siguiente puedes refinar sus filtros. Si no has seleccionado "
|
545 |
+
"ningún, filtro te vas a la lista previa directamente."
|
546 |
+
|
547 |
+
#: admin/views/form_select.php:152
|
548 |
+
msgid "If you encounter a white, blank page, read this"
|
549 |
+
msgstr "Si surge la página en blanco, lee esto"
|
550 |
+
|
551 |
+
#: admin/views/form_select.php:153
|
552 |
+
msgid ""
|
553 |
+
"Facing a white blank page while trying to treat thousands of posts is the "
|
554 |
+
"effect of limited memory capacities on the website server. Instead of "
|
555 |
+
"treating a huge amount of posts in one single go try to treat small amounts "
|
556 |
+
"of posts multiple times successively. To achieve that do:"
|
557 |
+
msgstr ""
|
558 |
+
"El surgimiento de la página en blanco mientras estas tratando miles de post "
|
559 |
+
"significa que las capacidades de memoria del servidor de sitio web son "
|
560 |
+
"limitadas. En vez de tratar un montón de post una sola vez, intenta tratar "
|
561 |
+
"pequeñas cantidades de post varias veces sucesivamente. Para conseguirlo, "
|
562 |
+
"haz lo siguiente:"
|
563 |
+
|
564 |
+
#: admin/views/form_select.php:156
|
565 |
+
msgid "add the time filter,"
|
566 |
+
msgstr "Añade el filtro de tiempo"
|
567 |
+
|
568 |
+
#: admin/views/form_select.php:157
|
569 |
+
msgid "set a small time range,"
|
570 |
+
msgstr "Establece el período limitado de tiempo."
|
571 |
+
|
572 |
+
#: admin/views/form_select.php:158
|
573 |
+
msgid "do the process"
|
574 |
+
msgstr "Realiza el proceso"
|
575 |
+
|
576 |
+
#: admin/views/form_select.php:159
|
577 |
+
msgid "and repeat it with the next time range as often as needed."
|
578 |
+
msgstr ""
|
579 |
+
"Y realízalo de nuevo con el periodo de tiempo siguiente las veces que te "
|
580 |
+
"sean necesarias."
|
581 |
+
|
582 |
+
#: admin/views/form_select.php:161
|
583 |
+
msgid ""
|
584 |
+
"This way is not as fast as one single run, but still much faster than "
|
585 |
+
"setting the images for each post manually."
|
586 |
+
msgstr ""
|
587 |
+
"Este modo no es tan rápido como el de una única ejecución, pero todavía 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:195
|
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 "
|
595 |
+
"featured images."
|
596 |
+
msgstr ""
|
597 |
+
"El tema actual no soporta las imágenes destacadas. Sea lo que sea, puedes "
|
598 |
+
"usar este plugin. Los efectos son almacenados y serán visibles en el tema "
|
599 |
+
"que soporta las imágenes destacadas."
|
600 |
+
|
601 |
+
#: admin/views/form_start.php:12
|
602 |
+
msgid "What do you want to do?"
|
603 |
+
msgstr "¿Qué quieres hacer?"
|
604 |
+
|
605 |
+
#: admin/views/form_start.php:14
|
606 |
+
msgid ""
|
607 |
+
"Here you can add, replace and delete featured images to your posts. Select "
|
608 |
+
"one of the following actions and, if necessary, one or more images."
|
609 |
+
msgstr ""
|
610 |
+
"Aquí puedes añadir, reemplazar y borrar las imágenes destacadas en tus post. "
|
611 |
+
"Selecciona una de las acciones siguientes, y si es necesario, una o más "
|
612 |
+
"imágenes."
|
613 |
+
|
614 |
+
#: admin/views/form_start.php:15
|
615 |
+
msgid "Whatever you select: You can refine your choice on the next page."
|
616 |
+
msgstr ""
|
617 |
+
"Cualquier cosa que selecciones: puedes refinar su selección en la página "
|
618 |
+
"siguiente."
|
619 |
+
|
620 |
+
#: admin/views/form_start.php:17
|
621 |
+
msgid "Important advice"
|
622 |
+
msgstr "Un consejo importante"
|
623 |
+
|
624 |
+
#: admin/views/form_start.php:18
|
625 |
+
msgid ""
|
626 |
+
"There is no undo function! It is strongly recommended that you make a backup "
|
627 |
+
"of the WordPress database before you perform mass changes."
|
628 |
+
msgstr ""
|
629 |
+
"¡No hay función ‘’ deshacer’’! Se recomienda encarecidamente que hagas una "
|
630 |
+
"copia de seguridad de la base de datos de WordPress antes de que realices "
|
631 |
+
"modificaciones en masa."
|
632 |
+
|
633 |
+
#: admin/views/form_start.php:20
|
634 |
+
msgid "Select action"
|
635 |
+
msgstr "Selecciona la acción"
|
636 |
+
|
637 |
+
#: admin/views/form_start.php:21
|
638 |
+
msgid "Actions with a single image"
|
639 |
+
msgstr "Las acciones con una sola imagen."
|
640 |
+
|
641 |
+
#: admin/views/form_start.php:22
|
642 |
+
msgid "These actions require to select an image with the following button."
|
643 |
+
msgstr ""
|
644 |
+
"Estas acciones requieren que se seleccione una imagen con el siguiente botón."
|
645 |
+
|
646 |
+
#: admin/views/form_start.php:35
|
647 |
+
msgid ""
|
648 |
+
"Select the image you want to add to, replace or delete from posts and pages "
|
649 |
+
"by clicking on the following button."
|
650 |
+
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:56
|
655 |
+
msgid "Choose Image"
|
656 |
+
msgstr "Selecciona la imagen"
|
657 |
+
|
658 |
+
#: admin/views/form_start.php:60
|
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:61
|
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:"
|
666 |
+
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:62
|
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 "
|
674 |
+
"image". 3. After a click on it you can move on in this plugin."
|
675 |
+
msgstr ""
|
676 |
+
"1. Ve a MediaLibrary (biblioteca multimedia) 2. Mueva el ratón sobre la "
|
677 |
+
"imagen deseada. Los enlaces siguientes están apareciendo, entre ellos el "
|
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:66
|
682 |
+
msgid "Actions with multiple images"
|
683 |
+
msgstr "Las acciones con imágenes múltiples."
|
684 |
+
|
685 |
+
#: admin/views/form_start.php:67
|
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:79
|
693 |
+
msgid ""
|
694 |
+
"To select multiple images click on the button and use the CTRL key while "
|
695 |
+
"clicking on the images."
|
696 |
+
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:81
|
701 |
+
msgid "Choose Images"
|
702 |
+
msgstr "Selecciona las imágenes"
|
703 |
+
|
704 |
+
#: admin/views/form_start.php:97
|
705 |
+
msgid "Actions without any selected image"
|
706 |
+
msgstr "Las acciones sin imagen seleccionada"
|
707 |
+
|
708 |
+
#: admin/views/form_start.php:98
|
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:109
|
713 |
+
msgid "Do you want to assign the first image of each post?"
|
714 |
+
msgstr "¿Toma la primera imagen adjunta de post?"
|
715 |
+
|
716 |
+
#: admin/views/section_defaults.php:16
|
717 |
+
msgid "matches"
|
718 |
+
msgstr "Las coincidencias"
|
719 |
+
|
720 |
+
#: admin/views/section_defaults.php:184
|
721 |
+
msgid "Default featured images for future posts"
|
722 |
+
msgstr "Las imágenes destacadas predeterminadas para los post futuros"
|
723 |
+
|
724 |
+
#: admin/views/section_defaults.php:186
|
725 |
+
msgid ""
|
726 |
+
"Define the rules to use images as default featured images automatically "
|
727 |
+
"every time a post is saved."
|
728 |
+
msgstr ""
|
729 |
+
"Define las reglas de usar imágenes como las imágenes destacadas "
|
730 |
+
"predeterminadas automáticamente cada vez que se guarda un post."
|
731 |
+
|
732 |
+
#: admin/views/section_defaults.php:187
|
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."
|
736 |
+
msgstr ""
|
737 |
+
"Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
|
738 |
+
"regla que es sólo parcialmente definida, será ignorada."
|
739 |
+
|
740 |
+
#: admin/views/section_defaults.php:203
|
741 |
+
msgid "Are you sure to remove this rule?"
|
742 |
+
msgstr "¿Estás seguro de que deseas eliminar esta regla?"
|
743 |
+
|
744 |
+
#: admin/views/section_defaults.php:217
|
745 |
+
msgid "An image overwrites an existing image"
|
746 |
+
msgstr "La imagen sobrescribe la imagen existente."
|
747 |
+
|
748 |
+
#: admin/views/section_defaults.php:220
|
749 |
+
msgid ""
|
750 |
+
"If activated the rule is used automatically while saving a post to overwrite "
|
751 |
+
"an existing featured image with the new one based on the following rules. Do "
|
752 |
+
"not use this if you want to keep manually set featured images."
|
753 |
+
msgstr ""
|
754 |
+
"Una vez activada, la regla se usa automáticamente mientras se está guardando "
|
755 |
+
"el post, para sobrescribir la imagen destacada con la nueva basada en las "
|
756 |
+
"reglas siguientes. No uses esta función si quieres mantener el "
|
757 |
+
"establecimiento de las imágenes destacadas de forma manual."
|
758 |
+
|
759 |
+
#: admin/views/section_defaults.php:226
|
760 |
+
msgid ""
|
761 |
+
"Activate to automatically overwrite an existing featured image while saving "
|
762 |
+
"a post"
|
763 |
+
msgstr ""
|
764 |
+
"Actívalo para sobrescribir la imagen destacada existente mientras se está "
|
765 |
+
"guardando el post."
|
766 |
+
|
767 |
+
#: admin/views/section_defaults.php:233
|
768 |
+
msgid "Text with images in WordPress editor"
|
769 |
+
msgstr "Los textos con imágenes en el editor de WordPress."
|
770 |
+
|
771 |
+
#: admin/views/section_defaults.php:236
|
772 |
+
msgid ""
|
773 |
+
"If activated the rule is used automatically while saving a post to set the "
|
774 |
+
"first content image - if available in the media library - as the featured "
|
775 |
+
"image of the post. If the post has no content images the next rules will be "
|
776 |
+
"applied."
|
777 |
+
msgstr ""
|
778 |
+
"Una vez activada, la regla se usa automáticamente mientras se está guardando "
|
779 |
+
"el post para establecer la primera imagen de contenido-si está disponible en "
|
780 |
+
"MediaLibrary (biblioteca multimedia)- como la imagen destacada del post.Si "
|
781 |
+
"el post no tiene las imágenes del contenido se aplicarán las reglas "
|
782 |
+
"siguientes."
|
783 |
+
|
784 |
+
#: admin/views/section_defaults.php:242
|
785 |
+
msgid ""
|
786 |
+
"Activate to automatically use the first content image if available in the "
|
787 |
+
"media library as featured image while saving a post"
|
788 |
+
msgstr ""
|
789 |
+
"Actívalo para usar automáticamente la primera imagen del contenido si está "
|
790 |
+
"disponible en Media Library como la imagen destacada mientras se está "
|
791 |
+
"guardando el post."
|
792 |
+
|
793 |
+
#: admin/views/section_defaults.php:433
|
794 |
+
msgid "Add rule"
|
795 |
+
msgstr "Añade la regla"
|
796 |
+
|
797 |
+
#: admin/views/section_defaults.php:439
|
798 |
+
msgid "Additional rules in the premium version"
|
799 |
+
msgstr "Reglas adicionales en la Pro versión"
|
800 |
+
|
801 |
+
#: admin/views/section_defaults.php:441
|
802 |
+
msgid "Search string in post title"
|
803 |
+
msgstr "El término de búsqueda en el título de la entrada"
|
804 |
+
|
805 |
+
#: admin/views/section_defaults.php:446
|
806 |
+
msgid "How the rules work"
|
807 |
+
msgstr "Cómo funcionan las reglas"
|
808 |
+
|
809 |
+
#: admin/views/section_defaults.php:447
|
810 |
+
msgid ""
|
811 |
+
"Every time you save a post the post get the featured image if one of the "
|
812 |
+
"following rules match a property of the post. You can also set rules for "
|
813 |
+
"pages and all other current post types which support featured images."
|
814 |
+
msgstr ""
|
815 |
+
"Cada vez que guardas el post, el post obtiene la imagen destacada si una de "
|
816 |
+
"las reglas siguientes coincide con la propiedad del post. También puedes "
|
817 |
+
"establecer las reglas para las páginas y todos otros post actuales que "
|
818 |
+
"soportan imágenes destacadas."
|
819 |
+
|
820 |
+
#: admin/views/section_defaults.php:448
|
821 |
+
msgid ""
|
822 |
+
"Regardless of the order in the list the rules are applied in the following "
|
823 |
+
"order until a rule and a property of the post fit together:"
|
824 |
+
msgstr ""
|
825 |
+
"Independientemente del orden de la lista, las reglas se aplican en el orden "
|
826 |
+
"siguiente hasta que la regla y la propiedad encajen bien."
|
827 |
+
|
828 |
+
#: admin/views/section_defaults.php:450
|
829 |
+
msgid "found first content image. If not then..."
|
830 |
+
msgstr "La primera imagen del contenido encontrada. Si no es así, entonces…."
|
831 |
+
|
832 |
+
#: admin/views/section_defaults.php:451
|
833 |
+
msgid "matched custom taxonomy. If not then..."
|
834 |
+
msgstr "La taxonomía correspondiente personalizada. Si no es así entonces….,"
|
835 |
+
|
836 |
+
#: admin/views/section_defaults.php:452
|
837 |
+
msgid "matched tag. If not then..."
|
838 |
+
msgstr "La etiqueta correspondiente. Si no es así, entonces…."
|
839 |
+
|
840 |
+
#: admin/views/section_defaults.php:453
|
841 |
+
msgid "matched category. If not then..."
|
842 |
+
msgstr "La categoría correspondiente. Si no es así, entonces…."
|
843 |
+
|
844 |
+
#: admin/views/section_defaults.php:454
|
845 |
+
msgid "matched author. If not then..."
|
846 |
+
msgstr "El autor correspondiente. Si no es así, entonces….."
|
847 |
+
|
848 |
+
#: admin/views/section_defaults.php:455
|
849 |
+
msgid "matched post type. If not then..."
|
850 |
+
msgstr "El autor correspondiente. Si no es así, entonces….."
|
851 |
+
|
852 |
+
#: admin/views/section_defaults.php:456
|
853 |
+
msgid "no featured image."
|
854 |
+
msgstr "No hay ninguna imagen destacada"
|
855 |
+
|
856 |
+
#: admin/views/section_defaults.php:458
|
857 |
+
msgid ""
|
858 |
+
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
859 |
+
"the post it is unforeseeable which image will become the featured image."
|
860 |
+
msgstr ""
|
861 |
+
"Ten en cuenta que si dos reglas o más de misma taxonomía encajan en el post, "
|
862 |
+
"es imprevisible cual imagen llegará a ser la imagen destacada."
|
863 |
+
|
864 |
+
#: admin/views/section_errormsg.php:1
|
865 |
+
msgid "Error"
|
866 |
+
msgstr "Error"
|
867 |
+
|
868 |
+
#: admin/views/section_errormsg.php:3
|
869 |
+
msgid "Reason"
|
870 |
+
msgstr "La razón"
|
871 |
+
|
872 |
+
#: admin/views/section_errormsg.php:5
|
873 |
+
msgid "Solution"
|
874 |
+
msgstr "La solución"
|
875 |
+
|
876 |
+
#: admin/views/section_footer.php:52
|
877 |
+
msgid "Credits and informations"
|
878 |
+
msgstr "Los créditos y las informaciones"
|
879 |
+
|
880 |
+
#: admin/views/section_footer.php:54 admin/views/section_results.php:75
|
881 |
+
msgid "Do you like the plugin?"
|
882 |
+
msgstr "¿Te gusta el plugin?"
|
883 |
+
|
884 |
+
#: admin/views/section_footer.php:54 admin/views/section_results.php:76
|
885 |
+
msgid "Please rate it at wordpress.org!"
|
886 |
+
msgstr "¡Por favor califícalo en at wordpress.org!"
|
887 |
+
|
888 |
+
#: admin/views/section_footer.php:55
|
889 |
+
msgid ""
|
890 |
+
"The plugin is for free. But the plugin author would be delighted to your "
|
891 |
+
"small contribution."
|
892 |
+
msgstr ""
|
893 |
+
"El plugin es gratis. Pero el autor del plugin estaría encantado de su "
|
894 |
+
"pequeña contribución."
|
895 |
+
|
896 |
+
#: admin/views/section_footer.php:55
|
897 |
+
msgid "Donation Button"
|
898 |
+
msgstr "Botón de donación"
|
899 |
+
|
900 |
+
#: admin/views/section_footer.php:55
|
901 |
+
msgid "Donate with PayPal"
|
902 |
+
msgstr "Donar con PayPal"
|
903 |
+
|
904 |
+
#: admin/views/section_footer.php:56
|
905 |
+
msgid "Do you need support or have an idea for the plugin?"
|
906 |
+
msgstr "¿Necesitas el soporte, o tienes alguna idea sobre el plugin?"
|
907 |
+
|
908 |
+
#: admin/views/section_footer.php:56
|
909 |
+
msgid ""
|
910 |
+
"Post your questions and ideas about Quick Featured Images in the forum at "
|
911 |
+
"wordpress.org!"
|
912 |
+
msgstr ""
|
913 |
+
"¡Envía sus preguntas e ideas sobre Quick Featured Images al foro en "
|
914 |
+
"wordpress.org!"
|
915 |
+
|
916 |
+
#: admin/views/section_footer.php:57
|
917 |
+
msgid "Special thanks for the fine frontend style of the plugin go to"
|
918 |
+
msgstr ""
|
919 |
+
"Un agradecimiento especial por el estilo elegante de interfaz del plugin a"
|
920 |
+
|
921 |
+
#: admin/views/section_footer.php:58
|
922 |
+
msgid ""
|
923 |
+
"Let the thumbnails appear in the widget of the most recent posts with this "
|
924 |
+
"fast plugin"
|
925 |
+
msgstr ""
|
926 |
+
"Deje que las imágenes en miniatura aparecen en el widget de los mensajes más "
|
927 |
+
"recientes con este plugin rápida"
|
928 |
+
|
929 |
+
#: admin/views/section_footer.php:58
|
930 |
+
#, php-format
|
931 |
+
msgid "Download plugin %s at %s!"
|
932 |
+
msgstr "Descargar plugin %s en %s!"
|
933 |
+
|
934 |
+
#: admin/views/section_header_progress.php:15
|
935 |
+
msgid "Progress bar"
|
936 |
+
msgstr "La barra de progreso"
|
937 |
+
|
938 |
+
#: admin/views/section_header_progress.php:17
|
939 |
+
msgid "You are here"
|
940 |
+
msgstr "Tu estas aquí"
|
941 |
+
|
942 |
+
#: admin/views/section_image.php:1
|
943 |
+
msgid "Your selection"
|
944 |
+
msgstr "Tu selección"
|
945 |
+
|
946 |
+
#: admin/views/section_image.php:9
|
947 |
+
msgid "Your selected thumbnail"
|
948 |
+
msgstr "Tu miniatura seleccionada"
|
949 |
+
|
950 |
+
#: admin/views/section_image.php:12
|
951 |
+
msgid "Image title"
|
952 |
+
msgstr "El titulo de la imagen"
|
953 |
+
|
954 |
+
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
955 |
+
msgid "If wrong image start again"
|
956 |
+
msgstr "Si la imagen es equivocada empieza de nuevo"
|
957 |
+
|
958 |
+
#: admin/views/section_image.php:23
|
959 |
+
msgid "Your selected thumbnails"
|
960 |
+
msgstr "Tus miniaturas seleccionadas"
|
961 |
+
|
962 |
+
#: admin/views/section_image.php:42
|
963 |
+
msgid "Your selected action"
|
964 |
+
msgstr "Tu acción seleccionada"
|
965 |
+
|
966 |
+
#: admin/views/section_image.php:55
|
967 |
+
msgid "If wrong action start again"
|
968 |
+
msgstr "Si la acción es equivocada empieza de nuevo"
|
969 |
+
|
970 |
+
#: admin/views/section_image.php:68
|
971 |
+
msgid "Your selected options"
|
972 |
+
msgstr "Tus opciones seleccionadas"
|
973 |
+
|
974 |
+
#: admin/views/section_image.php:84
|
975 |
+
msgid "No selected options"
|
976 |
+
msgstr "No hay opciones seleccionadas"
|
977 |
+
|
978 |
+
#: admin/views/section_image.php:90
|
979 |
+
msgid "Your selected filters"
|
980 |
+
msgstr "Tus filtros seleccionados"
|
981 |
+
|
982 |
+
#: admin/views/section_image.php:106
|
983 |
+
msgid "No selected filters"
|
984 |
+
msgstr "No hay filtros seleccionados"
|
985 |
+
|
986 |
+
#: admin/views/section_overview.php:17
|
987 |
+
msgid "Manage featured images in a quick way"
|
988 |
+
msgstr "Gestiona las imágenes destacadas de manera rápida"
|
989 |
+
|
990 |
+
#: admin/views/section_overview.php:89
|
991 |
+
msgid "The premium version"
|
992 |
+
msgstr "La Pro versión"
|
993 |
+
|
994 |
+
#: admin/views/section_results.php:1
|
995 |
+
msgid "Results of the action"
|
996 |
+
msgstr "Los resultados de la acción"
|
997 |
+
|
998 |
+
#: admin/views/section_results.php:8
|
999 |
+
msgid "Changed successfully"
|
1000 |
+
msgstr "Cambiado con éxito"
|
1001 |
+
|
1002 |
+
#: admin/views/section_results.php:9
|
1003 |
+
msgid "Unchanged"
|
1004 |
+
msgstr "Inalterado (sin cambios)"
|
1005 |
+
|
1006 |
+
#: admin/views/section_results.php:70
|
1007 |
+
msgid "No matches found."
|
1008 |
+
msgstr "No se han encontrado coincidencias "
|
1009 |
+
|
1010 |
+
#~ msgid "Post type"
|
1011 |
+
#~ msgstr "El tipo de post"
|
1012 |
+
|
1013 |
+
#~ msgid "Taxonomy"
|
1014 |
+
#~ msgstr "Taxonomy"
|
1015 |
+
|
1016 |
+
#~ msgid ""
|
1017 |
+
#~ "There is a new version of %1$s available. <a target=\"_blank\" class="
|
1018 |
+
#~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
|
1019 |
+
#~ msgstr ""
|
1020 |
+
#~ "Hay una nueva versión de %1$s disponible. <a target=\"_blank\" class="
|
1021 |
+
#~ "\"thickbox\" href=\"%2$s\"> Ver la versión %3$s details</a>"
|
1022 |
+
|
1023 |
+
#~ msgid ""
|
1024 |
+
#~ "There is a new version of %1$s available. <a target=\"_blank\" class="
|
1025 |
+
#~ "\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s"
|
1026 |
+
#~ "\">update now</a>."
|
1027 |
+
#~ msgstr ""
|
1028 |
+
#~ "Hay una nueva versión de %1$s disponible. <a target=\"_blank\" class="
|
1029 |
+
#~ "\"thickbox\" href=\"%2$s\">Ver la versión %3$s details</a> or <a href="
|
1030 |
+
#~ "\"%4$s\">update now"
|
1031 |
+
|
1032 |
+
#~ msgid "You do not have permission to install plugin updates"
|
1033 |
+
#~ msgstr "No tienes permiso a instalar las actualizaciones de plugin"
|
1034 |
+
|
1035 |
+
#~ msgid "The license is valid and active."
|
1036 |
+
#~ msgstr "La licencia es válida y está activada."
|
1037 |
+
|
1038 |
+
#~ msgid "The license is expired."
|
1039 |
+
#~ msgstr "La licencia expiró."
|
1040 |
+
|
1041 |
+
#~ msgid "The license key does not match."
|
1042 |
+
#~ msgstr "La clave de licencia no coincide."
|
1043 |
+
|
1044 |
+
#~ msgid "The license is not activated."
|
1045 |
+
#~ msgstr "La licencia no está activada."
|
1046 |
+
|
1047 |
+
#~ msgid "The license is disabled."
|
1048 |
+
#~ msgstr "La licencia está desactivada"
|
1049 |
+
|
1050 |
+
#~ msgid "The license is inactive."
|
1051 |
+
#~ msgstr "La licencia está inactivada"
|
1052 |
+
|
1053 |
+
#~ msgid "The status of the license is unknown."
|
1054 |
+
#~ msgstr "El estado de la licencia es desconocido"
|
1055 |
+
|
1056 |
+
#~ msgid "License Activation"
|
1057 |
+
#~ msgstr "La activación de licencia"
|
1058 |
+
|
1059 |
+
#~ msgid "Enter the license key to get automatic upgrades of the plugin."
|
1060 |
+
#~ msgstr ""
|
1061 |
+
#~ "Introduce la clave de la licencia para obtener las actualizaciones de "
|
1062 |
+
#~ "plugin automaticas"
|
1063 |
+
|
1064 |
+
#~ msgid "Set the first image as featured image"
|
1065 |
+
#~ msgstr "Establece la primera imagen como la imagen destacada"
|
1066 |
+
|
1067 |
+
#~ msgid "Take the first post image if available in the media library"
|
1068 |
+
#~ msgstr ""
|
1069 |
+
#~ "Toma la primera imagen de post si está disponible en la Media Library (la "
|
1070 |
+
#~ "biblioteca multimedia )"
|
1071 |
+
|
1072 |
+
#~ msgid ""
|
1073 |
+
#~ "Take the first post image from current site domain, copy and add it to "
|
1074 |
+
#~ "the media library if not available there"
|
1075 |
+
#~ msgstr ""
|
1076 |
+
#~ "Toma la primera imagen de post del dominio del sitio web actual, cópiala, "
|
1077 |
+
#~ "y añádela a la Media Library (la biblioteca multimedia) si no está "
|
1078 |
+
#~ "disponible ahí"
|
1079 |
+
|
1080 |
+
#~ msgid ""
|
1081 |
+
#~ "Take the first external post image, download it and add it to the media "
|
1082 |
+
#~ "library"
|
1083 |
+
#~ msgstr ""
|
1084 |
+
#~ "Toma la primera imagen externa de post, descárgala y añádela a la Media "
|
1085 |
+
#~ "Library (biblioteca multimedia)"
|
1086 |
+
|
1087 |
+
#~ msgid "Take the first image of a WordPress standard gallery"
|
1088 |
+
#~ msgstr "Toma la primera imagen de galería estándar de WordPress"
|
1089 |
+
|
1090 |
+
#~ msgid "Take the first image of a NextGen Gallery"
|
1091 |
+
#~ msgstr "Toma la primera imagen de galería de NextGen"
|
1092 |
+
|
1093 |
+
#~ msgid "Remove first embedded image"
|
1094 |
+
#~ msgstr "Elimina la primera imagen incrustada"
|
1095 |
+
|
1096 |
+
#~ msgid "Remove excess featured images"
|
1097 |
+
#~ msgstr "Elimina el exceso de imágenes destacadas"
|
1098 |
+
|
1099 |
+
#~ msgid "Multimedia File Filter"
|
1100 |
+
#~ msgstr "El filtro del archivo de Multimedia"
|
1101 |
+
|
1102 |
+
#~ msgid "Status Filter"
|
1103 |
+
#~ msgstr "El filtro del estatus"
|
1104 |
+
|
1105 |
+
#~ msgid "Search Filter"
|
1106 |
+
#~ msgstr "El filtro de búsqueda"
|
1107 |
+
|
1108 |
+
#~ msgid "Time Filter"
|
1109 |
+
#~ msgstr "El filtro de tiempo"
|
1110 |
+
|
1111 |
+
#~ msgid "Author Filter"
|
1112 |
+
#~ msgstr "El filtro de autor"
|
1113 |
+
|
1114 |
+
#~ msgid "Custom Taxonomy Filter"
|
1115 |
+
#~ msgstr "El filtro de taxonomía personalizada"
|
1116 |
+
|
1117 |
+
#~ msgid "Featured Image Size Filter"
|
1118 |
+
#~ msgstr "El filtro de tamaño de la imagen destacada"
|
1119 |
+
|
1120 |
+
#~ msgid "Parent Page Filter"
|
1121 |
+
#~ msgstr "El filtro de páginas padres"
|
1122 |
+
|
1123 |
+
#~ msgid "Audio files"
|
1124 |
+
#~ msgstr "Los archivos de audio"
|
1125 |
+
|
1126 |
+
#~ msgid "Video files"
|
1127 |
+
#~ msgstr "Los archivos de video"
|
1128 |
+
|
1129 |
+
#~ msgid "Start Date"
|
1130 |
+
#~ msgstr "La fecha de comienzo"
|
1131 |
+
|
1132 |
+
#~ msgid "End Date"
|
1133 |
+
#~ msgstr "La fecha final"
|
1134 |
+
|
1135 |
+
#~ msgid "Include the posts of the selected dates"
|
1136 |
+
#~ msgstr "Incluye los posts de las fechas seleccionadas"
|
1137 |
+
|
1138 |
+
#~ msgid "Custom field name"
|
1139 |
+
#~ msgstr "El nombre del campo personalizado"
|
1140 |
+
|
1141 |
+
#~ msgid "Operator to test with the value in the custom field"
|
1142 |
+
#~ msgstr "El operador comprobará el valor en el campo personalizado"
|
1143 |
+
|
1144 |
+
#~ msgid "Custom field value to compare with"
|
1145 |
+
#~ msgstr "El valor del campo personalizado al compararse con"
|
1146 |
+
|
1147 |
+
#~ msgid "Custom field type"
|
1148 |
+
#~ msgstr "El tipo del campo personalizado"
|
1149 |
+
|
1150 |
+
#~ msgid "Select an author"
|
1151 |
+
#~ msgstr "Selecciona el autor"
|
1152 |
+
|
1153 |
+
#~ msgid "is equal"
|
1154 |
+
#~ msgstr "Es igual"
|
1155 |
+
|
1156 |
+
#~ msgid "is not equal"
|
1157 |
+
#~ msgstr "No es igual"
|
1158 |
+
|
1159 |
+
#~ msgid "is greater than"
|
1160 |
+
#~ msgstr "Es mayor de"
|
1161 |
+
|
1162 |
+
#~ msgid "is lower than"
|
1163 |
+
#~ msgstr "Es inferior a, Es menor que"
|
1164 |
+
|
1165 |
+
#~ msgid "contains"
|
1166 |
+
#~ msgstr "Contiene"
|
1167 |
+
|
1168 |
+
#~ msgid "Select the custom field to find the associated posts/pages."
|
1169 |
+
#~ msgstr ""
|
1170 |
+
#~ "Selecciona el campo personalizado para encontrar posts/páginas asociadas"
|
1171 |
+
|
1172 |
+
#~ msgid ""
|
1173 |
+
#~ "Optional: Type in the value which will be compared with the value of the "
|
1174 |
+
#~ "selected custom field."
|
1175 |
+
#~ msgstr ""
|
1176 |
+
#~ "Selecciona el campo personalizado para encontrar posts/páginas asociadas"
|
1177 |
+
|
1178 |
+
#~ msgid ""
|
1179 |
+
#~ "Leave it empty if you just want to test the existence of the custom field "
|
1180 |
+
#~ "per post/page."
|
1181 |
+
#~ msgstr ""
|
1182 |
+
#~ "Déjalo vacío si sólo quieres comprobar la existencia del campo "
|
1183 |
+
#~ "personalizado por post/página."
|
1184 |
+
|
1185 |
+
#~ msgid ""
|
1186 |
+
#~ "Optional: Change the operator of the comparison. The default is to "
|
1187 |
+
#~ "compare equality with the value you type in the 'value' field."
|
1188 |
+
#~ msgstr ""
|
1189 |
+
#~ "Opcional: Cambia de operador de la comparación. El comportamiento "
|
1190 |
+
#~ "predeterminado es comparar la igualdad del valor escrito en el campo ‘ "
|
1191 |
+
#~ "value’ (valor)"
|
1192 |
+
|
1193 |
+
#~ msgid "There are no custom fields in use."
|
1194 |
+
#~ msgstr ". No hay ningún campo personalizado en uso"
|
1195 |
+
|
1196 |
+
#~ msgid "Registered terms of the taxonomy <strong>%s</strong>"
|
1197 |
+
#~ msgstr "Términos de taxonomía registrados <strong>%s</strong>."
|
1198 |
+
|
1199 |
+
#~ msgid "There are no terms of the taxonomy <strong>%s</strong>."
|
1200 |
+
#~ msgstr "No hay ningún término de taxonomía. <strong>%s</strong>."
|
1201 |
+
|
1202 |
+
#~ msgid "Strange search result with custom taxonomies?"
|
1203 |
+
#~ msgstr ""
|
1204 |
+
#~ "¿Un resultado de búsqueda extraño con las taxonomías personalizadas?"
|
1205 |
+
|
1206 |
+
#~ msgid ""
|
1207 |
+
#~ "The search for custom taxonomy terms could lead to surprising results. "
|
1208 |
+
#~ "The reason is custom taxonomies can be used in many different ways. It is "
|
1209 |
+
#~ "not possible to catch them all in one single code expression. If you "
|
1210 |
+
#~ "should be unsatisfied with the result try other filters to get the result "
|
1211 |
+
#~ "you want."
|
1212 |
+
#~ msgstr ""
|
1213 |
+
#~ "La búsqueda de término de taxonomía personalizada puede llevar a los "
|
1214 |
+
#~ "resultados sorprendentes. Es que, las taxonomías personalizadas se pueden "
|
1215 |
+
#~ "usar de múltiple modos.No es posible capturarlas a todas en el único "
|
1216 |
+
#~ "código de expresión. Si no estás satisfecho con el resultado, prueba "
|
1217 |
+
#~ "otros filtros para obtener los resultados deseados."
|
1218 |
+
|
1219 |
+
#~ msgid "There are no custom taxonomies."
|
1220 |
+
#~ msgstr "No hay ninguna taxonomía personalizada."
|
1221 |
+
|
1222 |
+
#~ msgid ""
|
1223 |
+
#~ "The search will find posts with an already added featured image which its "
|
1224 |
+
#~ "original image file is smaller than one of the given dimensions."
|
1225 |
+
#~ msgstr ""
|
1226 |
+
#~ "La búsqueda encontrará posts con la imagen destacada añadida ya, cuyo "
|
1227 |
+
#~ "archivo original de imagen es menor que la imagen de las dimensiones "
|
1228 |
+
#~ "dadas."
|
1229 |
+
|
1230 |
+
#~ msgid "For example you can search for posts with too small featured images."
|
1231 |
+
#~ msgstr ""
|
1232 |
+
#~ "Por ejemplo, puedes buscar posts con las imágenes destacadas demasiado "
|
1233 |
+
#~ "pequeñas."
|
1234 |
+
|
1235 |
+
#~ msgid ""
|
1236 |
+
#~ "Only positive integers from %d to %d are allowed. By default the "
|
1237 |
+
#~ "thumbnail dimensions as defined in %s are used."
|
1238 |
+
#~ msgstr ""
|
1239 |
+
#~ "Solo los números enteros positivos de %d a %d están permitidos. De forma "
|
1240 |
+
#~ "predeterminada se usan las dimensiones de la miniatura definidas en %s"
|
1241 |
+
|
1242 |
+
#~ msgid "Select multimedia file types"
|
1243 |
+
#~ msgstr "Selecciona tipos de archivo multimedia."
|
1244 |
+
|
1245 |
+
#~ msgid ""
|
1246 |
+
#~ "You can select two multimedia files types: audios and videos. If you "
|
1247 |
+
#~ "check at least one of both all other post types (posts, pages, etc.) will "
|
1248 |
+
#~ "be ignored."
|
1249 |
+
#~ msgstr ""
|
1250 |
+
#~ "Puedes seleccionar dos tipos de archivo multimedia : de audio y de video. "
|
1251 |
+
#~ "Si compruebas por lo menos uno de los dos, otros tipos de post (posts, "
|
1252 |
+
#~ "páginas, etc) serán ignorados."
|
1253 |
+
|
1254 |
+
#~ msgid "Select a parent page"
|
1255 |
+
#~ msgstr "Selecciona la página padre."
|
1256 |
+
|
1257 |
+
#~ msgid "There are no pages with child pages."
|
1258 |
+
#~ msgstr "No hay páginas que contienen las páginas secundarias."
|
1259 |
+
|
1260 |
+
#~ msgid "There are no custom post types."
|
1261 |
+
#~ msgstr "No hay ningún tipo de post personalizado."
|
1262 |
+
|
1263 |
+
#~ msgid "Type in a search term"
|
1264 |
+
#~ msgstr "Escribe en término de búsqueda."
|
1265 |
+
|
1266 |
+
#~ msgid "Select the statuses of the posts/pages:"
|
1267 |
+
#~ msgstr "Selecciona los estatus de post/páginas."
|
1268 |
+
|
1269 |
+
#~ msgid "Date range"
|
1270 |
+
#~ msgstr "El intervalo de fechas"
|
1271 |
+
|
1272 |
+
#~ msgid ""
|
1273 |
+
#~ "To define a time segment select both the start date and the end date."
|
1274 |
+
#~ msgstr ""
|
1275 |
+
#~ "Para definir un intervalo de tiempo selecciona la fecha de comienzo y la "
|
1276 |
+
#~ "fecha final"
|
1277 |
+
|
1278 |
+
#~ msgid ""
|
1279 |
+
#~ "You can also define a time period by selecting only one date as the "
|
1280 |
+
#~ "limiting value of the period."
|
1281 |
+
#~ msgstr ""
|
1282 |
+
#~ "También puedes definir un intervalo de tiempo seleccionando una sola "
|
1283 |
+
#~ "fecha como el valor límite del periodo."
|
1284 |
+
|
1285 |
+
#~ msgid "The listed dates are the date of the publication of stored posts."
|
1286 |
+
#~ msgstr ""
|
1287 |
+
#~ "Las fechas listadas son las fechas de publicación de los post almacenados."
|
1288 |
+
|
1289 |
+
#~ msgid "What sort of first image?"
|
1290 |
+
#~ msgstr "¿Qué tipo de la primera imagen?"
|
1291 |
+
|
1292 |
+
#~ msgid ""
|
1293 |
+
#~ "Remove the first embedded image from the post content after this image "
|
1294 |
+
#~ "was set as featured image. This does not affect galleries or attached "
|
1295 |
+
#~ "images. <strong>There is no undo function. Be careful with this option "
|
1296 |
+
#~ "and please create a backup of the database of this website before you use "
|
1297 |
+
#~ "this!</strong>"
|
1298 |
+
#~ msgstr ""
|
1299 |
+
#~ "Elimina la primera imagen incrustada del contenido de post al establecer "
|
1300 |
+
#~ "esta imagen como la imagen destacada. Esto no afecta a las galerías o "
|
1301 |
+
#~ "imágenes adjuntas. <strong>. No hay la función Deshacer (Anular).¡Ten "
|
1302 |
+
#~ "cuidado con esta opción y antes de usarla, por favor, crea una copia de "
|
1303 |
+
#~ "seguridad de datos de este sitio web! </strong>"
|
1304 |
+
|
1305 |
+
#~ msgid ""
|
1306 |
+
#~ "By default the selected images will be used multiple times in random "
|
1307 |
+
#~ "order. If you check this option each selected image will be used only "
|
1308 |
+
#~ "once. If there are more posts than images the remaining posts will not be "
|
1309 |
+
#~ "changed. If you want to remove the featured images of remaining posts "
|
1310 |
+
#~ "check the next option additionally."
|
1311 |
+
#~ msgstr ""
|
1312 |
+
#~ "De forma predeterminada las imágenes seleccionadas serán usadas varias "
|
1313 |
+
#~ "veces en orden aleatorio. Si marcas (compruebas) esta opción, cada imagen "
|
1314 |
+
#~ "seleccionada será usada una sola vez. Si hay más post que las imágenes, "
|
1315 |
+
#~ "los post restantes no serán cambiados.Si quieres eliminar las imágenes "
|
1316 |
+
#~ "destacadas de los post restantes marca la siguiente opción adicionalmente."
|
1317 |
+
|
1318 |
+
#~ msgid ""
|
1319 |
+
#~ "Remove existing featured images of remaining posts if all selected images "
|
1320 |
+
#~ "are used. This option works only with the previous option."
|
1321 |
+
#~ msgstr ""
|
1322 |
+
#~ "Elimina las imágenes destacadas existentes de los post restantes, si "
|
1323 |
+
#~ "todas imágenes seleccionadas son usadas. Esta opción funciona solo junto "
|
1324 |
+
#~ "a la opción previa."
|
1325 |
+
|
1326 |
+
#~ msgid "Some advices from experience"
|
1327 |
+
#~ msgstr "Algunos consejos de experiencia"
|
1328 |
+
|
1329 |
+
#~ msgid ""
|
1330 |
+
#~ "Looking for external images can take a long time. Please be patient for "
|
1331 |
+
#~ "at least one minute and do not reload the page! If you would see a "
|
1332 |
+
#~ "timeout message please start again with a filter that limits the number "
|
1333 |
+
#~ "of posts."
|
1334 |
+
#~ msgstr ""
|
1335 |
+
#~ "La búsqueda de las imágenes externas puede tardar mucho tiempo. ¡Por "
|
1336 |
+
#~ "favor, ten paciencia por lo menos un minuto y no recargues la página! Si "
|
1337 |
+
#~ "ves el mensaje de tiempo de espera, por favor, empieza de nuevo con el "
|
1338 |
+
#~ "filtro que limita el número de post."
|
1339 |
+
|
1340 |
+
#~ msgid ""
|
1341 |
+
#~ "If you would be unsatisfied with the next results of the search for first "
|
1342 |
+
#~ "embedded images try the option for external images. Maybe that result "
|
1343 |
+
#~ "could meet your expectations better."
|
1344 |
+
#~ msgstr ""
|
1345 |
+
#~ "Si no estás satisfecho con los siguientes resultados de la búsqueda de "
|
1346 |
+
#~ "las primeras imágenes incrustadas, prueba con la opción de las imágenes "
|
1347 |
+
#~ "externas. A lo mejor el resultado podría satisfacer tus expectativas "
|
1348 |
+
#~ "mejor."
|
1349 |
+
|
1350 |
+
#~ msgid ""
|
1351 |
+
#~ "Search for audios and videos. This filter will ignore all other post "
|
1352 |
+
#~ "types automatically."
|
1353 |
+
#~ msgstr ""
|
1354 |
+
#~ "Busca los audios y videos. Este filtro ignorará todos los otros tipos de "
|
1355 |
+
#~ "post automáticamente."
|
1356 |
+
|
1357 |
+
#~ msgid ""
|
1358 |
+
#~ "Search by several statuses (published, draft, private etc.). By default "
|
1359 |
+
#~ "all statuses will be affected."
|
1360 |
+
#~ msgstr ""
|
1361 |
+
#~ "Busca por los varios estatus (publicado, borrador, privado, etc.) De "
|
1362 |
+
#~ "forma predeterminada todos los estatus serán afectados."
|
1363 |
+
|
1364 |
+
#~ msgid "Search by search term"
|
1365 |
+
#~ msgstr "Busca por el término de búsqueda"
|
1366 |
+
|
1367 |
+
#~ msgid "Search by time specifications"
|
1368 |
+
#~ msgstr "Busca por la especificación de tiempo"
|
1369 |
+
|
1370 |
+
#~ msgid "Search by author"
|
1371 |
+
#~ msgstr "Busca por el autor"
|
1372 |
+
|
1373 |
+
#~ msgid "Search by other taxonomies like plugin categories etc."
|
1374 |
+
#~ msgstr "Busca por las otras taxonomías como las categorías de plugin"
|
1375 |
+
|
1376 |
+
#~ msgid "Search by original dimensions of added featured image"
|
1377 |
+
#~ msgstr ""
|
1378 |
+
#~ "Busca por las dimensiones originales de la imagen destacada añadida."
|
1379 |
+
|
1380 |
+
#~ msgid "Search child pages by parent page"
|
1381 |
+
#~ msgstr "Busca las páginas secundarias por la página padre."
|
1382 |
+
|
1383 |
+
#~ msgid ""
|
1384 |
+
#~ "The plugin will try to find the first image embedded in the content, in a "
|
1385 |
+
#~ "WordPress standard gallery or attached to a post."
|
1386 |
+
#~ msgstr ""
|
1387 |
+
#~ "El plugin intentará a encontrar la primera imagen incrustada en el "
|
1388 |
+
#~ "contenido, en la galería estándar de WolrdPress, o añadida al post."
|
1389 |
+
|
1390 |
+
#~ msgid "It will also search in NextGen galleries."
|
1391 |
+
#~ msgstr "Buscará también en las galerías de NextGen."
|
1392 |
+
|
1393 |
+
#~ msgid "/reviews/"
|
1394 |
+
#~ msgstr "/Las evaluaciones/"
|
1395 |
+
|
1396 |
+
#~ msgid "Your selected approach"
|
1397 |
+
#~ msgstr "Tu enfoque seleccionado"
|
1398 |
+
|
1399 |
+
#~ msgid "License Settings"
|
1400 |
+
#~ msgstr "La configuración de la licencia"
|
1401 |
+
|
1402 |
+
#~ msgid "License Key"
|
1403 |
+
#~ msgstr "La clave de la licencia"
|
1404 |
+
|
1405 |
+
#~ msgid "Enter your license key. Then click on the button."
|
1406 |
+
#~ msgstr ""
|
1407 |
+
#~ "Introduce su clave de la licencia. A continuación hay clic en el botón."
|
1408 |
+
|
1409 |
+
#~ msgid "Licence Status"
|
1410 |
+
#~ msgstr "El estatus de la licencia"
|
1411 |
+
|
1412 |
+
#~ msgid "The license will expire on %1$s at %2$s."
|
1413 |
+
#~ msgstr "La licencia expirará el %1$s a %2$s"
|
1414 |
+
|
1415 |
+
#~ msgid "There are %d activations left"
|
1416 |
+
#~ msgstr "Todavía quedan %d activaciones"
|
1417 |
+
|
1418 |
+
#~ msgid "Deactivate License"
|
1419 |
+
#~ msgstr "Desactiva la licencia"
|
1420 |
+
|
1421 |
+
#~ msgid ""
|
1422 |
+
#~ "Click to deactivate the license if you do not want to use it on this "
|
1423 |
+
#~ "server."
|
1424 |
+
#~ msgstr ""
|
1425 |
+
#~ "Haz clic en desactivar la licencia si no quieres usarla en este servidor."
|
1426 |
+
|
1427 |
+
#~ msgid "The license expired on %1$s at %2$s."
|
1428 |
+
#~ msgstr "La licencia expiró el %1$s a %2$s"
|
1429 |
+
|
1430 |
+
#~ msgid "Click here for a new license"
|
1431 |
+
#~ msgstr "Haz clic aquí para obtener la nueva licencia"
|
1432 |
+
|
1433 |
+
#~ msgid "Activate License"
|
1434 |
+
#~ msgstr "Activa la licencia"
|
1435 |
+
|
1436 |
+
#~ msgid ""
|
1437 |
+
#~ "Click to activate the license after you have entered your license key."
|
1438 |
+
#~ msgstr ""
|
1439 |
+
#~ "Al introducir su clave de licencia, haz clic aquí para activar su "
|
1440 |
+
#~ "licencia."
|
1441 |
+
|
1442 |
+
#~ msgid "Important advices about the license"
|
1443 |
+
#~ msgstr "Los consejos importantes sobre la licencia"
|
1444 |
+
|
1445 |
+
#~ msgid "Why a license?"
|
1446 |
+
#~ msgstr "¿Por qué la licencia?"
|
1447 |
+
|
1448 |
+
#~ msgid ""
|
1449 |
+
#~ "With activating the license you will receive automatic upgrades of the "
|
1450 |
+
#~ "plugin for 365 days since the day of the purchase. Each license key is "
|
1451 |
+
#~ "valid for one installation of the plugin only."
|
1452 |
+
#~ msgstr ""
|
1453 |
+
#~ "Al activar la licencia recibirás las actualizaciones automáticas de "
|
1454 |
+
#~ "plugin por 365 días desde el día de compra. Cada clave de la licencia es "
|
1455 |
+
#~ "válida para una sola instalación de plugin."
|
1456 |
+
|
1457 |
+
#~ msgid "Terms of the license"
|
1458 |
+
#~ msgstr "Los términos de la licencia"
|
1459 |
+
|
1460 |
+
#~ msgid ""
|
1461 |
+
#~ "By activating this license you are also confirming your agreement to be "
|
1462 |
+
#~ "bound by the terms of the license associated with this plugin which you "
|
1463 |
+
#~ "acknowledged at the time of the purchase checkout."
|
1464 |
+
#~ msgstr ""
|
1465 |
+
#~ "Activando esta licencia confirmas el acuerdo de estar obligado por los "
|
1466 |
+
#~ "términos de licencia asociados con este plugin, que has aceptado al "
|
1467 |
+
#~ "comprarlo y pagarlo."
|
1468 |
+
|
1469 |
+
#~ msgid "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
|
1470 |
+
#~ msgstr "http://www.quickfeaturedimages.com/terms-licence-withdrawal/"
|
1471 |
+
|
1472 |
+
#~ msgid "Read the terms of the license (in new window)"
|
1473 |
+
#~ msgstr "Lee los términos de la licencia (en una nueva ventana)"
|
1474 |
+
|
1475 |
+
#~ msgid ""
|
1476 |
+
#~ "This includes that the warranty offered by the plugin author is limited "
|
1477 |
+
#~ "to correcting any defects and that the plugin author will not be held "
|
1478 |
+
#~ "liable for any actions or financial loss occurring as a result of using "
|
1479 |
+
#~ "this plugin."
|
1480 |
+
#~ msgstr ""
|
1481 |
+
#~ "Es que la garantía ofrecida por el autor de plugin es limitada al "
|
1482 |
+
#~ "corregir cualquier defecto. El autor de plugin no será responsable por "
|
1483 |
+
#~ "cualquier acción o perdida financiera hecha como consecuencia del uso de "
|
1484 |
+
#~ "este plugin."
|
1485 |
+
|
1486 |
+
#~ msgid "Contact"
|
1487 |
+
#~ msgstr "El contacto"
|
1488 |
+
|
1489 |
+
#~ msgid ""
|
1490 |
+
#~ "If you have any issues and problems with activating you can contact the "
|
1491 |
+
#~ "plugin author for solutions."
|
1492 |
+
#~ msgstr ""
|
1493 |
+
#~ "Si tienes cualquier problema con la activación de la licencia, puedes "
|
1494 |
+
#~ "comunicar con el autor para obtener soluciones."
|
1495 |
+
|
1496 |
+
#~ msgid "http://www.quickfeaturedimages.com/contact/"
|
1497 |
+
#~ msgstr "http://www.quickfeaturedimages.com/contact/"
|
1498 |
+
|
1499 |
+
#~ msgid "Contact page (in new window)"
|
1500 |
+
#~ msgstr "La página de contacto (en una ventana nueva)"
|
1501 |
+
|
1502 |
+
#~ msgid "Latest News"
|
1503 |
+
#~ msgstr "Las últimas noticias"
|
languages/quick-featured-images.pot
CHANGED
@@ -1,801 +1,808 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Quick Featured Images\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date: 2015-
|
8 |
-
"PO-Revision-Date: 2015-
|
9 |
-
"Language-Team: m.stehle@gmx.de\n"
|
10 |
-
"MIME-Version: 1.0\n"
|
11 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
-
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Poedit 1.8.
|
14 |
-
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
15 |
-
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
16 |
-
"X-Poedit-Basepath: ..\n"
|
17 |
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
18 |
-
"X-Poedit-SearchPath-0: .\n"
|
19 |
-
|
20 |
-
#: admin/class-quick-featured-images-admin.php:201
|
21 |
-
msgid "Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, set default images, get overview lists."
|
22 |
-
msgstr ""
|
23 |
-
|
24 |
-
#: admin/class-quick-featured-images-admin.php:265
|
25 |
-
#, php-format
|
26 |
-
msgid "The plugin requires WordPress version %s or higher. Therefore, WordPress did not activate it. If you want to use this plugin update the Wordpress files to the latest version."
|
27 |
-
msgstr ""
|
28 |
-
|
29 |
-
#: admin/class-quick-featured-images-admin.php:462
|
30 |
-
#, php-format
|
31 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: admin/class-quick-featured-images-defaults.php:191
|
35 |
-
msgid "Changes saved."
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/class-quick-featured-images-defaults.php:194
|
39 |
-
msgid "No changes were saved."
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: admin/class-quick-featured-images-defaults.php:231
|
43 |
-
msgid "Preset Featured Images"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: admin/class-quick-featured-images-defaults.php:242
|
47 |
-
msgid "Set default featured images for future posts"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: admin/class-quick-featured-images-settings.php:204
|
51 |
-
msgid "Image Columns"
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: admin/class-quick-featured-images-settings.php:215
|
55 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: admin/class-quick-featured-images-settings.php:364
|
59 |
-
msgid "Columns for featured images in posts lists"
|
60 |
-
msgstr ""
|
61 |
-
|
62 |
-
#: admin/class-quick-featured-images-settings.php:372
|
63 |
-
msgid "Show additional column for featured images in lists of"
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: admin/class-quick-featured-images-settings.php:377
|
67 |
-
msgid "Posts list with image column"
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: admin/class-quick-featured-images-settings.php:491
|
71 |
-
msgid "Activate the checkboxes at each post type to show the extra columns in the post lists."
|
72 |
-
msgstr ""
|
73 |
-
|
74 |
-
#: admin/class-quick-featured-images-settings.php:501
|
75 |
-
msgid "The additional columns give you a quick overview about all used featured images for every post. The Featured Image column is sortable."
|
76 |
-
msgstr ""
|
77 |
-
|
78 |
-
#: admin/class-quick-featured-images-tools.php:
|
79 |
-
#, php-format
|
80 |
-
msgid "Wrong image ID %d"
|
81 |
-
msgstr ""
|
82 |
-
|
83 |
-
#: admin/class-quick-featured-images-tools.php:
|
84 |
-
msgid "Select"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: admin/class-quick-featured-images-tools.php:
|
88 |
-
msgid "Add filter"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: admin/class-quick-featured-images-tools.php:
|
92 |
-
msgid "Refine"
|
93 |
-
msgstr ""
|
94 |
-
|
95 |
-
#: admin/class-quick-featured-images-tools.php:
|
96 |
-
msgid "Confirm"
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: admin/class-quick-featured-images-tools.php:
|
100 |
-
msgid "Perform"
|
101 |
-
msgstr ""
|
102 |
-
|
103 |
-
#: admin/class-quick-featured-images-tools.php:
|
104 |
-
msgid "Set the selected image as new featured image"
|
105 |
-
msgstr ""
|
106 |
-
|
107 |
-
#: admin/class-quick-featured-images-tools.php:
|
108 |
-
msgid "Replace featured images by the selected image"
|
109 |
-
msgstr ""
|
110 |
-
|
111 |
-
#: admin/class-quick-featured-images-tools.php:
|
112 |
-
msgid "Remove the selected image as featured image"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: admin/class-quick-featured-images-tools.php:
|
116 |
-
msgid "Remove any image as featured image"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: admin/class-quick-featured-images-tools.php:
|
120 |
-
msgid "Set multiple images randomly as featured images"
|
121 |
-
msgstr ""
|
122 |
-
|
123 |
-
#: admin/class-quick-featured-images-tools.php:
|
124 |
-
msgid "Overwrite featured images"
|
125 |
-
msgstr ""
|
126 |
-
|
127 |
-
#: admin/class-quick-featured-images-tools.php:
|
128 |
-
msgid "Consider only posts without any featured image"
|
129 |
-
msgstr ""
|
130 |
-
|
131 |
-
#: admin/class-quick-featured-images-tools.php:
|
132 |
-
msgid "Post Type Filter"
|
133 |
-
msgstr ""
|
134 |
-
|
135 |
-
#: admin/class-quick-featured-images-tools.php:
|
136 |
-
msgid "Category Filter"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: admin/class-quick-featured-images-tools.php:
|
140 |
-
msgid "Tag Filter"
|
141 |
-
msgstr ""
|
142 |
-
|
143 |
-
#: admin/class-quick-featured-images-tools.php:
|
144 |
-
msgid "Image width in pixels lower than"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#: admin/class-quick-featured-images-tools.php:
|
148 |
-
msgid "Image height in pixels lower than"
|
149 |
-
msgstr ""
|
150 |
-
|
151 |
-
#: admin/class-quick-featured-images-tools.php:
|
152 |
-
#, php-format
|
153 |
-
msgid "The input field %s is empty."
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: admin/class-quick-featured-images-tools.php:
|
157 |
-
msgid "Type in a value into the input field."
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: admin/class-quick-featured-images-tools.php:
|
161 |
-
#, php-format
|
162 |
-
msgid "%s is not defined."
|
163 |
-
msgstr ""
|
164 |
-
|
165 |
-
#: admin/class-quick-featured-images-tools.php:
|
166 |
-
msgid "Check how to define the value."
|
167 |
-
msgstr ""
|
168 |
-
|
169 |
-
#: admin/class-quick-featured-images-tools.php:
|
170 |
-
msgid "There is no selected image."
|
171 |
-
msgstr ""
|
172 |
-
|
173 |
-
#: admin/class-quick-featured-images-tools.php:
|
174 |
-
msgid "Select an image from the media library."
|
175 |
-
msgstr ""
|
176 |
-
|
177 |
-
#: admin/class-quick-featured-images-tools.php:
|
178 |
-
#: admin/views/section_image.php:51
|
179 |
-
msgid "You have not selected an action."
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: admin/class-quick-featured-images-tools.php:
|
183 |
-
msgid "Start again and select which action you want to apply."
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: admin/class-quick-featured-images-tools.php:
|
187 |
-
#, php-format
|
188 |
-
msgid "The input field %s has an invalid value."
|
189 |
-
msgstr ""
|
190 |
-
|
191 |
-
#: admin/class-quick-featured-images-tools.php:
|
192 |
-
msgid "Type in valid values in the input field."
|
193 |
-
msgstr ""
|
194 |
-
|
195 |
-
#: admin/class-quick-featured-images-tools.php:
|
196 |
-
msgid "Type in values stored by WordPress."
|
197 |
-
msgstr ""
|
198 |
-
|
199 |
-
#: admin/class-quick-featured-images-tools.php:
|
200 |
-
msgid "Set, replace, remove"
|
201 |
-
msgstr ""
|
202 |
-
|
203 |
-
#: admin/class-quick-featured-images-tools.php:
|
204 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#: admin/class-quick-featured-images-tools.php:
|
208 |
-
msgid "Bulk set as featured image"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: admin/views/filter_category.php:3
|
212 |
-
msgid "Select a category"
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: admin/views/filter_post_types.php:2
|
216 |
-
msgid "Select post types"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: admin/views/filter_post_types.php:2
|
220 |
-
msgid "You can select posts and pages."
|
221 |
-
msgstr ""
|
222 |
-
|
223 |
-
#: admin/views/filter_tag.php:7
|
224 |
-
msgid "Select a tag"
|
225 |
-
msgstr ""
|
226 |
-
|
227 |
-
#: admin/views/filter_tag.php:20
|
228 |
-
msgid "There are no tags in use."
|
229 |
-
msgstr ""
|
230 |
-
|
231 |
-
#: admin/views/form_back_to_selection.php:2
|
232 |
-
msgid "Select filters and options again"
|
233 |
-
msgstr ""
|
234 |
-
|
235 |
-
#: admin/views/form_back_to_selection.php:3
|
236 |
-
msgid "If you want to change your former selection just go back by clicking on this button."
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: admin/views/form_back_to_selection.php:42
|
240 |
-
msgid "Modify selection"
|
241 |
-
msgstr ""
|
242 |
-
|
243 |
-
#: admin/views/form_confirm.php:4
|
244 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
245 |
-
msgstr ""
|
246 |
-
|
247 |
-
#: admin/views/form_confirm.php:7
|
248 |
-
msgid "Should the selected images be set randomly as featured images to all listed posts?"
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: admin/views/form_confirm.php:10
|
252 |
-
msgid "Should the current set featured image be replaced by the selected image at all listed posts?"
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: admin/views/form_confirm.php:13
|
256 |
-
msgid "Should the selected image be removed from all listed posts?"
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: admin/views/form_confirm.php:16
|
260 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
#: admin/views/form_confirm.php:19
|
264 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
265 |
-
msgstr ""
|
266 |
-
|
267 |
-
#: admin/views/form_confirm.php:24
|
268 |
-
msgid "Preview of your selection"
|
269 |
-
msgstr ""
|
270 |
-
|
271 |
-
#: admin/views/form_confirm.php:25
|
272 |
-
#, php-format
|
273 |
-
msgid "%d matches found"
|
274 |
-
msgstr ""
|
275 |
-
|
276 |
-
#: admin/views/form_confirm.php:29 admin/views/section_results.php:5
|
277 |
-
msgid "Details"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
|
281 |
-
#: admin/views/section_results.php:7
|
282 |
-
msgid "No."
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: admin/views/form_confirm.php:31 admin/views/section_results.php:6
|
286 |
-
msgid "Current Featured Image"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: admin/views/form_confirm.php:32
|
290 |
-
msgid "Future Featured Image"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: admin/views/form_confirm.php:33
|
294 |
-
msgid "written on"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: admin/views/form_confirm.php:34
|
298 |
-
msgid "by"
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
-
#: admin/views/form_confirm.php:48 admin/views/section_results.php:16
|
302 |
-
msgid "The list is in alphabetical order according to post title. You can edit a post in a new window by clicking on its link in the list."
|
303 |
-
msgstr ""
|
304 |
-
|
305 |
-
#: admin/views/form_confirm.php:111
|
306 |
-
msgid "Confirm the change"
|
307 |
-
msgstr ""
|
308 |
-
|
309 |
-
#: admin/views/form_confirm.php:112
|
310 |
-
msgid "You can not undo the operation!"
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: admin/views/form_confirm.php:173 admin/views/form_select.php:47
|
314 |
-
#: admin/views/section_errormsg.php:8 admin/views/section_results.php:
|
315 |
-
msgid "Start again"
|
316 |
-
msgstr ""
|
317 |
-
|
318 |
-
#: admin/views/form_confirm.php:173
|
319 |
-
msgid "or refine your selection with the following form fields."
|
320 |
-
msgstr ""
|
321 |
-
|
322 |
-
#: admin/views/form_refine.php:1
|
323 |
-
msgid "Refine your selection"
|
324 |
-
msgstr ""
|
325 |
-
|
326 |
-
#: admin/views/form_refine.php:8
|
327 |
-
msgid "Refine filters"
|
328 |
-
msgstr ""
|
329 |
-
|
330 |
-
#: admin/views/form_refine.php:9
|
331 |
-
msgid "Now you can find posts and pages by matching parameters. Refine them here."
|
332 |
-
msgstr ""
|
333 |
-
|
334 |
-
#: admin/views/form_refine.php:10
|
335 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
336 |
-
msgstr ""
|
337 |
-
|
338 |
-
#: admin/views/form_refine.php:18
|
339 |
-
#, php-format
|
340 |
-
msgid "File %s is not available."
|
341 |
-
msgstr ""
|
342 |
-
|
343 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:40
|
344 |
-
msgid "Preview filtering"
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: admin/views/form_refine.php:54
|
348 |
-
msgid "There are no selected filters. Modify your filter selection or just go on by clicking on the next button."
|
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 |
-
|
356 |
-
#: admin/views/form_select.php:13
|
357 |
-
msgid "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."
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: admin/views/form_select.php:18
|
361 |
-
msgid "Select the featured images you want to replace by the selected image."
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: admin/views/form_select.php:19
|
365 |
-
msgid "You can select multiple images. Select at least one image."
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: admin/views/form_select.php:46
|
369 |
-
msgid "There are no featured images in use."
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: admin/views/form_select.php:55
|
373 |
-
msgid "Refine your selections"
|
374 |
-
msgstr ""
|
375 |
-
|
376 |
-
#: admin/views/form_select.php:56 admin/views/form_select.php:66
|
377 |
-
msgid "You can control the process with the following options."
|
378 |
-
msgstr ""
|
379 |
-
|
380 |
-
#: admin/views/form_select.php:63
|
381 |
-
msgid "Optional: Select options"
|
382 |
-
msgstr ""
|
383 |
-
|
384 |
-
#: admin/views/form_select.php:65
|
385 |
-
msgid "Process Options"
|
386 |
-
msgstr ""
|
387 |
-
|
388 |
-
#: admin/views/form_select.php:71
|
389 |
-
msgid "Overwrite existing featured images with new ones"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: admin/views/form_select.php:81
|
393 |
-
msgid "Posts with featured images will be ignored, even if the Overwrite option is checked "
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: admin/views/form_select.php:90
|
397 |
-
msgid "There are two more options in the premium version for random images:"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: admin/views/form_select.php:92
|
401 |
-
msgid "Use each selected image only once"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: admin/views/form_select.php:93
|
405 |
-
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/
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
#: admin/views/form_select.php:
|
417 |
-
#: admin/views/
|
418 |
-
#: admin/views/
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2014
|
2 |
+
# This file is distributed under the same license as the plugin package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Quick Featured Images\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
+
"POT-Creation-Date: 2015-08-31 10:45+0200\n"
|
8 |
+
"PO-Revision-Date: 2015-08-31 10:47+0200\n"
|
9 |
+
"Language-Team: m.stehle@gmx.de\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 1.8.4\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
15 |
+
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
16 |
+
"X-Poedit-Basepath: ..\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
18 |
+
"X-Poedit-SearchPath-0: .\n"
|
19 |
+
|
20 |
+
#: admin/class-quick-featured-images-admin.php:201
|
21 |
+
msgid "Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, set default images, get overview lists."
|
22 |
+
msgstr ""
|
23 |
+
|
24 |
+
#: admin/class-quick-featured-images-admin.php:265
|
25 |
+
#, php-format
|
26 |
+
msgid "The plugin requires WordPress version %s or higher. Therefore, WordPress did not activate it. If you want to use this plugin update the Wordpress files to the latest version."
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
+
#: admin/class-quick-featured-images-admin.php:462
|
30 |
+
#, php-format
|
31 |
+
msgid "Welcome to %s! You can find the plugin at %s."
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: admin/class-quick-featured-images-defaults.php:191
|
35 |
+
msgid "Changes saved."
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: admin/class-quick-featured-images-defaults.php:194
|
39 |
+
msgid "No changes were saved."
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: admin/class-quick-featured-images-defaults.php:231
|
43 |
+
msgid "Preset Featured Images"
|
44 |
+
msgstr ""
|
45 |
+
|
46 |
+
#: admin/class-quick-featured-images-defaults.php:242
|
47 |
+
msgid "Set default featured images for future posts"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: admin/class-quick-featured-images-settings.php:204
|
51 |
+
msgid "Image Columns"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: admin/class-quick-featured-images-settings.php:215
|
55 |
+
msgid "Set the visibility of columns of featured images in posts lists"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: admin/class-quick-featured-images-settings.php:364
|
59 |
+
msgid "Columns for featured images in posts lists"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: admin/class-quick-featured-images-settings.php:372
|
63 |
+
msgid "Show additional column for featured images in lists of"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: admin/class-quick-featured-images-settings.php:377
|
67 |
+
msgid "Posts list with image column"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: admin/class-quick-featured-images-settings.php:491
|
71 |
+
msgid "Activate the checkboxes at each post type to show the extra columns in the post lists."
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: admin/class-quick-featured-images-settings.php:501
|
75 |
+
msgid "The additional columns give you a quick overview about all used featured images for every post. The Featured Image column is sortable."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: admin/class-quick-featured-images-tools.php:418
|
79 |
+
#, php-format
|
80 |
+
msgid "Wrong image ID %d"
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
+
#: admin/class-quick-featured-images-tools.php:519
|
84 |
+
msgid "Select"
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
#: admin/class-quick-featured-images-tools.php:520
|
88 |
+
msgid "Add filter"
|
89 |
+
msgstr ""
|
90 |
+
|
91 |
+
#: admin/class-quick-featured-images-tools.php:521
|
92 |
+
msgid "Refine"
|
93 |
+
msgstr ""
|
94 |
+
|
95 |
+
#: admin/class-quick-featured-images-tools.php:522
|
96 |
+
msgid "Confirm"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: admin/class-quick-featured-images-tools.php:523
|
100 |
+
msgid "Perform"
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: admin/class-quick-featured-images-tools.php:527
|
104 |
+
msgid "Set the selected image as new featured image"
|
105 |
+
msgstr ""
|
106 |
+
|
107 |
+
#: admin/class-quick-featured-images-tools.php:528
|
108 |
+
msgid "Replace featured images by the selected image"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: admin/class-quick-featured-images-tools.php:529
|
112 |
+
msgid "Remove the selected image as featured image"
|
113 |
+
msgstr ""
|
114 |
+
|
115 |
+
#: admin/class-quick-featured-images-tools.php:532
|
116 |
+
msgid "Remove any image as featured image"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: admin/class-quick-featured-images-tools.php:535
|
120 |
+
msgid "Set multiple images randomly as featured images"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: admin/class-quick-featured-images-tools.php:539
|
124 |
+
msgid "Overwrite featured images"
|
125 |
+
msgstr ""
|
126 |
+
|
127 |
+
#: admin/class-quick-featured-images-tools.php:540
|
128 |
+
msgid "Consider only posts without any featured image"
|
129 |
+
msgstr ""
|
130 |
+
|
131 |
+
#: admin/class-quick-featured-images-tools.php:544
|
132 |
+
msgid "Post Type Filter"
|
133 |
+
msgstr ""
|
134 |
+
|
135 |
+
#: admin/class-quick-featured-images-tools.php:545
|
136 |
+
msgid "Category Filter"
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
+
#: admin/class-quick-featured-images-tools.php:546
|
140 |
+
msgid "Tag Filter"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: admin/class-quick-featured-images-tools.php:575
|
144 |
+
msgid "Image width in pixels lower than"
|
145 |
+
msgstr ""
|
146 |
+
|
147 |
+
#: admin/class-quick-featured-images-tools.php:576
|
148 |
+
msgid "Image height in pixels lower than"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: admin/class-quick-featured-images-tools.php:651
|
152 |
+
#, php-format
|
153 |
+
msgid "The input field %s is empty."
|
154 |
+
msgstr ""
|
155 |
+
|
156 |
+
#: admin/class-quick-featured-images-tools.php:652
|
157 |
+
msgid "Type in a value into the input field."
|
158 |
+
msgstr ""
|
159 |
+
|
160 |
+
#: admin/class-quick-featured-images-tools.php:655
|
161 |
+
#, php-format
|
162 |
+
msgid "%s is not defined."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: admin/class-quick-featured-images-tools.php:656
|
166 |
+
msgid "Check how to define the value."
|
167 |
+
msgstr ""
|
168 |
+
|
169 |
+
#: admin/class-quick-featured-images-tools.php:659
|
170 |
+
msgid "There is no selected image."
|
171 |
+
msgstr ""
|
172 |
+
|
173 |
+
#: admin/class-quick-featured-images-tools.php:660
|
174 |
+
msgid "Select an image from the media library."
|
175 |
+
msgstr ""
|
176 |
+
|
177 |
+
#: admin/class-quick-featured-images-tools.php:663
|
178 |
+
#: admin/views/section_image.php:51
|
179 |
+
msgid "You have not selected an action."
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: admin/class-quick-featured-images-tools.php:664
|
183 |
+
msgid "Start again and select which action you want to apply."
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: admin/class-quick-featured-images-tools.php:667
|
187 |
+
#, php-format
|
188 |
+
msgid "The input field %s has an invalid value."
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: admin/class-quick-featured-images-tools.php:668
|
192 |
+
msgid "Type in valid values in the input field."
|
193 |
+
msgstr ""
|
194 |
+
|
195 |
+
#: admin/class-quick-featured-images-tools.php:672
|
196 |
+
msgid "Type in values stored by WordPress."
|
197 |
+
msgstr ""
|
198 |
+
|
199 |
+
#: admin/class-quick-featured-images-tools.php:1778
|
200 |
+
msgid "Set, replace, remove"
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: admin/class-quick-featured-images-tools.php:1789
|
204 |
+
msgid "Bulk set, replace and remove featured images for existing posts"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: admin/class-quick-featured-images-tools.php:1901
|
208 |
+
msgid "Bulk set as featured image"
|
209 |
+
msgstr ""
|
210 |
+
|
211 |
+
#: admin/views/filter_category.php:3
|
212 |
+
msgid "Select a category"
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#: admin/views/filter_post_types.php:2
|
216 |
+
msgid "Select post types"
|
217 |
+
msgstr ""
|
218 |
+
|
219 |
+
#: admin/views/filter_post_types.php:2
|
220 |
+
msgid "You can select posts and pages."
|
221 |
+
msgstr ""
|
222 |
+
|
223 |
+
#: admin/views/filter_tag.php:7
|
224 |
+
msgid "Select a tag"
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: admin/views/filter_tag.php:20
|
228 |
+
msgid "There are no tags in use."
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: admin/views/form_back_to_selection.php:2
|
232 |
+
msgid "Select filters and options again"
|
233 |
+
msgstr ""
|
234 |
+
|
235 |
+
#: admin/views/form_back_to_selection.php:3
|
236 |
+
msgid "If you want to change your former selection just go back by clicking on this button."
|
237 |
+
msgstr ""
|
238 |
+
|
239 |
+
#: admin/views/form_back_to_selection.php:42
|
240 |
+
msgid "Modify selection"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: admin/views/form_confirm.php:4
|
244 |
+
msgid "Should the selected image be set as featured image to all listed posts?"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: admin/views/form_confirm.php:7
|
248 |
+
msgid "Should the selected images be set randomly as featured images to all listed posts?"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: admin/views/form_confirm.php:10
|
252 |
+
msgid "Should the current set featured image be replaced by the selected image at all listed posts?"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: admin/views/form_confirm.php:13
|
256 |
+
msgid "Should the selected image be removed from all listed posts?"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: admin/views/form_confirm.php:16
|
260 |
+
msgid "Should the future images be set as featured images at all listed posts?"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: admin/views/form_confirm.php:19
|
264 |
+
msgid "Should the added featured images be removed from all listed posts?"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: admin/views/form_confirm.php:24
|
268 |
+
msgid "Preview of your selection"
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: admin/views/form_confirm.php:25
|
272 |
+
#, php-format
|
273 |
+
msgid "%d matches found"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: admin/views/form_confirm.php:29 admin/views/section_results.php:5
|
277 |
+
msgid "Details"
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: admin/views/form_confirm.php:30 admin/views/section_defaults.php:17
|
281 |
+
#: admin/views/section_results.php:7
|
282 |
+
msgid "No."
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: admin/views/form_confirm.php:31 admin/views/section_results.php:6
|
286 |
+
msgid "Current Featured Image"
|
287 |
+
msgstr ""
|
288 |
+
|
289 |
+
#: admin/views/form_confirm.php:32
|
290 |
+
msgid "Future Featured Image"
|
291 |
+
msgstr ""
|
292 |
+
|
293 |
+
#: admin/views/form_confirm.php:33
|
294 |
+
msgid "written on"
|
295 |
+
msgstr ""
|
296 |
+
|
297 |
+
#: admin/views/form_confirm.php:34
|
298 |
+
msgid "by"
|
299 |
+
msgstr ""
|
300 |
+
|
301 |
+
#: admin/views/form_confirm.php:48 admin/views/section_results.php:16
|
302 |
+
msgid "The list is in alphabetical order according to post title. You can edit a post in a new window by clicking on its link in the list."
|
303 |
+
msgstr ""
|
304 |
+
|
305 |
+
#: admin/views/form_confirm.php:111
|
306 |
+
msgid "Confirm the change"
|
307 |
+
msgstr ""
|
308 |
+
|
309 |
+
#: admin/views/form_confirm.php:112
|
310 |
+
msgid "You can not undo the operation!"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: admin/views/form_confirm.php:173 admin/views/form_select.php:47
|
314 |
+
#: admin/views/section_errormsg.php:8 admin/views/section_results.php:74
|
315 |
+
msgid "Start again"
|
316 |
+
msgstr ""
|
317 |
+
|
318 |
+
#: admin/views/form_confirm.php:173
|
319 |
+
msgid "or refine your selection with the following form fields."
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: admin/views/form_refine.php:1
|
323 |
+
msgid "Refine your selection"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: admin/views/form_refine.php:8
|
327 |
+
msgid "Refine filters"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: admin/views/form_refine.php:9
|
331 |
+
msgid "Now you can find posts and pages by matching parameters. Refine them here."
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: admin/views/form_refine.php:10
|
335 |
+
msgid "Whatever you do: You can confirm your choice on the next page."
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: admin/views/form_refine.php:18
|
339 |
+
#, php-format
|
340 |
+
msgid "File %s is not available."
|
341 |
+
msgstr ""
|
342 |
+
|
343 |
+
#: admin/views/form_refine.php:48 admin/views/form_select.php:40
|
344 |
+
msgid "Preview filtering"
|
345 |
+
msgstr ""
|
346 |
+
|
347 |
+
#: admin/views/form_refine.php:54
|
348 |
+
msgid "There are no selected filters. Modify your filter selection or just go on by clicking on the next button."
|
349 |
+
msgstr ""
|
350 |
+
|
351 |
+
#: admin/views/form_select.php:11 admin/views/form_start.php:4
|
352 |
+
#: admin/views/section_defaults.php:193
|
353 |
+
msgid "Notice"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: admin/views/form_select.php:13
|
357 |
+
msgid "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."
|
358 |
+
msgstr ""
|
359 |
+
|
360 |
+
#: admin/views/form_select.php:18
|
361 |
+
msgid "Select the featured images you want to replace by the selected image."
|
362 |
+
msgstr ""
|
363 |
+
|
364 |
+
#: admin/views/form_select.php:19
|
365 |
+
msgid "You can select multiple images. Select at least one image."
|
366 |
+
msgstr ""
|
367 |
+
|
368 |
+
#: admin/views/form_select.php:46
|
369 |
+
msgid "There are no featured images in use."
|
370 |
+
msgstr ""
|
371 |
+
|
372 |
+
#: admin/views/form_select.php:55
|
373 |
+
msgid "Refine your selections"
|
374 |
+
msgstr ""
|
375 |
+
|
376 |
+
#: admin/views/form_select.php:56 admin/views/form_select.php:66
|
377 |
+
msgid "You can control the process with the following options."
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: admin/views/form_select.php:63
|
381 |
+
msgid "Optional: Select options"
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: admin/views/form_select.php:65
|
385 |
+
msgid "Process Options"
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: admin/views/form_select.php:71
|
389 |
+
msgid "Overwrite existing featured images with new ones"
|
390 |
+
msgstr ""
|
391 |
+
|
392 |
+
#: admin/views/form_select.php:81
|
393 |
+
msgid "Posts with featured images will be ignored, even if the Overwrite option is checked "
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: admin/views/form_select.php:90
|
397 |
+
msgid "There are two more options in the premium version for random images:"
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: admin/views/form_select.php:92
|
401 |
+
msgid "Use each selected image only once"
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: admin/views/form_select.php:93
|
405 |
+
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:109
|
410 |
+
#: admin/views/section_defaults.php:444 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:109
|
418 |
+
#: admin/views/section_defaults.php:444 admin/views/section_footer.php:59
|
419 |
+
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
420 |
+
msgid "/"
|
421 |
+
msgstr ""
|
422 |
+
|
423 |
+
#: admin/views/form_select.php:104
|
424 |
+
msgid "Optional: Add a filter"
|
425 |
+
msgstr ""
|
426 |
+
|
427 |
+
#: admin/views/form_select.php:106
|
428 |
+
msgid "Select filters"
|
429 |
+
msgstr ""
|
430 |
+
|
431 |
+
#: admin/views/form_select.php:107
|
432 |
+
msgid "If you want select one of the following filters to narrow down the set of concerned posts and pages."
|
433 |
+
msgstr ""
|
434 |
+
|
435 |
+
#: admin/views/form_select.php:108
|
436 |
+
msgid "You can select multiple filters. They will return an intersection of their results."
|
437 |
+
msgstr ""
|
438 |
+
|
439 |
+
#: admin/views/form_select.php:113
|
440 |
+
msgid "Search by post type. By default all posts and pages will be affected."
|
441 |
+
msgstr ""
|
442 |
+
|
443 |
+
#: admin/views/form_select.php:116
|
444 |
+
msgid "Search posts by category"
|
445 |
+
msgstr ""
|
446 |
+
|
447 |
+
#: admin/views/form_select.php:119
|
448 |
+
msgid "Search posts by tag"
|
449 |
+
msgstr ""
|
450 |
+
|
451 |
+
#: admin/views/form_select.php:133 admin/views/section_overview.php:91
|
452 |
+
msgid "Are you looking for more options and more filters?"
|
453 |
+
msgstr ""
|
454 |
+
|
455 |
+
#: admin/views/form_select.php:134
|
456 |
+
msgid "On the next page you can refine the filters. If you did not select any filter you will go to the preview list directly."
|
457 |
+
msgstr ""
|
458 |
+
|
459 |
+
#: admin/views/form_select.php:152
|
460 |
+
msgid "If you encounter a white, blank page, read this"
|
461 |
+
msgstr ""
|
462 |
+
|
463 |
+
#: admin/views/form_select.php:153
|
464 |
+
msgid "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:"
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: admin/views/form_select.php:156
|
468 |
+
msgid "add the time filter,"
|
469 |
+
msgstr ""
|
470 |
+
|
471 |
+
#: admin/views/form_select.php:157
|
472 |
+
msgid "set a small time range,"
|
473 |
+
msgstr ""
|
474 |
+
|
475 |
+
#: admin/views/form_select.php:158
|
476 |
+
msgid "do the process"
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: admin/views/form_select.php:159
|
480 |
+
msgid "and repeat it with the next time range as often as needed."
|
481 |
+
msgstr ""
|
482 |
+
|
483 |
+
#: admin/views/form_select.php:161
|
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:195
|
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 |
+
|
491 |
+
#: admin/views/form_start.php:12
|
492 |
+
msgid "What do you want to do?"
|
493 |
+
msgstr ""
|
494 |
+
|
495 |
+
#: admin/views/form_start.php:14
|
496 |
+
msgid "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."
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
+
#: admin/views/form_start.php:15
|
500 |
+
msgid "Whatever you select: You can refine your choice on the next page."
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: admin/views/form_start.php:17
|
504 |
+
msgid "Important advice"
|
505 |
+
msgstr ""
|
506 |
+
|
507 |
+
#: admin/views/form_start.php:18
|
508 |
+
msgid "There is no undo function! It is strongly recommended that you make a backup of the WordPress database before you perform mass changes."
|
509 |
+
msgstr ""
|
510 |
+
|
511 |
+
#: admin/views/form_start.php:20
|
512 |
+
msgid "Select action"
|
513 |
+
msgstr ""
|
514 |
+
|
515 |
+
#: admin/views/form_start.php:21
|
516 |
+
msgid "Actions with a single image"
|
517 |
+
msgstr ""
|
518 |
+
|
519 |
+
#: admin/views/form_start.php:22
|
520 |
+
msgid "These actions require to select an image with the following button."
|
521 |
+
msgstr ""
|
522 |
+
|
523 |
+
#: admin/views/form_start.php:35
|
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:56
|
528 |
+
msgid "Choose Image"
|
529 |
+
msgstr ""
|
530 |
+
|
531 |
+
#: admin/views/form_start.php:60
|
532 |
+
msgid "If the button does not work, read this:"
|
533 |
+
msgstr ""
|
534 |
+
|
535 |
+
#: admin/views/form_start.php:61
|
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:62
|
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:66
|
544 |
+
msgid "Actions with multiple images"
|
545 |
+
msgstr ""
|
546 |
+
|
547 |
+
#: admin/views/form_start.php:67
|
548 |
+
msgid "These actions require at least one selected image with the following button."
|
549 |
+
msgstr ""
|
550 |
+
|
551 |
+
#: admin/views/form_start.php:79
|
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:81
|
556 |
+
msgid "Choose Images"
|
557 |
+
msgstr ""
|
558 |
+
|
559 |
+
#: admin/views/form_start.php:97
|
560 |
+
msgid "Actions without any selected image"
|
561 |
+
msgstr ""
|
562 |
+
|
563 |
+
#: admin/views/form_start.php:98
|
564 |
+
msgid "These actions do not require a selected image."
|
565 |
+
msgstr ""
|
566 |
+
|
567 |
+
#: admin/views/form_start.php:109
|
568 |
+
msgid "Do you want to assign the first image of each post?"
|
569 |
+
msgstr ""
|
570 |
+
|
571 |
+
#: admin/views/section_defaults.php:16
|
572 |
+
msgid "matches"
|
573 |
+
msgstr ""
|
574 |
+
|
575 |
+
#: admin/views/section_defaults.php:184
|
576 |
+
msgid "Default featured images for future posts"
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: admin/views/section_defaults.php:186
|
580 |
+
msgid "Define the rules to use images as default featured images automatically every time a post is saved."
|
581 |
+
msgstr ""
|
582 |
+
|
583 |
+
#: admin/views/section_defaults.php:187
|
584 |
+
msgid "To use a rule choose the image and set both the taxonomy and the value. A rule which is defined only partially will be ignored."
|
585 |
+
msgstr ""
|
586 |
+
|
587 |
+
#: admin/views/section_defaults.php:203
|
588 |
+
msgid "Are you sure to remove this rule?"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: admin/views/section_defaults.php:217
|
592 |
+
msgid "An image overwrites an existing image"
|
593 |
+
msgstr ""
|
594 |
+
|
595 |
+
#: admin/views/section_defaults.php:220
|
596 |
+
msgid "If activated the rule is used automatically while saving a post to overwrite an existing featured image with the new one based on the following rules. Do not use this if you want to keep manually set featured images."
|
597 |
+
msgstr ""
|
598 |
+
|
599 |
+
#: admin/views/section_defaults.php:226
|
600 |
+
msgid "Activate to automatically overwrite an existing featured image while saving a post"
|
601 |
+
msgstr ""
|
602 |
+
|
603 |
+
#: admin/views/section_defaults.php:233
|
604 |
+
msgid "Text with images in WordPress editor"
|
605 |
+
msgstr ""
|
606 |
+
|
607 |
+
#: admin/views/section_defaults.php:236
|
608 |
+
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."
|
609 |
+
msgstr ""
|
610 |
+
|
611 |
+
#: admin/views/section_defaults.php:242
|
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:433
|
616 |
+
msgid "Add rule"
|
617 |
+
msgstr ""
|
618 |
+
|
619 |
+
#: admin/views/section_defaults.php:439
|
620 |
+
msgid "Additional rules in the premium version"
|
621 |
+
msgstr ""
|
622 |
+
|
623 |
+
#: admin/views/section_defaults.php:441
|
624 |
+
msgid "Search string in post title"
|
625 |
+
msgstr ""
|
626 |
+
|
627 |
+
#: admin/views/section_defaults.php:446
|
628 |
+
msgid "How the rules work"
|
629 |
+
msgstr ""
|
630 |
+
|
631 |
+
#: admin/views/section_defaults.php:447
|
632 |
+
msgid "Every time you save a post the post get the featured image if one of the following rules match a property of the post. You can also set rules for pages and all other current post types which support featured images."
|
633 |
+
msgstr ""
|
634 |
+
|
635 |
+
#: admin/views/section_defaults.php:448
|
636 |
+
msgid "Regardless of the order in the list the rules are applied in the following order until a rule and a property of the post fit together:"
|
637 |
+
msgstr ""
|
638 |
+
|
639 |
+
#: admin/views/section_defaults.php:450
|
640 |
+
msgid "found first content image. If not then..."
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: admin/views/section_defaults.php:451
|
644 |
+
msgid "matched custom taxonomy. If not then..."
|
645 |
+
msgstr ""
|
646 |
+
|
647 |
+
#: admin/views/section_defaults.php:452
|
648 |
+
msgid "matched tag. If not then..."
|
649 |
+
msgstr ""
|
650 |
+
|
651 |
+
#: admin/views/section_defaults.php:453
|
652 |
+
msgid "matched category. If not then..."
|
653 |
+
msgstr ""
|
654 |
+
|
655 |
+
#: admin/views/section_defaults.php:454
|
656 |
+
msgid "matched author. If not then..."
|
657 |
+
msgstr ""
|
658 |
+
|
659 |
+
#: admin/views/section_defaults.php:455
|
660 |
+
msgid "matched post type. If not then..."
|
661 |
+
msgstr ""
|
662 |
+
|
663 |
+
#: admin/views/section_defaults.php:456
|
664 |
+
msgid "no featured image."
|
665 |
+
msgstr ""
|
666 |
+
|
667 |
+
#: admin/views/section_defaults.php:458
|
668 |
+
msgid "Bear in mind that if two or more rules with the same taxonomy would fit to the post it is unforeseeable which image will become the featured image."
|
669 |
+
msgstr ""
|
670 |
+
|
671 |
+
#: admin/views/section_errormsg.php:1
|
672 |
+
msgid "Error"
|
673 |
+
msgstr ""
|
674 |
+
|
675 |
+
#: admin/views/section_errormsg.php:3
|
676 |
+
msgid "Reason"
|
677 |
+
msgstr ""
|
678 |
+
|
679 |
+
#: admin/views/section_errormsg.php:5
|
680 |
+
msgid "Solution"
|
681 |
+
msgstr ""
|
682 |
+
|
683 |
+
#: admin/views/section_footer.php:52
|
684 |
+
msgid "Credits and informations"
|
685 |
+
msgstr ""
|
686 |
+
|
687 |
+
#: admin/views/section_footer.php:54 admin/views/section_results.php:75
|
688 |
+
msgid "Do you like the plugin?"
|
689 |
+
msgstr ""
|
690 |
+
|
691 |
+
#: admin/views/section_footer.php:54 admin/views/section_results.php:76
|
692 |
+
msgid "Please rate it at wordpress.org!"
|
693 |
+
msgstr ""
|
694 |
+
|
695 |
+
#: admin/views/section_footer.php:55
|
696 |
+
msgid "The plugin is for free. But the plugin author would be delighted to your small contribution."
|
697 |
+
msgstr ""
|
698 |
+
|
699 |
+
#: admin/views/section_footer.php:55
|
700 |
+
msgid "Donation Button"
|
701 |
+
msgstr ""
|
702 |
+
|
703 |
+
#: admin/views/section_footer.php:55
|
704 |
+
msgid "Donate with PayPal"
|
705 |
+
msgstr ""
|
706 |
+
|
707 |
+
#: admin/views/section_footer.php:56
|
708 |
+
msgid "Do you need support or have an idea for the plugin?"
|
709 |
+
msgstr ""
|
710 |
+
|
711 |
+
#: admin/views/section_footer.php:56
|
712 |
+
msgid "Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: admin/views/section_footer.php:57
|
716 |
+
msgid "Special thanks for the fine frontend style of the plugin go to"
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: admin/views/section_footer.php:58
|
720 |
+
msgid "Let the thumbnails appear in the widget of the most recent posts with this fast plugin"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: admin/views/section_footer.php:58
|
724 |
+
#, php-format
|
725 |
+
msgid "Download plugin %s at %s!"
|
726 |
+
msgstr ""
|
727 |
+
|
728 |
+
#: admin/views/section_header_progress.php:15
|
729 |
+
msgid "Progress bar"
|
730 |
+
msgstr ""
|
731 |
+
|
732 |
+
#: admin/views/section_header_progress.php:17
|
733 |
+
msgid "You are here"
|
734 |
+
msgstr ""
|
735 |
+
|
736 |
+
#: admin/views/section_image.php:1
|
737 |
+
msgid "Your selection"
|
738 |
+
msgstr ""
|
739 |
+
|
740 |
+
#: admin/views/section_image.php:9
|
741 |
+
msgid "Your selected thumbnail"
|
742 |
+
msgstr ""
|
743 |
+
|
744 |
+
#: admin/views/section_image.php:12
|
745 |
+
msgid "Image title"
|
746 |
+
msgstr ""
|
747 |
+
|
748 |
+
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
749 |
+
msgid "If wrong image start again"
|
750 |
+
msgstr ""
|
751 |
+
|
752 |
+
#: admin/views/section_image.php:23
|
753 |
+
msgid "Your selected thumbnails"
|
754 |
+
msgstr ""
|
755 |
+
|
756 |
+
#: admin/views/section_image.php:42
|
757 |
+
msgid "Your selected action"
|
758 |
+
msgstr ""
|
759 |
+
|
760 |
+
#: admin/views/section_image.php:55
|
761 |
+
msgid "If wrong action start again"
|
762 |
+
msgstr ""
|
763 |
+
|
764 |
+
#: admin/views/section_image.php:68
|
765 |
+
msgid "Your selected options"
|
766 |
+
msgstr ""
|
767 |
+
|
768 |
+
#: admin/views/section_image.php:84
|
769 |
+
msgid "No selected options"
|
770 |
+
msgstr ""
|
771 |
+
|
772 |
+
#: admin/views/section_image.php:90
|
773 |
+
msgid "Your selected filters"
|
774 |
+
msgstr ""
|
775 |
+
|
776 |
+
#: admin/views/section_image.php:106
|
777 |
+
msgid "No selected filters"
|
778 |
+
msgstr ""
|
779 |
+
|
780 |
+
#: admin/views/section_overview.php:17
|
781 |
+
msgid "Manage featured images in a quick way"
|
782 |
+
msgstr ""
|
783 |
+
|
784 |
+
#: admin/views/section_overview.php:89
|
785 |
+
msgid "The premium version"
|
786 |
+
msgstr ""
|
787 |
+
|
788 |
+
#: admin/views/section_results.php:1
|
789 |
+
msgid "Results of the action"
|
790 |
+
msgstr ""
|
791 |
+
|
792 |
+
#: admin/views/section_results.php:8
|
793 |
+
msgid "Changed successfully"
|
794 |
+
msgstr ""
|
795 |
+
|
796 |
+
#: admin/views/section_results.php:9
|
797 |
+
msgid "Unchanged"
|
798 |
+
msgstr ""
|
799 |
+
|
800 |
+
#: admin/views/section_results.php:70
|
801 |
+
msgid "No matches found."
|
802 |
+
msgstr ""
|
803 |
+
|
804 |
+
#~ msgid "Post type"
|
805 |
+
#~ msgstr ""
|
806 |
+
|
807 |
+
#~ msgid "Taxonomy"
|
808 |
+
#~ msgstr ""
|
quick-featured-images.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
* Plugin Name: Quick Featured Images
|
11 |
* Plugin URI: http://wordpress.org/plugins/quick-featured-images
|
12 |
* Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, set default images, get overview lists.
|
13 |
-
* Version: 11.
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|
10 |
* Plugin Name: Quick Featured Images
|
11 |
* Plugin URI: http://wordpress.org/plugins/quick-featured-images
|
12 |
* Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, set default images, get overview lists.
|
13 |
+
* Version: 11.5
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|