Version Description
- Improved performance for the image column on post overview pages
- Updated translations
- Tested successfully with WordPress 5.2.4
- in Pro version: Added support of plugin 'Featured Image From URL' in 'Bulk Edit', 'Default Images' and image column
- in Pro version: Added support of plugin 'Featured Image By URL' in 'Bulk Edit', 'Default Images' and image column
Download this release
Release Info
Developer | Hinjiriyo |
Plugin | Quick Featured Images |
Version | 13.3.5 |
Comparing to | |
See all releases |
Code changes from version 13.3.4 to 13.3.5
- README.txt +49 -42
- admin/class-quick-featured-images-admin.php +3 -1
- admin/class-quick-featured-images-columns.php +168 -121
- admin/class-quick-featured-images-defaults.php +3 -1
- admin/class-quick-featured-images-settings.php +2 -0
- admin/class-quick-featured-images-tools.php +2 -0
- admin/views/form_select.php +4 -4
- admin/views/form_start.php +2 -1
- admin/views/section_defaults.php +3 -4
- admin/views/section_footer.php +1 -1
- admin/views/section_overview.php +2 -2
- languages/quick-featured-images-ar.mo +0 -0
- languages/quick-featured-images-ar.po +174 -176
- languages/quick-featured-images-de_DE.mo +0 -0
- languages/quick-featured-images-de_DE.po +113 -108
- languages/quick-featured-images-el.mo +0 -0
- languages/quick-featured-images-el.po +114 -107
- languages/quick-featured-images-es_ES.mo +0 -0
- languages/quick-featured-images-es_ES.po +109 -105
- languages/quick-featured-images-fr_FR.mo +0 -0
- languages/quick-featured-images-fr_FR.po +112 -107
- languages/quick-featured-images-ja.mo +0 -0
- languages/quick-featured-images-ja.po +109 -104
- languages/quick-featured-images-pt_BR.mo +0 -0
- languages/quick-featured-images-pt_BR.po +112 -107
- languages/quick-featured-images.pot +106 -101
- quick-featured-images.php +1 -1
README.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
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:
|
5 |
Requires at least: 3.8
|
6 |
Requires PHP: 5.2
|
7 |
-
Tested up to: 5.2.
|
8 |
-
Stable tag: 13.3.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -26,7 +26,7 @@ The plugin 'Quick Featured Images' helps you bulk managing featured images, sett
|
|
26 |
3. It enables you to **define presets for automatic default featured images** for future posts as many as you need. You can set **accurate rules based on post properties**.
|
27 |
4. It **removes database entries of featured images without existing image files** with a simple single click
|
28 |
|
29 |
-
You get the free version here. If you want to include **audios, videos and custom post types** and get more options then take a look the **
|
30 |
|
31 |
= What users said =
|
32 |
* **“Doing the job perfect”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/doing-the-job-perfect/) by stigbarrett on February 14, 2019
|
@@ -59,7 +59,7 @@ With Quick Featured Images you can apply time-saving tasks with many featured im
|
|
59 |
3. **Deleting featured images:** You can remove a selected featured image or all existing featured images in one go.
|
60 |
4. **Removing database entries of featured images without existing image files:** You can remove them and clean your database with a simple single click.
|
61 |
|
62 |
-
If you want to **set the first content image as featured**
|
63 |
|
64 |
= Bulk Edit: Options =
|
65 |
|
@@ -68,9 +68,9 @@ Based on your selected action you can toggle on and off some options:
|
|
68 |
1. **overwrite existing featured images** or **keeping them unchanged**. The latter setting is the default.
|
69 |
2. **consider only posts without a featured image**. This will hide posts with featured images in the results list and will speed up the process.
|
70 |
|
71 |
-
If you want to use the option to **remove the first image in the content** then take a look the **
|
72 |
|
73 |
-
The **
|
74 |
|
75 |
1. **the first post image** if available in the media library
|
76 |
2. **the first post image from the current site domain**, copy and add it to the media library if not available there
|
@@ -80,12 +80,12 @@ The **premium version** offers you several approaches for **setting the first im
|
|
80 |
6. **the first embedded content thumbnail** (like YouTube etc.)
|
81 |
7. **the first image of a NextGen Gallery**.
|
82 |
|
83 |
-
The **
|
84 |
|
85 |
1. **Use each selected image only once**. If there are more posts than selected images the remaining posts will not be changed.
|
86 |
2. **Remove excess featured images** after all selected images are used.
|
87 |
|
88 |
-
If you want to use these options then take a look the **
|
89 |
|
90 |
= Bulk Edit: Filters =
|
91 |
|
@@ -97,7 +97,7 @@ The implemented filters allow you to narrow down the action to only the posts an
|
|
97 |
2. Filter by **category**: Search posts by category
|
98 |
3. Filter by **tag**: Search posts by tag
|
99 |
|
100 |
-
The **
|
101 |
|
102 |
1. Filter by **format**: Search by post format
|
103 |
2. Filter by **author**: Search by author
|
@@ -109,7 +109,7 @@ The **premium version** offers you additionally:
|
|
109 |
8. Filter by **time**: Search by time specifications
|
110 |
9. Filter by **parent page**: Search child pages by parent page
|
111 |
|
112 |
-
If you want to use these filters then take a look the **
|
113 |
|
114 |
= Bulk Edit: Presets (Pro only) =
|
115 |
|
@@ -128,14 +128,15 @@ You can define the rules based on
|
|
128 |
5. **post author**
|
129 |
6. **post types**: 'Post', 'Page' and **custom post types** supporting featured images
|
130 |
|
131 |
-
The **
|
132 |
|
133 |
-
1. **multiple random images** to assign one of them to a post
|
134 |
-
2. **
|
135 |
-
3. **
|
136 |
-
4. **
|
137 |
-
5. **
|
138 |
-
6. **
|
|
|
139 |
|
140 |
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.**
|
141 |
|
@@ -191,7 +192,7 @@ There is no User Support provided for this plugin. If you are having trouble wit
|
|
191 |
|
192 |
**Notice: This plugin has no Undo function!** This plugin is provided under the terms of the GPL, including the following:
|
193 |
|
194 |
-
BECAUSE THE
|
195 |
|
196 |
== Installation ==
|
197 |
|
@@ -227,7 +228,7 @@ BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PRO
|
|
227 |
|
228 |
For that use the plugin twice:
|
229 |
|
230 |
-
1.
|
231 |
2. Then choose the desired image and **set** it to the posts **without the option 'Overwrite existing featured images'**. This will set the image to all posts without a featured image.
|
232 |
|
233 |
= How can I set a default featured image for future posts? =
|
@@ -272,10 +273,6 @@ This could be the case if the images were not uploaded via WordPress' own media
|
|
272 |
|
273 |
It does not matter where the images are stored on your server. They can be in any folder. But they have to be uploaded via WordPress' own media uploader to be found by this plugin. If this is the case the plugin will work fine.
|
274 |
|
275 |
-
= Why are there sometimes strange search results with custom taxonomies? =
|
276 |
-
|
277 |
-
The search for custom taxonomy terms could lead to surprising results. The reason is custom taxonomies can be used in many different ways. It is not possible to catch them all in one single code expression. If you should be unsatisfied with the result try other filters to get the result you want.
|
278 |
-
|
279 |
= Where is the *.pot file for translating the plugin in any language? =
|
280 |
|
281 |
If you want to contribute a translation of the plugin in your language it would be great! You would find the *.pot file in the 'languages' directory of this plugin. If you would send the *.po file to me I would include it in the next release of the plugin.
|
@@ -292,6 +289,13 @@ If you want to contribute a translation of the plugin in your language it would
|
|
292 |
|
293 |
== Changelog ==
|
294 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
295 |
= 13.3.4 =
|
296 |
* Tested successfully with WordPress 5.2.1
|
297 |
|
@@ -303,7 +307,7 @@ If you want to contribute a translation of the plugin in your language it would
|
|
303 |
* Refactored 'Default Images' for more robustness
|
304 |
* Updated translations
|
305 |
* Tested successfully with WordPress 4.9.7
|
306 |
-
* In
|
307 |
|
308 |
= 13.3.1 =
|
309 |
* Added greek translation. Thank you, Kostas Arvanitidis!
|
@@ -337,7 +341,7 @@ If you want to contribute a translation of the plugin in your language it would
|
|
337 |
* Revised sanitations for texts and URLs on the pages
|
338 |
* Revised translations
|
339 |
* Set activation message as dismissible
|
340 |
-
* in
|
341 |
|
342 |
= 13.0.1 =
|
343 |
Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
@@ -351,7 +355,7 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
351 |
= 12.3.7 =
|
352 |
* Added background color for transparent thumbnails or vector graphics on admin pages
|
353 |
* Changed in 'Set, replace, remove': Tiny rearrangement of explanations
|
354 |
-
* in
|
355 |
|
356 |
= 12.3.6 =
|
357 |
* Fixed missing sanitations of ID in "Columns" class to close possible cross-site-scripting security hole
|
@@ -434,7 +438,7 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
434 |
* Updated *.pot file and translations
|
435 |
|
436 |
= 11.6.1 =
|
437 |
-
*
|
438 |
* Improved usability: Advice for selection of multiple images in the media dialog box
|
439 |
* Improved usability in 'Set, replace, remove': On the start page show selected images after closing the media dialog box
|
440 |
* Tested successfully with WordPress 4.4
|
@@ -442,8 +446,8 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
442 |
|
443 |
= 11.6 =
|
444 |
* Added in 'Preset Images': After an image is removed from the library all preset rules assigned with that image will be removed automatically
|
445 |
-
*
|
446 |
-
*
|
447 |
* Fixed in 'Preset Images': Wrong background color for third table row
|
448 |
* Fixed in 'Preset Images': Missing translations for changed texts
|
449 |
* Refactoring in 'Preset Images'
|
@@ -452,7 +456,7 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
452 |
= 11.5 =
|
453 |
* Added arabic translation. Thank you, [Shadi AlZard](https://wordpress.org/support/profile/salzard)!
|
454 |
* Added in 'Set, replace, remove': Back button on result page. So you can start a further run faster
|
455 |
-
*
|
456 |
* Fixed table row colors due to changes in WP 4.3
|
457 |
* Redesigned in 'Preset Images': Moved checkboxes to middle column
|
458 |
* Revised styles for page descriptions
|
@@ -461,7 +465,7 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
461 |
|
462 |
= 11.4.1 =
|
463 |
* Revised styles for image column in small displays, since WP 4.3
|
464 |
-
*
|
465 |
* Tested successfully with WordPress 4.3
|
466 |
|
467 |
= 11.4 =
|
@@ -476,7 +480,7 @@ Added spanish translation for the main texts of the plugin
|
|
476 |
* Fixed in 'Set, replace, remove': Added missing 'break' in switch()
|
477 |
* Fixed in 'Set, replace, remove': Post Type Filter founded always posts and pages
|
478 |
* Fixed broken bulk assign link at each image in the media library
|
479 |
-
*
|
480 |
* Updated *.pot file and german translation
|
481 |
|
482 |
= 11.1 =
|
@@ -486,24 +490,27 @@ Added spanish translation for the main texts of the plugin
|
|
486 |
= 11.0 =
|
487 |
* Improved performance of confirmation step by using cached results of preview step
|
488 |
* Improved security by changing $_REQUEST to $_POST and $_GET
|
489 |
-
*
|
490 |
-
*
|
491 |
-
*
|
492 |
-
*
|
493 |
-
*
|
494 |
-
*
|
495 |
* Tested successfully with WordPress 4.2.2
|
496 |
* Updated *.pot file and german translation
|
497 |
|
498 |
= 10.0 =
|
499 |
-
* Introducing **
|
500 |
-
* Deleted in 'Set, replace, remove': some filters and options in favor of the
|
501 |
* Corrected CSS height for images in image column to keep the aspect ratio
|
502 |
* Updated *.pot file and german translation
|
503 |
|
504 |
|
505 |
== Upgrade Notice ==
|
506 |
|
|
|
|
|
|
|
507 |
= 13.3.4 =
|
508 |
Tested with WordPress 5.2.1
|
509 |
|
@@ -619,4 +626,4 @@ Fixed bug and wong links in the Confirmation step
|
|
619 |
Improved performance of confirmation step and better security, tested with WP 4.2.2
|
620 |
|
621 |
= 10.0 =
|
622 |
-
Introducing
|
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: featured image,featured images,bulk set,automatic,thumbnails
|
5 |
Requires at least: 3.8
|
6 |
Requires PHP: 5.2
|
7 |
+
Tested up to: 5.2.4
|
8 |
+
Stable tag: 13.3.5
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
26 |
3. It enables you to **define presets for automatic default featured images** for future posts as many as you need. You can set **accurate rules based on post properties**.
|
27 |
4. It **removes database entries of featured images without existing image files** with a simple single click
|
28 |
|
29 |
+
You get the free version here. If you want to include **audios, videos and custom post types** and get more options then take a look the **Pro version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/).
|
30 |
|
31 |
= What users said =
|
32 |
* **“Doing the job perfect”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/doing-the-job-perfect/) by stigbarrett on February 14, 2019
|
59 |
3. **Deleting featured images:** You can remove a selected featured image or all existing featured images in one go.
|
60 |
4. **Removing database entries of featured images without existing image files:** You can remove them and clean your database with a simple single click.
|
61 |
|
62 |
+
If you want to **set the first content image as featured**? Or want to **bulk set external featured images**, e.g. for a CDN? Then take a look the **Pro version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/).
|
63 |
|
64 |
= Bulk Edit: Options =
|
65 |
|
68 |
1. **overwrite existing featured images** or **keeping them unchanged**. The latter setting is the default.
|
69 |
2. **consider only posts without a featured image**. This will hide posts with featured images in the results list and will speed up the process.
|
70 |
|
71 |
+
If you want to use the option to **remove the first image in the content** then take a look the **Pro version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/).
|
72 |
|
73 |
+
The **Pro version** offers you several approaches for **setting the first image as featured** additionally:
|
74 |
|
75 |
1. **the first post image** if available in the media library
|
76 |
2. **the first post image from the current site domain**, copy and add it to the media library if not available there
|
80 |
6. **the first embedded content thumbnail** (like YouTube etc.)
|
81 |
7. **the first image of a NextGen Gallery**.
|
82 |
|
83 |
+
The **Pro version** offers you two more options if you selected multiple images to set them as featured images in random order:
|
84 |
|
85 |
1. **Use each selected image only once**. If there are more posts than selected images the remaining posts will not be changed.
|
86 |
2. **Remove excess featured images** after all selected images are used.
|
87 |
|
88 |
+
If you want to use these options then take a look the **Pro version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/).
|
89 |
|
90 |
= Bulk Edit: Filters =
|
91 |
|
97 |
2. Filter by **category**: Search posts by category
|
98 |
3. Filter by **tag**: Search posts by tag
|
99 |
|
100 |
+
The **Pro version** offers you additionally:
|
101 |
|
102 |
1. Filter by **format**: Search by post format
|
103 |
2. Filter by **author**: Search by author
|
109 |
8. Filter by **time**: Search by time specifications
|
110 |
9. Filter by **parent page**: Search child pages by parent page
|
111 |
|
112 |
+
If you want to use these filters then take a look the **Pro version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/).
|
113 |
|
114 |
= Bulk Edit: Presets (Pro only) =
|
115 |
|
128 |
5. **post author**
|
129 |
6. **post types**: 'Post', 'Page' and **custom post types** supporting featured images
|
130 |
|
131 |
+
The **Pro version** offers you additionally:
|
132 |
|
133 |
+
1. **multiple random images** to assign one of them to a new post
|
134 |
+
2. **external featured images**, e.g. from a CDN, to assign them automatically
|
135 |
+
3. **user defined order** of applying the types of rules
|
136 |
+
4. **first content image** if available on an external server
|
137 |
+
5. **post format** match
|
138 |
+
6. **search string in post title** match
|
139 |
+
7. **random featured images at each page load**
|
140 |
|
141 |
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.**
|
142 |
|
192 |
|
193 |
**Notice: This plugin has no Undo function!** This plugin is provided under the terms of the GPL, including the following:
|
194 |
|
195 |
+
BECAUSE THE ProGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE ProGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES ProVIDE THE ProGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. **THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE ProGRAM IS WITH YOU.** SHOULD THE ProGRAM ProVE DEFECTIVE, **YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION**.
|
196 |
|
197 |
== Installation ==
|
198 |
|
228 |
|
229 |
For that use the plugin twice:
|
230 |
|
231 |
+
1. In 'Bulk Edit' **remove** all undesired featured images if there are some. If desired remove the images using the option 'Overwrite existing featured images'.
|
232 |
2. Then choose the desired image and **set** it to the posts **without the option 'Overwrite existing featured images'**. This will set the image to all posts without a featured image.
|
233 |
|
234 |
= How can I set a default featured image for future posts? =
|
273 |
|
274 |
It does not matter where the images are stored on your server. They can be in any folder. But they have to be uploaded via WordPress' own media uploader to be found by this plugin. If this is the case the plugin will work fine.
|
275 |
|
|
|
|
|
|
|
|
|
276 |
= Where is the *.pot file for translating the plugin in any language? =
|
277 |
|
278 |
If you want to contribute a translation of the plugin in your language it would be great! You would find the *.pot file in the 'languages' directory of this plugin. If you would send the *.po file to me I would include it in the next release of the plugin.
|
289 |
|
290 |
== Changelog ==
|
291 |
|
292 |
+
= 13.3.5 =
|
293 |
+
* Improved performance for the image column on post overview pages
|
294 |
+
* Updated translations
|
295 |
+
* Tested successfully with WordPress 5.2.4
|
296 |
+
* in Pro version: Added support of plugin 'Featured Image From URL' in 'Bulk Edit', 'Default Images' and image column
|
297 |
+
* in Pro version: Added support of plugin 'Featured Image By URL' in 'Bulk Edit', 'Default Images' and image column
|
298 |
+
|
299 |
= 13.3.4 =
|
300 |
* Tested successfully with WordPress 5.2.1
|
301 |
|
307 |
* Refactored 'Default Images' for more robustness
|
308 |
* Updated translations
|
309 |
* Tested successfully with WordPress 4.9.7
|
310 |
+
* In Pro version: Added support of Facebook images, added Export/Import of rules on page 'Default Images'
|
311 |
|
312 |
= 13.3.1 =
|
313 |
* Added greek translation. Thank you, Kostas Arvanitidis!
|
341 |
* Revised sanitations for texts and URLs on the pages
|
342 |
* Revised translations
|
343 |
* Set activation message as dismissible
|
344 |
+
* in Pro version: Added in 'Set, replace, remove': Presets for recurring tasks managing featured images
|
345 |
|
346 |
= 13.0.1 =
|
347 |
Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
355 |
= 12.3.7 =
|
356 |
* Added background color for transparent thumbnails or vector graphics on admin pages
|
357 |
* Changed in 'Set, replace, remove': Tiny rearrangement of explanations
|
358 |
+
* in Pro version: Added options for thumbnails of external services embedded with an URL
|
359 |
|
360 |
= 12.3.6 =
|
361 |
* Fixed missing sanitations of ID in "Columns" class to close possible cross-site-scripting security hole
|
438 |
* Updated *.pot file and translations
|
439 |
|
440 |
= 11.6.1 =
|
441 |
+
* Pro version: Added in 'Preset Images': Selection of multiple images to set one of them randomly as default featured image
|
442 |
* Improved usability: Advice for selection of multiple images in the media dialog box
|
443 |
* Improved usability in 'Set, replace, remove': On the start page show selected images after closing the media dialog box
|
444 |
* Tested successfully with WordPress 4.4
|
446 |
|
447 |
= 11.6 =
|
448 |
* Added in 'Preset Images': After an image is removed from the library all preset rules assigned with that image will be removed automatically
|
449 |
+
* Pro Version: Added in 'Preset Images': User defined order of applying the types of rules
|
450 |
+
* Pro Version: Added in 'Preset Images': Option 'First content image' also takes image of an external server
|
451 |
* Fixed in 'Preset Images': Wrong background color for third table row
|
452 |
* Fixed in 'Preset Images': Missing translations for changed texts
|
453 |
* Refactoring in 'Preset Images'
|
456 |
= 11.5 =
|
457 |
* Added arabic translation. Thank you, [Shadi AlZard](https://wordpress.org/support/profile/salzard)!
|
458 |
* Added in 'Set, replace, remove': Back button on result page. So you can start a further run faster
|
459 |
+
* Pro version; Added in 'Preset Featured Images': post format as taxonomy
|
460 |
* Fixed table row colors due to changes in WP 4.3
|
461 |
* Redesigned in 'Preset Images': Moved checkboxes to middle column
|
462 |
* Revised styles for page descriptions
|
465 |
|
466 |
= 11.4.1 =
|
467 |
* Revised styles for image column in small displays, since WP 4.3
|
468 |
+
* Pro version: Added search in post title in 'Default Images'': set default featured image for posts with a specific search string in the title
|
469 |
* Tested successfully with WordPress 4.3
|
470 |
|
471 |
= 11.4 =
|
480 |
* Fixed in 'Set, replace, remove': Added missing 'break' in switch()
|
481 |
* Fixed in 'Set, replace, remove': Post Type Filter founded always posts and pages
|
482 |
* Fixed broken bulk assign link at each image in the media library
|
483 |
+
* Pro version: Added option in 'Set, replace, remove': Take the first post image from current site domain
|
484 |
* Updated *.pot file and german translation
|
485 |
|
486 |
= 11.1 =
|
490 |
= 11.0 =
|
491 |
* Improved performance of confirmation step by using cached results of preview step
|
492 |
* Improved security by changing $_REQUEST to $_POST and $_GET
|
493 |
+
* Pro version: Added option in 'Set, replace, remove' for selection of multiple images: Use each selected only once
|
494 |
+
* Pro version: Added option in 'Set, replace, remove' for selection of multiple images: Remove excess featured images after all selected images are used
|
495 |
+
* Pro version: Added option in 'Set, replace, remove': Remove first image in content
|
496 |
+
* Pro version: Added option in 'Set, replace, remove': Take first image of NextGen galleries
|
497 |
+
* Pro version: Added option in 'Set, replace, remove': Take first external image
|
498 |
+
* Pro version: Added option in 'Set, replace, remove': Take first attached image
|
499 |
* Tested successfully with WordPress 4.2.2
|
500 |
* Updated *.pot file and german translation
|
501 |
|
502 |
= 10.0 =
|
503 |
+
* Introducing **Pro version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/)
|
504 |
+
* Deleted in 'Set, replace, remove': some filters and options in favor of the Pro version
|
505 |
* Corrected CSS height for images in image column to keep the aspect ratio
|
506 |
* Updated *.pot file and german translation
|
507 |
|
508 |
|
509 |
== Upgrade Notice ==
|
510 |
|
511 |
+
= 13.3.5 =
|
512 |
+
Improved performance for the image column on post overview pages, tested with WordPress 5.2.4
|
513 |
+
|
514 |
= 13.3.4 =
|
515 |
Tested with WordPress 5.2.1
|
516 |
|
626 |
Improved performance of confirmation step and better security, tested with WP 4.2.2
|
627 |
|
628 |
= 10.0 =
|
629 |
+
Introducing Pro version Quick Featured Images Pro, corrected CSS
|
admin/class-quick-featured-images-admin.php
CHANGED
@@ -8,6 +8,8 @@
|
|
8 |
* @link http://stehle-internet.de
|
9 |
* @copyright 2014 Martin Stehle
|
10 |
*/
|
|
|
|
|
11 |
|
12 |
class Quick_Featured_Images_Admin {
|
13 |
|
@@ -19,7 +21,7 @@
|
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
-
protected $plugin_version = '13.3.
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
8 |
* @link http://stehle-internet.de
|
9 |
* @copyright 2014 Martin Stehle
|
10 |
*/
|
11 |
+
// Exit if accessed directly
|
12 |
+
if ( ! defined( 'ABSPATH' ) ) exit;
|
13 |
|
14 |
class Quick_Featured_Images_Admin {
|
15 |
|
21 |
*
|
22 |
* @var string
|
23 |
*/
|
24 |
+
protected $plugin_version = '13.3.5';
|
25 |
|
26 |
/**
|
27 |
* Instance of this class.
|
admin/class-quick-featured-images-columns.php
CHANGED
@@ -8,6 +8,8 @@
|
|
8 |
* @link http://wordpress.org/plugins/quick-featured-images/
|
9 |
* @copyright 2014
|
10 |
*/
|
|
|
|
|
11 |
|
12 |
/**
|
13 |
* @package Quick_Featured_Images_Columns
|
@@ -92,6 +94,42 @@ class Quick_Featured_Images_Columns {
|
|
92 |
*/
|
93 |
protected $required_user_cap = null;
|
94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
/**
|
96 |
* Initialize the plugin by loading admin scripts & styles and adding a
|
97 |
* settings page and menu.
|
@@ -112,9 +150,10 @@ class Quick_Featured_Images_Columns {
|
|
112 |
$add_column_function = array( $this, 'add_thumbnail_column' );
|
113 |
$display_column_function = array( $this, 'display_thumbnail_in_column' );
|
114 |
$add_sort_function = array( $this, 'add_sortable_column' );
|
|
|
|
|
115 |
// get current or default settings
|
116 |
$this->stored_settings = get_option( $this->settings_db_slug, array() );
|
117 |
-
|
118 |
// add Featured Image column in desired posts lists
|
119 |
foreach ( $this->stored_settings as $key => $value ) {
|
120 |
if ( '1' == $value ) {
|
@@ -162,7 +201,11 @@ class Quick_Featured_Images_Columns {
|
|
162 |
} else {
|
163 |
$this->required_user_cap = 'edit_others_posts';
|
164 |
}
|
|
|
|
|
165 |
|
|
|
|
|
166 |
// load admin style sheet
|
167 |
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_styles' ) );
|
168 |
// load admin scripts
|
@@ -194,6 +237,44 @@ class Quick_Featured_Images_Columns {
|
|
194 |
return self::$instance;
|
195 |
}
|
196 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
/**
|
198 |
* Register and enqueue admin-specific JavaScript.
|
199 |
*
|
@@ -202,7 +283,7 @@ class Quick_Featured_Images_Columns {
|
|
202 |
* @return null Return early if no settings page is registered.
|
203 |
*/
|
204 |
public function enqueue_admin_scripts() {
|
205 |
-
// load
|
206 |
$screen = get_current_screen();
|
207 |
if ( 'edit' == $screen->base ) {
|
208 |
// define handle once
|
@@ -221,6 +302,7 @@ class Quick_Featured_Images_Columns {
|
|
221 |
wp_enqueue_media();
|
222 |
|
223 |
}
|
|
|
224 |
}
|
225 |
|
226 |
/**
|
@@ -272,112 +354,83 @@ class Quick_Featured_Images_Columns {
|
|
272 |
* @return array extended list of columns
|
273 |
*/
|
274 |
public function display_thumbnail_in_column( $column_name, $post_id ) {
|
275 |
-
|
276 |
-
// export to class wide vars to call it only once
|
277 |
-
$max_dimension = 80; // width of thumbnail column in px at 1024 px window width
|
278 |
-
$default_value = $max_dimension * 2;
|
279 |
-
// set dimensions with values in Settings => Media => Thumbnail Size
|
280 |
-
$width = absint( get_option( 'thumbnail_size_w', $default_value ) / 2 );
|
281 |
-
$height = absint( get_option( 'thumbnail_size_h', $default_value ) / 2 );
|
282 |
-
// set maximum value if necessary
|
283 |
-
$width = $width > $max_dimension ? $max_dimension : $width;
|
284 |
-
$height = $height > $max_dimension ? $max_dimension : $height;
|
285 |
-
*/
|
286 |
-
$width = $height = 80;
|
287 |
if ( $this->column_name == $column_name ) {
|
288 |
$thumbnail_id = get_post_thumbnail_id( $post_id );
|
289 |
// check if image file exists, omit filters in get_attached_file() ('true')
|
290 |
if ( $thumbnail_id ) {
|
291 |
-
if
|
292 |
-
|
|
|
|
|
|
|
293 |
if ( current_user_can( $this->required_user_cap, $thumbnail_id ) ) {
|
294 |
// show image linked to media selection box
|
295 |
-
$link_title = __( 'Change “%s”', 'quick-featured-images' );
|
296 |
$thumb_title = _draft_or_post_title( $thumbnail_id );
|
297 |
-
$
|
298 |
-
$link_text = __( $text );
|
299 |
-
printf(
|
300 |
'<a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s<br />%s</a>',
|
301 |
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
302 |
$post_id,
|
303 |
-
esc_attr( sprintf( $
|
304 |
$thumb,
|
305 |
-
|
306 |
);
|
307 |
-
|
308 |
// display 'edit' link
|
309 |
-
$
|
310 |
-
|
311 |
-
$link_text = __( $text );
|
312 |
-
printf(
|
313 |
-
'<br><a href="%s" title="%s">%s</a>',
|
314 |
esc_url( get_edit_post_link( $thumbnail_id ) ),
|
315 |
-
esc_attr( sprintf(
|
316 |
-
|
317 |
);
|
318 |
-
|
319 |
// display removal link
|
320 |
-
$
|
321 |
-
|
322 |
-
$link_text = _x( $text, 'post' );
|
323 |
-
printf(
|
324 |
-
'<br><a href="#" id="qfi_delete_%d" class="qfi_delete_fi hide-if-no-js" title="%s">%s</a>',
|
325 |
$post_id,
|
326 |
-
esc_attr( sprintf( $
|
327 |
-
|
328 |
);
|
329 |
} else {
|
330 |
// if no edit capatibilities show image only
|
331 |
-
|
332 |
-
} // if
|
333 |
-
|
334 |
-
|
335 |
-
// if thumbnail ID is orphaned ("file-less", outdated)
|
336 |
-
if ( current_user_can( $this->required_user_cap ) ) {
|
337 |
// print "broken" icon
|
338 |
-
$
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
printf(
|
361 |
-
'<br><a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s</a>',
|
362 |
-
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
363 |
-
$post_id,
|
364 |
-
esc_attr( sprintf( __( 'Set image for “%s”', 'quick-featured-images' ), _draft_or_post_title( $post_id ) ) ),
|
365 |
-
esc_html( $link_text )
|
366 |
-
);
|
367 |
-
} // if user may
|
368 |
-
} // if file_exists(thumbnail)
|
369 |
} else {
|
370 |
-
|
371 |
-
|
372 |
-
|
|
|
373 |
printf(
|
374 |
-
'<a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s</a>',
|
375 |
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
376 |
$post_id,
|
377 |
-
esc_attr( sprintf(
|
378 |
-
|
379 |
);
|
380 |
-
} // if
|
381 |
} // if thumbnail_id
|
382 |
} // if this column name == column_name
|
383 |
}
|
@@ -396,8 +449,8 @@ class Quick_Featured_Images_Columns {
|
|
396 |
echo "/* Fit thumbnails in posts list column */\n";
|
397 |
printf( '.column-%s img {', $this->column_name );
|
398 |
echo 'width:100%;height:auto;';
|
399 |
-
printf( 'max-width:%dpx;',
|
400 |
-
printf( 'max-height:%dpx;',
|
401 |
echo "}\n";
|
402 |
/* hide image column in small displays in WP version smaller than 4.3 */
|
403 |
if ( version_compare( get_bloginfo( 'version' ), '4.3', '<' ) ) {
|
@@ -447,20 +500,6 @@ class Quick_Featured_Images_Columns {
|
|
447 |
$success = set_post_thumbnail( $post_id, $thumbnail_id );
|
448 |
if ( $success ) {
|
449 |
|
450 |
-
// Localize the texts
|
451 |
-
$title_edit = 'Edit “%s”';
|
452 |
-
$text_change = 'Change image';
|
453 |
-
$text_edit = 'Edit Image';
|
454 |
-
$text_remove = 'Remove featured image';
|
455 |
-
$translations = array(
|
456 |
-
'title_change' => __( 'Change “%s”', 'quick-featured-images' ),
|
457 |
-
'title_remove' => __( 'Remove “%s”', 'quick-featured-images' ),
|
458 |
-
'title_edit' => __( $title_edit ),
|
459 |
-
'text_change' => __( $text_change ),
|
460 |
-
'text_edit' => __( $text_edit ),
|
461 |
-
'text_remove' => _x( $text_remove, 'post' ),
|
462 |
-
);
|
463 |
-
|
464 |
/*
|
465 |
* build the HTML response
|
466 |
*/
|
@@ -472,25 +511,25 @@ class Quick_Featured_Images_Columns {
|
|
472 |
'<a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s<br />%s</a>',
|
473 |
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
474 |
$post_id,
|
475 |
-
esc_attr( sprintf( $
|
476 |
-
get_the_post_thumbnail( $post_id, array(
|
477 |
-
|
478 |
);
|
479 |
|
480 |
// 'edit image' link
|
481 |
$html .= sprintf(
|
482 |
'<br /><a href="%s" title="%s">%s</a>',
|
483 |
esc_url( get_edit_post_link( $thumbnail_id ) ),
|
484 |
-
esc_attr( sprintf( $
|
485 |
-
|
486 |
);
|
487 |
|
488 |
// 'remove thumbnail' link
|
489 |
$html .= sprintf(
|
490 |
'<br /><a href="#" id="qfi_delete_%d" class="qfi_delete_fi hide-if-no-js" title="%s">%s</a>',
|
491 |
$post_id,
|
492 |
-
esc_attr( sprintf( $
|
493 |
-
|
494 |
);
|
495 |
|
496 |
// return response to Ajax script
|
@@ -498,8 +537,7 @@ class Quick_Featured_Images_Columns {
|
|
498 |
|
499 |
} else {
|
500 |
// return error message to Ajax script
|
501 |
-
$
|
502 |
-
esc_html_e( $text );
|
503 |
}
|
504 |
}
|
505 |
die();
|
@@ -522,15 +560,6 @@ class Quick_Featured_Images_Columns {
|
|
522 |
// try to delete thumbnail; returns true if successful
|
523 |
$success = delete_post_thumbnail( $post_id );
|
524 |
if ( $success ) {
|
525 |
-
// Localize the texts
|
526 |
-
$text_set = 'Set featured image';
|
527 |
-
$text_deleted = 'Item deleted.';
|
528 |
-
$translations = array(
|
529 |
-
'title_set' => __( 'Set image for “%s”', 'quick-featured-images' ),
|
530 |
-
'text_set' => _x( $text_set, 'post' ),
|
531 |
-
'text_deleted' => __( $text_deleted ),
|
532 |
-
);
|
533 |
-
|
534 |
/*
|
535 |
* build the HTML response
|
536 |
*/
|
@@ -540,11 +569,11 @@ class Quick_Featured_Images_Columns {
|
|
540 |
// 'set thumbnail' link
|
541 |
$html = sprintf(
|
542 |
'%s<br /><a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s</a>',
|
543 |
-
|
544 |
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
545 |
$post_id,
|
546 |
-
esc_attr( sprintf( $
|
547 |
-
|
548 |
);
|
549 |
|
550 |
// return response to Ajax script
|
@@ -552,11 +581,29 @@ class Quick_Featured_Images_Columns {
|
|
552 |
|
553 |
} else {
|
554 |
// return error message to Ajax script
|
555 |
-
$
|
556 |
-
esc_html_e( $text );
|
557 |
}
|
558 |
}
|
559 |
die();
|
560 |
}
|
561 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
562 |
}
|
8 |
* @link http://wordpress.org/plugins/quick-featured-images/
|
9 |
* @copyright 2014
|
10 |
*/
|
11 |
+
// Exit if accessed directly
|
12 |
+
if ( ! defined( 'ABSPATH' ) ) exit;
|
13 |
|
14 |
/**
|
15 |
* @package Quick_Featured_Images_Columns
|
94 |
*/
|
95 |
protected $required_user_cap = null;
|
96 |
|
97 |
+
/**
|
98 |
+
* Required user capability to use this plugin
|
99 |
+
*
|
100 |
+
* @since 13.3.5
|
101 |
+
*
|
102 |
+
* @var boolean
|
103 |
+
*/
|
104 |
+
protected $is_capable_user = null;
|
105 |
+
|
106 |
+
/**
|
107 |
+
* Width of thumbnail images in the current WordPress settings
|
108 |
+
*
|
109 |
+
* @since 2.0
|
110 |
+
*
|
111 |
+
* @var integer
|
112 |
+
*/
|
113 |
+
protected $used_thumbnail_width = null;
|
114 |
+
|
115 |
+
/**
|
116 |
+
* Storage for computed thumbnail HTML codes to improve performance
|
117 |
+
*
|
118 |
+
* @since 13.3.5
|
119 |
+
*
|
120 |
+
* @var array
|
121 |
+
*/
|
122 |
+
protected $thumbnail_cache = null;
|
123 |
+
|
124 |
+
/**
|
125 |
+
* Storage for computed translations to improve performance
|
126 |
+
*
|
127 |
+
* @since 13.3.5
|
128 |
+
*
|
129 |
+
* @var array
|
130 |
+
*/
|
131 |
+
protected $translation_cache = null;
|
132 |
+
|
133 |
/**
|
134 |
* Initialize the plugin by loading admin scripts & styles and adding a
|
135 |
* settings page and menu.
|
150 |
$add_column_function = array( $this, 'add_thumbnail_column' );
|
151 |
$display_column_function = array( $this, 'display_thumbnail_in_column' );
|
152 |
$add_sort_function = array( $this, 'add_sortable_column' );
|
153 |
+
// set default width of thumbnails
|
154 |
+
$this->used_thumbnail_width = 80; // or: $width = absint( get_option( 'thumbnail_size_w', $default_value ) / 2 ); $height = absint( get_option( 'thumbnail_size_h', $default_value ) / 2 );
|
155 |
// get current or default settings
|
156 |
$this->stored_settings = get_option( $this->settings_db_slug, array() );
|
|
|
157 |
// add Featured Image column in desired posts lists
|
158 |
foreach ( $this->stored_settings as $key => $value ) {
|
159 |
if ( '1' == $value ) {
|
201 |
} else {
|
202 |
$this->required_user_cap = 'edit_others_posts';
|
203 |
}
|
204 |
+
// define general capatibility once
|
205 |
+
$this->is_capable_user = current_user_can( $this->required_user_cap );
|
206 |
|
207 |
+
// specify translations
|
208 |
+
add_action( 'admin_init', array( $this, 'set_dynamic_values' ) );
|
209 |
// load admin style sheet
|
210 |
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_styles' ) );
|
211 |
// load admin scripts
|
237 |
return self::$instance;
|
238 |
}
|
239 |
|
240 |
+
/**
|
241 |
+
* Set translations, cache and variables
|
242 |
+
*
|
243 |
+
* @since 13.3.5
|
244 |
+
*
|
245 |
+
*/
|
246 |
+
public function set_dynamic_values() {
|
247 |
+
// preset translations once
|
248 |
+
$this->translation_cache = array();
|
249 |
+
$text = 'Change image'; $this->translation_cache[ 'Change image' ] = esc_html__( $text );
|
250 |
+
$text = 'Delete %s'; $this->translation_cache[ 'Delete x' ] = _x( $text, 'plugin' );
|
251 |
+
$text = 'Delete'; $this->translation_cache[ 'Delete' ] = esc_html__( $text );
|
252 |
+
$text = 'Edit “%s”'; $this->translation_cache[ 'Edit x' ] = __( $text );
|
253 |
+
$text = 'Edit Image'; $this->translation_cache[ 'Edit Image' ] = esc_html__( $text );
|
254 |
+
$text = 'Error'; $this->translation_cache[ 'Error' ] = esc_attr__( $text );
|
255 |
+
$text = 'Item deleted.'; $this->translation_cache[ 'Item deleted.' ] = esc_html__( $text );
|
256 |
+
$text = 'Item not added.'; $this->translation_cache[ 'Item not added.' ] = esc_html__( $text );
|
257 |
+
$text = 'Item not updated.'; $this->translation_cache[ 'Item not updated.' ] = esc_html__( $text );
|
258 |
+
$text = 'Meta'; $this->translation_cache[ 'Meta' ] = __( $text );
|
259 |
+
$text = 'No file was uploaded.'; $this->translation_cache[ 'No file was uploaded.' ] = __( $text );
|
260 |
+
$text = 'No image set'; $this->translation_cache[ 'No image set' ] = esc_html__( $text );
|
261 |
+
$text = 'Remove featured image'; $this->translation_cache[ 'Remove featured image' ] = esc_html( _x( $text, 'post' ) );
|
262 |
+
$text = 'Set featured image'; $this->translation_cache[ 'Set featured image' ] = esc_html( _x( $text, 'post' ) );
|
263 |
+
$this->translation_cache[ '(external image)' ] = esc_html__( '(external image)', 'quick-featured-images' );
|
264 |
+
$this->translation_cache[ 'Change x' ] = __( 'Change “%s”', 'quick-featured-images' );
|
265 |
+
$this->translation_cache[ 'Remove x' ] = __( 'Remove “%s”', 'quick-featured-images' );
|
266 |
+
$this->translation_cache[ 'Set image for x' ] = __( 'Set image for “%s”', 'quick-featured-images' );
|
267 |
+
// preset the "broken image" thumbnail once
|
268 |
+
$esc_path = esc_url( plugin_dir_url( __FILE__ ) );
|
269 |
+
$this->thumbnail_cache = array();
|
270 |
+
$this->thumbnail_cache[ 'No file was uploaded.' ] = sprintf(
|
271 |
+
'<img src="%sassets/images/no-file.png" alt="%s" width="48" height="64" class="qfi-no100p"><br />%s',
|
272 |
+
$esc_path,
|
273 |
+
$this->translation_cache[ 'Error' ],
|
274 |
+
$this->translation_cache[ 'No file was uploaded.' ]
|
275 |
+
);
|
276 |
+
}
|
277 |
+
|
278 |
/**
|
279 |
* Register and enqueue admin-specific JavaScript.
|
280 |
*
|
283 |
* @return null Return early if no settings page is registered.
|
284 |
*/
|
285 |
public function enqueue_admin_scripts() {
|
286 |
+
// load JS file in posts list pages only
|
287 |
$screen = get_current_screen();
|
288 |
if ( 'edit' == $screen->base ) {
|
289 |
// define handle once
|
302 |
wp_enqueue_media();
|
303 |
|
304 |
}
|
305 |
+
|
306 |
}
|
307 |
|
308 |
/**
|
354 |
* @return array extended list of columns
|
355 |
*/
|
356 |
public function display_thumbnail_in_column( $column_name, $post_id ) {
|
357 |
+
$width = $height = $this->used_thumbnail_width;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
358 |
if ( $this->column_name == $column_name ) {
|
359 |
$thumbnail_id = get_post_thumbnail_id( $post_id );
|
360 |
// check if image file exists, omit filters in get_attached_file() ('true')
|
361 |
if ( $thumbnail_id ) {
|
362 |
+
// if thumbnail HTML was not yet created, create it now
|
363 |
+
if ( empty( $this->thumbnail_cache[ $thumbnail_id ] ) ) {
|
364 |
+
// if the image file does exist
|
365 |
+
if ( file_exists( get_attached_file( $thumbnail_id, true ) ) && $thumb = wp_get_attachment_image( $thumbnail_id, array( $width, $height ) ) ) {
|
366 |
+
// create thumbnail HTML
|
367 |
if ( current_user_can( $this->required_user_cap, $thumbnail_id ) ) {
|
368 |
// show image linked to media selection box
|
|
|
369 |
$thumb_title = _draft_or_post_title( $thumbnail_id );
|
370 |
+
$this->thumbnail_cache[ $thumbnail_id ] = sprintf(
|
|
|
|
|
371 |
'<a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s<br />%s</a>',
|
372 |
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
373 |
$post_id,
|
374 |
+
esc_attr( sprintf( $this->translation_cache[ 'Change x' ], $thumb_title ) ),
|
375 |
$thumb,
|
376 |
+
$this->translation_cache[ 'Change image' ]
|
377 |
);
|
|
|
378 |
// display 'edit' link
|
379 |
+
$this->thumbnail_cache[ $thumbnail_id ] .= sprintf(
|
380 |
+
'<br /><a href="%s" title="%s">%s</a>',
|
|
|
|
|
|
|
381 |
esc_url( get_edit_post_link( $thumbnail_id ) ),
|
382 |
+
esc_attr( sprintf( $this->translation_cache[ 'Edit x' ], $thumb_title ) ),
|
383 |
+
$this->translation_cache[ 'Edit Image' ]
|
384 |
);
|
|
|
385 |
// display removal link
|
386 |
+
$this->thumbnail_cache[ $thumbnail_id ] .= sprintf(
|
387 |
+
'<br /><a href="#" id="qfi_delete_%d" class="qfi_delete_fi hide-if-no-js" title="%s">%s</a>',
|
|
|
|
|
|
|
388 |
$post_id,
|
389 |
+
esc_attr( sprintf( $this->translation_cache[ 'Remove x' ], $thumb_title ) ),
|
390 |
+
$this->translation_cache[ 'Remove featured image' ]
|
391 |
);
|
392 |
} else {
|
393 |
// if no edit capatibilities show image only
|
394 |
+
$this->thumbnail_cache[ $thumbnail_id ] = $thumb;
|
395 |
+
} // if ( current_user_can( $this->required_user_cap, $thumbnail_id ) )
|
396 |
+
// thumbnail ID is orphaned ("file-less", outdated), so create HTML for a "broken image" symbol
|
397 |
+
} else {
|
|
|
|
|
398 |
// print "broken" icon
|
399 |
+
$this->thumbnail_cache[ $thumbnail_id ] = $this->thumbnail_cache[ 'No file was uploaded.' ];
|
400 |
+
if ( $this->is_capable_user ) {
|
401 |
+
// display removal link
|
402 |
+
$this->thumbnail_cache[ $thumbnail_id ] .= sprintf(
|
403 |
+
'<br /><a href="#" id="qfi_delete_%d" class="qfi_delete_fi hide-if-no-js" title="%s">%s</a>',
|
404 |
+
$post_id,
|
405 |
+
esc_attr( sprintf( $this->translation_cache[ 'Delete x' ], $this->translation_cache[ 'Meta' ] ) ),
|
406 |
+
$this->translation_cache[ 'Delete' ]
|
407 |
+
);
|
408 |
+
// print creation link
|
409 |
+
$this->thumbnail_cache[ $thumbnail_id ] .= sprintf(
|
410 |
+
'<br /><a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s</a>',
|
411 |
+
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
412 |
+
$post_id,
|
413 |
+
esc_attr( sprintf( $this->translation_cache[ 'Set image for x' ], _draft_or_post_title( $post_id ) ) ),
|
414 |
+
$this->translation_cache[ 'Set featured image' ]
|
415 |
+
);
|
416 |
+
} // if ( $this->is_capable_user )
|
417 |
+
} // if ( file_exists( get_attached_file( $thumbnail_id, true ) ) && $thumb = wp_get_attachment_image( $thumbnail_id, array( $width, $height ) ) )
|
418 |
+
} // if ( empty( $this->thumbnail_cache[ $thumbnail_id ] ) )
|
419 |
+
// print thumbnail HTML code
|
420 |
+
echo $this->thumbnail_cache[ $thumbnail_id ];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
421 |
} else {
|
422 |
+
// print note
|
423 |
+
echo $this->translation_cache[ 'No image set' ];
|
424 |
+
if ( $this->is_capable_user ) {
|
425 |
+
// print
|
426 |
printf(
|
427 |
+
'<br /><a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s</a>',
|
428 |
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
429 |
$post_id,
|
430 |
+
esc_attr( sprintf( $this->translation_cache[ 'Set image for x' ], _draft_or_post_title( $post_id ) ) ),
|
431 |
+
$this->translation_cache[ 'Set featured image' ]
|
432 |
);
|
433 |
+
} // if ( $this->is_capable_user )
|
434 |
} // if thumbnail_id
|
435 |
} // if this column name == column_name
|
436 |
}
|
449 |
echo "/* Fit thumbnails in posts list column */\n";
|
450 |
printf( '.column-%s img {', $this->column_name );
|
451 |
echo 'width:100%;height:auto;';
|
452 |
+
printf( 'max-width:%dpx;', $this->used_thumbnail_width );
|
453 |
+
printf( 'max-height:%dpx;', $this->used_thumbnail_width );
|
454 |
echo "}\n";
|
455 |
/* hide image column in small displays in WP version smaller than 4.3 */
|
456 |
if ( version_compare( get_bloginfo( 'version' ), '4.3', '<' ) ) {
|
500 |
$success = set_post_thumbnail( $post_id, $thumbnail_id );
|
501 |
if ( $success ) {
|
502 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
503 |
/*
|
504 |
* build the HTML response
|
505 |
*/
|
511 |
'<a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s<br />%s</a>',
|
512 |
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
513 |
$post_id,
|
514 |
+
esc_attr( sprintf( $this->translation_cache[ 'Change x' ], $thumb_title ) ),
|
515 |
+
get_the_post_thumbnail( $post_id, array( $this->used_thumbnail_width, $this->used_thumbnail_width ) ),
|
516 |
+
$this->translation_cache[ 'Change image' ]
|
517 |
);
|
518 |
|
519 |
// 'edit image' link
|
520 |
$html .= sprintf(
|
521 |
'<br /><a href="%s" title="%s">%s</a>',
|
522 |
esc_url( get_edit_post_link( $thumbnail_id ) ),
|
523 |
+
esc_attr( sprintf( $this->translation_cache[ 'Edit x' ], $thumb_title ) ),
|
524 |
+
$this->translation_cache[ 'Edit Image' ]
|
525 |
);
|
526 |
|
527 |
// 'remove thumbnail' link
|
528 |
$html .= sprintf(
|
529 |
'<br /><a href="#" id="qfi_delete_%d" class="qfi_delete_fi hide-if-no-js" title="%s">%s</a>',
|
530 |
$post_id,
|
531 |
+
esc_attr( sprintf( $this->translation_cache[ 'Remove x' ], $thumb_title ) ),
|
532 |
+
$this->translation_cache[ 'Remove featured image' ]
|
533 |
);
|
534 |
|
535 |
// return response to Ajax script
|
537 |
|
538 |
} else {
|
539 |
// return error message to Ajax script
|
540 |
+
echo $this->translation_cache[ 'Item not added.' ];
|
|
|
541 |
}
|
542 |
}
|
543 |
die();
|
560 |
// try to delete thumbnail; returns true if successful
|
561 |
$success = delete_post_thumbnail( $post_id );
|
562 |
if ( $success ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
563 |
/*
|
564 |
* build the HTML response
|
565 |
*/
|
569 |
// 'set thumbnail' link
|
570 |
$html = sprintf(
|
571 |
'%s<br /><a href="%s" id="qfi_set_%d" class="qfi_set_fi" title="%s">%s</a>',
|
572 |
+
$this->translation_cache[ 'Item deleted.' ],
|
573 |
esc_url( get_upload_iframe_src( 'image', $post_id ) ),
|
574 |
$post_id,
|
575 |
+
esc_attr( sprintf( $this->translation_cache[ 'Set image for x' ], $post_title ) ),
|
576 |
+
$this->translation_cache[ 'Set featured image' ]
|
577 |
);
|
578 |
|
579 |
// return response to Ajax script
|
581 |
|
582 |
} else {
|
583 |
// return error message to Ajax script
|
584 |
+
echo $this->translation_cache[ 'Item not updated.' ];
|
|
|
585 |
}
|
586 |
}
|
587 |
die();
|
588 |
}
|
589 |
|
590 |
+
/**
|
591 |
+
*
|
592 |
+
* Render HTML image element for the thumbnail of the external image
|
593 |
+
*
|
594 |
+
* @access private
|
595 |
+
* @since 13.3.5
|
596 |
+
*/
|
597 |
+
private function get_html_external_thumbnail( $url, $alt, $size ) {
|
598 |
+
$image_height = $size[ 1 ] / $size[ 0 ] * $this->used_thumbnail_width;
|
599 |
+
return sprintf(
|
600 |
+
'<img width="%s" height="%s" src="%s" class="attachment-thumbnail" alt="%s"><br />%s',
|
601 |
+
absint( $this->used_thumbnail_width / 2 ),
|
602 |
+
absint( $image_height / 2 ),
|
603 |
+
$url,
|
604 |
+
$alt,
|
605 |
+
$this->translation_cache[ '(external image)' ]
|
606 |
+
);
|
607 |
+
}
|
608 |
+
|
609 |
}
|
admin/class-quick-featured-images-defaults.php
CHANGED
@@ -5,9 +5,11 @@
|
|
5 |
* @package Quick_Featured_Images_Defaults
|
6 |
* @author Martin Stehle <shop@stehle-internet.de>
|
7 |
* @license GPL-2.0+
|
8 |
-
* @link http://
|
9 |
* @copyright 2014
|
10 |
*/
|
|
|
|
|
11 |
|
12 |
/**
|
13 |
* @package Quick_Featured_Images_Defaults
|
5 |
* @package Quick_Featured_Images_Defaults
|
6 |
* @author Martin Stehle <shop@stehle-internet.de>
|
7 |
* @license GPL-2.0+
|
8 |
+
* @link http://wordpress.org/plugins/quick-featured-images/
|
9 |
* @copyright 2014
|
10 |
*/
|
11 |
+
// Exit if accessed directly
|
12 |
+
if ( ! defined( 'ABSPATH' ) ) exit;
|
13 |
|
14 |
/**
|
15 |
* @package Quick_Featured_Images_Defaults
|
admin/class-quick-featured-images-settings.php
CHANGED
@@ -8,6 +8,8 @@
|
|
8 |
* @link http://wordpress.org/plugins/quick-featured-images/
|
9 |
* @copyright 2014
|
10 |
*/
|
|
|
|
|
11 |
|
12 |
/**
|
13 |
* @package Quick_Featured_Images_Settings
|
8 |
* @link http://wordpress.org/plugins/quick-featured-images/
|
9 |
* @copyright 2014
|
10 |
*/
|
11 |
+
// Exit if accessed directly
|
12 |
+
if ( ! defined( 'ABSPATH' ) ) exit;
|
13 |
|
14 |
/**
|
15 |
* @package Quick_Featured_Images_Settings
|
admin/class-quick-featured-images-tools.php
CHANGED
@@ -6,6 +6,8 @@
|
|
6 |
* @link http://stehle-internet.de
|
7 |
* @copyright 2014 Martin Stehle
|
8 |
*/
|
|
|
|
|
9 |
|
10 |
class Quick_Featured_Images_Tools { // only for debugging: extends Quick_Featured_Images_Base {
|
11 |
|
6 |
* @link http://stehle-internet.de
|
7 |
* @copyright 2014 Martin Stehle
|
8 |
*/
|
9 |
+
// Exit if accessed directly
|
10 |
+
if ( ! defined( 'ABSPATH' ) ) exit;
|
11 |
|
12 |
class Quick_Featured_Images_Tools { // only for debugging: extends Quick_Featured_Images_Base {
|
13 |
|
admin/views/form_select.php
CHANGED
@@ -69,12 +69,12 @@ if ( 'replace' == $this->selected_action ) {
|
|
69 |
<?php
|
70 |
if ( 'assign_randomly' == $this->selected_action ) {
|
71 |
?>
|
72 |
-
<p><?php esc_html_e( 'There are two more options in the
|
73 |
<ol>
|
74 |
<li><?php esc_html_e( 'Use each selected image only once', 'quick-featured-images' ); ?></li>
|
75 |
<li><?php esc_html_e( 'Remove excess featured images after all selected images are used', 'quick-featured-images' ); ?></li>
|
76 |
</ol>
|
77 |
-
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Get the
|
78 |
<?php
|
79 |
} // if(assign_randomly)
|
80 |
?>
|
@@ -112,11 +112,11 @@ if ( 'replace' == $this->selected_action ) {
|
|
112 |
} // foreach()
|
113 |
?>
|
114 |
</fieldset>
|
115 |
-
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Are you looking for more options and more filters?', 'quick-featured-images' );?> <?php esc_html_e( 'Get the
|
116 |
<h3><?php esc_html_e( 'If you encounter a white, blank page, read this', 'quick-featured-images' ); ?></h3>
|
117 |
<p><?php esc_html_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>
|
118 |
<ol>
|
119 |
-
<li class="qfi_ad_for_pro"><?php esc_html_e( 'Get the
|
120 |
<li><?php esc_html_e( 'add the time filter,', 'quick-featured-images' ); ?></li>
|
121 |
<li><?php esc_html_e( 'set a small time range,', 'quick-featured-images' ); ?></li>
|
122 |
<li><?php esc_html_e( 'do the process', 'quick-featured-images' ); ?></li>
|
69 |
<?php
|
70 |
if ( 'assign_randomly' == $this->selected_action ) {
|
71 |
?>
|
72 |
+
<p><?php esc_html_e( 'There are two more options in the Pro version for random images:', 'quick-featured-images' ); ?></p>
|
73 |
<ol>
|
74 |
<li><?php esc_html_e( 'Use each selected image only once', 'quick-featured-images' ); ?></li>
|
75 |
<li><?php esc_html_e( 'Remove excess featured images after all selected images are used', 'quick-featured-images' ); ?></li>
|
76 |
</ol>
|
77 |
+
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Get the Pro version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
78 |
<?php
|
79 |
} // if(assign_randomly)
|
80 |
?>
|
112 |
} // foreach()
|
113 |
?>
|
114 |
</fieldset>
|
115 |
+
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Are you looking for more options and more filters?', 'quick-featured-images' );?> <?php esc_html_e( 'Get the Pro version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
116 |
<h3><?php esc_html_e( 'If you encounter a white, blank page, read this', 'quick-featured-images' ); ?></h3>
|
117 |
<p><?php esc_html_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>
|
118 |
<ol>
|
119 |
+
<li class="qfi_ad_for_pro"><?php esc_html_e( 'Get the Pro version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</li>
|
120 |
<li><?php esc_html_e( 'add the time filter,', 'quick-featured-images' ); ?></li>
|
121 |
<li><?php esc_html_e( 'set a small time range,', 'quick-featured-images' ); ?></li>
|
122 |
<li><?php esc_html_e( 'do the process', 'quick-featured-images' ); ?></li>
|
admin/views/form_start.php
CHANGED
@@ -110,7 +110,8 @@ foreach ( $this->valid_actions_without_image as $name => $label ) {
|
|
110 |
<?php
|
111 |
}
|
112 |
?>
|
113 |
-
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Do you want to assign the first image of each post?', 'quick-featured-images' ); ?> <?php esc_html_e( 'Get the
|
|
|
114 |
</fieldset>
|
115 |
<?php
|
116 |
wp_nonce_field( 'quickfi_start', $this->plugin_slug . '_nonce' );
|
110 |
<?php
|
111 |
}
|
112 |
?>
|
113 |
+
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Do you want to assign the first image of each post?', 'quick-featured-images' ); ?> <?php esc_html_e( 'Get the Pro version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
114 |
+
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Do you want to use external featured images, e.g. from a CDN?', 'quick-featured-images' ); ?> <?php esc_html_e( 'Get the Pro version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
115 |
</fieldset>
|
116 |
<?php
|
117 |
wp_nonce_field( 'quickfi_start', $this->plugin_slug . '_nonce' );
|
admin/views/section_defaults.php
CHANGED
@@ -217,6 +217,7 @@ if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
|
217 |
<?php
|
218 |
}
|
219 |
?>
|
|
|
220 |
|
221 |
<form method="post" action="">
|
222 |
<table class="widefat">
|
@@ -506,7 +507,7 @@ wp_nonce_field( $this->main_function_name, $this->nonce );
|
|
506 |
<li><?php esc_html_e( 'no featured image.', 'quick-featured-images' ); ?></li>
|
507 |
</ol>
|
508 |
<p><?php esc_html_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>
|
509 |
-
<h3><?php esc_html_e( 'Additional rules in the
|
510 |
<ol>
|
511 |
<li><?php esc_html_e( 'Multiple images to set them randomly as featured image', 'quick-featured-images' ); ?></li>
|
512 |
<li><?php esc_html_e( 'Random featured images at each page load', 'quick-featured-images' ); ?></li>
|
@@ -515,7 +516,5 @@ wp_nonce_field( $this->main_function_name, $this->nonce );
|
|
515 |
<li><?php esc_html_e( 'Match with a search string in post title', 'quick-featured-images' ); ?></li>
|
516 |
<li><?php esc_html_e( 'Match with a selected post format', 'quick-featured-images' ); ?></li>
|
517 |
<li><?php esc_html_e( 'User defined order of rules', 'quick-featured-images' ); ?></li>
|
518 |
-
<li><?php esc_html_e( 'Import your rules from this plugin into the
|
519 |
</ol>
|
520 |
-
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Get the premium version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
521 |
-
|
217 |
<?php
|
218 |
}
|
219 |
?>
|
220 |
+
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Do you want to use external featured images, e.g. from a CDN?', 'quick-featured-images' ); ?> <?php esc_html_e( 'Get the Pro version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
221 |
|
222 |
<form method="post" action="">
|
223 |
<table class="widefat">
|
507 |
<li><?php esc_html_e( 'no featured image.', 'quick-featured-images' ); ?></li>
|
508 |
</ol>
|
509 |
<p><?php esc_html_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>
|
510 |
+
<h3><?php esc_html_e( 'Additional rules in the Pro version', 'quick-featured-images' ); ?></h3>
|
511 |
<ol>
|
512 |
<li><?php esc_html_e( 'Multiple images to set them randomly as featured image', 'quick-featured-images' ); ?></li>
|
513 |
<li><?php esc_html_e( 'Random featured images at each page load', 'quick-featured-images' ); ?></li>
|
516 |
<li><?php esc_html_e( 'Match with a search string in post title', 'quick-featured-images' ); ?></li>
|
517 |
<li><?php esc_html_e( 'Match with a selected post format', 'quick-featured-images' ); ?></li>
|
518 |
<li><?php esc_html_e( 'User defined order of rules', 'quick-featured-images' ); ?></li>
|
519 |
+
<li><?php esc_html_e( 'Import your rules from this plugin into the Pro plugin', 'quick-featured-images' ); ?></li>
|
520 |
</ol>
|
|
|
|
admin/views/section_footer.php
CHANGED
@@ -55,7 +55,7 @@ if ( ! in_array( $paypal_locale, array( 'en_US', 'en_AU', 'es_ES', 'fr_FR', 'de_
|
|
55 |
<dt><?php esc_html_e( 'The plugin is for free. But the plugin author would be delighted to your small contribution.', $text_domain ); ?></dt><dd><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ"><img src="https://www.paypalobjects.com/<?php echo $paypal_locale; ?>/i/btn/btn_donateCC_LG.gif" alt="(<?php esc_html_e( 'Donation Button', $text_domain ); ?>)" id="paypal_button" /><br /><?php esc_html_e( 'Donate with PayPal', $text_domain ); ?></a><img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" /></dd>
|
56 |
<dt><?php esc_html_e( 'Do you need support or have an idea for the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/plugin/quick-featured-images"><?php esc_html_e( 'Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!', $text_domain ); ?></a></dd>
|
57 |
<dt><?php esc_html_e( 'Let the thumbnails appear in the widget of the most recent posts with this fast plugin', $text_domain ); ?></dt><dd><a href="http://wordpress.org/plugins/recent-posts-widget-with-thumbnails/"><?php printf( esc_html__( 'Download plugin %s at %s!', $text_domain ), '<strong>Recent Posts Widget With Thumbnails</strong>', 'wordpress.org' ); ?></a></dd>
|
58 |
-
<dt><?php esc_html_e( 'Get the
|
59 |
</dl>
|
60 |
</div><!-- .qfi_content -->
|
61 |
</div><!-- #qfi_footer -->
|
55 |
<dt><?php esc_html_e( 'The plugin is for free. But the plugin author would be delighted to your small contribution.', $text_domain ); ?></dt><dd><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ"><img src="https://www.paypalobjects.com/<?php echo $paypal_locale; ?>/i/btn/btn_donateCC_LG.gif" alt="(<?php esc_html_e( 'Donation Button', $text_domain ); ?>)" id="paypal_button" /><br /><?php esc_html_e( 'Donate with PayPal', $text_domain ); ?></a><img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" /></dd>
|
56 |
<dt><?php esc_html_e( 'Do you need support or have an idea for the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/plugin/quick-featured-images"><?php esc_html_e( 'Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!', $text_domain ); ?></a></dd>
|
57 |
<dt><?php esc_html_e( 'Let the thumbnails appear in the widget of the most recent posts with this fast plugin', $text_domain ); ?></dt><dd><a href="http://wordpress.org/plugins/recent-posts-widget-with-thumbnails/"><?php printf( esc_html__( 'Download plugin %s at %s!', $text_domain ), '<strong>Recent Posts Widget With Thumbnails</strong>', 'wordpress.org' ); ?></a></dd>
|
58 |
+
<dt><?php esc_html_e( 'Get the Pro version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a></dd>
|
59 |
</dl>
|
60 |
</div><!-- .qfi_content -->
|
61 |
</div><!-- #qfi_footer -->
|
admin/views/section_overview.php
CHANGED
@@ -86,9 +86,9 @@ if ( current_user_can( $qfi_settings_instance->get_required_user_cap() ) ) {
|
|
86 |
?>
|
87 |
</li>
|
88 |
<li>
|
89 |
-
<h3><?php esc_html_e( 'The
|
90 |
<p><a href="https://www.quickfeaturedimages.com<?php esc_attr_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 esc_html_e( 'Are you looking for more options and more filters?', 'quick-featured-images' ); ?> <?php esc_html_e( 'Get the
|
92 |
</li>
|
93 |
</ul>
|
94 |
|
86 |
?>
|
87 |
</li>
|
88 |
<li>
|
89 |
+
<h3><?php esc_html_e( 'The Pro version', 'quick-featured-images' ); ?></h3>
|
90 |
<p><a href="https://www.quickfeaturedimages.com<?php esc_attr_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 esc_html_e( 'Are you looking for more options and more filters?', 'quick-featured-images' ); ?> <?php esc_html_e( 'Get the Pro version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_attr_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a>.</p>
|
92 |
</li>
|
93 |
</ul>
|
94 |
|
languages/quick-featured-images-ar.mo
CHANGED
Binary file
|
languages/quick-featured-images-ar.po
CHANGED
@@ -4,122 +4,120 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <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 2.
|
16 |
-
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
17 |
-
"
|
18 |
"X-Poedit-Basepath: ..\n"
|
19 |
-
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
20 |
-
"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
-
#: admin/class-quick-featured-images-admin.php:
|
24 |
msgid ""
|
25 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
26 |
-
"
|
27 |
msgstr ""
|
28 |
"أداة توفّر عليك عناء التعامل مع الصور البارزة: حيث تمكنك من اختيارها أو "
|
29 |
"استبدالها أو حذفها بمجموعات دفعة واحدة، وبإمكانك تحديد صور افتراضية، والحصول "
|
30 |
"على قوائم استعراضية."
|
31 |
|
32 |
-
#: admin/class-quick-featured-images-admin.php:
|
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 |
-
"
|
38 |
msgstr ""
|
39 |
"الإضافة تتطلب نسخة ووردبريس %s أو أعلى. لذلك، ووردبريس لم تقم بتفعيلها. إذا "
|
40 |
"أرد استخدام الإضافة قم بتحديث ملفات ووردبريس للنسخة الأخيرة."
|
41 |
|
42 |
-
#: admin/class-quick-featured-images-admin.php:
|
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-columns.php:
|
48 |
-
|
|
|
|
|
|
|
49 |
#, php-format
|
50 |
msgid "Change “%s”"
|
51 |
msgstr "تغيير %s"
|
52 |
|
53 |
-
#: admin/class-quick-featured-images-columns.php:
|
54 |
-
#: admin/class-quick-featured-images-columns.php:457
|
55 |
#, php-format
|
56 |
msgid "Remove “%s”"
|
57 |
msgstr "إزالة %s"
|
58 |
|
59 |
-
#: admin/class-quick-featured-images-columns.php:
|
60 |
-
#: admin/class-quick-featured-images-columns.php:377
|
61 |
-
#: admin/class-quick-featured-images-columns.php:529
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "صورة مضبوط ل %s"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "صور بارزة مجهّزة مسبقاً."
|
69 |
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr "اختيار صورة بارزة افتراضية للمقالات المستقبلية."
|
73 |
|
74 |
-
#: admin/class-quick-featured-images-settings.php:
|
75 |
msgid "Set the visibility of columns of featured images in posts lists"
|
76 |
msgstr "ضبط ظهور أعمدة الصور البارزة في قائمة المقالات."
|
77 |
|
78 |
-
#: admin/class-quick-featured-images-settings.php:
|
79 |
msgid "Columns for featured images in posts lists"
|
80 |
msgstr "أعمدة للصور البارزة في قائمة المقالات."
|
81 |
|
82 |
-
#: admin/class-quick-featured-images-settings.php:
|
83 |
msgid "Show additional column for featured images in lists of"
|
84 |
msgstr "أظهر عمود إضافي للصور البارزة لقوائم"
|
85 |
|
86 |
-
#: admin/class-quick-featured-images-settings.php:
|
87 |
msgid "Posts list with image column"
|
88 |
msgstr "قائمة المقالات مع عمود الصورة"
|
89 |
|
90 |
-
#: admin/class-quick-featured-images-settings.php:
|
91 |
msgid "Visibility of the plugin"
|
92 |
msgstr "رؤية البرنامج المساعد"
|
93 |
|
94 |
-
#: admin/class-quick-featured-images-settings.php:
|
95 |
msgid "Which user role may see the plugin?"
|
96 |
msgstr "الدور الذي المستخدم قد ترى المساعد"
|
97 |
|
98 |
-
#: admin/class-quick-featured-images-settings.php:
|
99 |
msgid ""
|
100 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
101 |
"post lists."
|
102 |
-
msgstr ""
|
103 |
-
"فعّل مربعات الاختيار لكل نوع مقالة لإظهار أعمدة إضافية في قائمة المقالات."
|
104 |
|
105 |
-
#: admin/class-quick-featured-images-settings.php:
|
106 |
msgid "Minimum user role to see the plugin in the backend"
|
107 |
msgstr "دور المستخدم الحد الأدنى لرؤية المساعد في الخلفية"
|
108 |
|
109 |
-
#: admin/class-quick-featured-images-settings.php:
|
110 |
msgid "Select the minimum user role a user must have to see the plugin."
|
111 |
msgstr ""
|
112 |
"حدد دور المستخدم الحد الأدنى يجب أن يكون المستخدم لمعرفة البرنامج المساعد."
|
113 |
|
114 |
-
#: admin/class-quick-featured-images-settings.php:
|
115 |
#, php-format
|
116 |
msgid ""
|
117 |
"The rules as set in “%s” work on posts independently of this "
|
118 |
"setting."
|
119 |
-
msgstr ""
|
120 |
-
"قواعد النحو المنصوص في أعمال%s على المشاركات بشكل مستقل من هذا الإعداد."
|
121 |
|
122 |
-
#: admin/class-quick-featured-images-settings.php:
|
123 |
msgid ""
|
124 |
"This setting controls as well whether a user will see in an image column the "
|
125 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -129,11 +127,11 @@ msgstr ""
|
|
129 |
"وصلات عمل أو الصور المصغرة فقط. للتبديل صورة الأعمدة وإيقاف استخدام المقطع "
|
130 |
"أعلاه."
|
131 |
|
132 |
-
#: admin/class-quick-featured-images-settings.php:
|
133 |
msgid "This page is accessible for administrators only."
|
134 |
msgstr "هذه الصفحة غير متاحة للمسؤولين فقط."
|
135 |
|
136 |
-
#: admin/class-quick-featured-images-settings.php:
|
137 |
msgid ""
|
138 |
"The additional columns give you a quick overview about all used featured "
|
139 |
"images for every post. The Featured Image column is sortable."
|
@@ -141,144 +139,144 @@ msgstr ""
|
|
141 |
"الأعمدة الإضافية تعطيك نظرة سريعة على كل الصور البارزة لكل مقالة. عمود الصور "
|
142 |
"البارزة قابل للفرز."
|
143 |
|
144 |
-
#: admin/class-quick-featured-images-settings.php:
|
145 |
msgid "Controls which minimum user role can see the plugin."
|
146 |
msgstr "الضوابط التي دورا الحد الأدنى يمكن للمستخدم رؤية البرنامج المساعد."
|
147 |
|
148 |
-
#: admin/class-quick-featured-images-tools.php:
|
149 |
#, php-format
|
150 |
msgid "Wrong image ID %d"
|
151 |
msgstr "معرّف صورة خاطئ %d"
|
152 |
|
153 |
-
#: admin/class-quick-featured-images-tools.php:
|
154 |
msgid "Select"
|
155 |
msgstr "اختر"
|
156 |
|
157 |
-
#: admin/class-quick-featured-images-tools.php:
|
158 |
msgid "Add filter"
|
159 |
msgstr "إضافة فلتر"
|
160 |
|
161 |
-
#: admin/class-quick-featured-images-tools.php:
|
162 |
msgid "Refine"
|
163 |
msgstr "تنقيح"
|
164 |
|
165 |
-
#: admin/class-quick-featured-images-tools.php:
|
166 |
msgid "Confirm"
|
167 |
msgstr "تأكيد"
|
168 |
|
169 |
-
#: admin/class-quick-featured-images-tools.php:
|
170 |
msgid "Perform"
|
171 |
msgstr "نفّذ"
|
172 |
|
173 |
-
#: admin/class-quick-featured-images-tools.php:
|
174 |
msgid "Set the selected image as new featured image"
|
175 |
msgstr "استخدم الصورة المحددة كصورة بارزة جديدة"
|
176 |
|
177 |
-
#: admin/class-quick-featured-images-tools.php:
|
178 |
msgid "Replace featured images by the selected image"
|
179 |
msgstr "استبدل الصور البارزة بالصورة المحددة"
|
180 |
|
181 |
-
#: admin/class-quick-featured-images-tools.php:
|
182 |
msgid "Remove the selected image as featured image"
|
183 |
msgstr "أزل الصورة المحددة كصورة بارزة"
|
184 |
|
185 |
-
#: admin/class-quick-featured-images-tools.php:
|
186 |
msgid "Remove any image as featured image"
|
187 |
msgstr "أزل أي صورة كصورة بارزة"
|
188 |
|
189 |
-
#: admin/class-quick-featured-images-tools.php:
|
190 |
msgid "Remove all featured images without existing image files"
|
191 |
msgstr "أزل جميع الصور المميزة بدون ملفات الصور الموجودة"
|
192 |
|
193 |
-
#: admin/class-quick-featured-images-tools.php:
|
194 |
msgid "Set multiple images randomly as featured images"
|
195 |
msgstr "استخدم صور متعددة عشوائياً كصور بارزة"
|
196 |
|
197 |
-
#: admin/class-quick-featured-images-tools.php:
|
198 |
msgid "Overwrite featured images"
|
199 |
msgstr "استبدل الصور البارزة"
|
200 |
|
201 |
-
#: admin/class-quick-featured-images-tools.php:
|
202 |
msgid "Consider only posts without any featured image"
|
203 |
msgstr "فقط المقالات التي بدون صور بارزة"
|
204 |
|
205 |
-
#: admin/class-quick-featured-images-tools.php:
|
206 |
msgid "Post Type Filter"
|
207 |
msgstr "فلتر نوع المقالة"
|
208 |
|
209 |
-
#: admin/class-quick-featured-images-tools.php:
|
210 |
msgid "Category Filter"
|
211 |
msgstr "فلتر التصنيف"
|
212 |
|
213 |
-
#: admin/class-quick-featured-images-tools.php:
|
214 |
msgid "Tag Filter"
|
215 |
msgstr "فلتر الوسوم"
|
216 |
|
217 |
-
#: admin/class-quick-featured-images-tools.php:
|
218 |
msgid "Image width in pixels lower than"
|
219 |
msgstr "عرض الصورة بالبكسل أقل من"
|
220 |
|
221 |
-
#: admin/class-quick-featured-images-tools.php:
|
222 |
msgid "Image height in pixels lower than"
|
223 |
msgstr "ارتفاع الصورة بالبكسل أقل من"
|
224 |
|
225 |
-
#: admin/class-quick-featured-images-tools.php:
|
226 |
#, php-format
|
227 |
msgid "The input field %s is empty."
|
228 |
msgstr "حقل الإدخال %s فارغ"
|
229 |
|
230 |
-
#: admin/class-quick-featured-images-tools.php:
|
231 |
msgid "Type in a value into the input field."
|
232 |
msgstr "اكتب قيمة في حقل الإدخال"
|
233 |
|
234 |
-
#: admin/class-quick-featured-images-tools.php:
|
235 |
#, php-format
|
236 |
msgid "%s is not defined."
|
237 |
msgstr "%s غير معرّف"
|
238 |
|
239 |
-
#: admin/class-quick-featured-images-tools.php:
|
240 |
msgid "Check how to define the value."
|
241 |
msgstr "تحقق من كيفية تحديد القيمة."
|
242 |
|
243 |
-
#: admin/class-quick-featured-images-tools.php:
|
244 |
msgid "There is no selected image."
|
245 |
msgstr "لا يوجد صورة محددة."
|
246 |
|
247 |
-
#: admin/class-quick-featured-images-tools.php:
|
248 |
msgid "Select an image from the media library."
|
249 |
msgstr "حدد صورة من مكتبة الوسائط."
|
250 |
|
251 |
-
#: admin/class-quick-featured-images-tools.php:
|
252 |
#: admin/views/section_image.php:51
|
253 |
msgid "You have not selected an action."
|
254 |
msgstr "لم تقم بتحديد إجراء."
|
255 |
|
256 |
-
#: admin/class-quick-featured-images-tools.php:
|
257 |
msgid "Start again and select which action you want to apply."
|
258 |
msgstr "ابدأ مرة أخرى وحدد أي إجراء تريد تنفيذه."
|
259 |
|
260 |
-
#: admin/class-quick-featured-images-tools.php:
|
261 |
#, php-format
|
262 |
msgid "The input field %s has an invalid value."
|
263 |
msgstr "حقل الإدخال %s به قيمة خاطئة."
|
264 |
|
265 |
-
#: admin/class-quick-featured-images-tools.php:
|
266 |
msgid "Type in valid values in the input field."
|
267 |
msgstr "أدخل قيم صالحة في حقل الإدخال."
|
268 |
|
269 |
-
#: admin/class-quick-featured-images-tools.php:
|
270 |
msgid "Type in values stored by WordPress."
|
271 |
msgstr "أدخل قيم مخزنة بواسطة ووردبريس."
|
272 |
|
273 |
-
#: admin/class-quick-featured-images-tools.php:
|
274 |
msgid "Set, replace, remove"
|
275 |
msgstr "حدد، استبدل، احذف"
|
276 |
|
277 |
-
#: admin/class-quick-featured-images-tools.php:
|
278 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
279 |
msgstr "لمجموعة دفعة واحدة، حدد واستبدل واحذف الصور البارزة لمقالات موجودة"
|
280 |
|
281 |
-
#: admin/class-quick-featured-images-tools.php:
|
282 |
msgid "Bulk set as featured image"
|
283 |
msgstr "حدد كصورة بارزة لمجموعة دفعة واحدة"
|
284 |
|
@@ -323,8 +321,8 @@ msgstr "%d نتيجة مطابقة وجدت"
|
|
323 |
|
324 |
#: admin/views/form_confirm.php:12
|
325 |
msgid ""
|
326 |
-
"Should the entries of featured images without image files be removed from "
|
327 |
-
"
|
328 |
msgstr "هل يجب إزالة إدخالات الصور المميزة بدون ملفات الصور من قاعدة البيانات؟"
|
329 |
|
330 |
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
@@ -360,13 +358,12 @@ msgstr "هل يجب أن تستخدم الصورة المحددة كصورة ب
|
|
360 |
msgid ""
|
361 |
"Should the selected images be set randomly as featured images to all listed "
|
362 |
"posts?"
|
363 |
-
msgstr ""
|
364 |
-
"هل يجب أن تستخدم الصور المحددة عشوائياً كصور بارزة لكل المقالات المدرجة؟"
|
365 |
|
366 |
#: admin/views/form_confirm.php:41
|
367 |
msgid ""
|
368 |
-
"Should the current set featured image be replaced by the selected image at "
|
369 |
-
"
|
370 |
msgstr ""
|
371 |
"هل يجب استبدال الصورة البارزة الحالية بالصورة المحددة لكل المقالات المدرجة؟"
|
372 |
|
@@ -384,8 +381,8 @@ msgstr "هل يجب إزالة الصور البارزة المضافة من ك
|
|
384 |
|
385 |
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
386 |
msgid ""
|
387 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
388 |
-
"
|
389 |
msgstr ""
|
390 |
"القائمة مرتبة أبجدياً وفقاً لعنوان المقالة. بإمكانك تعديل مقالة في نافذة جديدة "
|
391 |
"بالضغط على رابطها في القائمة."
|
@@ -474,7 +471,7 @@ msgstr ""
|
|
474 |
msgid "Choose Images"
|
475 |
msgstr "اختر الصور"
|
476 |
|
477 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:
|
478 |
msgid "Use CTRL for multiple choice"
|
479 |
msgstr "استخدام CTRL للاختيار المتعدد"
|
480 |
|
@@ -506,7 +503,7 @@ msgstr ""
|
|
506 |
"المقالات التي لها صور بارزة سيتم تجاهلها، حتى لو كان خيار الاستبدال مفعّل."
|
507 |
|
508 |
#: admin/views/form_select.php:72
|
509 |
-
msgid "There are two more options in the
|
510 |
msgstr "يوجد هناك خيارين إضافيين للصور العشوائية في النسخة المدفوعة:"
|
511 |
|
512 |
#: admin/views/form_select.php:74
|
@@ -519,15 +516,16 @@ msgstr "أزل الصور البارزة الفائضة بعد استخدام ج
|
|
519 |
|
520 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
521 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
522 |
-
#: admin/views/
|
523 |
-
#: admin/views/section_overview.php:91
|
524 |
-
msgid "Get the
|
525 |
msgstr "أحصل على النسخة المدفوعة"
|
526 |
|
527 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
528 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
529 |
-
#: admin/views/
|
530 |
-
#: admin/views/
|
|
|
531 |
msgid "/"
|
532 |
msgstr "\\"
|
533 |
|
@@ -575,14 +573,13 @@ msgstr "إذا واجهت صفحة بيضاء أو فارغة، اقرأ هذا"
|
|
575 |
#: admin/views/form_select.php:117
|
576 |
msgid ""
|
577 |
"Facing a white blank page while trying to treat thousands of posts is the "
|
578 |
-
"effect of limited memory capacities on the website server. Instead of "
|
579 |
-
"
|
580 |
-
"
|
581 |
msgstr ""
|
582 |
-
"ظهور صفحة بيضاء فارغة خلال معالجة آلاف المقالات هو تأثير ناتج عن مساحة "
|
583 |
-
"
|
584 |
-
"
|
585 |
-
"افعل التالي:"
|
586 |
|
587 |
#: admin/views/form_select.php:120
|
588 |
msgid "add the time filter,"
|
@@ -602,16 +599,16 @@ msgstr "وكررها حسب الحاجة مع الفترات الزمنية ال
|
|
602 |
|
603 |
#: admin/views/form_select.php:125
|
604 |
msgid ""
|
605 |
-
"This way is not as fast as one single run, but still much faster than "
|
606 |
-
"
|
607 |
msgstr ""
|
608 |
"هذه الطريقة ليست سريعة كما لو قمت بها دفعة واحدة، لكنها أسرع من إعداد الصور "
|
609 |
"يدوياً لكل مقالة."
|
610 |
|
611 |
#: admin/views/form_select.php:130
|
612 |
msgid ""
|
613 |
-
"On the next page you can refine the filters. If you did not select any "
|
614 |
-
"
|
615 |
msgstr ""
|
616 |
"في الصفحة التالية بإمكان تنقيح الفلاتر. إذا لم تحدد أي فلتر ستذهب إلى قائمة "
|
617 |
"المعاينة مباشرة."
|
@@ -631,8 +628,8 @@ msgstr "ماذا تريد أن تفعل؟"
|
|
631 |
|
632 |
#: admin/views/form_start.php:14
|
633 |
msgid ""
|
634 |
-
"Here you can add, replace and delete featured images to your posts. Select "
|
635 |
-
"
|
636 |
msgstr ""
|
637 |
"هنا يمكن أن تضيف أو تستبدل أو تحذف الصور البارزة لمقالاتك. حدد واحد من "
|
638 |
"الإجراءات التالية، وإذا لزم الأمر حدد صورة أو أكثر."
|
@@ -667,11 +664,11 @@ msgstr "هذه الإجراءات تتطلب تحديد صورة بواسطة ا
|
|
667 |
|
668 |
#: admin/views/form_start.php:35
|
669 |
msgid ""
|
670 |
-
"Select the image you want to add to, replace or delete from posts and pages "
|
671 |
-
"
|
672 |
msgstr ""
|
673 |
-
"حدد الصورة التي تريد إضافتها أو استبدالها أو حذفها من المقالات والصفحات "
|
674 |
-
"
|
675 |
|
676 |
#: admin/views/form_start.php:57
|
677 |
msgid "Choose Image"
|
@@ -686,18 +683,18 @@ msgid ""
|
|
686 |
"Some users reported that this button would not work in some WordPress "
|
687 |
"installations. If this should be the case you can take another way:"
|
688 |
msgstr ""
|
689 |
-
"بعض المستخدمين أبلغوا أن الزرّ لا يعمل في بعض تثبيتات ووردبريس. إذا كان هذا "
|
690 |
-
"
|
691 |
|
692 |
#: admin/views/form_start.php:63
|
693 |
msgid ""
|
694 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
695 |
-
"
|
696 |
"image". 3. After a click on it you can move on in this plugin."
|
697 |
msgstr ""
|
698 |
-
"1. اذهب إلى مكتبة الوسائط. 2. انقل الماوس فوق الصورة التي ترغب بها. المزيد "
|
699 |
-
"
|
700 |
-
"
|
701 |
|
702 |
#: admin/views/form_start.php:67
|
703 |
msgid "Actions with multiple images"
|
@@ -720,6 +717,10 @@ msgstr "هذه الإجراءات لا تتطلب تحديد صورة"
|
|
720 |
msgid "Do you want to assign the first image of each post?"
|
721 |
msgstr "هل تريد استخدام أول صورة من كل مقالة؟"
|
722 |
|
|
|
|
|
|
|
|
|
723 |
#: admin/views/section_defaults.php:16
|
724 |
msgid "matches"
|
725 |
msgstr "يطابق"
|
@@ -734,44 +735,44 @@ msgstr "صور بارزة افتراضية للمقالات المستقبلية
|
|
734 |
|
735 |
#: admin/views/section_defaults.php:206
|
736 |
msgid ""
|
737 |
-
"Define the rules to use images as default featured images automatically "
|
738 |
-
"
|
739 |
msgstr ""
|
740 |
"حدد قاعدة لاستخدام الصور كصور افتراضية بارزة آلياً في كل مرّة يتم حفظ مقالة."
|
741 |
|
742 |
#: admin/views/section_defaults.php:207
|
743 |
msgid ""
|
744 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
745 |
-
"
|
746 |
msgstr ""
|
747 |
"لاستخدام قاعدة اختر الصورة وحدد الفئة والقيمة. القاعدة التي تعرّف جزئياً سيتم "
|
748 |
"تجاهلها."
|
749 |
|
750 |
-
#: admin/views/section_defaults.php:
|
751 |
msgid "An image overwrites an existing image"
|
752 |
msgstr "صورة تستبدل مكان صورة موجودة"
|
753 |
|
754 |
-
#: admin/views/section_defaults.php:
|
755 |
msgid ""
|
756 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
757 |
-
"
|
758 |
msgstr "تفعيل الخيار لاستبدال الصورة البارزة الحالية آلياً خلال حفظ المقالة."
|
759 |
|
760 |
-
#: admin/views/section_defaults.php:
|
761 |
msgid ""
|
762 |
"If activated the rule is used automatically while saving a post to overwrite "
|
763 |
"an existing featured image with the new one based on the following rules. Do "
|
764 |
"not use this if you want to keep manually set featured images."
|
765 |
msgstr ""
|
766 |
-
"إذا تم التفعيل، القاعدة ستستخدم آلياً خلال حفظ المقالة لاستبدال الصورة "
|
767 |
-
"
|
768 |
-
"
|
769 |
|
770 |
-
#: admin/views/section_defaults.php:
|
771 |
msgid "Text with images in WordPress editor"
|
772 |
msgstr "النص مع الصور في محرر ووردبريس"
|
773 |
|
774 |
-
#: admin/views/section_defaults.php:
|
775 |
msgid ""
|
776 |
"Activate to automatically use the first content image if available in the "
|
777 |
"media library as featured image while saving a post"
|
@@ -779,7 +780,7 @@ msgstr ""
|
|
779 |
"تفعيل هذا الخيار لاستخدام الصورة الأولى في المحتوى كصورة بارزة آلياً إذا كانت "
|
780 |
"موجودة في مكتبة الوسائط خلال حفظ المقالة."
|
781 |
|
782 |
-
#: admin/views/section_defaults.php:
|
783 |
msgid ""
|
784 |
"If activated the rule is used automatically while saving a post to set the "
|
785 |
"first content image - if available in the media library - as the featured "
|
@@ -790,122 +791,121 @@ msgstr ""
|
|
790 |
"الأولى في المحتوى - إذا كانت موجودة في مكتبة الوسائط - كصورة بارزة للمقالة. "
|
791 |
"إذا لم يكن هناك صور في المقالة سيتم تطبيق القاعدة التالية."
|
792 |
|
793 |
-
#: admin/views/section_defaults.php:
|
794 |
msgid "For which post types should this rule be applied?"
|
795 |
msgstr "ما هي أنواع المشاركات التي يجب تطبيق هذه القاعدة عليها؟"
|
796 |
|
797 |
-
#: admin/views/section_defaults.php:
|
798 |
msgid ""
|
799 |
"Select at least one post type, otherwise all post types will be considered."
|
800 |
-
msgstr ""
|
801 |
-
"حدد نوع مشاركة واحد على الأقل، وإلا سيتم النظر في جميع أنواع المنشورات."
|
802 |
|
803 |
-
#: admin/views/section_defaults.php:
|
804 |
msgid "Add rule"
|
805 |
msgstr "إضافة قاعدة"
|
806 |
|
807 |
-
#: admin/views/section_defaults.php:
|
808 |
msgid "Are you sure to remove this rule?"
|
809 |
msgstr "هل أنت متأكد من إزالة القاعدة؟"
|
810 |
|
811 |
-
#: admin/views/section_defaults.php:
|
812 |
msgid "How the rules work"
|
813 |
msgstr "كيف تعمل القواعد"
|
814 |
|
815 |
-
#: admin/views/section_defaults.php:
|
816 |
msgid ""
|
817 |
"Every time you save a post the post get the featured image if one of the "
|
818 |
-
"following rules match a property of the post. You can also set rules for "
|
819 |
-
"
|
820 |
msgstr ""
|
821 |
-
"في كل مرة تقوم بحفظ مقالة، ستأخذ المقالة صورة بارزة إذا كانت واحدة من "
|
822 |
-
"
|
823 |
-
"
|
824 |
|
825 |
-
#: admin/views/section_defaults.php:
|
826 |
msgid ""
|
827 |
"Regardless of the order in the list the rules are applied in the following "
|
828 |
"order until a rule and a property of the post fit together:"
|
829 |
msgstr ""
|
830 |
-
"بغض النظر عن الترتيب في القائمة، يتمّ تطبيق القواعد وفقاً للترتيب التالي إلى "
|
831 |
-
"
|
832 |
|
833 |
-
#: admin/views/section_defaults.php:
|
834 |
msgid "found first content image. If not then..."
|
835 |
msgstr "العثور على أول صورة في المحتوى. إذا لم يتحقق ذلك فسيتم..."
|
836 |
|
837 |
-
#: admin/views/section_defaults.php:
|
838 |
msgid "matched custom taxonomy. If not then..."
|
839 |
msgstr "توافق الفئة المخصصة. إذا لم يتحقق ذلك فسيتم..."
|
840 |
|
841 |
-
#: admin/views/section_defaults.php:
|
842 |
msgid "matched tag. If not then..."
|
843 |
msgstr "توافق الوسم. إذا لم يتحقق ذلك فسيتم..."
|
844 |
|
845 |
-
#: admin/views/section_defaults.php:
|
846 |
msgid "matched category. If not then..."
|
847 |
msgstr "توافق التصنيف. إذا لم يتحقق ذلك فسيتم..."
|
848 |
|
849 |
-
#: admin/views/section_defaults.php:
|
850 |
msgid "matched author. If not then..."
|
851 |
msgstr "توافق الكاتب. إذا لم يتحقق ذلك فسيتم..."
|
852 |
|
853 |
-
#: admin/views/section_defaults.php:
|
854 |
msgid "matched post type. If not then..."
|
855 |
msgstr "توافق نوع المقالة. إذا لم يتحقق ذلك فسيتم..."
|
856 |
|
857 |
-
#: admin/views/section_defaults.php:
|
858 |
msgid "no featured image."
|
859 |
msgstr "لا يوجد صورة بارزة."
|
860 |
|
861 |
-
#: admin/views/section_defaults.php:
|
862 |
msgid ""
|
863 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
864 |
-
"
|
865 |
msgstr ""
|
866 |
"خذ بعين الاعتبار أنه إذا كان اثنتين أو واحدة من القواعد بنفس الفئة يمكن أن "
|
867 |
"تتناسب مع المقالة فإنه من غير المتوقع أي صورة سيتم اختيارها كصورة بارزة."
|
868 |
|
869 |
-
#: admin/views/section_defaults.php:
|
870 |
-
msgid "Additional rules in the
|
871 |
msgstr "هناك قواعد إضافية في النسخة المدفوعة"
|
872 |
|
873 |
-
#: admin/views/section_defaults.php:
|
874 |
msgid "Multiple images to set them randomly as featured image"
|
875 |
msgstr "صور متعددة لضبط بشكل عشوائي كصورة مميزة"
|
876 |
|
877 |
-
#: admin/views/section_defaults.php:
|
878 |
msgid "Random featured images at each page load"
|
879 |
msgstr "صور مميزة عشوائية في كل تحميل الصفحة"
|
880 |
|
881 |
-
#: admin/views/section_defaults.php:
|
882 |
msgid ""
|
883 |
-
"The first content image can be also an image from an external server to set "
|
884 |
-
"
|
885 |
msgstr ""
|
886 |
"الصورة الأولى في المحتوى يمكن أيضاً أن تكون صورة من خادم -سيرفر- خارجي "
|
887 |
"لاستخدامها كصورة بارزة آلياً"
|
888 |
|
889 |
-
#: admin/views/section_defaults.php:
|
890 |
msgid ""
|
891 |
-
"Remove the first content image automatically after the featured image was "
|
892 |
-
"
|
893 |
msgstr "إزالة الصورة الأولى المحتوى تلقائيا بعد وضع صورة مميزة بنجاح"
|
894 |
|
895 |
-
#: admin/views/section_defaults.php:
|
896 |
msgid "Match with a search string in post title"
|
897 |
msgstr "مطابقة مع نصّ البحث في عنوان المقالة"
|
898 |
|
899 |
-
#: admin/views/section_defaults.php:
|
900 |
msgid "Match with a selected post format"
|
901 |
msgstr "مطابقة مع بنية المقالة المحددة"
|
902 |
|
903 |
-
#: admin/views/section_defaults.php:
|
904 |
msgid "User defined order of rules"
|
905 |
msgstr "قاعدة ترتيب محددة من قبل المستخدم"
|
906 |
|
907 |
-
#: admin/views/section_defaults.php:
|
908 |
-
msgid "Import your rules from this plugin into the
|
909 |
msgstr ""
|
910 |
"استيراد القواعد الخاصة بك من هذا البرنامج المساعد في البرنامج المساعد قسط"
|
911 |
|
@@ -935,10 +935,9 @@ msgstr "رجاءً قم بتقييمها في wordpress.org!"
|
|
935 |
|
936 |
#: admin/views/section_footer.php:55
|
937 |
msgid ""
|
938 |
-
"The plugin is for free. But the plugin author would be delighted to your "
|
939 |
-
"
|
940 |
-
msgstr ""
|
941 |
-
"الإضافة مجانية. لكن مبرمج الإضافة سيكون مسروراً لمساهمتك مهما كانت صغيرة."
|
942 |
|
943 |
#: admin/views/section_footer.php:55
|
944 |
msgid "Donation Button"
|
@@ -957,8 +956,7 @@ msgid ""
|
|
957 |
"Post your questions and ideas about Quick Featured Images in the forum at "
|
958 |
"wordpress.org!"
|
959 |
msgstr ""
|
960 |
-
"ضع سؤالك وأفكارك حول الإضافة Quick Featured Images في المنتدى في wordpress."
|
961 |
-
"org!"
|
962 |
|
963 |
#: admin/views/section_footer.php:57
|
964 |
msgid ""
|
@@ -1030,7 +1028,7 @@ msgid "Manage featured images in a quick way"
|
|
1030 |
msgstr "إدارة الصور البارزة بطريقة سريعة"
|
1031 |
|
1032 |
#: admin/views/section_overview.php:89
|
1033 |
-
msgid "The
|
1034 |
msgstr "النسخة المدفوعة"
|
1035 |
|
1036 |
#: admin/views/section_results.php:1
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2019-11-06 13:32+0100\n"
|
8 |
+
"PO-Revision-Date: 2019-11-06 13:34+0100\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <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 2.2.4\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;esc_attr__;"
|
17 |
+
"_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
18 |
"X-Poedit-Basepath: ..\n"
|
19 |
+
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && "
|
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:215
|
24 |
msgid ""
|
25 |
+
"Your time-saving Swiss Army Knife for featured images: Set, replace and delete "
|
26 |
+
"them in bulk, in posts lists and set default images for future posts."
|
27 |
msgstr ""
|
28 |
"أداة توفّر عليك عناء التعامل مع الصور البارزة: حيث تمكنك من اختيارها أو "
|
29 |
"استبدالها أو حذفها بمجموعات دفعة واحدة، وبإمكانك تحديد صور افتراضية، والحصول "
|
30 |
"على قوائم استعراضية."
|
31 |
|
32 |
+
#: admin/class-quick-featured-images-admin.php:278
|
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 to "
|
37 |
+
"the latest version."
|
38 |
msgstr ""
|
39 |
"الإضافة تتطلب نسخة ووردبريس %s أو أعلى. لذلك، ووردبريس لم تقم بتفعيلها. إذا "
|
40 |
"أرد استخدام الإضافة قم بتحديث ملفات ووردبريس للنسخة الأخيرة."
|
41 |
|
42 |
+
#: admin/class-quick-featured-images-admin.php:484
|
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-columns.php:263
|
48 |
+
msgid "(external image)"
|
49 |
+
msgstr "(صورة خارجية)"
|
50 |
+
|
51 |
+
#: admin/class-quick-featured-images-columns.php:264
|
52 |
#, php-format
|
53 |
msgid "Change “%s”"
|
54 |
msgstr "تغيير %s"
|
55 |
|
56 |
+
#: admin/class-quick-featured-images-columns.php:265
|
|
|
57 |
#, php-format
|
58 |
msgid "Remove “%s”"
|
59 |
msgstr "إزالة %s"
|
60 |
|
61 |
+
#: admin/class-quick-featured-images-columns.php:266
|
|
|
|
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "صورة مضبوط ل %s"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:277
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "صور بارزة مجهّزة مسبقاً."
|
69 |
|
70 |
+
#: admin/class-quick-featured-images-defaults.php:288
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr "اختيار صورة بارزة افتراضية للمقالات المستقبلية."
|
73 |
|
74 |
+
#: admin/class-quick-featured-images-settings.php:232
|
75 |
msgid "Set the visibility of columns of featured images in posts lists"
|
76 |
msgstr "ضبط ظهور أعمدة الصور البارزة في قائمة المقالات."
|
77 |
|
78 |
+
#: admin/class-quick-featured-images-settings.php:382
|
79 |
msgid "Columns for featured images in posts lists"
|
80 |
msgstr "أعمدة للصور البارزة في قائمة المقالات."
|
81 |
|
82 |
+
#: admin/class-quick-featured-images-settings.php:390
|
83 |
msgid "Show additional column for featured images in lists of"
|
84 |
msgstr "أظهر عمود إضافي للصور البارزة لقوائم"
|
85 |
|
86 |
+
#: admin/class-quick-featured-images-settings.php:395
|
87 |
msgid "Posts list with image column"
|
88 |
msgstr "قائمة المقالات مع عمود الصورة"
|
89 |
|
90 |
+
#: admin/class-quick-featured-images-settings.php:418
|
91 |
msgid "Visibility of the plugin"
|
92 |
msgstr "رؤية البرنامج المساعد"
|
93 |
|
94 |
+
#: admin/class-quick-featured-images-settings.php:426
|
95 |
msgid "Which user role may see the plugin?"
|
96 |
msgstr "الدور الذي المستخدم قد ترى المساعد"
|
97 |
|
98 |
+
#: admin/class-quick-featured-images-settings.php:558
|
99 |
msgid ""
|
100 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
101 |
"post lists."
|
102 |
+
msgstr "فعّل مربعات الاختيار لكل نوع مقالة لإظهار أعمدة إضافية في قائمة المقالات."
|
|
|
103 |
|
104 |
+
#: admin/class-quick-featured-images-settings.php:570
|
105 |
msgid "Minimum user role to see the plugin in the backend"
|
106 |
msgstr "دور المستخدم الحد الأدنى لرؤية المساعد في الخلفية"
|
107 |
|
108 |
+
#: admin/class-quick-featured-images-settings.php:606
|
109 |
msgid "Select the minimum user role a user must have to see the plugin."
|
110 |
msgstr ""
|
111 |
"حدد دور المستخدم الحد الأدنى يجب أن يكون المستخدم لمعرفة البرنامج المساعد."
|
112 |
|
113 |
+
#: admin/class-quick-featured-images-settings.php:611
|
114 |
#, php-format
|
115 |
msgid ""
|
116 |
"The rules as set in “%s” work on posts independently of this "
|
117 |
"setting."
|
118 |
+
msgstr "قواعد النحو المنصوص في أعمال%s على المشاركات بشكل مستقل من هذا الإعداد."
|
|
|
119 |
|
120 |
+
#: admin/class-quick-featured-images-settings.php:616
|
121 |
msgid ""
|
122 |
"This setting controls as well whether a user will see in an image column the "
|
123 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
127 |
"وصلات عمل أو الصور المصغرة فقط. للتبديل صورة الأعمدة وإيقاف استخدام المقطع "
|
128 |
"أعلاه."
|
129 |
|
130 |
+
#: admin/class-quick-featured-images-settings.php:617
|
131 |
msgid "This page is accessible for administrators only."
|
132 |
msgstr "هذه الصفحة غير متاحة للمسؤولين فقط."
|
133 |
|
134 |
+
#: admin/class-quick-featured-images-settings.php:627
|
135 |
msgid ""
|
136 |
"The additional columns give you a quick overview about all used featured "
|
137 |
"images for every post. The Featured Image column is sortable."
|
139 |
"الأعمدة الإضافية تعطيك نظرة سريعة على كل الصور البارزة لكل مقالة. عمود الصور "
|
140 |
"البارزة قابل للفرز."
|
141 |
|
142 |
+
#: admin/class-quick-featured-images-settings.php:636
|
143 |
msgid "Controls which minimum user role can see the plugin."
|
144 |
msgstr "الضوابط التي دورا الحد الأدنى يمكن للمستخدم رؤية البرنامج المساعد."
|
145 |
|
146 |
+
#: admin/class-quick-featured-images-tools.php:473
|
147 |
#, php-format
|
148 |
msgid "Wrong image ID %d"
|
149 |
msgstr "معرّف صورة خاطئ %d"
|
150 |
|
151 |
+
#: admin/class-quick-featured-images-tools.php:575
|
152 |
msgid "Select"
|
153 |
msgstr "اختر"
|
154 |
|
155 |
+
#: admin/class-quick-featured-images-tools.php:576
|
156 |
msgid "Add filter"
|
157 |
msgstr "إضافة فلتر"
|
158 |
|
159 |
+
#: admin/class-quick-featured-images-tools.php:577
|
160 |
msgid "Refine"
|
161 |
msgstr "تنقيح"
|
162 |
|
163 |
+
#: admin/class-quick-featured-images-tools.php:578
|
164 |
msgid "Confirm"
|
165 |
msgstr "تأكيد"
|
166 |
|
167 |
+
#: admin/class-quick-featured-images-tools.php:579
|
168 |
msgid "Perform"
|
169 |
msgstr "نفّذ"
|
170 |
|
171 |
+
#: admin/class-quick-featured-images-tools.php:583
|
172 |
msgid "Set the selected image as new featured image"
|
173 |
msgstr "استخدم الصورة المحددة كصورة بارزة جديدة"
|
174 |
|
175 |
+
#: admin/class-quick-featured-images-tools.php:584
|
176 |
msgid "Replace featured images by the selected image"
|
177 |
msgstr "استبدل الصور البارزة بالصورة المحددة"
|
178 |
|
179 |
+
#: admin/class-quick-featured-images-tools.php:585
|
180 |
msgid "Remove the selected image as featured image"
|
181 |
msgstr "أزل الصورة المحددة كصورة بارزة"
|
182 |
|
183 |
+
#: admin/class-quick-featured-images-tools.php:588
|
184 |
msgid "Remove any image as featured image"
|
185 |
msgstr "أزل أي صورة كصورة بارزة"
|
186 |
|
187 |
+
#: admin/class-quick-featured-images-tools.php:589
|
188 |
msgid "Remove all featured images without existing image files"
|
189 |
msgstr "أزل جميع الصور المميزة بدون ملفات الصور الموجودة"
|
190 |
|
191 |
+
#: admin/class-quick-featured-images-tools.php:592
|
192 |
msgid "Set multiple images randomly as featured images"
|
193 |
msgstr "استخدم صور متعددة عشوائياً كصور بارزة"
|
194 |
|
195 |
+
#: admin/class-quick-featured-images-tools.php:596
|
196 |
msgid "Overwrite featured images"
|
197 |
msgstr "استبدل الصور البارزة"
|
198 |
|
199 |
+
#: admin/class-quick-featured-images-tools.php:597
|
200 |
msgid "Consider only posts without any featured image"
|
201 |
msgstr "فقط المقالات التي بدون صور بارزة"
|
202 |
|
203 |
+
#: admin/class-quick-featured-images-tools.php:601
|
204 |
msgid "Post Type Filter"
|
205 |
msgstr "فلتر نوع المقالة"
|
206 |
|
207 |
+
#: admin/class-quick-featured-images-tools.php:602
|
208 |
msgid "Category Filter"
|
209 |
msgstr "فلتر التصنيف"
|
210 |
|
211 |
+
#: admin/class-quick-featured-images-tools.php:603
|
212 |
msgid "Tag Filter"
|
213 |
msgstr "فلتر الوسوم"
|
214 |
|
215 |
+
#: admin/class-quick-featured-images-tools.php:632
|
216 |
msgid "Image width in pixels lower than"
|
217 |
msgstr "عرض الصورة بالبكسل أقل من"
|
218 |
|
219 |
+
#: admin/class-quick-featured-images-tools.php:633
|
220 |
msgid "Image height in pixels lower than"
|
221 |
msgstr "ارتفاع الصورة بالبكسل أقل من"
|
222 |
|
223 |
+
#: admin/class-quick-featured-images-tools.php:742
|
224 |
#, php-format
|
225 |
msgid "The input field %s is empty."
|
226 |
msgstr "حقل الإدخال %s فارغ"
|
227 |
|
228 |
+
#: admin/class-quick-featured-images-tools.php:743
|
229 |
msgid "Type in a value into the input field."
|
230 |
msgstr "اكتب قيمة في حقل الإدخال"
|
231 |
|
232 |
+
#: admin/class-quick-featured-images-tools.php:746
|
233 |
#, php-format
|
234 |
msgid "%s is not defined."
|
235 |
msgstr "%s غير معرّف"
|
236 |
|
237 |
+
#: admin/class-quick-featured-images-tools.php:747
|
238 |
msgid "Check how to define the value."
|
239 |
msgstr "تحقق من كيفية تحديد القيمة."
|
240 |
|
241 |
+
#: admin/class-quick-featured-images-tools.php:750
|
242 |
msgid "There is no selected image."
|
243 |
msgstr "لا يوجد صورة محددة."
|
244 |
|
245 |
+
#: admin/class-quick-featured-images-tools.php:751
|
246 |
msgid "Select an image from the media library."
|
247 |
msgstr "حدد صورة من مكتبة الوسائط."
|
248 |
|
249 |
+
#: admin/class-quick-featured-images-tools.php:754
|
250 |
#: admin/views/section_image.php:51
|
251 |
msgid "You have not selected an action."
|
252 |
msgstr "لم تقم بتحديد إجراء."
|
253 |
|
254 |
+
#: admin/class-quick-featured-images-tools.php:755
|
255 |
msgid "Start again and select which action you want to apply."
|
256 |
msgstr "ابدأ مرة أخرى وحدد أي إجراء تريد تنفيذه."
|
257 |
|
258 |
+
#: admin/class-quick-featured-images-tools.php:758
|
259 |
#, php-format
|
260 |
msgid "The input field %s has an invalid value."
|
261 |
msgstr "حقل الإدخال %s به قيمة خاطئة."
|
262 |
|
263 |
+
#: admin/class-quick-featured-images-tools.php:759
|
264 |
msgid "Type in valid values in the input field."
|
265 |
msgstr "أدخل قيم صالحة في حقل الإدخال."
|
266 |
|
267 |
+
#: admin/class-quick-featured-images-tools.php:763
|
268 |
msgid "Type in values stored by WordPress."
|
269 |
msgstr "أدخل قيم مخزنة بواسطة ووردبريس."
|
270 |
|
271 |
+
#: admin/class-quick-featured-images-tools.php:1932
|
272 |
msgid "Set, replace, remove"
|
273 |
msgstr "حدد، استبدل، احذف"
|
274 |
|
275 |
+
#: admin/class-quick-featured-images-tools.php:1943
|
276 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
277 |
msgstr "لمجموعة دفعة واحدة، حدد واستبدل واحذف الصور البارزة لمقالات موجودة"
|
278 |
|
279 |
+
#: admin/class-quick-featured-images-tools.php:2052
|
280 |
msgid "Bulk set as featured image"
|
281 |
msgstr "حدد كصورة بارزة لمجموعة دفعة واحدة"
|
282 |
|
321 |
|
322 |
#: admin/views/form_confirm.php:12
|
323 |
msgid ""
|
324 |
+
"Should the entries of featured images without image files be removed from the "
|
325 |
+
"database?"
|
326 |
msgstr "هل يجب إزالة إدخالات الصور المميزة بدون ملفات الصور من قاعدة البيانات؟"
|
327 |
|
328 |
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
358 |
msgid ""
|
359 |
"Should the selected images be set randomly as featured images to all listed "
|
360 |
"posts?"
|
361 |
+
msgstr "هل يجب أن تستخدم الصور المحددة عشوائياً كصور بارزة لكل المقالات المدرجة؟"
|
|
|
362 |
|
363 |
#: admin/views/form_confirm.php:41
|
364 |
msgid ""
|
365 |
+
"Should the current set featured image be replaced by the selected image at all "
|
366 |
+
"listed posts?"
|
367 |
msgstr ""
|
368 |
"هل يجب استبدال الصورة البارزة الحالية بالصورة المحددة لكل المقالات المدرجة؟"
|
369 |
|
381 |
|
382 |
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
383 |
msgid ""
|
384 |
+
"The list is in alphabetical order according to post title. You can edit a post "
|
385 |
+
"in a new window by clicking on its link in the list."
|
386 |
msgstr ""
|
387 |
"القائمة مرتبة أبجدياً وفقاً لعنوان المقالة. بإمكانك تعديل مقالة في نافذة جديدة "
|
388 |
"بالضغط على رابطها في القائمة."
|
471 |
msgid "Choose Images"
|
472 |
msgstr "اختر الصور"
|
473 |
|
474 |
+
#: admin/views/form_select.php:31 admin/views/form_start.php:121
|
475 |
msgid "Use CTRL for multiple choice"
|
476 |
msgstr "استخدام CTRL للاختيار المتعدد"
|
477 |
|
503 |
"المقالات التي لها صور بارزة سيتم تجاهلها، حتى لو كان خيار الاستبدال مفعّل."
|
504 |
|
505 |
#: admin/views/form_select.php:72
|
506 |
+
msgid "There are two more options in the Pro version for random images:"
|
507 |
msgstr "يوجد هناك خيارين إضافيين للصور العشوائية في النسخة المدفوعة:"
|
508 |
|
509 |
#: admin/views/form_select.php:74
|
516 |
|
517 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
518 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
519 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
520 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:91
|
521 |
+
msgid "Get the Pro version"
|
522 |
msgstr "أحصل على النسخة المدفوعة"
|
523 |
|
524 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
525 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
526 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
527 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:90
|
528 |
+
#: admin/views/section_overview.php:91
|
529 |
msgid "/"
|
530 |
msgstr "\\"
|
531 |
|
573 |
#: admin/views/form_select.php:117
|
574 |
msgid ""
|
575 |
"Facing a white blank page while trying to treat thousands of posts is the "
|
576 |
+
"effect of limited memory capacities on the website server. Instead of treating "
|
577 |
+
"a huge amount of posts in one single go try to treat small amounts of posts "
|
578 |
+
"multiple times successively. To achieve that do:"
|
579 |
msgstr ""
|
580 |
+
"ظهور صفحة بيضاء فارغة خلال معالجة آلاف المقالات هو تأثير ناتج عن مساحة الذاكرة "
|
581 |
+
"المحدودة لخادم الموقع. بدلاً من معالجة كمية ضخمة من المقالات دفعة واحدة حاول "
|
582 |
+
"معالجة كميات قليلة من المقالات لمرات متعددة بنجاح. لتحقيق ذلك افعل التالي:"
|
|
|
583 |
|
584 |
#: admin/views/form_select.php:120
|
585 |
msgid "add the time filter,"
|
599 |
|
600 |
#: admin/views/form_select.php:125
|
601 |
msgid ""
|
602 |
+
"This way is not as fast as one single run, but still much faster than setting "
|
603 |
+
"the images for each post manually."
|
604 |
msgstr ""
|
605 |
"هذه الطريقة ليست سريعة كما لو قمت بها دفعة واحدة، لكنها أسرع من إعداد الصور "
|
606 |
"يدوياً لكل مقالة."
|
607 |
|
608 |
#: admin/views/form_select.php:130
|
609 |
msgid ""
|
610 |
+
"On the next page you can refine the filters. If you did not select any filter "
|
611 |
+
"you will go to the preview list directly."
|
612 |
msgstr ""
|
613 |
"في الصفحة التالية بإمكان تنقيح الفلاتر. إذا لم تحدد أي فلتر ستذهب إلى قائمة "
|
614 |
"المعاينة مباشرة."
|
628 |
|
629 |
#: admin/views/form_start.php:14
|
630 |
msgid ""
|
631 |
+
"Here you can add, replace and delete featured images to your posts. Select one "
|
632 |
+
"of the following actions and, if necessary, one or more images."
|
633 |
msgstr ""
|
634 |
"هنا يمكن أن تضيف أو تستبدل أو تحذف الصور البارزة لمقالاتك. حدد واحد من "
|
635 |
"الإجراءات التالية، وإذا لزم الأمر حدد صورة أو أكثر."
|
664 |
|
665 |
#: admin/views/form_start.php:35
|
666 |
msgid ""
|
667 |
+
"Select the image you want to add to, replace or delete from posts and pages by "
|
668 |
+
"clicking on the following button."
|
669 |
msgstr ""
|
670 |
+
"حدد الصورة التي تريد إضافتها أو استبدالها أو حذفها من المقالات والصفحات بواسطة "
|
671 |
+
"الضغط على الزرّ التالي."
|
672 |
|
673 |
#: admin/views/form_start.php:57
|
674 |
msgid "Choose Image"
|
683 |
"Some users reported that this button would not work in some WordPress "
|
684 |
"installations. If this should be the case you can take another way:"
|
685 |
msgstr ""
|
686 |
+
"بعض المستخدمين أبلغوا أن الزرّ لا يعمل في بعض تثبيتات ووردبريس. إذا كان هذا ما "
|
687 |
+
"حدث بإمكانك أخذ طريقة أخرى:"
|
688 |
|
689 |
#: admin/views/form_start.php:63
|
690 |
msgid ""
|
691 |
+
"1. Go to the media library. 2. Move the mouse over the desired image. Further "
|
692 |
+
"links are appearing, among them the link "Bulk set as featured "
|
693 |
"image". 3. After a click on it you can move on in this plugin."
|
694 |
msgstr ""
|
695 |
+
"1. اذهب إلى مكتبة الوسائط. 2. انقل الماوس فوق الصورة التي ترغب بها. المزيد من "
|
696 |
+
"الروابط ستظهر، بينهم الرابط "حدد كصورة بارزة لمجموعة دفعة واحدة". 3. "
|
697 |
+
"بعد الضغط عليه بإمكانك الإكمال في هذه الإضافة."
|
698 |
|
699 |
#: admin/views/form_start.php:67
|
700 |
msgid "Actions with multiple images"
|
717 |
msgid "Do you want to assign the first image of each post?"
|
718 |
msgstr "هل تريد استخدام أول صورة من كل مقالة؟"
|
719 |
|
720 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
721 |
+
msgid "Do you want to use external featured images, e.g. from a CDN?"
|
722 |
+
msgstr "هل تريد استخدام صور مميزة خارجية ، على سبيل المثال من CDN؟"
|
723 |
+
|
724 |
#: admin/views/section_defaults.php:16
|
725 |
msgid "matches"
|
726 |
msgstr "يطابق"
|
735 |
|
736 |
#: admin/views/section_defaults.php:206
|
737 |
msgid ""
|
738 |
+
"Define the rules to use images as default featured images automatically every "
|
739 |
+
"time a post is saved."
|
740 |
msgstr ""
|
741 |
"حدد قاعدة لاستخدام الصور كصور افتراضية بارزة آلياً في كل مرّة يتم حفظ مقالة."
|
742 |
|
743 |
#: admin/views/section_defaults.php:207
|
744 |
msgid ""
|
745 |
+
"To use a rule choose the image and set both the taxonomy and the value. A rule "
|
746 |
+
"which is defined only partially will be ignored."
|
747 |
msgstr ""
|
748 |
"لاستخدام قاعدة اختر الصورة وحدد الفئة والقيمة. القاعدة التي تعرّف جزئياً سيتم "
|
749 |
"تجاهلها."
|
750 |
|
751 |
+
#: admin/views/section_defaults.php:236
|
752 |
msgid "An image overwrites an existing image"
|
753 |
msgstr "صورة تستبدل مكان صورة موجودة"
|
754 |
|
755 |
+
#: admin/views/section_defaults.php:240
|
756 |
msgid ""
|
757 |
+
"Activate to automatically overwrite an existing featured image while saving a "
|
758 |
+
"post"
|
759 |
msgstr "تفعيل الخيار لاستبدال الصورة البارزة الحالية آلياً خلال حفظ المقالة."
|
760 |
|
761 |
+
#: admin/views/section_defaults.php:242
|
762 |
msgid ""
|
763 |
"If activated the rule is used automatically while saving a post to overwrite "
|
764 |
"an existing featured image with the new one based on the following rules. Do "
|
765 |
"not use this if you want to keep manually set featured images."
|
766 |
msgstr ""
|
767 |
+
"إذا تم التفعيل، القاعدة ستستخدم آلياً خلال حفظ المقالة لاستبدال الصورة البارزة "
|
768 |
+
"الحالية بواحدة جديدة بناءً على القواعد التالية. لا تستخدم هذا الإجراء إذا أردت "
|
769 |
+
"إبقاء الصور البارزة التي تمّ اختيارها يدوياً."
|
770 |
|
771 |
+
#: admin/views/section_defaults.php:249
|
772 |
msgid "Text with images in WordPress editor"
|
773 |
msgstr "النص مع الصور في محرر ووردبريس"
|
774 |
|
775 |
+
#: admin/views/section_defaults.php:253
|
776 |
msgid ""
|
777 |
"Activate to automatically use the first content image if available in the "
|
778 |
"media library as featured image while saving a post"
|
780 |
"تفعيل هذا الخيار لاستخدام الصورة الأولى في المحتوى كصورة بارزة آلياً إذا كانت "
|
781 |
"موجودة في مكتبة الوسائط خلال حفظ المقالة."
|
782 |
|
783 |
+
#: admin/views/section_defaults.php:255
|
784 |
msgid ""
|
785 |
"If activated the rule is used automatically while saving a post to set the "
|
786 |
"first content image - if available in the media library - as the featured "
|
791 |
"الأولى في المحتوى - إذا كانت موجودة في مكتبة الوسائط - كصورة بارزة للمقالة. "
|
792 |
"إذا لم يكن هناك صور في المقالة سيتم تطبيق القاعدة التالية."
|
793 |
|
794 |
+
#: admin/views/section_defaults.php:256
|
795 |
msgid "For which post types should this rule be applied?"
|
796 |
msgstr "ما هي أنواع المشاركات التي يجب تطبيق هذه القاعدة عليها؟"
|
797 |
|
798 |
+
#: admin/views/section_defaults.php:283
|
799 |
msgid ""
|
800 |
"Select at least one post type, otherwise all post types will be considered."
|
801 |
+
msgstr "حدد نوع مشاركة واحد على الأقل، وإلا سيتم النظر في جميع أنواع المنشورات."
|
|
|
802 |
|
803 |
+
#: admin/views/section_defaults.php:489
|
804 |
msgid "Add rule"
|
805 |
msgstr "إضافة قاعدة"
|
806 |
|
807 |
+
#: admin/views/section_defaults.php:494
|
808 |
msgid "Are you sure to remove this rule?"
|
809 |
msgstr "هل أنت متأكد من إزالة القاعدة؟"
|
810 |
|
811 |
+
#: admin/views/section_defaults.php:497
|
812 |
msgid "How the rules work"
|
813 |
msgstr "كيف تعمل القواعد"
|
814 |
|
815 |
+
#: admin/views/section_defaults.php:498
|
816 |
msgid ""
|
817 |
"Every time you save a post the post get the featured image if one of the "
|
818 |
+
"following rules match a property of the post. You can also set rules for pages "
|
819 |
+
"and all other current post types which support featured images."
|
820 |
msgstr ""
|
821 |
+
"في كل مرة تقوم بحفظ مقالة، ستأخذ المقالة صورة بارزة إذا كانت واحدة من القواعد "
|
822 |
+
"التالية تطابق خصائص المقالة. بإمكانك أيضاً تحديد قواعد للصفحات وكل أنواع "
|
823 |
+
"المقالات التي تدعم الصور البارزة."
|
824 |
|
825 |
+
#: admin/views/section_defaults.php:499
|
826 |
msgid ""
|
827 |
"Regardless of the order in the list the rules are applied in the following "
|
828 |
"order until a rule and a property of the post fit together:"
|
829 |
msgstr ""
|
830 |
+
"بغض النظر عن الترتيب في القائمة، يتمّ تطبيق القواعد وفقاً للترتيب التالي إلى أن "
|
831 |
+
"تتوافق قاعدة مع خاصية من خصائص المقالة معاً:"
|
832 |
|
833 |
+
#: admin/views/section_defaults.php:501
|
834 |
msgid "found first content image. If not then..."
|
835 |
msgstr "العثور على أول صورة في المحتوى. إذا لم يتحقق ذلك فسيتم..."
|
836 |
|
837 |
+
#: admin/views/section_defaults.php:502
|
838 |
msgid "matched custom taxonomy. If not then..."
|
839 |
msgstr "توافق الفئة المخصصة. إذا لم يتحقق ذلك فسيتم..."
|
840 |
|
841 |
+
#: admin/views/section_defaults.php:503
|
842 |
msgid "matched tag. If not then..."
|
843 |
msgstr "توافق الوسم. إذا لم يتحقق ذلك فسيتم..."
|
844 |
|
845 |
+
#: admin/views/section_defaults.php:504
|
846 |
msgid "matched category. If not then..."
|
847 |
msgstr "توافق التصنيف. إذا لم يتحقق ذلك فسيتم..."
|
848 |
|
849 |
+
#: admin/views/section_defaults.php:505
|
850 |
msgid "matched author. If not then..."
|
851 |
msgstr "توافق الكاتب. إذا لم يتحقق ذلك فسيتم..."
|
852 |
|
853 |
+
#: admin/views/section_defaults.php:506
|
854 |
msgid "matched post type. If not then..."
|
855 |
msgstr "توافق نوع المقالة. إذا لم يتحقق ذلك فسيتم..."
|
856 |
|
857 |
+
#: admin/views/section_defaults.php:507
|
858 |
msgid "no featured image."
|
859 |
msgstr "لا يوجد صورة بارزة."
|
860 |
|
861 |
+
#: admin/views/section_defaults.php:509
|
862 |
msgid ""
|
863 |
+
"Bear in mind that if two or more rules with the same taxonomy would fit to the "
|
864 |
+
"post it is unforeseeable which image will become the featured image."
|
865 |
msgstr ""
|
866 |
"خذ بعين الاعتبار أنه إذا كان اثنتين أو واحدة من القواعد بنفس الفئة يمكن أن "
|
867 |
"تتناسب مع المقالة فإنه من غير المتوقع أي صورة سيتم اختيارها كصورة بارزة."
|
868 |
|
869 |
+
#: admin/views/section_defaults.php:510
|
870 |
+
msgid "Additional rules in the Pro version"
|
871 |
msgstr "هناك قواعد إضافية في النسخة المدفوعة"
|
872 |
|
873 |
+
#: admin/views/section_defaults.php:512
|
874 |
msgid "Multiple images to set them randomly as featured image"
|
875 |
msgstr "صور متعددة لضبط بشكل عشوائي كصورة مميزة"
|
876 |
|
877 |
+
#: admin/views/section_defaults.php:513
|
878 |
msgid "Random featured images at each page load"
|
879 |
msgstr "صور مميزة عشوائية في كل تحميل الصفحة"
|
880 |
|
881 |
+
#: admin/views/section_defaults.php:514
|
882 |
msgid ""
|
883 |
+
"The first content image can be also an image from an external server to set it "
|
884 |
+
"as automated featured image"
|
885 |
msgstr ""
|
886 |
"الصورة الأولى في المحتوى يمكن أيضاً أن تكون صورة من خادم -سيرفر- خارجي "
|
887 |
"لاستخدامها كصورة بارزة آلياً"
|
888 |
|
889 |
+
#: admin/views/section_defaults.php:515
|
890 |
msgid ""
|
891 |
+
"Remove the first content image automatically after the featured image was set "
|
892 |
+
"successfully"
|
893 |
msgstr "إزالة الصورة الأولى المحتوى تلقائيا بعد وضع صورة مميزة بنجاح"
|
894 |
|
895 |
+
#: admin/views/section_defaults.php:516
|
896 |
msgid "Match with a search string in post title"
|
897 |
msgstr "مطابقة مع نصّ البحث في عنوان المقالة"
|
898 |
|
899 |
+
#: admin/views/section_defaults.php:517
|
900 |
msgid "Match with a selected post format"
|
901 |
msgstr "مطابقة مع بنية المقالة المحددة"
|
902 |
|
903 |
+
#: admin/views/section_defaults.php:518
|
904 |
msgid "User defined order of rules"
|
905 |
msgstr "قاعدة ترتيب محددة من قبل المستخدم"
|
906 |
|
907 |
+
#: admin/views/section_defaults.php:519
|
908 |
+
msgid "Import your rules from this plugin into the Pro plugin"
|
909 |
msgstr ""
|
910 |
"استيراد القواعد الخاصة بك من هذا البرنامج المساعد في البرنامج المساعد قسط"
|
911 |
|
935 |
|
936 |
#: admin/views/section_footer.php:55
|
937 |
msgid ""
|
938 |
+
"The plugin is for free. But the plugin author would be delighted to your small "
|
939 |
+
"contribution."
|
940 |
+
msgstr "الإضافة مجانية. لكن مبرمج الإضافة سيكون مسروراً لمساهمتك مهما كانت صغيرة."
|
|
|
941 |
|
942 |
#: admin/views/section_footer.php:55
|
943 |
msgid "Donation Button"
|
956 |
"Post your questions and ideas about Quick Featured Images in the forum at "
|
957 |
"wordpress.org!"
|
958 |
msgstr ""
|
959 |
+
"ضع سؤالك وأفكارك حول الإضافة Quick Featured Images في المنتدى في wordpress.org!"
|
|
|
960 |
|
961 |
#: admin/views/section_footer.php:57
|
962 |
msgid ""
|
1028 |
msgstr "إدارة الصور البارزة بطريقة سريعة"
|
1029 |
|
1030 |
#: admin/views/section_overview.php:89
|
1031 |
+
msgid "The Pro version"
|
1032 |
msgstr "النسخة المدفوعة"
|
1033 |
|
1034 |
#: admin/views/section_results.php:1
|
languages/quick-featured-images-de_DE.mo
CHANGED
Binary file
|
languages/quick-featured-images-de_DE.po
CHANGED
@@ -4,22 +4,22 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: de_DE\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
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:
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
"sie massenhaft, in Beitragslisten und definiere Standardbilder für "
|
29 |
"zukünftige Beiträge."
|
30 |
|
31 |
-
#: admin/class-quick-featured-images-admin.php:
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
@@ -39,65 +39,65 @@ msgstr ""
|
|
39 |
"es nicht aktiviert. Falls du dieses Plugin nutzen willst, aktualisiere die "
|
40 |
"WordPress-Dateien auf die neueste Version."
|
41 |
|
42 |
-
#: admin/class-quick-featured-images-admin.php:
|
43 |
#, php-format
|
44 |
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
msgstr "Willkommen zu %s! Du kannst das Plugin finden unter %s."
|
46 |
|
47 |
-
#: admin/class-quick-featured-images-columns.php:
|
48 |
-
|
|
|
|
|
|
|
49 |
#, php-format
|
50 |
msgid "Change “%s”"
|
51 |
msgstr "Ändere “%s”"
|
52 |
|
53 |
-
#: admin/class-quick-featured-images-columns.php:
|
54 |
-
#: admin/class-quick-featured-images-columns.php:457
|
55 |
#, php-format
|
56 |
msgid "Remove “%s”"
|
57 |
msgstr "Lösche “%s”"
|
58 |
|
59 |
-
#: admin/class-quick-featured-images-columns.php:
|
60 |
-
#: admin/class-quick-featured-images-columns.php:377
|
61 |
-
#: admin/class-quick-featured-images-columns.php:529
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Stelle Bild für “%s” ein"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "Voreingestellte Beitragsbilder"
|
69 |
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
|
73 |
|
74 |
-
#: admin/class-quick-featured-images-settings.php:
|
75 |
msgid "Set the visibility of columns of featured images in posts lists"
|
76 |
msgstr ""
|
77 |
"Stelle die Sichtbarkeit der Spalten für Beitragsbilder in "
|
78 |
"Beitragsübersichten ein"
|
79 |
|
80 |
-
#: admin/class-quick-featured-images-settings.php:
|
81 |
msgid "Columns for featured images in posts lists"
|
82 |
msgstr "Spalten für Beitragsbilder in Beitragsübersichten"
|
83 |
|
84 |
-
#: admin/class-quick-featured-images-settings.php:
|
85 |
msgid "Show additional column for featured images in lists of"
|
86 |
msgstr "Zeige eine zusätzliche Spalte für Beitragsbilder in Übersichten"
|
87 |
|
88 |
-
#: admin/class-quick-featured-images-settings.php:
|
89 |
msgid "Posts list with image column"
|
90 |
msgstr "Inhaltsliste mit Bildspalte"
|
91 |
|
92 |
-
#: admin/class-quick-featured-images-settings.php:
|
93 |
msgid "Visibility of the plugin"
|
94 |
msgstr "Sichtbarkeit des Plugins"
|
95 |
|
96 |
-
#: admin/class-quick-featured-images-settings.php:
|
97 |
msgid "Which user role may see the plugin?"
|
98 |
msgstr "Welche Nutzerrolle darf das Plugin sehen?"
|
99 |
|
100 |
-
#: admin/class-quick-featured-images-settings.php:
|
101 |
msgid ""
|
102 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
103 |
"post lists."
|
@@ -105,17 +105,17 @@ msgstr ""
|
|
105 |
"Aktiviere die Checkboxen bei jedem Inhaltstyp, um die zusätzliche Spalte in "
|
106 |
"den Beitragsübersichten anzuzeigen."
|
107 |
|
108 |
-
#: admin/class-quick-featured-images-settings.php:
|
109 |
msgid "Minimum user role to see the plugin in the backend"
|
110 |
msgstr "Mindestrolle, um das Plugin im Backend zu sehen"
|
111 |
|
112 |
-
#: admin/class-quick-featured-images-settings.php:
|
113 |
msgid "Select the minimum user role a user must have to see the plugin."
|
114 |
msgstr ""
|
115 |
"Stelle die Mindestrolle ein, die ein Nutzer haben muss, um das Plugin zu "
|
116 |
"sehen."
|
117 |
|
118 |
-
#: admin/class-quick-featured-images-settings.php:
|
119 |
#, php-format
|
120 |
msgid ""
|
121 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -124,7 +124,7 @@ msgstr ""
|
|
124 |
"Die Regeln, wie in “%s” eingestellt, funktionieren unabhängig "
|
125 |
"von dieser Einstellung."
|
126 |
|
127 |
-
#: admin/class-quick-featured-images-settings.php:
|
128 |
msgid ""
|
129 |
"This setting controls as well whether a user will see in an image column the "
|
130 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -134,11 +134,11 @@ msgstr ""
|
|
134 |
"Vorschaubilder mit zusätzlichen Optionen oder nur die Vorschaubilder sehen "
|
135 |
"wird. Um die Bilderspalten an- und auszuschalten, nutze den oberen Abschnitt."
|
136 |
|
137 |
-
#: admin/class-quick-featured-images-settings.php:
|
138 |
msgid "This page is accessible for administrators only."
|
139 |
msgstr "Diese Seite ist nur Administratoren zugänglich."
|
140 |
|
141 |
-
#: admin/class-quick-featured-images-settings.php:
|
142 |
msgid ""
|
143 |
"The additional columns give you a quick overview about all used featured "
|
144 |
"images for every post. The Featured Image column is sortable."
|
@@ -147,147 +147,147 @@ msgstr ""
|
|
147 |
"verwendeten Beitragsbilder eines jeden Beitrags. Die Spalte der "
|
148 |
"Beitragsbilder ist sortierbar."
|
149 |
|
150 |
-
#: admin/class-quick-featured-images-settings.php:
|
151 |
msgid "Controls which minimum user role can see the plugin."
|
152 |
msgstr "Regelt, welche Mindestrolle das Plugin sehen kann."
|
153 |
|
154 |
-
#: admin/class-quick-featured-images-tools.php:
|
155 |
#, php-format
|
156 |
msgid "Wrong image ID %d"
|
157 |
msgstr "Falsche Bild-ID %d"
|
158 |
|
159 |
-
#: admin/class-quick-featured-images-tools.php:
|
160 |
msgid "Select"
|
161 |
msgstr "Auswählen"
|
162 |
|
163 |
-
#: admin/class-quick-featured-images-tools.php:
|
164 |
msgid "Add filter"
|
165 |
msgstr "Filter hinzufügen"
|
166 |
|
167 |
-
#: admin/class-quick-featured-images-tools.php:
|
168 |
msgid "Refine"
|
169 |
msgstr "Verfeinern"
|
170 |
|
171 |
-
#: admin/class-quick-featured-images-tools.php:
|
172 |
msgid "Confirm"
|
173 |
msgstr "Bestätigen"
|
174 |
|
175 |
-
#: admin/class-quick-featured-images-tools.php:
|
176 |
msgid "Perform"
|
177 |
msgstr "Umsetzen"
|
178 |
|
179 |
-
#: admin/class-quick-featured-images-tools.php:
|
180 |
msgid "Set the selected image as new featured image"
|
181 |
msgstr "Füge das ausgewählte Bild als neues Beitragsbild hinzu"
|
182 |
|
183 |
-
#: admin/class-quick-featured-images-tools.php:
|
184 |
msgid "Replace featured images by the selected image"
|
185 |
msgstr "Ersetze mindestens ein Beitragsbild durch das ausgewählte Bild"
|
186 |
|
187 |
-
#: admin/class-quick-featured-images-tools.php:
|
188 |
msgid "Remove the selected image as featured image"
|
189 |
msgstr "Entferne das ausgewählte Bild als Beitragsbild"
|
190 |
|
191 |
-
#: admin/class-quick-featured-images-tools.php:
|
192 |
msgid "Remove any image as featured image"
|
193 |
msgstr "Entferne jedes Bild als Beitragsbild"
|
194 |
|
195 |
-
#: admin/class-quick-featured-images-tools.php:
|
196 |
msgid "Remove all featured images without existing image files"
|
197 |
msgstr "Entferne alle Beitragsbilder ohne vorhandene Bilddateien"
|
198 |
|
199 |
-
#: admin/class-quick-featured-images-tools.php:
|
200 |
msgid "Set multiple images randomly as featured images"
|
201 |
msgstr ""
|
202 |
"Füge mehrere Bilder in zufälliger Ordnung als neue Beitragsbilder hinzu"
|
203 |
|
204 |
-
#: admin/class-quick-featured-images-tools.php:
|
205 |
msgid "Overwrite featured images"
|
206 |
msgstr "Überschreibe Beitragsbilder"
|
207 |
|
208 |
-
#: admin/class-quick-featured-images-tools.php:
|
209 |
msgid "Consider only posts without any featured image"
|
210 |
msgstr "Berücksichtige nur Beiträge ohne Beitragsbild"
|
211 |
|
212 |
-
#: admin/class-quick-featured-images-tools.php:
|
213 |
msgid "Post Type Filter"
|
214 |
msgstr "Inhaltstypfilter"
|
215 |
|
216 |
-
#: admin/class-quick-featured-images-tools.php:
|
217 |
msgid "Category Filter"
|
218 |
msgstr "Kategorienfilter"
|
219 |
|
220 |
-
#: admin/class-quick-featured-images-tools.php:
|
221 |
msgid "Tag Filter"
|
222 |
msgstr "Schlagwortfilter"
|
223 |
|
224 |
-
#: admin/class-quick-featured-images-tools.php:
|
225 |
msgid "Image width in pixels lower than"
|
226 |
msgstr "Bildbreite in Pixeln kleiner als"
|
227 |
|
228 |
-
#: admin/class-quick-featured-images-tools.php:
|
229 |
msgid "Image height in pixels lower than"
|
230 |
msgstr "Bildhöhe in Pixeln kleiner als"
|
231 |
|
232 |
-
#: admin/class-quick-featured-images-tools.php:
|
233 |
#, php-format
|
234 |
msgid "The input field %s is empty."
|
235 |
msgstr "Das Eingabefeld %s ist leer."
|
236 |
|
237 |
-
#: admin/class-quick-featured-images-tools.php:
|
238 |
msgid "Type in a value into the input field."
|
239 |
msgstr "Gebe in das Eingabefeld einen Wert ein."
|
240 |
|
241 |
-
#: admin/class-quick-featured-images-tools.php:
|
242 |
#, php-format
|
243 |
msgid "%s is not defined."
|
244 |
msgstr "%s ist nicht definiert."
|
245 |
|
246 |
-
#: admin/class-quick-featured-images-tools.php:
|
247 |
msgid "Check how to define the value."
|
248 |
msgstr "Prüfe nach, wie der Wert gesetzt wird."
|
249 |
|
250 |
-
#: admin/class-quick-featured-images-tools.php:
|
251 |
msgid "There is no selected image."
|
252 |
msgstr "Es gibt kein ausgewähltes Bild."
|
253 |
|
254 |
-
#: admin/class-quick-featured-images-tools.php:
|
255 |
msgid "Select an image from the media library."
|
256 |
msgstr "Wähle ein Bild aus der Mediathek aus."
|
257 |
|
258 |
-
#: admin/class-quick-featured-images-tools.php:
|
259 |
#: admin/views/section_image.php:51
|
260 |
msgid "You have not selected an action."
|
261 |
msgstr "Du hast keine Aktion ausgewählt."
|
262 |
|
263 |
-
#: admin/class-quick-featured-images-tools.php:
|
264 |
msgid "Start again and select which action you want to apply."
|
265 |
msgstr "Fange neu an und wähle aus, welche Aktion du anwenden willst."
|
266 |
|
267 |
-
#: admin/class-quick-featured-images-tools.php:
|
268 |
#, php-format
|
269 |
msgid "The input field %s has an invalid value."
|
270 |
msgstr "Das Eingabefeld %s hat einen ungültigen Wert."
|
271 |
|
272 |
-
#: admin/class-quick-featured-images-tools.php:
|
273 |
msgid "Type in valid values in the input field."
|
274 |
msgstr "Gebe einen gültigen Wert in das Eingabefeld ein."
|
275 |
|
276 |
-
#: admin/class-quick-featured-images-tools.php:
|
277 |
msgid "Type in values stored by WordPress."
|
278 |
msgstr "Gebe von WordPress gespeicherte Werte ein."
|
279 |
|
280 |
-
#: admin/class-quick-featured-images-tools.php:
|
281 |
msgid "Set, replace, remove"
|
282 |
msgstr "Setzen, tauschen, löschen"
|
283 |
|
284 |
-
#: admin/class-quick-featured-images-tools.php:
|
285 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
286 |
msgstr ""
|
287 |
"Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
|
288 |
"bestehende Inhalte"
|
289 |
|
290 |
-
#: admin/class-quick-featured-images-tools.php:
|
291 |
msgid "Bulk set as featured image"
|
292 |
msgstr "Als Beitragsbild setzen"
|
293 |
|
@@ -500,7 +500,7 @@ msgstr ""
|
|
500 |
msgid "Choose Images"
|
501 |
msgstr "Bilder auswählen"
|
502 |
|
503 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:
|
504 |
msgid "Use CTRL for multiple choice"
|
505 |
msgstr "Drücke STRG für Mehrfachauswahl"
|
506 |
|
@@ -533,9 +533,8 @@ msgstr ""
|
|
533 |
"Option aktiviiert ist"
|
534 |
|
535 |
#: admin/views/form_select.php:72
|
536 |
-
msgid "There are two more options in the
|
537 |
-
msgstr ""
|
538 |
-
"In der Premium-Version gibt es zwei weitere Optionen for Zufallsbilder:"
|
539 |
|
540 |
#: admin/views/form_select.php:74
|
541 |
msgid "Use each selected image only once"
|
@@ -549,16 +548,17 @@ msgstr ""
|
|
549 |
|
550 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
551 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
552 |
-
#: admin/views/
|
553 |
-
#: admin/views/section_overview.php:91
|
554 |
-
msgid "Get the
|
555 |
-
msgstr "Hole dir die
|
556 |
|
557 |
# Path to language site
|
558 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
559 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
560 |
-
#: admin/views/
|
561 |
-
#: admin/views/
|
|
|
562 |
msgid "/"
|
563 |
msgstr "/de"
|
564 |
|
@@ -770,6 +770,11 @@ msgstr "Diese Aktionen erfordern kein ausgewähltes Bild."
|
|
770 |
msgid "Do you want to assign the first image of each post?"
|
771 |
msgstr "Willst du das erste Bild jeden Beitrags als Beitragsbild setzen?"
|
772 |
|
|
|
|
|
|
|
|
|
|
|
773 |
#: admin/views/section_defaults.php:16
|
774 |
msgid "matches"
|
775 |
msgstr "ist"
|
@@ -798,11 +803,11 @@ msgstr ""
|
|
798 |
"Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
|
799 |
"Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
|
800 |
|
801 |
-
#: admin/views/section_defaults.php:
|
802 |
msgid "An image overwrites an existing image"
|
803 |
msgstr "Ein Bild überschreibt ein bestehendes Bild"
|
804 |
|
805 |
-
#: admin/views/section_defaults.php:
|
806 |
msgid ""
|
807 |
"Activate to automatically overwrite an existing featured image while saving "
|
808 |
"a post"
|
@@ -810,7 +815,7 @@ msgstr ""
|
|
810 |
"Überschreibe ein bestehendes Beitragsbild automatisch beim Speichern eines "
|
811 |
"Beitrags"
|
812 |
|
813 |
-
#: admin/views/section_defaults.php:
|
814 |
msgid ""
|
815 |
"If activated the rule is used automatically while saving a post to overwrite "
|
816 |
"an existing featured image with the new one based on the following rules. Do "
|
@@ -821,11 +826,11 @@ msgstr ""
|
|
821 |
"folgenden Regeln zu überschreiben. Verwende diese Option nicht, wenn du "
|
822 |
"manuell gesetzte Beitragsbilder beibehalten willst."
|
823 |
|
824 |
-
#: admin/views/section_defaults.php:
|
825 |
msgid "Text with images in WordPress editor"
|
826 |
msgstr "Text mit Bildern im WordPress-Editor"
|
827 |
|
828 |
-
#: admin/views/section_defaults.php:
|
829 |
msgid ""
|
830 |
"Activate to automatically use the first content image if available in the "
|
831 |
"media library as featured image while saving a post"
|
@@ -833,7 +838,7 @@ msgstr ""
|
|
833 |
"Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
|
834 |
"Beitragsbild automatisch beim Speichern eines Beitrags"
|
835 |
|
836 |
-
#: admin/views/section_defaults.php:
|
837 |
msgid ""
|
838 |
"If activated the rule is used automatically while saving a post to set the "
|
839 |
"first content image - if available in the media library - as the featured "
|
@@ -845,30 +850,30 @@ msgstr ""
|
|
845 |
"als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
|
846 |
"enthalten, werden die nächsten Regeln angewandt."
|
847 |
|
848 |
-
#: admin/views/section_defaults.php:
|
849 |
msgid "For which post types should this rule be applied?"
|
850 |
msgstr "Für welche Inhaltstypen sollte diese Regel angewendet werden?"
|
851 |
|
852 |
-
#: admin/views/section_defaults.php:
|
853 |
msgid ""
|
854 |
"Select at least one post type, otherwise all post types will be considered."
|
855 |
msgstr ""
|
856 |
"Wähle mindestens einen Inhaltstyp, sonst werden alle Inhaltstypen "
|
857 |
"berücksichtigt."
|
858 |
|
859 |
-
#: admin/views/section_defaults.php:
|
860 |
msgid "Add rule"
|
861 |
msgstr "Regel hinzufügen"
|
862 |
|
863 |
-
#: admin/views/section_defaults.php:
|
864 |
msgid "Are you sure to remove this rule?"
|
865 |
msgstr "Willst du diese Regel wirklich löschen?"
|
866 |
|
867 |
-
#: admin/views/section_defaults.php:
|
868 |
msgid "How the rules work"
|
869 |
msgstr "Wie die Regeln funktionieren"
|
870 |
|
871 |
-
#: admin/views/section_defaults.php:
|
872 |
msgid ""
|
873 |
"Every time you save a post the post get the featured image if one of the "
|
874 |
"following rules match a property of the post. You can also set rules for "
|
@@ -879,7 +884,7 @@ msgstr ""
|
|
879 |
"zutrifft. Du kannst die Regeln auch für Seiten und alle anderen "
|
880 |
"Inhaltstypen, die Beitragsbilder unterstützen, setzen."
|
881 |
|
882 |
-
#: admin/views/section_defaults.php:
|
883 |
msgid ""
|
884 |
"Regardless of the order in the list the rules are applied in the following "
|
885 |
"order until a rule and a property of the post fit together:"
|
@@ -888,35 +893,35 @@ msgstr ""
|
|
888 |
"Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
|
889 |
"übereinstimmen:"
|
890 |
|
891 |
-
#: admin/views/section_defaults.php:
|
892 |
msgid "found first content image. If not then..."
|
893 |
msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
|
894 |
|
895 |
-
#: admin/views/section_defaults.php:
|
896 |
msgid "matched custom taxonomy. If not then..."
|
897 |
msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
|
898 |
|
899 |
-
#: admin/views/section_defaults.php:
|
900 |
msgid "matched tag. If not then..."
|
901 |
msgstr "passendes Schlagwort. Wenn nicht, dann..."
|
902 |
|
903 |
-
#: admin/views/section_defaults.php:
|
904 |
msgid "matched category. If not then..."
|
905 |
msgstr "passende Kategorie. Wenn nicht, dann..."
|
906 |
|
907 |
-
#: admin/views/section_defaults.php:
|
908 |
msgid "matched author. If not then..."
|
909 |
msgstr "passender Autor. Wenn nicht, dann..."
|
910 |
|
911 |
-
#: admin/views/section_defaults.php:
|
912 |
msgid "matched post type. If not then..."
|
913 |
msgstr "passender Inhaltstyp. Wenn nicht, dann..."
|
914 |
|
915 |
-
#: admin/views/section_defaults.php:
|
916 |
msgid "no featured image."
|
917 |
msgstr "kein Beitragsbild."
|
918 |
|
919 |
-
#: admin/views/section_defaults.php:
|
920 |
msgid ""
|
921 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
922 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -925,19 +930,19 @@ msgstr ""
|
|
925 |
"zu einen Beitrag passen sollten, es nicht voraussagbar ist, welches Bild zum "
|
926 |
"Beitragsbild wird."
|
927 |
|
928 |
-
#: admin/views/section_defaults.php:
|
929 |
-
msgid "Additional rules in the
|
930 |
-
msgstr "Zusätzliche Regeln in der
|
931 |
|
932 |
-
#: admin/views/section_defaults.php:
|
933 |
msgid "Multiple images to set them randomly as featured image"
|
934 |
msgstr "Mehrere Bilder als zufällige neue Beitragsbilder einstellen"
|
935 |
|
936 |
-
#: admin/views/section_defaults.php:
|
937 |
msgid "Random featured images at each page load"
|
938 |
msgstr "Zufällige Beitragsbilder bei jedem Seitenaufruf"
|
939 |
|
940 |
-
#: admin/views/section_defaults.php:
|
941 |
msgid ""
|
942 |
"The first content image can be also an image from an external server to set "
|
943 |
"it as automated featured image"
|
@@ -945,7 +950,7 @@ msgstr ""
|
|
945 |
"Das erste Bild im Beitrag kann auch von einem externen Server sein, um es "
|
946 |
"als Beitragsbild zu setzen"
|
947 |
|
948 |
-
#: admin/views/section_defaults.php:
|
949 |
msgid ""
|
950 |
"Remove the first content image automatically after the featured image was "
|
951 |
"set successfully"
|
@@ -953,21 +958,21 @@ msgstr ""
|
|
953 |
"Entferne das erste Bild im Inhalt automatisch, nachdem es erfolgreich als "
|
954 |
"Beitragsbild gesetzt wurde"
|
955 |
|
956 |
-
#: admin/views/section_defaults.php:
|
957 |
msgid "Match with a search string in post title"
|
958 |
msgstr "Passend zum Suchbegriff im Beitragstitel"
|
959 |
|
960 |
-
#: admin/views/section_defaults.php:
|
961 |
msgid "Match with a selected post format"
|
962 |
msgstr "Passend zum ausgewählten Beitragsformat"
|
963 |
|
964 |
-
#: admin/views/section_defaults.php:
|
965 |
msgid "User defined order of rules"
|
966 |
msgstr "Benutzerdefinierte Reihenfolge der Regeln"
|
967 |
|
968 |
-
#: admin/views/section_defaults.php:
|
969 |
-
msgid "Import your rules from this plugin into the
|
970 |
-
msgstr "Importiere deine Regeln von diesem Plugin in das
|
971 |
|
972 |
#: admin/views/section_errormsg.php:1
|
973 |
msgid "Error"
|
@@ -1091,8 +1096,8 @@ msgid "Manage featured images in a quick way"
|
|
1091 |
msgstr "Verwalte Beitragsbilder auf schnelle Art"
|
1092 |
|
1093 |
#: admin/views/section_overview.php:89
|
1094 |
-
msgid "The
|
1095 |
-
msgstr "Die
|
1096 |
|
1097 |
#: admin/views/section_results.php:1
|
1098 |
msgid "Results of the action"
|
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: 2019-11-06 13:29+0100\n"
|
8 |
+
"PO-Revision-Date: 2019-11-06 13:35+0100\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: de_DE\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.2.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:215
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
28 |
"sie massenhaft, in Beitragslisten und definiere Standardbilder für "
|
29 |
"zukünftige Beiträge."
|
30 |
|
31 |
+
#: admin/class-quick-featured-images-admin.php:278
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
39 |
"es nicht aktiviert. Falls du dieses Plugin nutzen willst, aktualisiere die "
|
40 |
"WordPress-Dateien auf die neueste Version."
|
41 |
|
42 |
+
#: admin/class-quick-featured-images-admin.php:484
|
43 |
#, php-format
|
44 |
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
msgstr "Willkommen zu %s! Du kannst das Plugin finden unter %s."
|
46 |
|
47 |
+
#: admin/class-quick-featured-images-columns.php:263
|
48 |
+
msgid "(external image)"
|
49 |
+
msgstr "(externes Bild)"
|
50 |
+
|
51 |
+
#: admin/class-quick-featured-images-columns.php:264
|
52 |
#, php-format
|
53 |
msgid "Change “%s”"
|
54 |
msgstr "Ändere “%s”"
|
55 |
|
56 |
+
#: admin/class-quick-featured-images-columns.php:265
|
|
|
57 |
#, php-format
|
58 |
msgid "Remove “%s”"
|
59 |
msgstr "Lösche “%s”"
|
60 |
|
61 |
+
#: admin/class-quick-featured-images-columns.php:266
|
|
|
|
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Stelle Bild für “%s” ein"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:277
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "Voreingestellte Beitragsbilder"
|
69 |
|
70 |
+
#: admin/class-quick-featured-images-defaults.php:288
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
|
73 |
|
74 |
+
#: admin/class-quick-featured-images-settings.php:232
|
75 |
msgid "Set the visibility of columns of featured images in posts lists"
|
76 |
msgstr ""
|
77 |
"Stelle die Sichtbarkeit der Spalten für Beitragsbilder in "
|
78 |
"Beitragsübersichten ein"
|
79 |
|
80 |
+
#: admin/class-quick-featured-images-settings.php:382
|
81 |
msgid "Columns for featured images in posts lists"
|
82 |
msgstr "Spalten für Beitragsbilder in Beitragsübersichten"
|
83 |
|
84 |
+
#: admin/class-quick-featured-images-settings.php:390
|
85 |
msgid "Show additional column for featured images in lists of"
|
86 |
msgstr "Zeige eine zusätzliche Spalte für Beitragsbilder in Übersichten"
|
87 |
|
88 |
+
#: admin/class-quick-featured-images-settings.php:395
|
89 |
msgid "Posts list with image column"
|
90 |
msgstr "Inhaltsliste mit Bildspalte"
|
91 |
|
92 |
+
#: admin/class-quick-featured-images-settings.php:418
|
93 |
msgid "Visibility of the plugin"
|
94 |
msgstr "Sichtbarkeit des Plugins"
|
95 |
|
96 |
+
#: admin/class-quick-featured-images-settings.php:426
|
97 |
msgid "Which user role may see the plugin?"
|
98 |
msgstr "Welche Nutzerrolle darf das Plugin sehen?"
|
99 |
|
100 |
+
#: admin/class-quick-featured-images-settings.php:558
|
101 |
msgid ""
|
102 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
103 |
"post lists."
|
105 |
"Aktiviere die Checkboxen bei jedem Inhaltstyp, um die zusätzliche Spalte in "
|
106 |
"den Beitragsübersichten anzuzeigen."
|
107 |
|
108 |
+
#: admin/class-quick-featured-images-settings.php:570
|
109 |
msgid "Minimum user role to see the plugin in the backend"
|
110 |
msgstr "Mindestrolle, um das Plugin im Backend zu sehen"
|
111 |
|
112 |
+
#: admin/class-quick-featured-images-settings.php:606
|
113 |
msgid "Select the minimum user role a user must have to see the plugin."
|
114 |
msgstr ""
|
115 |
"Stelle die Mindestrolle ein, die ein Nutzer haben muss, um das Plugin zu "
|
116 |
"sehen."
|
117 |
|
118 |
+
#: admin/class-quick-featured-images-settings.php:611
|
119 |
#, php-format
|
120 |
msgid ""
|
121 |
"The rules as set in “%s” work on posts independently of this "
|
124 |
"Die Regeln, wie in “%s” eingestellt, funktionieren unabhängig "
|
125 |
"von dieser Einstellung."
|
126 |
|
127 |
+
#: admin/class-quick-featured-images-settings.php:616
|
128 |
msgid ""
|
129 |
"This setting controls as well whether a user will see in an image column the "
|
130 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
134 |
"Vorschaubilder mit zusätzlichen Optionen oder nur die Vorschaubilder sehen "
|
135 |
"wird. Um die Bilderspalten an- und auszuschalten, nutze den oberen Abschnitt."
|
136 |
|
137 |
+
#: admin/class-quick-featured-images-settings.php:617
|
138 |
msgid "This page is accessible for administrators only."
|
139 |
msgstr "Diese Seite ist nur Administratoren zugänglich."
|
140 |
|
141 |
+
#: admin/class-quick-featured-images-settings.php:627
|
142 |
msgid ""
|
143 |
"The additional columns give you a quick overview about all used featured "
|
144 |
"images for every post. The Featured Image column is sortable."
|
147 |
"verwendeten Beitragsbilder eines jeden Beitrags. Die Spalte der "
|
148 |
"Beitragsbilder ist sortierbar."
|
149 |
|
150 |
+
#: admin/class-quick-featured-images-settings.php:636
|
151 |
msgid "Controls which minimum user role can see the plugin."
|
152 |
msgstr "Regelt, welche Mindestrolle das Plugin sehen kann."
|
153 |
|
154 |
+
#: admin/class-quick-featured-images-tools.php:473
|
155 |
#, php-format
|
156 |
msgid "Wrong image ID %d"
|
157 |
msgstr "Falsche Bild-ID %d"
|
158 |
|
159 |
+
#: admin/class-quick-featured-images-tools.php:575
|
160 |
msgid "Select"
|
161 |
msgstr "Auswählen"
|
162 |
|
163 |
+
#: admin/class-quick-featured-images-tools.php:576
|
164 |
msgid "Add filter"
|
165 |
msgstr "Filter hinzufügen"
|
166 |
|
167 |
+
#: admin/class-quick-featured-images-tools.php:577
|
168 |
msgid "Refine"
|
169 |
msgstr "Verfeinern"
|
170 |
|
171 |
+
#: admin/class-quick-featured-images-tools.php:578
|
172 |
msgid "Confirm"
|
173 |
msgstr "Bestätigen"
|
174 |
|
175 |
+
#: admin/class-quick-featured-images-tools.php:579
|
176 |
msgid "Perform"
|
177 |
msgstr "Umsetzen"
|
178 |
|
179 |
+
#: admin/class-quick-featured-images-tools.php:583
|
180 |
msgid "Set the selected image as new featured image"
|
181 |
msgstr "Füge das ausgewählte Bild als neues Beitragsbild hinzu"
|
182 |
|
183 |
+
#: admin/class-quick-featured-images-tools.php:584
|
184 |
msgid "Replace featured images by the selected image"
|
185 |
msgstr "Ersetze mindestens ein Beitragsbild durch das ausgewählte Bild"
|
186 |
|
187 |
+
#: admin/class-quick-featured-images-tools.php:585
|
188 |
msgid "Remove the selected image as featured image"
|
189 |
msgstr "Entferne das ausgewählte Bild als Beitragsbild"
|
190 |
|
191 |
+
#: admin/class-quick-featured-images-tools.php:588
|
192 |
msgid "Remove any image as featured image"
|
193 |
msgstr "Entferne jedes Bild als Beitragsbild"
|
194 |
|
195 |
+
#: admin/class-quick-featured-images-tools.php:589
|
196 |
msgid "Remove all featured images without existing image files"
|
197 |
msgstr "Entferne alle Beitragsbilder ohne vorhandene Bilddateien"
|
198 |
|
199 |
+
#: admin/class-quick-featured-images-tools.php:592
|
200 |
msgid "Set multiple images randomly as featured images"
|
201 |
msgstr ""
|
202 |
"Füge mehrere Bilder in zufälliger Ordnung als neue Beitragsbilder hinzu"
|
203 |
|
204 |
+
#: admin/class-quick-featured-images-tools.php:596
|
205 |
msgid "Overwrite featured images"
|
206 |
msgstr "Überschreibe Beitragsbilder"
|
207 |
|
208 |
+
#: admin/class-quick-featured-images-tools.php:597
|
209 |
msgid "Consider only posts without any featured image"
|
210 |
msgstr "Berücksichtige nur Beiträge ohne Beitragsbild"
|
211 |
|
212 |
+
#: admin/class-quick-featured-images-tools.php:601
|
213 |
msgid "Post Type Filter"
|
214 |
msgstr "Inhaltstypfilter"
|
215 |
|
216 |
+
#: admin/class-quick-featured-images-tools.php:602
|
217 |
msgid "Category Filter"
|
218 |
msgstr "Kategorienfilter"
|
219 |
|
220 |
+
#: admin/class-quick-featured-images-tools.php:603
|
221 |
msgid "Tag Filter"
|
222 |
msgstr "Schlagwortfilter"
|
223 |
|
224 |
+
#: admin/class-quick-featured-images-tools.php:632
|
225 |
msgid "Image width in pixels lower than"
|
226 |
msgstr "Bildbreite in Pixeln kleiner als"
|
227 |
|
228 |
+
#: admin/class-quick-featured-images-tools.php:633
|
229 |
msgid "Image height in pixels lower than"
|
230 |
msgstr "Bildhöhe in Pixeln kleiner als"
|
231 |
|
232 |
+
#: admin/class-quick-featured-images-tools.php:742
|
233 |
#, php-format
|
234 |
msgid "The input field %s is empty."
|
235 |
msgstr "Das Eingabefeld %s ist leer."
|
236 |
|
237 |
+
#: admin/class-quick-featured-images-tools.php:743
|
238 |
msgid "Type in a value into the input field."
|
239 |
msgstr "Gebe in das Eingabefeld einen Wert ein."
|
240 |
|
241 |
+
#: admin/class-quick-featured-images-tools.php:746
|
242 |
#, php-format
|
243 |
msgid "%s is not defined."
|
244 |
msgstr "%s ist nicht definiert."
|
245 |
|
246 |
+
#: admin/class-quick-featured-images-tools.php:747
|
247 |
msgid "Check how to define the value."
|
248 |
msgstr "Prüfe nach, wie der Wert gesetzt wird."
|
249 |
|
250 |
+
#: admin/class-quick-featured-images-tools.php:750
|
251 |
msgid "There is no selected image."
|
252 |
msgstr "Es gibt kein ausgewähltes Bild."
|
253 |
|
254 |
+
#: admin/class-quick-featured-images-tools.php:751
|
255 |
msgid "Select an image from the media library."
|
256 |
msgstr "Wähle ein Bild aus der Mediathek aus."
|
257 |
|
258 |
+
#: admin/class-quick-featured-images-tools.php:754
|
259 |
#: admin/views/section_image.php:51
|
260 |
msgid "You have not selected an action."
|
261 |
msgstr "Du hast keine Aktion ausgewählt."
|
262 |
|
263 |
+
#: admin/class-quick-featured-images-tools.php:755
|
264 |
msgid "Start again and select which action you want to apply."
|
265 |
msgstr "Fange neu an und wähle aus, welche Aktion du anwenden willst."
|
266 |
|
267 |
+
#: admin/class-quick-featured-images-tools.php:758
|
268 |
#, php-format
|
269 |
msgid "The input field %s has an invalid value."
|
270 |
msgstr "Das Eingabefeld %s hat einen ungültigen Wert."
|
271 |
|
272 |
+
#: admin/class-quick-featured-images-tools.php:759
|
273 |
msgid "Type in valid values in the input field."
|
274 |
msgstr "Gebe einen gültigen Wert in das Eingabefeld ein."
|
275 |
|
276 |
+
#: admin/class-quick-featured-images-tools.php:763
|
277 |
msgid "Type in values stored by WordPress."
|
278 |
msgstr "Gebe von WordPress gespeicherte Werte ein."
|
279 |
|
280 |
+
#: admin/class-quick-featured-images-tools.php:1932
|
281 |
msgid "Set, replace, remove"
|
282 |
msgstr "Setzen, tauschen, löschen"
|
283 |
|
284 |
+
#: admin/class-quick-featured-images-tools.php:1943
|
285 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
286 |
msgstr ""
|
287 |
"Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
|
288 |
"bestehende Inhalte"
|
289 |
|
290 |
+
#: admin/class-quick-featured-images-tools.php:2052
|
291 |
msgid "Bulk set as featured image"
|
292 |
msgstr "Als Beitragsbild setzen"
|
293 |
|
500 |
msgid "Choose Images"
|
501 |
msgstr "Bilder auswählen"
|
502 |
|
503 |
+
#: admin/views/form_select.php:31 admin/views/form_start.php:121
|
504 |
msgid "Use CTRL for multiple choice"
|
505 |
msgstr "Drücke STRG für Mehrfachauswahl"
|
506 |
|
533 |
"Option aktiviiert ist"
|
534 |
|
535 |
#: admin/views/form_select.php:72
|
536 |
+
msgid "There are two more options in the Pro version for random images:"
|
537 |
+
msgstr "In der Pro-Version gibt es zwei weitere Optionen für Zufallsbilder:"
|
|
|
538 |
|
539 |
#: admin/views/form_select.php:74
|
540 |
msgid "Use each selected image only once"
|
548 |
|
549 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
550 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
551 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
552 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:91
|
553 |
+
msgid "Get the Pro version"
|
554 |
+
msgstr "Hole dir die Pro-Version"
|
555 |
|
556 |
# Path to language site
|
557 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
558 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
559 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
560 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:90
|
561 |
+
#: admin/views/section_overview.php:91
|
562 |
msgid "/"
|
563 |
msgstr "/de"
|
564 |
|
770 |
msgid "Do you want to assign the first image of each post?"
|
771 |
msgstr "Willst du das erste Bild jeden Beitrags als Beitragsbild setzen?"
|
772 |
|
773 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
774 |
+
msgid "Do you want to use external featured images, e.g. from a CDN?"
|
775 |
+
msgstr ""
|
776 |
+
"Willst du externe Bilder als Beitragsbilder setzen, z.B. von einem CDN?"
|
777 |
+
|
778 |
#: admin/views/section_defaults.php:16
|
779 |
msgid "matches"
|
780 |
msgstr "ist"
|
803 |
"Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
|
804 |
"Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
|
805 |
|
806 |
+
#: admin/views/section_defaults.php:236
|
807 |
msgid "An image overwrites an existing image"
|
808 |
msgstr "Ein Bild überschreibt ein bestehendes Bild"
|
809 |
|
810 |
+
#: admin/views/section_defaults.php:240
|
811 |
msgid ""
|
812 |
"Activate to automatically overwrite an existing featured image while saving "
|
813 |
"a post"
|
815 |
"Überschreibe ein bestehendes Beitragsbild automatisch beim Speichern eines "
|
816 |
"Beitrags"
|
817 |
|
818 |
+
#: admin/views/section_defaults.php:242
|
819 |
msgid ""
|
820 |
"If activated the rule is used automatically while saving a post to overwrite "
|
821 |
"an existing featured image with the new one based on the following rules. Do "
|
826 |
"folgenden Regeln zu überschreiben. Verwende diese Option nicht, wenn du "
|
827 |
"manuell gesetzte Beitragsbilder beibehalten willst."
|
828 |
|
829 |
+
#: admin/views/section_defaults.php:249
|
830 |
msgid "Text with images in WordPress editor"
|
831 |
msgstr "Text mit Bildern im WordPress-Editor"
|
832 |
|
833 |
+
#: admin/views/section_defaults.php:253
|
834 |
msgid ""
|
835 |
"Activate to automatically use the first content image if available in the "
|
836 |
"media library as featured image while saving a post"
|
838 |
"Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
|
839 |
"Beitragsbild automatisch beim Speichern eines Beitrags"
|
840 |
|
841 |
+
#: admin/views/section_defaults.php:255
|
842 |
msgid ""
|
843 |
"If activated the rule is used automatically while saving a post to set the "
|
844 |
"first content image - if available in the media library - as the featured "
|
850 |
"als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
|
851 |
"enthalten, werden die nächsten Regeln angewandt."
|
852 |
|
853 |
+
#: admin/views/section_defaults.php:256
|
854 |
msgid "For which post types should this rule be applied?"
|
855 |
msgstr "Für welche Inhaltstypen sollte diese Regel angewendet werden?"
|
856 |
|
857 |
+
#: admin/views/section_defaults.php:283
|
858 |
msgid ""
|
859 |
"Select at least one post type, otherwise all post types will be considered."
|
860 |
msgstr ""
|
861 |
"Wähle mindestens einen Inhaltstyp, sonst werden alle Inhaltstypen "
|
862 |
"berücksichtigt."
|
863 |
|
864 |
+
#: admin/views/section_defaults.php:489
|
865 |
msgid "Add rule"
|
866 |
msgstr "Regel hinzufügen"
|
867 |
|
868 |
+
#: admin/views/section_defaults.php:494
|
869 |
msgid "Are you sure to remove this rule?"
|
870 |
msgstr "Willst du diese Regel wirklich löschen?"
|
871 |
|
872 |
+
#: admin/views/section_defaults.php:497
|
873 |
msgid "How the rules work"
|
874 |
msgstr "Wie die Regeln funktionieren"
|
875 |
|
876 |
+
#: admin/views/section_defaults.php:498
|
877 |
msgid ""
|
878 |
"Every time you save a post the post get the featured image if one of the "
|
879 |
"following rules match a property of the post. You can also set rules for "
|
884 |
"zutrifft. Du kannst die Regeln auch für Seiten und alle anderen "
|
885 |
"Inhaltstypen, die Beitragsbilder unterstützen, setzen."
|
886 |
|
887 |
+
#: admin/views/section_defaults.php:499
|
888 |
msgid ""
|
889 |
"Regardless of the order in the list the rules are applied in the following "
|
890 |
"order until a rule and a property of the post fit together:"
|
893 |
"Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
|
894 |
"übereinstimmen:"
|
895 |
|
896 |
+
#: admin/views/section_defaults.php:501
|
897 |
msgid "found first content image. If not then..."
|
898 |
msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
|
899 |
|
900 |
+
#: admin/views/section_defaults.php:502
|
901 |
msgid "matched custom taxonomy. If not then..."
|
902 |
msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
|
903 |
|
904 |
+
#: admin/views/section_defaults.php:503
|
905 |
msgid "matched tag. If not then..."
|
906 |
msgstr "passendes Schlagwort. Wenn nicht, dann..."
|
907 |
|
908 |
+
#: admin/views/section_defaults.php:504
|
909 |
msgid "matched category. If not then..."
|
910 |
msgstr "passende Kategorie. Wenn nicht, dann..."
|
911 |
|
912 |
+
#: admin/views/section_defaults.php:505
|
913 |
msgid "matched author. If not then..."
|
914 |
msgstr "passender Autor. Wenn nicht, dann..."
|
915 |
|
916 |
+
#: admin/views/section_defaults.php:506
|
917 |
msgid "matched post type. If not then..."
|
918 |
msgstr "passender Inhaltstyp. Wenn nicht, dann..."
|
919 |
|
920 |
+
#: admin/views/section_defaults.php:507
|
921 |
msgid "no featured image."
|
922 |
msgstr "kein Beitragsbild."
|
923 |
|
924 |
+
#: admin/views/section_defaults.php:509
|
925 |
msgid ""
|
926 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
927 |
"the post it is unforeseeable which image will become the featured image."
|
930 |
"zu einen Beitrag passen sollten, es nicht voraussagbar ist, welches Bild zum "
|
931 |
"Beitragsbild wird."
|
932 |
|
933 |
+
#: admin/views/section_defaults.php:510
|
934 |
+
msgid "Additional rules in the Pro version"
|
935 |
+
msgstr "Zusätzliche Regeln in der Pro-Version"
|
936 |
|
937 |
+
#: admin/views/section_defaults.php:512
|
938 |
msgid "Multiple images to set them randomly as featured image"
|
939 |
msgstr "Mehrere Bilder als zufällige neue Beitragsbilder einstellen"
|
940 |
|
941 |
+
#: admin/views/section_defaults.php:513
|
942 |
msgid "Random featured images at each page load"
|
943 |
msgstr "Zufällige Beitragsbilder bei jedem Seitenaufruf"
|
944 |
|
945 |
+
#: admin/views/section_defaults.php:514
|
946 |
msgid ""
|
947 |
"The first content image can be also an image from an external server to set "
|
948 |
"it as automated featured image"
|
950 |
"Das erste Bild im Beitrag kann auch von einem externen Server sein, um es "
|
951 |
"als Beitragsbild zu setzen"
|
952 |
|
953 |
+
#: admin/views/section_defaults.php:515
|
954 |
msgid ""
|
955 |
"Remove the first content image automatically after the featured image was "
|
956 |
"set successfully"
|
958 |
"Entferne das erste Bild im Inhalt automatisch, nachdem es erfolgreich als "
|
959 |
"Beitragsbild gesetzt wurde"
|
960 |
|
961 |
+
#: admin/views/section_defaults.php:516
|
962 |
msgid "Match with a search string in post title"
|
963 |
msgstr "Passend zum Suchbegriff im Beitragstitel"
|
964 |
|
965 |
+
#: admin/views/section_defaults.php:517
|
966 |
msgid "Match with a selected post format"
|
967 |
msgstr "Passend zum ausgewählten Beitragsformat"
|
968 |
|
969 |
+
#: admin/views/section_defaults.php:518
|
970 |
msgid "User defined order of rules"
|
971 |
msgstr "Benutzerdefinierte Reihenfolge der Regeln"
|
972 |
|
973 |
+
#: admin/views/section_defaults.php:519
|
974 |
+
msgid "Import your rules from this plugin into the Pro plugin"
|
975 |
+
msgstr "Importiere deine Regeln von diesem Plugin in das Pro-Plugin"
|
976 |
|
977 |
#: admin/views/section_errormsg.php:1
|
978 |
msgid "Error"
|
1096 |
msgstr "Verwalte Beitragsbilder auf schnelle Art"
|
1097 |
|
1098 |
#: admin/views/section_overview.php:89
|
1099 |
+
msgid "The Pro version"
|
1100 |
+
msgstr "Die Pro-Version"
|
1101 |
|
1102 |
#: admin/views/section_results.php:1
|
1103 |
msgid "Results of the action"
|
languages/quick-featured-images-el.mo
CHANGED
Binary file
|
languages/quick-featured-images-el.po
CHANGED
@@ -2,22 +2,22 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Quick Featured Images\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
8 |
"Language-Team: Greek\n"
|
9 |
"Language: el\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 2.
|
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:
|
21 |
msgid ""
|
22 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
23 |
"delete them in bulk, in posts lists and set default images for future posts."
|
@@ -26,7 +26,7 @@ msgstr ""
|
|
26 |
"Ορίστε, αντικαταστήστε και διαγράψτε τις μαζικά, σε λίστες άρθρων και ορίστε "
|
27 |
"προεπιλεγμένες εικόνες για τα μελλοντικά άρθρα."
|
28 |
|
29 |
-
#: admin/class-quick-featured-images-admin.php:
|
30 |
#, php-format
|
31 |
msgid ""
|
32 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
@@ -37,65 +37,65 @@ msgstr ""
|
|
37 |
"Wordpress δεν το ενεργοποίησε. Αν θέλετε να χρησιμοποιήσετε αυτό το "
|
38 |
"πρόσθετο, ενημερώστε τα αρχεία του Wordpress στην πιο πρόσφατη έκδοση."
|
39 |
|
40 |
-
#: admin/class-quick-featured-images-admin.php:
|
41 |
#, php-format
|
42 |
msgid "Welcome to %s! You can find the plugin at %s."
|
43 |
msgstr "Καλώς ήλθατε στο %s! Μπορείτε να βρείτε το πρόσθετο στο %s."
|
44 |
|
45 |
-
#: admin/class-quick-featured-images-columns.php:
|
46 |
-
|
|
|
|
|
|
|
47 |
#, php-format
|
48 |
msgid "Change “%s”"
|
49 |
msgstr "Αλλάξτε “%s”"
|
50 |
|
51 |
-
#: admin/class-quick-featured-images-columns.php:
|
52 |
-
#: admin/class-quick-featured-images-columns.php:457
|
53 |
#, php-format
|
54 |
msgid "Remove “%s”"
|
55 |
msgstr "Αφαιρέστε “%s”"
|
56 |
|
57 |
-
#: admin/class-quick-featured-images-columns.php:
|
58 |
-
#: admin/class-quick-featured-images-columns.php:377
|
59 |
-
#: admin/class-quick-featured-images-columns.php:529
|
60 |
#, php-format
|
61 |
msgid "Set image for “%s”"
|
62 |
msgstr "Ορίστε εικόνα για “%s”"
|
63 |
|
64 |
-
#: admin/class-quick-featured-images-defaults.php:
|
65 |
msgid "Preset Featured Images"
|
66 |
msgstr "Προεπιλογή προβεβλημένων εικόνων"
|
67 |
|
68 |
-
#: admin/class-quick-featured-images-defaults.php:
|
69 |
msgid "Set default featured images for future posts"
|
70 |
msgstr "Ορίστε την προεπιλογή για προβεβλημένες εικόνες των μελλοντικών άρθρων"
|
71 |
|
72 |
-
#: admin/class-quick-featured-images-settings.php:
|
73 |
msgid "Set the visibility of columns of featured images in posts lists"
|
74 |
msgstr ""
|
75 |
"Ορίστε την ορατότητα των στηλών των προβεβλημένων εικόνων στις λίστες των "
|
76 |
"άρθρων"
|
77 |
|
78 |
-
#: admin/class-quick-featured-images-settings.php:
|
79 |
msgid "Columns for featured images in posts lists"
|
80 |
msgstr "Στήλες για προβεβλημένες εικόνες στις λίστες των άρθρων"
|
81 |
|
82 |
-
#: admin/class-quick-featured-images-settings.php:
|
83 |
msgid "Show additional column for featured images in lists of"
|
84 |
msgstr "Εμφάνιση πρόσθετης στήλης για προβεβλημένες εικόνες σε λίστες των"
|
85 |
|
86 |
-
#: admin/class-quick-featured-images-settings.php:
|
87 |
msgid "Posts list with image column"
|
88 |
msgstr "Λίστα άρθρων με στήλη εικόνας"
|
89 |
|
90 |
-
#: admin/class-quick-featured-images-settings.php:
|
91 |
msgid "Visibility of the plugin"
|
92 |
msgstr "Ορατότητα του πρόσθετου"
|
93 |
|
94 |
-
#: admin/class-quick-featured-images-settings.php:
|
95 |
msgid "Which user role may see the plugin?"
|
96 |
msgstr "Ποιο προφίλ χρήστη μπορεί να δει το πρόσθετο;"
|
97 |
|
98 |
-
#: admin/class-quick-featured-images-settings.php:
|
99 |
msgid ""
|
100 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
101 |
"post lists."
|
@@ -103,17 +103,17 @@ msgstr ""
|
|
103 |
"Επιλέξτε κάθε τύπο άρθρου για να εμφανιστούν εξτρά στήλες στις λίστες των "
|
104 |
"άρθρων."
|
105 |
|
106 |
-
#: admin/class-quick-featured-images-settings.php:
|
107 |
msgid "Minimum user role to see the plugin in the backend"
|
108 |
msgstr "Ελάχιστος ρόλος χρήστη για να βλέπει το πρόσθετο στη διαχείριση"
|
109 |
|
110 |
-
#: admin/class-quick-featured-images-settings.php:
|
111 |
msgid "Select the minimum user role a user must have to see the plugin."
|
112 |
msgstr ""
|
113 |
"Επιλέξτε τον ελάχιστο ρόλο χρήστη που πρέπει να ισχύει ώστε να εμφανίζεται "
|
114 |
"το πρόσθετο."
|
115 |
|
116 |
-
#: admin/class-quick-featured-images-settings.php:
|
117 |
#, php-format
|
118 |
msgid ""
|
119 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -122,7 +122,7 @@ msgstr ""
|
|
122 |
"Οι κανόνες όπως ορίστηκαν στο “%s” εφαρμόζονται στα άρθρα "
|
123 |
"ανεξάρτητα από αυτή τη ρύθμιση."
|
124 |
|
125 |
-
#: admin/class-quick-featured-images-settings.php:
|
126 |
msgid ""
|
127 |
"This setting controls as well whether a user will see in an image column the "
|
128 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -132,11 +132,11 @@ msgstr ""
|
|
132 |
"εικόνων με συνδέσμους ενεργειών ή μόνο τις μικρογραφίες. Για την "
|
133 |
"ενεργοποίηση ή όχι χρησιμοποιήστε τη ρύθμιση πιο πάνω."
|
134 |
|
135 |
-
#: admin/class-quick-featured-images-settings.php:
|
136 |
msgid "This page is accessible for administrators only."
|
137 |
msgstr "Αυτή η σελίδα είναι προσβάσιμη μόνο σε διαχειριστές."
|
138 |
|
139 |
-
#: admin/class-quick-featured-images-settings.php:
|
140 |
msgid ""
|
141 |
"The additional columns give you a quick overview about all used featured "
|
142 |
"images for every post. The Featured Image column is sortable."
|
@@ -144,147 +144,147 @@ msgstr ""
|
|
144 |
"Οι πρόσθετες στήλες, σας δίνουν μια γρήγορη επισκόπηση για όλες τις "
|
145 |
"προβεβλημένες εικόνες σε χρήση για κάθε άρθρο. Η στήλη είναι ταξινομήσιμη."
|
146 |
|
147 |
-
#: admin/class-quick-featured-images-settings.php:
|
148 |
msgid "Controls which minimum user role can see the plugin."
|
149 |
msgstr "Ελέγχει τον ελάχιστο ρόλο χρήστη που μπορεί να δει το πρόσθετο."
|
150 |
|
151 |
-
#: admin/class-quick-featured-images-tools.php:
|
152 |
#, php-format
|
153 |
msgid "Wrong image ID %d"
|
154 |
msgstr "Λάθος ταυτότητα εικόνας %d"
|
155 |
|
156 |
-
#: admin/class-quick-featured-images-tools.php:
|
157 |
msgid "Select"
|
158 |
msgstr "Επιλέξτε"
|
159 |
|
160 |
-
#: admin/class-quick-featured-images-tools.php:
|
161 |
msgid "Add filter"
|
162 |
msgstr "Προσθήκη φίλτρου"
|
163 |
|
164 |
-
#: admin/class-quick-featured-images-tools.php:
|
165 |
msgid "Refine"
|
166 |
msgstr "Βελτιστοποίηση"
|
167 |
|
168 |
-
#: admin/class-quick-featured-images-tools.php:
|
169 |
msgid "Confirm"
|
170 |
msgstr "Επιβεβαίωση"
|
171 |
|
172 |
-
#: admin/class-quick-featured-images-tools.php:
|
173 |
msgid "Perform"
|
174 |
msgstr "Εκτέλεση"
|
175 |
|
176 |
-
#: admin/class-quick-featured-images-tools.php:
|
177 |
msgid "Set the selected image as new featured image"
|
178 |
msgstr "Ορίστε την επιλεγμένη εικόνα ως νέα προβεβλημένη εικόνα"
|
179 |
|
180 |
-
#: admin/class-quick-featured-images-tools.php:
|
181 |
msgid "Replace featured images by the selected image"
|
182 |
msgstr "Αντικατάσταση προβεβλημένων εικόνων με την επιλεγμένη εικόνα"
|
183 |
|
184 |
-
#: admin/class-quick-featured-images-tools.php:
|
185 |
msgid "Remove the selected image as featured image"
|
186 |
msgstr "Αφαίρεση της επιλεγμένης εικόνας ως προβεβλημένης"
|
187 |
|
188 |
-
#: admin/class-quick-featured-images-tools.php:
|
189 |
msgid "Remove any image as featured image"
|
190 |
msgstr "Αφαίρεση οποιασδήποτε εικόνας ως προβεβλημένης"
|
191 |
|
192 |
-
#: admin/class-quick-featured-images-tools.php:
|
193 |
msgid "Remove all featured images without existing image files"
|
194 |
msgstr ""
|
195 |
"Αφαίρεση όλων των προβεβλημένων εικόνων που δεν έχουν τα αρχεία εικόνων"
|
196 |
|
197 |
-
#: admin/class-quick-featured-images-tools.php:
|
198 |
msgid "Set multiple images randomly as featured images"
|
199 |
msgstr "Τυχαίος ορισμός πολλαπλών εικόνων ως προβεβλημένων"
|
200 |
|
201 |
-
#: admin/class-quick-featured-images-tools.php:
|
202 |
msgid "Overwrite featured images"
|
203 |
msgstr "Αντικατάσταση προβεβλημένων εικόνων"
|
204 |
|
205 |
-
#: admin/class-quick-featured-images-tools.php:
|
206 |
msgid "Consider only posts without any featured image"
|
207 |
msgstr "Να ληφθούν υπ' όψη μόνο τα άρθρα χωρίς προβεβλημένη εικόνα"
|
208 |
|
209 |
-
#: admin/class-quick-featured-images-tools.php:
|
210 |
msgid "Post Type Filter"
|
211 |
msgstr "Φίλτρο τύπου άρθρου"
|
212 |
|
213 |
-
#: admin/class-quick-featured-images-tools.php:
|
214 |
msgid "Category Filter"
|
215 |
msgstr "Φίλτρο κατηγορίας"
|
216 |
|
217 |
-
#: admin/class-quick-featured-images-tools.php:
|
218 |
msgid "Tag Filter"
|
219 |
msgstr "Φίλτρο ετικέτας"
|
220 |
|
221 |
-
#: admin/class-quick-featured-images-tools.php:
|
222 |
msgid "Image width in pixels lower than"
|
223 |
msgstr "Πλάτος εικόνας σε pixel μικρότερο από"
|
224 |
|
225 |
-
#: admin/class-quick-featured-images-tools.php:
|
226 |
msgid "Image height in pixels lower than"
|
227 |
msgstr "Ύψος εικόνας σε pixel μικρότερο από"
|
228 |
|
229 |
-
#: admin/class-quick-featured-images-tools.php:
|
230 |
#, php-format
|
231 |
msgid "The input field %s is empty."
|
232 |
msgstr "Το πεδίο %s είναι άδειο."
|
233 |
|
234 |
-
#: admin/class-quick-featured-images-tools.php:
|
235 |
msgid "Type in a value into the input field."
|
236 |
msgstr "Δώστε μια τιμή στο πεδίο."
|
237 |
|
238 |
-
#: admin/class-quick-featured-images-tools.php:
|
239 |
#, php-format
|
240 |
msgid "%s is not defined."
|
241 |
msgstr "%s δεν ορίστηκε."
|
242 |
|
243 |
-
#: admin/class-quick-featured-images-tools.php:
|
244 |
msgid "Check how to define the value."
|
245 |
msgstr "Ελέγξτε πως θα ορίσετε την τιμή."
|
246 |
|
247 |
-
#: admin/class-quick-featured-images-tools.php:
|
248 |
msgid "There is no selected image."
|
249 |
msgstr "Δεν επιλέχθηκε εικόνα."
|
250 |
|
251 |
-
#: admin/class-quick-featured-images-tools.php:
|
252 |
msgid "Select an image from the media library."
|
253 |
msgstr "Επιλέξτε μια εικόνα από την συλλογή."
|
254 |
|
255 |
-
#: admin/class-quick-featured-images-tools.php:
|
256 |
#: admin/views/section_image.php:51
|
257 |
msgid "You have not selected an action."
|
258 |
msgstr "Δεν επιλέξατε ενέργεια."
|
259 |
|
260 |
-
#: admin/class-quick-featured-images-tools.php:
|
261 |
msgid "Start again and select which action you want to apply."
|
262 |
msgstr "Ξεκινήστε πάλι και επιλέξτε ποια ενέργεια θέλετε να εφαρμόσετε."
|
263 |
|
264 |
-
#: admin/class-quick-featured-images-tools.php:
|
265 |
#, php-format
|
266 |
msgid "The input field %s has an invalid value."
|
267 |
msgstr "Το πεδίο %s έχει λανθασμένη τιμή."
|
268 |
|
269 |
-
#: admin/class-quick-featured-images-tools.php:
|
270 |
msgid "Type in valid values in the input field."
|
271 |
msgstr "Δώστε έγκυρες τιμές στο πεδίο."
|
272 |
|
273 |
-
#: admin/class-quick-featured-images-tools.php:
|
274 |
msgid "Type in values stored by WordPress."
|
275 |
msgstr "Δώστε αποθηκευμένες τιμές από το WordPress."
|
276 |
|
277 |
-
#: admin/class-quick-featured-images-tools.php:
|
278 |
msgid "Set, replace, remove"
|
279 |
msgstr "Ορίστε, αντικαταστήστε, αφαιρέστε"
|
280 |
|
281 |
-
#: admin/class-quick-featured-images-tools.php:
|
282 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
283 |
msgstr ""
|
284 |
"Μαζικός ορισμός, αντικατάσταση και αφαίρεση προβεβλημένων εικόνων για "
|
285 |
"υπάρχοντα άρθρα"
|
286 |
|
287 |
-
#: admin/class-quick-featured-images-tools.php:
|
288 |
msgid "Bulk set as featured image"
|
289 |
msgstr "Μαζικός ορισμός ως προβεβλημένης εικόνας"
|
290 |
|
@@ -493,7 +493,7 @@ msgstr ""
|
|
493 |
msgid "Choose Images"
|
494 |
msgstr "Επιλέξτε εικόνες"
|
495 |
|
496 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:
|
497 |
msgid "Use CTRL for multiple choice"
|
498 |
msgstr "Χρησιμοποιήστε το CTRL για πολλαπλές επιλογές"
|
499 |
|
@@ -526,8 +526,8 @@ msgstr ""
|
|
526 |
"αντικατάστασης είναι επιλεγμένη"
|
527 |
|
528 |
#: admin/views/form_select.php:72
|
529 |
-
msgid "There are two more options in the
|
530 |
-
msgstr "Υπάρχουν δύο ακόμη επιλογές στην
|
531 |
|
532 |
#: admin/views/form_select.php:74
|
533 |
msgid "Use each selected image only once"
|
@@ -541,15 +541,16 @@ msgstr ""
|
|
541 |
|
542 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
543 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
544 |
-
#: admin/views/
|
545 |
-
#: admin/views/section_overview.php:91
|
546 |
-
msgid "Get the
|
547 |
-
msgstr "Πάρτε την
|
548 |
|
549 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
550 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
551 |
-
#: admin/views/
|
552 |
-
#: admin/views/
|
|
|
553 |
msgid "/"
|
554 |
msgstr "/"
|
555 |
|
@@ -758,6 +759,12 @@ msgstr "Αυτές οι ενέργειες δεν απαιτούν επιλογ
|
|
758 |
msgid "Do you want to assign the first image of each post?"
|
759 |
msgstr "Θέλετε να ορίσετε την πρώτη εικόνα κάθε άρθρου;"
|
760 |
|
|
|
|
|
|
|
|
|
|
|
|
|
761 |
#: admin/views/section_defaults.php:16
|
762 |
msgid "matches"
|
763 |
msgstr "αντιστοιχίσεις"
|
@@ -786,11 +793,11 @@ msgstr ""
|
|
786 |
"Για να κάνετε χρήση ενός κανόνα, επιλέξτε την εικόνα και ορίστε την "
|
787 |
"ταξινόμηση και τη τιμή. Αν ο κανόνας οριστεί μερικώς, θα αγνοηθεί."
|
788 |
|
789 |
-
#: admin/views/section_defaults.php:
|
790 |
msgid "An image overwrites an existing image"
|
791 |
msgstr "Μια εικόνα αντικαθιστά την υπάρχουσα εικόνα"
|
792 |
|
793 |
-
#: admin/views/section_defaults.php:
|
794 |
msgid ""
|
795 |
"Activate to automatically overwrite an existing featured image while saving "
|
796 |
"a post"
|
@@ -798,7 +805,7 @@ msgstr ""
|
|
798 |
"Ενεργοποιείστε για να αντικαταστήσετε αυτόματα μια υπάρχουσα προβεβλημένη "
|
799 |
"εικόνα καθώς αποθηκεύετε ένα άρθρο"
|
800 |
|
801 |
-
#: admin/views/section_defaults.php:
|
802 |
msgid ""
|
803 |
"If activated the rule is used automatically while saving a post to overwrite "
|
804 |
"an existing featured image with the new one based on the following rules. Do "
|
@@ -809,11 +816,11 @@ msgstr ""
|
|
809 |
"νέα, βάσει των ακόλουθων κανόνων. Μην το χρησιμοποιείτε αν θέλετε να ορίζετε "
|
810 |
"χειροκίνητα τις προβεβλημένες εικόνες."
|
811 |
|
812 |
-
#: admin/views/section_defaults.php:
|
813 |
msgid "Text with images in WordPress editor"
|
814 |
msgstr "Κείμενο με εικόνες στον διορθωτή του WordPress"
|
815 |
|
816 |
-
#: admin/views/section_defaults.php:
|
817 |
msgid ""
|
818 |
"Activate to automatically use the first content image if available in the "
|
819 |
"media library as featured image while saving a post"
|
@@ -822,7 +829,7 @@ msgstr ""
|
|
822 |
"περιεχομένου, αν είναι διαθέσιμη στη συλλογή πολυμέσων, ως προβεβλημένης "
|
823 |
"κατά την αποθήκευση του άρθρου"
|
824 |
|
825 |
-
#: admin/views/section_defaults.php:
|
826 |
msgid ""
|
827 |
"If activated the rule is used automatically while saving a post to set the "
|
828 |
"first content image - if available in the media library - as the featured "
|
@@ -834,29 +841,29 @@ msgstr ""
|
|
834 |
"διαθέσιμη στη συλλογή πολυμέσων - ως προβεβλημένη εικόνα του άρθρου. Εάν δεν "
|
835 |
"έχει εικόνες περιεχομένου, θα εφαρμοστούν οι επόμενοι κανόνες."
|
836 |
|
837 |
-
#: admin/views/section_defaults.php:
|
838 |
msgid "For which post types should this rule be applied?"
|
839 |
msgstr "Σε ποιους τύπους άρθρων να εφαρμοστεί αυτός ο κανόνας;"
|
840 |
|
841 |
-
#: admin/views/section_defaults.php:
|
842 |
msgid ""
|
843 |
"Select at least one post type, otherwise all post types will be considered."
|
844 |
msgstr ""
|
845 |
"Επιλέξτε τουλάχιστο έναν τύπο άρθρου, αλλιώς όλοι οι τύποι θα συμπεριληφθούν."
|
846 |
|
847 |
-
#: admin/views/section_defaults.php:
|
848 |
msgid "Add rule"
|
849 |
msgstr "Προσθήκη κανόνα"
|
850 |
|
851 |
-
#: admin/views/section_defaults.php:
|
852 |
msgid "Are you sure to remove this rule?"
|
853 |
msgstr "Είστε βέβαιοι ότι θέλετε να αφαιρέσετε αυτόν τον κανόνα;"
|
854 |
|
855 |
-
#: admin/views/section_defaults.php:
|
856 |
msgid "How the rules work"
|
857 |
msgstr "Πώς δουλεύουν οι κανόνες"
|
858 |
|
859 |
-
#: admin/views/section_defaults.php:
|
860 |
msgid ""
|
861 |
"Every time you save a post the post get the featured image if one of the "
|
862 |
"following rules match a property of the post. You can also set rules for "
|
@@ -867,7 +874,7 @@ msgstr ""
|
|
867 |
"επίσης να ορίσετε κανόνες για τις σελίδες και τους άλλους τύπους άρθρων που "
|
868 |
"υποστηρίζουν προβεβλημένες εικόνες."
|
869 |
|
870 |
-
#: admin/views/section_defaults.php:
|
871 |
msgid ""
|
872 |
"Regardless of the order in the list the rules are applied in the following "
|
873 |
"order until a rule and a property of the post fit together:"
|
@@ -875,35 +882,35 @@ msgstr ""
|
|
875 |
"Ανεξάρτητα από τη σειρά στην λίστα, οι κανόνες εφαρμόζονται με την ακόλουθη "
|
876 |
"σειρά έως ότου ένας κανόνας και μια ιδιότητα του άρθρου να ταιριάξουν:"
|
877 |
|
878 |
-
#: admin/views/section_defaults.php:
|
879 |
msgid "found first content image. If not then..."
|
880 |
msgstr "βρέθηκε πρώτη εικόνα περιεχομένου. Αν όχι τότε..."
|
881 |
|
882 |
-
#: admin/views/section_defaults.php:
|
883 |
msgid "matched custom taxonomy. If not then..."
|
884 |
msgstr "αντιστοίχιση προσαρμοσμένης ταξινόμησης. Αν όχι τότε..."
|
885 |
|
886 |
-
#: admin/views/section_defaults.php:
|
887 |
msgid "matched tag. If not then..."
|
888 |
msgstr "αντιστοιχισμένη ετικέτα. Αν όχι τότε..."
|
889 |
|
890 |
-
#: admin/views/section_defaults.php:
|
891 |
msgid "matched category. If not then..."
|
892 |
msgstr "αντιστοιχισμένη κατηγορία. Αν όχι τότε..."
|
893 |
|
894 |
-
#: admin/views/section_defaults.php:
|
895 |
msgid "matched author. If not then..."
|
896 |
msgstr "αντιστοιχισμένος συντάκτης. Αν όχι τότε..."
|
897 |
|
898 |
-
#: admin/views/section_defaults.php:
|
899 |
msgid "matched post type. If not then..."
|
900 |
msgstr "αντιστοιχισμένος τύπος άρθρου. Αν όχι τότε..."
|
901 |
|
902 |
-
#: admin/views/section_defaults.php:
|
903 |
msgid "no featured image."
|
904 |
msgstr "χωρίς προβεβλημένη εικόνα."
|
905 |
|
906 |
-
#: admin/views/section_defaults.php:
|
907 |
msgid ""
|
908 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
909 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -912,19 +919,19 @@ msgstr ""
|
|
912 |
"ταιριάζουν στο άρθρο δεν είναι προβλέψιμο ποια εικόνα θα χρησιμοποιηθεί ως "
|
913 |
"προβεβλημένη."
|
914 |
|
915 |
-
#: admin/views/section_defaults.php:
|
916 |
-
msgid "Additional rules in the
|
917 |
-
msgstr "Πρόσθετοι κανόνες στην
|
918 |
|
919 |
-
#: admin/views/section_defaults.php:
|
920 |
msgid "Multiple images to set them randomly as featured image"
|
921 |
msgstr "Πολλαπλές εικόνες να οριστούν τυχαία ως προβεβλημένες"
|
922 |
|
923 |
-
#: admin/views/section_defaults.php:
|
924 |
msgid "Random featured images at each page load"
|
925 |
msgstr "Τυχαίες προβεβλημένες εικόνες σε κάθε φόρτωση σελίδας"
|
926 |
|
927 |
-
#: admin/views/section_defaults.php:
|
928 |
msgid ""
|
929 |
"The first content image can be also an image from an external server to set "
|
930 |
"it as automated featured image"
|
@@ -932,7 +939,7 @@ msgstr ""
|
|
932 |
"Η πρώτη εικόνα περιεχομένου μπορεί να είναι εικόνα από εξωτερικό server και "
|
933 |
"να οριστεί αυτόματα ως προβεβλημένη"
|
934 |
|
935 |
-
#: admin/views/section_defaults.php:
|
936 |
msgid ""
|
937 |
"Remove the first content image automatically after the featured image was "
|
938 |
"set successfully"
|
@@ -940,21 +947,21 @@ msgstr ""
|
|
940 |
"Αφαίρεση της πρώτης εικόνας περιεχομένου αυτόματα, μετά τον επιτυχημένο "
|
941 |
"ορισμό της ως προβεβλημένης"
|
942 |
|
943 |
-
#: admin/views/section_defaults.php:
|
944 |
msgid "Match with a search string in post title"
|
945 |
msgstr "Αντιστοίχιση με κείμενο αναζήτησης στον τίτλο άρθρου"
|
946 |
|
947 |
-
#: admin/views/section_defaults.php:
|
948 |
msgid "Match with a selected post format"
|
949 |
msgstr "Αντιστοίχιση με επιλεγμένο τύπο άρθρου"
|
950 |
|
951 |
-
#: admin/views/section_defaults.php:
|
952 |
msgid "User defined order of rules"
|
953 |
msgstr "Σειρά κανόνων ορισμένη από τον χρήστη"
|
954 |
|
955 |
-
#: admin/views/section_defaults.php:
|
956 |
-
msgid "Import your rules from this plugin into the
|
957 |
-
msgstr "Εισάγετε τους κανόνες από αυτό το πρόσθετο στο
|
958 |
|
959 |
#: admin/views/section_errormsg.php:1
|
960 |
msgid "Error"
|
@@ -1078,8 +1085,8 @@ msgid "Manage featured images in a quick way"
|
|
1078 |
msgstr "Διαχειριστείτε, με γρήγορο τρόπο, τις προβεβλημένες εικόνες"
|
1079 |
|
1080 |
#: admin/views/section_overview.php:89
|
1081 |
-
msgid "The
|
1082 |
-
msgstr "Η
|
1083 |
|
1084 |
#: admin/views/section_results.php:1
|
1085 |
msgid "Results of the action"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Quick Featured Images\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
5 |
+
"POT-Creation-Date: 2019-11-06 13:35+0100\n"
|
6 |
+
"PO-Revision-Date: 2019-11-06 13:37+0100\n"
|
7 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
8 |
"Language-Team: Greek\n"
|
9 |
"Language: el\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 2.2.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:215
|
21 |
msgid ""
|
22 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
23 |
"delete them in bulk, in posts lists and set default images for future posts."
|
26 |
"Ορίστε, αντικαταστήστε και διαγράψτε τις μαζικά, σε λίστες άρθρων και ορίστε "
|
27 |
"προεπιλεγμένες εικόνες για τα μελλοντικά άρθρα."
|
28 |
|
29 |
+
#: admin/class-quick-featured-images-admin.php:278
|
30 |
#, php-format
|
31 |
msgid ""
|
32 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
37 |
"Wordpress δεν το ενεργοποίησε. Αν θέλετε να χρησιμοποιήσετε αυτό το "
|
38 |
"πρόσθετο, ενημερώστε τα αρχεία του Wordpress στην πιο πρόσφατη έκδοση."
|
39 |
|
40 |
+
#: admin/class-quick-featured-images-admin.php:484
|
41 |
#, php-format
|
42 |
msgid "Welcome to %s! You can find the plugin at %s."
|
43 |
msgstr "Καλώς ήλθατε στο %s! Μπορείτε να βρείτε το πρόσθετο στο %s."
|
44 |
|
45 |
+
#: admin/class-quick-featured-images-columns.php:263
|
46 |
+
msgid "(external image)"
|
47 |
+
msgstr "(εξωτερική εικόνα)"
|
48 |
+
|
49 |
+
#: admin/class-quick-featured-images-columns.php:264
|
50 |
#, php-format
|
51 |
msgid "Change “%s”"
|
52 |
msgstr "Αλλάξτε “%s”"
|
53 |
|
54 |
+
#: admin/class-quick-featured-images-columns.php:265
|
|
|
55 |
#, php-format
|
56 |
msgid "Remove “%s”"
|
57 |
msgstr "Αφαιρέστε “%s”"
|
58 |
|
59 |
+
#: admin/class-quick-featured-images-columns.php:266
|
|
|
|
|
60 |
#, php-format
|
61 |
msgid "Set image for “%s”"
|
62 |
msgstr "Ορίστε εικόνα για “%s”"
|
63 |
|
64 |
+
#: admin/class-quick-featured-images-defaults.php:277
|
65 |
msgid "Preset Featured Images"
|
66 |
msgstr "Προεπιλογή προβεβλημένων εικόνων"
|
67 |
|
68 |
+
#: admin/class-quick-featured-images-defaults.php:288
|
69 |
msgid "Set default featured images for future posts"
|
70 |
msgstr "Ορίστε την προεπιλογή για προβεβλημένες εικόνες των μελλοντικών άρθρων"
|
71 |
|
72 |
+
#: admin/class-quick-featured-images-settings.php:232
|
73 |
msgid "Set the visibility of columns of featured images in posts lists"
|
74 |
msgstr ""
|
75 |
"Ορίστε την ορατότητα των στηλών των προβεβλημένων εικόνων στις λίστες των "
|
76 |
"άρθρων"
|
77 |
|
78 |
+
#: admin/class-quick-featured-images-settings.php:382
|
79 |
msgid "Columns for featured images in posts lists"
|
80 |
msgstr "Στήλες για προβεβλημένες εικόνες στις λίστες των άρθρων"
|
81 |
|
82 |
+
#: admin/class-quick-featured-images-settings.php:390
|
83 |
msgid "Show additional column for featured images in lists of"
|
84 |
msgstr "Εμφάνιση πρόσθετης στήλης για προβεβλημένες εικόνες σε λίστες των"
|
85 |
|
86 |
+
#: admin/class-quick-featured-images-settings.php:395
|
87 |
msgid "Posts list with image column"
|
88 |
msgstr "Λίστα άρθρων με στήλη εικόνας"
|
89 |
|
90 |
+
#: admin/class-quick-featured-images-settings.php:418
|
91 |
msgid "Visibility of the plugin"
|
92 |
msgstr "Ορατότητα του πρόσθετου"
|
93 |
|
94 |
+
#: admin/class-quick-featured-images-settings.php:426
|
95 |
msgid "Which user role may see the plugin?"
|
96 |
msgstr "Ποιο προφίλ χρήστη μπορεί να δει το πρόσθετο;"
|
97 |
|
98 |
+
#: admin/class-quick-featured-images-settings.php:558
|
99 |
msgid ""
|
100 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
101 |
"post lists."
|
103 |
"Επιλέξτε κάθε τύπο άρθρου για να εμφανιστούν εξτρά στήλες στις λίστες των "
|
104 |
"άρθρων."
|
105 |
|
106 |
+
#: admin/class-quick-featured-images-settings.php:570
|
107 |
msgid "Minimum user role to see the plugin in the backend"
|
108 |
msgstr "Ελάχιστος ρόλος χρήστη για να βλέπει το πρόσθετο στη διαχείριση"
|
109 |
|
110 |
+
#: admin/class-quick-featured-images-settings.php:606
|
111 |
msgid "Select the minimum user role a user must have to see the plugin."
|
112 |
msgstr ""
|
113 |
"Επιλέξτε τον ελάχιστο ρόλο χρήστη που πρέπει να ισχύει ώστε να εμφανίζεται "
|
114 |
"το πρόσθετο."
|
115 |
|
116 |
+
#: admin/class-quick-featured-images-settings.php:611
|
117 |
#, php-format
|
118 |
msgid ""
|
119 |
"The rules as set in “%s” work on posts independently of this "
|
122 |
"Οι κανόνες όπως ορίστηκαν στο “%s” εφαρμόζονται στα άρθρα "
|
123 |
"ανεξάρτητα από αυτή τη ρύθμιση."
|
124 |
|
125 |
+
#: admin/class-quick-featured-images-settings.php:616
|
126 |
msgid ""
|
127 |
"This setting controls as well whether a user will see in an image column the "
|
128 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
132 |
"εικόνων με συνδέσμους ενεργειών ή μόνο τις μικρογραφίες. Για την "
|
133 |
"ενεργοποίηση ή όχι χρησιμοποιήστε τη ρύθμιση πιο πάνω."
|
134 |
|
135 |
+
#: admin/class-quick-featured-images-settings.php:617
|
136 |
msgid "This page is accessible for administrators only."
|
137 |
msgstr "Αυτή η σελίδα είναι προσβάσιμη μόνο σε διαχειριστές."
|
138 |
|
139 |
+
#: admin/class-quick-featured-images-settings.php:627
|
140 |
msgid ""
|
141 |
"The additional columns give you a quick overview about all used featured "
|
142 |
"images for every post. The Featured Image column is sortable."
|
144 |
"Οι πρόσθετες στήλες, σας δίνουν μια γρήγορη επισκόπηση για όλες τις "
|
145 |
"προβεβλημένες εικόνες σε χρήση για κάθε άρθρο. Η στήλη είναι ταξινομήσιμη."
|
146 |
|
147 |
+
#: admin/class-quick-featured-images-settings.php:636
|
148 |
msgid "Controls which minimum user role can see the plugin."
|
149 |
msgstr "Ελέγχει τον ελάχιστο ρόλο χρήστη που μπορεί να δει το πρόσθετο."
|
150 |
|
151 |
+
#: admin/class-quick-featured-images-tools.php:473
|
152 |
#, php-format
|
153 |
msgid "Wrong image ID %d"
|
154 |
msgstr "Λάθος ταυτότητα εικόνας %d"
|
155 |
|
156 |
+
#: admin/class-quick-featured-images-tools.php:575
|
157 |
msgid "Select"
|
158 |
msgstr "Επιλέξτε"
|
159 |
|
160 |
+
#: admin/class-quick-featured-images-tools.php:576
|
161 |
msgid "Add filter"
|
162 |
msgstr "Προσθήκη φίλτρου"
|
163 |
|
164 |
+
#: admin/class-quick-featured-images-tools.php:577
|
165 |
msgid "Refine"
|
166 |
msgstr "Βελτιστοποίηση"
|
167 |
|
168 |
+
#: admin/class-quick-featured-images-tools.php:578
|
169 |
msgid "Confirm"
|
170 |
msgstr "Επιβεβαίωση"
|
171 |
|
172 |
+
#: admin/class-quick-featured-images-tools.php:579
|
173 |
msgid "Perform"
|
174 |
msgstr "Εκτέλεση"
|
175 |
|
176 |
+
#: admin/class-quick-featured-images-tools.php:583
|
177 |
msgid "Set the selected image as new featured image"
|
178 |
msgstr "Ορίστε την επιλεγμένη εικόνα ως νέα προβεβλημένη εικόνα"
|
179 |
|
180 |
+
#: admin/class-quick-featured-images-tools.php:584
|
181 |
msgid "Replace featured images by the selected image"
|
182 |
msgstr "Αντικατάσταση προβεβλημένων εικόνων με την επιλεγμένη εικόνα"
|
183 |
|
184 |
+
#: admin/class-quick-featured-images-tools.php:585
|
185 |
msgid "Remove the selected image as featured image"
|
186 |
msgstr "Αφαίρεση της επιλεγμένης εικόνας ως προβεβλημένης"
|
187 |
|
188 |
+
#: admin/class-quick-featured-images-tools.php:588
|
189 |
msgid "Remove any image as featured image"
|
190 |
msgstr "Αφαίρεση οποιασδήποτε εικόνας ως προβεβλημένης"
|
191 |
|
192 |
+
#: admin/class-quick-featured-images-tools.php:589
|
193 |
msgid "Remove all featured images without existing image files"
|
194 |
msgstr ""
|
195 |
"Αφαίρεση όλων των προβεβλημένων εικόνων που δεν έχουν τα αρχεία εικόνων"
|
196 |
|
197 |
+
#: admin/class-quick-featured-images-tools.php:592
|
198 |
msgid "Set multiple images randomly as featured images"
|
199 |
msgstr "Τυχαίος ορισμός πολλαπλών εικόνων ως προβεβλημένων"
|
200 |
|
201 |
+
#: admin/class-quick-featured-images-tools.php:596
|
202 |
msgid "Overwrite featured images"
|
203 |
msgstr "Αντικατάσταση προβεβλημένων εικόνων"
|
204 |
|
205 |
+
#: admin/class-quick-featured-images-tools.php:597
|
206 |
msgid "Consider only posts without any featured image"
|
207 |
msgstr "Να ληφθούν υπ' όψη μόνο τα άρθρα χωρίς προβεβλημένη εικόνα"
|
208 |
|
209 |
+
#: admin/class-quick-featured-images-tools.php:601
|
210 |
msgid "Post Type Filter"
|
211 |
msgstr "Φίλτρο τύπου άρθρου"
|
212 |
|
213 |
+
#: admin/class-quick-featured-images-tools.php:602
|
214 |
msgid "Category Filter"
|
215 |
msgstr "Φίλτρο κατηγορίας"
|
216 |
|
217 |
+
#: admin/class-quick-featured-images-tools.php:603
|
218 |
msgid "Tag Filter"
|
219 |
msgstr "Φίλτρο ετικέτας"
|
220 |
|
221 |
+
#: admin/class-quick-featured-images-tools.php:632
|
222 |
msgid "Image width in pixels lower than"
|
223 |
msgstr "Πλάτος εικόνας σε pixel μικρότερο από"
|
224 |
|
225 |
+
#: admin/class-quick-featured-images-tools.php:633
|
226 |
msgid "Image height in pixels lower than"
|
227 |
msgstr "Ύψος εικόνας σε pixel μικρότερο από"
|
228 |
|
229 |
+
#: admin/class-quick-featured-images-tools.php:742
|
230 |
#, php-format
|
231 |
msgid "The input field %s is empty."
|
232 |
msgstr "Το πεδίο %s είναι άδειο."
|
233 |
|
234 |
+
#: admin/class-quick-featured-images-tools.php:743
|
235 |
msgid "Type in a value into the input field."
|
236 |
msgstr "Δώστε μια τιμή στο πεδίο."
|
237 |
|
238 |
+
#: admin/class-quick-featured-images-tools.php:746
|
239 |
#, php-format
|
240 |
msgid "%s is not defined."
|
241 |
msgstr "%s δεν ορίστηκε."
|
242 |
|
243 |
+
#: admin/class-quick-featured-images-tools.php:747
|
244 |
msgid "Check how to define the value."
|
245 |
msgstr "Ελέγξτε πως θα ορίσετε την τιμή."
|
246 |
|
247 |
+
#: admin/class-quick-featured-images-tools.php:750
|
248 |
msgid "There is no selected image."
|
249 |
msgstr "Δεν επιλέχθηκε εικόνα."
|
250 |
|
251 |
+
#: admin/class-quick-featured-images-tools.php:751
|
252 |
msgid "Select an image from the media library."
|
253 |
msgstr "Επιλέξτε μια εικόνα από την συλλογή."
|
254 |
|
255 |
+
#: admin/class-quick-featured-images-tools.php:754
|
256 |
#: admin/views/section_image.php:51
|
257 |
msgid "You have not selected an action."
|
258 |
msgstr "Δεν επιλέξατε ενέργεια."
|
259 |
|
260 |
+
#: admin/class-quick-featured-images-tools.php:755
|
261 |
msgid "Start again and select which action you want to apply."
|
262 |
msgstr "Ξεκινήστε πάλι και επιλέξτε ποια ενέργεια θέλετε να εφαρμόσετε."
|
263 |
|
264 |
+
#: admin/class-quick-featured-images-tools.php:758
|
265 |
#, php-format
|
266 |
msgid "The input field %s has an invalid value."
|
267 |
msgstr "Το πεδίο %s έχει λανθασμένη τιμή."
|
268 |
|
269 |
+
#: admin/class-quick-featured-images-tools.php:759
|
270 |
msgid "Type in valid values in the input field."
|
271 |
msgstr "Δώστε έγκυρες τιμές στο πεδίο."
|
272 |
|
273 |
+
#: admin/class-quick-featured-images-tools.php:763
|
274 |
msgid "Type in values stored by WordPress."
|
275 |
msgstr "Δώστε αποθηκευμένες τιμές από το WordPress."
|
276 |
|
277 |
+
#: admin/class-quick-featured-images-tools.php:1932
|
278 |
msgid "Set, replace, remove"
|
279 |
msgstr "Ορίστε, αντικαταστήστε, αφαιρέστε"
|
280 |
|
281 |
+
#: admin/class-quick-featured-images-tools.php:1943
|
282 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
283 |
msgstr ""
|
284 |
"Μαζικός ορισμός, αντικατάσταση και αφαίρεση προβεβλημένων εικόνων για "
|
285 |
"υπάρχοντα άρθρα"
|
286 |
|
287 |
+
#: admin/class-quick-featured-images-tools.php:2052
|
288 |
msgid "Bulk set as featured image"
|
289 |
msgstr "Μαζικός ορισμός ως προβεβλημένης εικόνας"
|
290 |
|
493 |
msgid "Choose Images"
|
494 |
msgstr "Επιλέξτε εικόνες"
|
495 |
|
496 |
+
#: admin/views/form_select.php:31 admin/views/form_start.php:121
|
497 |
msgid "Use CTRL for multiple choice"
|
498 |
msgstr "Χρησιμοποιήστε το CTRL για πολλαπλές επιλογές"
|
499 |
|
526 |
"αντικατάστασης είναι επιλεγμένη"
|
527 |
|
528 |
#: admin/views/form_select.php:72
|
529 |
+
msgid "There are two more options in the Pro version for random images:"
|
530 |
+
msgstr "Υπάρχουν δύο ακόμη επιλογές στην Pro έκδοση για τυχαίες εικόνες:"
|
531 |
|
532 |
#: admin/views/form_select.php:74
|
533 |
msgid "Use each selected image only once"
|
541 |
|
542 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
543 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
544 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
545 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:91
|
546 |
+
msgid "Get the Pro version"
|
547 |
+
msgstr "Πάρτε την Pro έκδοση"
|
548 |
|
549 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
550 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
551 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
552 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:90
|
553 |
+
#: admin/views/section_overview.php:91
|
554 |
msgid "/"
|
555 |
msgstr "/"
|
556 |
|
759 |
msgid "Do you want to assign the first image of each post?"
|
760 |
msgstr "Θέλετε να ορίσετε την πρώτη εικόνα κάθε άρθρου;"
|
761 |
|
762 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
763 |
+
msgid "Do you want to use external featured images, e.g. from a CDN?"
|
764 |
+
msgstr ""
|
765 |
+
"Θέλετε να χρησιμοποιήσετε εξωτερικές χαρακτηριστικές εικόνες, π.χ. από ένα "
|
766 |
+
"CDN;"
|
767 |
+
|
768 |
#: admin/views/section_defaults.php:16
|
769 |
msgid "matches"
|
770 |
msgstr "αντιστοιχίσεις"
|
793 |
"Για να κάνετε χρήση ενός κανόνα, επιλέξτε την εικόνα και ορίστε την "
|
794 |
"ταξινόμηση και τη τιμή. Αν ο κανόνας οριστεί μερικώς, θα αγνοηθεί."
|
795 |
|
796 |
+
#: admin/views/section_defaults.php:236
|
797 |
msgid "An image overwrites an existing image"
|
798 |
msgstr "Μια εικόνα αντικαθιστά την υπάρχουσα εικόνα"
|
799 |
|
800 |
+
#: admin/views/section_defaults.php:240
|
801 |
msgid ""
|
802 |
"Activate to automatically overwrite an existing featured image while saving "
|
803 |
"a post"
|
805 |
"Ενεργοποιείστε για να αντικαταστήσετε αυτόματα μια υπάρχουσα προβεβλημένη "
|
806 |
"εικόνα καθώς αποθηκεύετε ένα άρθρο"
|
807 |
|
808 |
+
#: admin/views/section_defaults.php:242
|
809 |
msgid ""
|
810 |
"If activated the rule is used automatically while saving a post to overwrite "
|
811 |
"an existing featured image with the new one based on the following rules. Do "
|
816 |
"νέα, βάσει των ακόλουθων κανόνων. Μην το χρησιμοποιείτε αν θέλετε να ορίζετε "
|
817 |
"χειροκίνητα τις προβεβλημένες εικόνες."
|
818 |
|
819 |
+
#: admin/views/section_defaults.php:249
|
820 |
msgid "Text with images in WordPress editor"
|
821 |
msgstr "Κείμενο με εικόνες στον διορθωτή του WordPress"
|
822 |
|
823 |
+
#: admin/views/section_defaults.php:253
|
824 |
msgid ""
|
825 |
"Activate to automatically use the first content image if available in the "
|
826 |
"media library as featured image while saving a post"
|
829 |
"περιεχομένου, αν είναι διαθέσιμη στη συλλογή πολυμέσων, ως προβεβλημένης "
|
830 |
"κατά την αποθήκευση του άρθρου"
|
831 |
|
832 |
+
#: admin/views/section_defaults.php:255
|
833 |
msgid ""
|
834 |
"If activated the rule is used automatically while saving a post to set the "
|
835 |
"first content image - if available in the media library - as the featured "
|
841 |
"διαθέσιμη στη συλλογή πολυμέσων - ως προβεβλημένη εικόνα του άρθρου. Εάν δεν "
|
842 |
"έχει εικόνες περιεχομένου, θα εφαρμοστούν οι επόμενοι κανόνες."
|
843 |
|
844 |
+
#: admin/views/section_defaults.php:256
|
845 |
msgid "For which post types should this rule be applied?"
|
846 |
msgstr "Σε ποιους τύπους άρθρων να εφαρμοστεί αυτός ο κανόνας;"
|
847 |
|
848 |
+
#: admin/views/section_defaults.php:283
|
849 |
msgid ""
|
850 |
"Select at least one post type, otherwise all post types will be considered."
|
851 |
msgstr ""
|
852 |
"Επιλέξτε τουλάχιστο έναν τύπο άρθρου, αλλιώς όλοι οι τύποι θα συμπεριληφθούν."
|
853 |
|
854 |
+
#: admin/views/section_defaults.php:489
|
855 |
msgid "Add rule"
|
856 |
msgstr "Προσθήκη κανόνα"
|
857 |
|
858 |
+
#: admin/views/section_defaults.php:494
|
859 |
msgid "Are you sure to remove this rule?"
|
860 |
msgstr "Είστε βέβαιοι ότι θέλετε να αφαιρέσετε αυτόν τον κανόνα;"
|
861 |
|
862 |
+
#: admin/views/section_defaults.php:497
|
863 |
msgid "How the rules work"
|
864 |
msgstr "Πώς δουλεύουν οι κανόνες"
|
865 |
|
866 |
+
#: admin/views/section_defaults.php:498
|
867 |
msgid ""
|
868 |
"Every time you save a post the post get the featured image if one of the "
|
869 |
"following rules match a property of the post. You can also set rules for "
|
874 |
"επίσης να ορίσετε κανόνες για τις σελίδες και τους άλλους τύπους άρθρων που "
|
875 |
"υποστηρίζουν προβεβλημένες εικόνες."
|
876 |
|
877 |
+
#: admin/views/section_defaults.php:499
|
878 |
msgid ""
|
879 |
"Regardless of the order in the list the rules are applied in the following "
|
880 |
"order until a rule and a property of the post fit together:"
|
882 |
"Ανεξάρτητα από τη σειρά στην λίστα, οι κανόνες εφαρμόζονται με την ακόλουθη "
|
883 |
"σειρά έως ότου ένας κανόνας και μια ιδιότητα του άρθρου να ταιριάξουν:"
|
884 |
|
885 |
+
#: admin/views/section_defaults.php:501
|
886 |
msgid "found first content image. If not then..."
|
887 |
msgstr "βρέθηκε πρώτη εικόνα περιεχομένου. Αν όχι τότε..."
|
888 |
|
889 |
+
#: admin/views/section_defaults.php:502
|
890 |
msgid "matched custom taxonomy. If not then..."
|
891 |
msgstr "αντιστοίχιση προσαρμοσμένης ταξινόμησης. Αν όχι τότε..."
|
892 |
|
893 |
+
#: admin/views/section_defaults.php:503
|
894 |
msgid "matched tag. If not then..."
|
895 |
msgstr "αντιστοιχισμένη ετικέτα. Αν όχι τότε..."
|
896 |
|
897 |
+
#: admin/views/section_defaults.php:504
|
898 |
msgid "matched category. If not then..."
|
899 |
msgstr "αντιστοιχισμένη κατηγορία. Αν όχι τότε..."
|
900 |
|
901 |
+
#: admin/views/section_defaults.php:505
|
902 |
msgid "matched author. If not then..."
|
903 |
msgstr "αντιστοιχισμένος συντάκτης. Αν όχι τότε..."
|
904 |
|
905 |
+
#: admin/views/section_defaults.php:506
|
906 |
msgid "matched post type. If not then..."
|
907 |
msgstr "αντιστοιχισμένος τύπος άρθρου. Αν όχι τότε..."
|
908 |
|
909 |
+
#: admin/views/section_defaults.php:507
|
910 |
msgid "no featured image."
|
911 |
msgstr "χωρίς προβεβλημένη εικόνα."
|
912 |
|
913 |
+
#: admin/views/section_defaults.php:509
|
914 |
msgid ""
|
915 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
916 |
"the post it is unforeseeable which image will become the featured image."
|
919 |
"ταιριάζουν στο άρθρο δεν είναι προβλέψιμο ποια εικόνα θα χρησιμοποιηθεί ως "
|
920 |
"προβεβλημένη."
|
921 |
|
922 |
+
#: admin/views/section_defaults.php:510
|
923 |
+
msgid "Additional rules in the Pro version"
|
924 |
+
msgstr "Πρόσθετοι κανόνες στην Pro έκδοση"
|
925 |
|
926 |
+
#: admin/views/section_defaults.php:512
|
927 |
msgid "Multiple images to set them randomly as featured image"
|
928 |
msgstr "Πολλαπλές εικόνες να οριστούν τυχαία ως προβεβλημένες"
|
929 |
|
930 |
+
#: admin/views/section_defaults.php:513
|
931 |
msgid "Random featured images at each page load"
|
932 |
msgstr "Τυχαίες προβεβλημένες εικόνες σε κάθε φόρτωση σελίδας"
|
933 |
|
934 |
+
#: admin/views/section_defaults.php:514
|
935 |
msgid ""
|
936 |
"The first content image can be also an image from an external server to set "
|
937 |
"it as automated featured image"
|
939 |
"Η πρώτη εικόνα περιεχομένου μπορεί να είναι εικόνα από εξωτερικό server και "
|
940 |
"να οριστεί αυτόματα ως προβεβλημένη"
|
941 |
|
942 |
+
#: admin/views/section_defaults.php:515
|
943 |
msgid ""
|
944 |
"Remove the first content image automatically after the featured image was "
|
945 |
"set successfully"
|
947 |
"Αφαίρεση της πρώτης εικόνας περιεχομένου αυτόματα, μετά τον επιτυχημένο "
|
948 |
"ορισμό της ως προβεβλημένης"
|
949 |
|
950 |
+
#: admin/views/section_defaults.php:516
|
951 |
msgid "Match with a search string in post title"
|
952 |
msgstr "Αντιστοίχιση με κείμενο αναζήτησης στον τίτλο άρθρου"
|
953 |
|
954 |
+
#: admin/views/section_defaults.php:517
|
955 |
msgid "Match with a selected post format"
|
956 |
msgstr "Αντιστοίχιση με επιλεγμένο τύπο άρθρου"
|
957 |
|
958 |
+
#: admin/views/section_defaults.php:518
|
959 |
msgid "User defined order of rules"
|
960 |
msgstr "Σειρά κανόνων ορισμένη από τον χρήστη"
|
961 |
|
962 |
+
#: admin/views/section_defaults.php:519
|
963 |
+
msgid "Import your rules from this plugin into the Pro plugin"
|
964 |
+
msgstr "Εισάγετε τους κανόνες από αυτό το πρόσθετο στο Pro"
|
965 |
|
966 |
#: admin/views/section_errormsg.php:1
|
967 |
msgid "Error"
|
1085 |
msgstr "Διαχειριστείτε, με γρήγορο τρόπο, τις προβεβλημένες εικόνες"
|
1086 |
|
1087 |
#: admin/views/section_overview.php:89
|
1088 |
+
msgid "The Pro version"
|
1089 |
+
msgstr "Η Pro έκδοση"
|
1090 |
|
1091 |
#: admin/views/section_results.php:1
|
1092 |
msgid "Results of the action"
|
languages/quick-featured-images-es_ES.mo
CHANGED
Binary file
|
languages/quick-featured-images-es_ES.po
CHANGED
@@ -4,22 +4,22 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <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 2.
|
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:
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
"Establécelas, reemplázalas y bórralas a granel, en la lista de mensajes y "
|
29 |
"configurar imágenes por defecto para mensajes futuros."
|
30 |
|
31 |
-
#: admin/class-quick-featured-images-admin.php:
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
@@ -39,70 +39,70 @@ msgstr ""
|
|
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:
|
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-columns.php:
|
48 |
-
|
|
|
|
|
|
|
49 |
#, php-format
|
50 |
msgid "Change “%s”"
|
51 |
msgstr "Cambia “%s”"
|
52 |
|
53 |
-
#: admin/class-quick-featured-images-columns.php:
|
54 |
-
#: admin/class-quick-featured-images-columns.php:457
|
55 |
#, php-format
|
56 |
msgid "Remove “%s”"
|
57 |
msgstr "Eliminar “%s”"
|
58 |
|
59 |
-
#: admin/class-quick-featured-images-columns.php:
|
60 |
-
#: admin/class-quick-featured-images-columns.php:377
|
61 |
-
#: admin/class-quick-featured-images-columns.php:529
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Establecer imagen para “%s”"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "Restablece las imágenes destacadas"
|
69 |
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr ""
|
73 |
"Establece las imágenes destacadas predeterminadas para los futuros posts"
|
74 |
|
75 |
-
#: admin/class-quick-featured-images-settings.php:
|
76 |
msgid "Set the visibility of columns of featured images in posts lists"
|
77 |
msgstr ""
|
78 |
"Establece la visibilidad de las columnas de imágenes destacadas en las "
|
79 |
"listas de post"
|
80 |
|
81 |
-
#: admin/class-quick-featured-images-settings.php:
|
82 |
msgid "Columns for featured images in posts lists"
|
83 |
msgstr "Las columnas para las imágenes destacadas en las listas de posts"
|
84 |
|
85 |
-
#: admin/class-quick-featured-images-settings.php:
|
86 |
msgid "Show additional column for featured images in lists of"
|
87 |
msgstr ""
|
88 |
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
89 |
"de"
|
90 |
|
91 |
-
#: admin/class-quick-featured-images-settings.php:
|
92 |
msgid "Posts list with image column"
|
93 |
msgstr ""
|
94 |
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
95 |
"de"
|
96 |
|
97 |
-
#: admin/class-quick-featured-images-settings.php:
|
98 |
msgid "Visibility of the plugin"
|
99 |
msgstr "Visibilidad del plugin"
|
100 |
|
101 |
-
#: admin/class-quick-featured-images-settings.php:
|
102 |
msgid "Which user role may see the plugin?"
|
103 |
msgstr "¿Qué rol de usuario puede ver el plugin?"
|
104 |
|
105 |
-
#: admin/class-quick-featured-images-settings.php:
|
106 |
msgid ""
|
107 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
108 |
"post lists."
|
@@ -110,16 +110,16 @@ msgstr ""
|
|
110 |
"Activa las casillas de verificación (los checkboxes) en cada tipo de "
|
111 |
"contenido para mostrar las columnas extras en las listas de post."
|
112 |
|
113 |
-
#: admin/class-quick-featured-images-settings.php:
|
114 |
msgid "Minimum user role to see the plugin in the backend"
|
115 |
msgstr "Papel del usuario mínima para ver el plugin en el backend"
|
116 |
|
117 |
-
#: admin/class-quick-featured-images-settings.php:
|
118 |
msgid "Select the minimum user role a user must have to see the plugin."
|
119 |
msgstr ""
|
120 |
"Selecciona el rol de usuario mínimo un usuario debe tener para ver el plugin."
|
121 |
|
122 |
-
#: admin/class-quick-featured-images-settings.php:
|
123 |
#, php-format
|
124 |
msgid ""
|
125 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -128,7 +128,7 @@ msgstr ""
|
|
128 |
"Las normas que figuran en “%s” funciona en los mensajes "
|
129 |
"independientemente de este ajuste."
|
130 |
|
131 |
-
#: admin/class-quick-featured-images-settings.php:
|
132 |
msgid ""
|
133 |
"This setting controls as well whether a user will see in an image column the "
|
134 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -138,11 +138,11 @@ msgstr ""
|
|
138 |
"destacada con los enlaces de acción o sólo las imágenes destacadas. Para "
|
139 |
"controlar la columna usando la porción superior."
|
140 |
|
141 |
-
#: admin/class-quick-featured-images-settings.php:
|
142 |
msgid "This page is accessible for administrators only."
|
143 |
msgstr "Esta página es accesible sólo para los administradores."
|
144 |
|
145 |
-
#: admin/class-quick-featured-images-settings.php:
|
146 |
msgid ""
|
147 |
"The additional columns give you a quick overview about all used featured "
|
148 |
"images for every post. The Featured Image column is sortable."
|
@@ -151,147 +151,147 @@ msgstr ""
|
|
151 |
"imágenes destacadas usadas por cada post La columna de la imagen destacada "
|
152 |
"es clasificable."
|
153 |
|
154 |
-
#: admin/class-quick-featured-images-settings.php:
|
155 |
msgid "Controls which minimum user role can see the plugin."
|
156 |
msgstr "Controla qué papel mínimo el usuario puede ver el plugin."
|
157 |
|
158 |
-
#: admin/class-quick-featured-images-tools.php:
|
159 |
#, php-format
|
160 |
msgid "Wrong image ID %d"
|
161 |
msgstr "La identificación de la imagen incorrecta ID %d"
|
162 |
|
163 |
-
#: admin/class-quick-featured-images-tools.php:
|
164 |
msgid "Select"
|
165 |
msgstr "Selecciona"
|
166 |
|
167 |
-
#: admin/class-quick-featured-images-tools.php:
|
168 |
msgid "Add filter"
|
169 |
msgstr "Añade el filtro"
|
170 |
|
171 |
-
#: admin/class-quick-featured-images-tools.php:
|
172 |
msgid "Refine"
|
173 |
msgstr "Refinar"
|
174 |
|
175 |
-
#: admin/class-quick-featured-images-tools.php:
|
176 |
msgid "Confirm"
|
177 |
msgstr "Confirmar"
|
178 |
|
179 |
-
#: admin/class-quick-featured-images-tools.php:
|
180 |
msgid "Perform"
|
181 |
msgstr "Realizar"
|
182 |
|
183 |
-
#: admin/class-quick-featured-images-tools.php:
|
184 |
msgid "Set the selected image as new featured image"
|
185 |
msgstr "Establece la imagen seleccionada como la imagen destacada nueva"
|
186 |
|
187 |
-
#: admin/class-quick-featured-images-tools.php:
|
188 |
msgid "Replace featured images by the selected image"
|
189 |
msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
|
190 |
|
191 |
-
#: admin/class-quick-featured-images-tools.php:
|
192 |
msgid "Remove the selected image as featured image"
|
193 |
msgstr "Elimina la imagen seleccionada como la imagen destacada"
|
194 |
|
195 |
-
#: admin/class-quick-featured-images-tools.php:
|
196 |
msgid "Remove any image as featured image"
|
197 |
msgstr "Elimina cualquiera imagen como la imagen destacada"
|
198 |
|
199 |
-
#: admin/class-quick-featured-images-tools.php:
|
200 |
msgid "Remove all featured images without existing image files"
|
201 |
msgstr ""
|
202 |
"Eliminar todas las imágenes destacadas sin archivos de imagen existentes"
|
203 |
|
204 |
-
#: admin/class-quick-featured-images-tools.php:
|
205 |
msgid "Set multiple images randomly as featured images"
|
206 |
msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
|
207 |
|
208 |
-
#: admin/class-quick-featured-images-tools.php:
|
209 |
msgid "Overwrite featured images"
|
210 |
msgstr "Sobrescribe las imágenes destacadas"
|
211 |
|
212 |
-
#: admin/class-quick-featured-images-tools.php:
|
213 |
msgid "Consider only posts without any featured image"
|
214 |
msgstr "Considera solamente posts sin cualquier imagen destacada"
|
215 |
|
216 |
-
#: admin/class-quick-featured-images-tools.php:
|
217 |
msgid "Post Type Filter"
|
218 |
msgstr "El filtro de tipo de contenido"
|
219 |
|
220 |
-
#: admin/class-quick-featured-images-tools.php:
|
221 |
msgid "Category Filter"
|
222 |
msgstr "El filtro de la categoría"
|
223 |
|
224 |
-
#: admin/class-quick-featured-images-tools.php:
|
225 |
msgid "Tag Filter"
|
226 |
msgstr "El filtro de las etiquetas"
|
227 |
|
228 |
-
#: admin/class-quick-featured-images-tools.php:
|
229 |
msgid "Image width in pixels lower than"
|
230 |
msgstr "El tipo del campo personalizado"
|
231 |
|
232 |
-
#: admin/class-quick-featured-images-tools.php:
|
233 |
msgid "Image height in pixels lower than"
|
234 |
msgstr "La altura de la imagen en píxeles es inferior al"
|
235 |
|
236 |
-
#: admin/class-quick-featured-images-tools.php:
|
237 |
#, php-format
|
238 |
msgid "The input field %s is empty."
|
239 |
msgstr "El campo de entrada %s está vacío."
|
240 |
|
241 |
-
#: admin/class-quick-featured-images-tools.php:
|
242 |
msgid "Type in a value into the input field."
|
243 |
msgstr "Escribe el valor en el campo de la entrada."
|
244 |
|
245 |
-
#: admin/class-quick-featured-images-tools.php:
|
246 |
#, php-format
|
247 |
msgid "%s is not defined."
|
248 |
msgstr "%s no está definido."
|
249 |
|
250 |
-
#: admin/class-quick-featured-images-tools.php:
|
251 |
msgid "Check how to define the value."
|
252 |
msgstr "Comprueba cómo definir el valor."
|
253 |
|
254 |
-
#: admin/class-quick-featured-images-tools.php:
|
255 |
msgid "There is no selected image."
|
256 |
msgstr "No hay ninguna imagen seleccionada."
|
257 |
|
258 |
-
#: admin/class-quick-featured-images-tools.php:
|
259 |
msgid "Select an image from the media library."
|
260 |
msgstr "Selecciona la imagen de Media library (la biblioteca multimedia)."
|
261 |
|
262 |
-
#: admin/class-quick-featured-images-tools.php:
|
263 |
#: admin/views/section_image.php:51
|
264 |
msgid "You have not selected an action."
|
265 |
msgstr "No has seleccionado ninguna acción."
|
266 |
|
267 |
-
#: admin/class-quick-featured-images-tools.php:
|
268 |
msgid "Start again and select which action you want to apply."
|
269 |
msgstr "Empieza de nuevo y selecciona la acción que quieres aplicar."
|
270 |
|
271 |
-
#: admin/class-quick-featured-images-tools.php:
|
272 |
#, php-format
|
273 |
msgid "The input field %s has an invalid value."
|
274 |
msgstr "El valor del campo %s de la entrada es inválido."
|
275 |
|
276 |
-
#: admin/class-quick-featured-images-tools.php:
|
277 |
msgid "Type in valid values in the input field."
|
278 |
msgstr "El valor del campo de la entrada es inválido."
|
279 |
|
280 |
-
#: admin/class-quick-featured-images-tools.php:
|
281 |
msgid "Type in values stored by WordPress."
|
282 |
msgstr "Escribe los valores válidos en el campo de la entrada."
|
283 |
|
284 |
-
#: admin/class-quick-featured-images-tools.php:
|
285 |
msgid "Set, replace, remove"
|
286 |
msgstr "Establece, reemplaza, elimina"
|
287 |
|
288 |
-
#: admin/class-quick-featured-images-tools.php:
|
289 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
290 |
msgstr ""
|
291 |
"Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
|
292 |
"existentes"
|
293 |
|
294 |
-
#: admin/class-quick-featured-images-tools.php:
|
295 |
msgid "Bulk set as featured image"
|
296 |
msgstr "El bulk configurado como la imagen destacada"
|
297 |
|
@@ -507,7 +507,7 @@ msgstr ""
|
|
507 |
msgid "Choose Images"
|
508 |
msgstr "Selecciona las imágenes"
|
509 |
|
510 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:
|
511 |
msgid "Use CTRL for multiple choice"
|
512 |
msgstr "Utilice CTRL para selección múltiple"
|
513 |
|
@@ -540,9 +540,8 @@ msgstr ""
|
|
540 |
"la opción Sobrescribe está marcada"
|
541 |
|
542 |
#: admin/views/form_select.php:72
|
543 |
-
msgid "There are two more options in the
|
544 |
-
msgstr ""
|
545 |
-
"Hay dos opciones más en la versión de pago para las imágenes destacadas:"
|
546 |
|
547 |
#: admin/views/form_select.php:74
|
548 |
msgid "Use each selected image only once"
|
@@ -554,15 +553,16 @@ msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
|
|
554 |
|
555 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
556 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
557 |
-
#: admin/views/
|
558 |
-
#: admin/views/section_overview.php:91
|
559 |
-
msgid "Get the
|
560 |
msgstr "Obtener la Pro versión"
|
561 |
|
562 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
563 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
564 |
-
#: admin/views/
|
565 |
-
#: admin/views/
|
|
|
566 |
msgid "/"
|
567 |
msgstr "/"
|
568 |
|
@@ -773,6 +773,10 @@ msgstr "Estas acciones no requieren la imagen seleccionada."
|
|
773 |
msgid "Do you want to assign the first image of each post?"
|
774 |
msgstr "¿Toma la primera imagen adjunta de post?"
|
775 |
|
|
|
|
|
|
|
|
|
776 |
#: admin/views/section_defaults.php:16
|
777 |
msgid "matches"
|
778 |
msgstr "coincide con"
|
@@ -801,11 +805,11 @@ msgstr ""
|
|
801 |
"Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
|
802 |
"regla que es sólo parcialmente definida, será ignorada."
|
803 |
|
804 |
-
#: admin/views/section_defaults.php:
|
805 |
msgid "An image overwrites an existing image"
|
806 |
msgstr "La imagen sobrescribe la imagen existente"
|
807 |
|
808 |
-
#: admin/views/section_defaults.php:
|
809 |
msgid ""
|
810 |
"Activate to automatically overwrite an existing featured image while saving "
|
811 |
"a post"
|
@@ -813,7 +817,7 @@ msgstr ""
|
|
813 |
"Actívalo para sobrescribir la imagen destacada existente mientras se está "
|
814 |
"guardando el post"
|
815 |
|
816 |
-
#: admin/views/section_defaults.php:
|
817 |
msgid ""
|
818 |
"If activated the rule is used automatically while saving a post to overwrite "
|
819 |
"an existing featured image with the new one based on the following rules. Do "
|
@@ -824,11 +828,11 @@ msgstr ""
|
|
824 |
"reglas siguientes. No uses esta función si quieres mantener el "
|
825 |
"establecimiento de las imágenes destacadas de forma manual."
|
826 |
|
827 |
-
#: admin/views/section_defaults.php:
|
828 |
msgid "Text with images in WordPress editor"
|
829 |
msgstr "Los textos con imágenes en el editor de WordPress"
|
830 |
|
831 |
-
#: admin/views/section_defaults.php:
|
832 |
msgid ""
|
833 |
"Activate to automatically use the first content image if available in the "
|
834 |
"media library as featured image while saving a post"
|
@@ -837,7 +841,7 @@ msgstr ""
|
|
837 |
"disponible en Media Library como la imagen destacada mientras se está "
|
838 |
"guardando el post"
|
839 |
|
840 |
-
#: admin/views/section_defaults.php:
|
841 |
msgid ""
|
842 |
"If activated the rule is used automatically while saving a post to set the "
|
843 |
"first content image - if available in the media library - as the featured "
|
@@ -850,30 +854,30 @@ msgstr ""
|
|
850 |
"el post no tiene las imágenes del contenido se aplicarán las reglas "
|
851 |
"siguientes."
|
852 |
|
853 |
-
#: admin/views/section_defaults.php:
|
854 |
msgid "For which post types should this rule be applied?"
|
855 |
msgstr "¿Para qué tipos de contenidos debe aplicarse esta regla?"
|
856 |
|
857 |
-
#: admin/views/section_defaults.php:
|
858 |
msgid ""
|
859 |
"Select at least one post type, otherwise all post types will be considered."
|
860 |
msgstr ""
|
861 |
"Seleccione al menos un tipo de contenido, de lo contrario se considerarán "
|
862 |
"todos los tipos de contenidos."
|
863 |
|
864 |
-
#: admin/views/section_defaults.php:
|
865 |
msgid "Add rule"
|
866 |
msgstr "Añade la regla"
|
867 |
|
868 |
-
#: admin/views/section_defaults.php:
|
869 |
msgid "Are you sure to remove this rule?"
|
870 |
msgstr "¿Estás seguro de que deseas eliminar esta regla?"
|
871 |
|
872 |
-
#: admin/views/section_defaults.php:
|
873 |
msgid "How the rules work"
|
874 |
msgstr "Cómo funcionan las reglas"
|
875 |
|
876 |
-
#: admin/views/section_defaults.php:
|
877 |
msgid ""
|
878 |
"Every time you save a post the post get the featured image if one of the "
|
879 |
"following rules match a property of the post. You can also set rules for "
|
@@ -884,7 +888,7 @@ msgstr ""
|
|
884 |
"establecer las reglas para las páginas y todos otros tipos de contenidos "
|
885 |
"actuales que soportan imágenes destacadas."
|
886 |
|
887 |
-
#: admin/views/section_defaults.php:
|
888 |
msgid ""
|
889 |
"Regardless of the order in the list the rules are applied in the following "
|
890 |
"order until a rule and a property of the post fit together:"
|
@@ -892,35 +896,35 @@ msgstr ""
|
|
892 |
"Independientemente del orden de la lista, las reglas se aplican en el orden "
|
893 |
"siguiente hasta que la regla y la propiedad encajen bien:"
|
894 |
|
895 |
-
#: admin/views/section_defaults.php:
|
896 |
msgid "found first content image. If not then..."
|
897 |
msgstr "la primera imagen del contenido encontrada. Si no es así, entonces…."
|
898 |
|
899 |
-
#: admin/views/section_defaults.php:
|
900 |
msgid "matched custom taxonomy. If not then..."
|
901 |
msgstr "la taxonomía correspondiente personalizada. Si no es así entonces…."
|
902 |
|
903 |
-
#: admin/views/section_defaults.php:
|
904 |
msgid "matched tag. If not then..."
|
905 |
msgstr "la etiqueta correspondiente. Si no es así, entonces…."
|
906 |
|
907 |
-
#: admin/views/section_defaults.php:
|
908 |
msgid "matched category. If not then..."
|
909 |
msgstr "la categoría correspondiente. Si no es así, entonces…."
|
910 |
|
911 |
-
#: admin/views/section_defaults.php:
|
912 |
msgid "matched author. If not then..."
|
913 |
msgstr "el autor correspondiente. Si no es así, entonces….."
|
914 |
|
915 |
-
#: admin/views/section_defaults.php:
|
916 |
msgid "matched post type. If not then..."
|
917 |
msgstr "el tipo de contenido correspondiente. Si no es así, entonces….."
|
918 |
|
919 |
-
#: admin/views/section_defaults.php:
|
920 |
msgid "no featured image."
|
921 |
msgstr "no hay ninguna imagen destacada."
|
922 |
|
923 |
-
#: admin/views/section_defaults.php:
|
924 |
msgid ""
|
925 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
926 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -928,20 +932,20 @@ msgstr ""
|
|
928 |
"Ten en cuenta que si dos reglas o más de misma taxonomía encajan en el post, "
|
929 |
"es imprevisible cual imagen llegará a ser la imagen destacada."
|
930 |
|
931 |
-
#: admin/views/section_defaults.php:
|
932 |
-
msgid "Additional rules in the
|
933 |
msgstr "Reglas adicionales en la Pro versión"
|
934 |
|
935 |
-
#: admin/views/section_defaults.php:
|
936 |
msgid "Multiple images to set them randomly as featured image"
|
937 |
msgstr ""
|
938 |
"Múltiples imágenes para definirlas aleatoriamente como imagen destacada"
|
939 |
|
940 |
-
#: admin/views/section_defaults.php:
|
941 |
msgid "Random featured images at each page load"
|
942 |
msgstr "Imágenes aleatorias en cada carga de página"
|
943 |
|
944 |
-
#: admin/views/section_defaults.php:
|
945 |
msgid ""
|
946 |
"The first content image can be also an image from an external server to set "
|
947 |
"it as automated featured image"
|
@@ -949,7 +953,7 @@ msgstr ""
|
|
949 |
"La primera imagen de contenido puede ser también una imagen desde un "
|
950 |
"servidor externo para configurarlo como automatizado imágen destacada"
|
951 |
|
952 |
-
#: admin/views/section_defaults.php:
|
953 |
msgid ""
|
954 |
"Remove the first content image automatically after the featured image was "
|
955 |
"set successfully"
|
@@ -957,21 +961,21 @@ msgstr ""
|
|
957 |
"Eliminar la primera imagen de contenido automáticamente después de que la "
|
958 |
"imagen destacada se haya configurado correctamente"
|
959 |
|
960 |
-
#: admin/views/section_defaults.php:
|
961 |
msgid "Match with a search string in post title"
|
962 |
msgstr "El término de búsqueda en el título de la entrada"
|
963 |
|
964 |
-
#: admin/views/section_defaults.php:
|
965 |
msgid "Match with a selected post format"
|
966 |
msgstr "Coincide con un formato de entrada seleccionado"
|
967 |
|
968 |
-
#: admin/views/section_defaults.php:
|
969 |
msgid "User defined order of rules"
|
970 |
msgstr "La orden de encargo de las reglas"
|
971 |
|
972 |
-
#: admin/views/section_defaults.php:
|
973 |
-
msgid "Import your rules from this plugin into the
|
974 |
-
msgstr "Importe sus reglas desde este complemento al complemento
|
975 |
|
976 |
#: admin/views/section_errormsg.php:1
|
977 |
msgid "Error"
|
@@ -1095,7 +1099,7 @@ msgid "Manage featured images in a quick way"
|
|
1095 |
msgstr "Gestiona las imágenes destacadas de manera rápida"
|
1096 |
|
1097 |
#: admin/views/section_overview.php:89
|
1098 |
-
msgid "The
|
1099 |
msgstr "La Pro versión"
|
1100 |
|
1101 |
#: admin/views/section_results.php:1
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2019-11-06 13:37+0100\n"
|
8 |
+
"PO-Revision-Date: 2019-11-06 13:40+0100\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <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 2.2.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:215
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
28 |
"Establécelas, reemplázalas y bórralas a granel, en la lista de mensajes y "
|
29 |
"configurar imágenes por defecto para mensajes futuros."
|
30 |
|
31 |
+
#: admin/class-quick-featured-images-admin.php:278
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
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:484
|
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-columns.php:263
|
48 |
+
msgid "(external image)"
|
49 |
+
msgstr "(imagen externa)"
|
50 |
+
|
51 |
+
#: admin/class-quick-featured-images-columns.php:264
|
52 |
#, php-format
|
53 |
msgid "Change “%s”"
|
54 |
msgstr "Cambia “%s”"
|
55 |
|
56 |
+
#: admin/class-quick-featured-images-columns.php:265
|
|
|
57 |
#, php-format
|
58 |
msgid "Remove “%s”"
|
59 |
msgstr "Eliminar “%s”"
|
60 |
|
61 |
+
#: admin/class-quick-featured-images-columns.php:266
|
|
|
|
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Establecer imagen para “%s”"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:277
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "Restablece las imágenes destacadas"
|
69 |
|
70 |
+
#: admin/class-quick-featured-images-defaults.php:288
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr ""
|
73 |
"Establece las imágenes destacadas predeterminadas para los futuros posts"
|
74 |
|
75 |
+
#: admin/class-quick-featured-images-settings.php:232
|
76 |
msgid "Set the visibility of columns of featured images in posts lists"
|
77 |
msgstr ""
|
78 |
"Establece la visibilidad de las columnas de imágenes destacadas en las "
|
79 |
"listas de post"
|
80 |
|
81 |
+
#: admin/class-quick-featured-images-settings.php:382
|
82 |
msgid "Columns for featured images in posts lists"
|
83 |
msgstr "Las columnas para las imágenes destacadas en las listas de posts"
|
84 |
|
85 |
+
#: admin/class-quick-featured-images-settings.php:390
|
86 |
msgid "Show additional column for featured images in lists of"
|
87 |
msgstr ""
|
88 |
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
89 |
"de"
|
90 |
|
91 |
+
#: admin/class-quick-featured-images-settings.php:395
|
92 |
msgid "Posts list with image column"
|
93 |
msgstr ""
|
94 |
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
95 |
"de"
|
96 |
|
97 |
+
#: admin/class-quick-featured-images-settings.php:418
|
98 |
msgid "Visibility of the plugin"
|
99 |
msgstr "Visibilidad del plugin"
|
100 |
|
101 |
+
#: admin/class-quick-featured-images-settings.php:426
|
102 |
msgid "Which user role may see the plugin?"
|
103 |
msgstr "¿Qué rol de usuario puede ver el plugin?"
|
104 |
|
105 |
+
#: admin/class-quick-featured-images-settings.php:558
|
106 |
msgid ""
|
107 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
108 |
"post lists."
|
110 |
"Activa las casillas de verificación (los checkboxes) en cada tipo de "
|
111 |
"contenido para mostrar las columnas extras en las listas de post."
|
112 |
|
113 |
+
#: admin/class-quick-featured-images-settings.php:570
|
114 |
msgid "Minimum user role to see the plugin in the backend"
|
115 |
msgstr "Papel del usuario mínima para ver el plugin en el backend"
|
116 |
|
117 |
+
#: admin/class-quick-featured-images-settings.php:606
|
118 |
msgid "Select the minimum user role a user must have to see the plugin."
|
119 |
msgstr ""
|
120 |
"Selecciona el rol de usuario mínimo un usuario debe tener para ver el plugin."
|
121 |
|
122 |
+
#: admin/class-quick-featured-images-settings.php:611
|
123 |
#, php-format
|
124 |
msgid ""
|
125 |
"The rules as set in “%s” work on posts independently of this "
|
128 |
"Las normas que figuran en “%s” funciona en los mensajes "
|
129 |
"independientemente de este ajuste."
|
130 |
|
131 |
+
#: admin/class-quick-featured-images-settings.php:616
|
132 |
msgid ""
|
133 |
"This setting controls as well whether a user will see in an image column the "
|
134 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
138 |
"destacada con los enlaces de acción o sólo las imágenes destacadas. Para "
|
139 |
"controlar la columna usando la porción superior."
|
140 |
|
141 |
+
#: admin/class-quick-featured-images-settings.php:617
|
142 |
msgid "This page is accessible for administrators only."
|
143 |
msgstr "Esta página es accesible sólo para los administradores."
|
144 |
|
145 |
+
#: admin/class-quick-featured-images-settings.php:627
|
146 |
msgid ""
|
147 |
"The additional columns give you a quick overview about all used featured "
|
148 |
"images for every post. The Featured Image column is sortable."
|
151 |
"imágenes destacadas usadas por cada post La columna de la imagen destacada "
|
152 |
"es clasificable."
|
153 |
|
154 |
+
#: admin/class-quick-featured-images-settings.php:636
|
155 |
msgid "Controls which minimum user role can see the plugin."
|
156 |
msgstr "Controla qué papel mínimo el usuario puede ver el plugin."
|
157 |
|
158 |
+
#: admin/class-quick-featured-images-tools.php:473
|
159 |
#, php-format
|
160 |
msgid "Wrong image ID %d"
|
161 |
msgstr "La identificación de la imagen incorrecta ID %d"
|
162 |
|
163 |
+
#: admin/class-quick-featured-images-tools.php:575
|
164 |
msgid "Select"
|
165 |
msgstr "Selecciona"
|
166 |
|
167 |
+
#: admin/class-quick-featured-images-tools.php:576
|
168 |
msgid "Add filter"
|
169 |
msgstr "Añade el filtro"
|
170 |
|
171 |
+
#: admin/class-quick-featured-images-tools.php:577
|
172 |
msgid "Refine"
|
173 |
msgstr "Refinar"
|
174 |
|
175 |
+
#: admin/class-quick-featured-images-tools.php:578
|
176 |
msgid "Confirm"
|
177 |
msgstr "Confirmar"
|
178 |
|
179 |
+
#: admin/class-quick-featured-images-tools.php:579
|
180 |
msgid "Perform"
|
181 |
msgstr "Realizar"
|
182 |
|
183 |
+
#: admin/class-quick-featured-images-tools.php:583
|
184 |
msgid "Set the selected image as new featured image"
|
185 |
msgstr "Establece la imagen seleccionada como la imagen destacada nueva"
|
186 |
|
187 |
+
#: admin/class-quick-featured-images-tools.php:584
|
188 |
msgid "Replace featured images by the selected image"
|
189 |
msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
|
190 |
|
191 |
+
#: admin/class-quick-featured-images-tools.php:585
|
192 |
msgid "Remove the selected image as featured image"
|
193 |
msgstr "Elimina la imagen seleccionada como la imagen destacada"
|
194 |
|
195 |
+
#: admin/class-quick-featured-images-tools.php:588
|
196 |
msgid "Remove any image as featured image"
|
197 |
msgstr "Elimina cualquiera imagen como la imagen destacada"
|
198 |
|
199 |
+
#: admin/class-quick-featured-images-tools.php:589
|
200 |
msgid "Remove all featured images without existing image files"
|
201 |
msgstr ""
|
202 |
"Eliminar todas las imágenes destacadas sin archivos de imagen existentes"
|
203 |
|
204 |
+
#: admin/class-quick-featured-images-tools.php:592
|
205 |
msgid "Set multiple images randomly as featured images"
|
206 |
msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
|
207 |
|
208 |
+
#: admin/class-quick-featured-images-tools.php:596
|
209 |
msgid "Overwrite featured images"
|
210 |
msgstr "Sobrescribe las imágenes destacadas"
|
211 |
|
212 |
+
#: admin/class-quick-featured-images-tools.php:597
|
213 |
msgid "Consider only posts without any featured image"
|
214 |
msgstr "Considera solamente posts sin cualquier imagen destacada"
|
215 |
|
216 |
+
#: admin/class-quick-featured-images-tools.php:601
|
217 |
msgid "Post Type Filter"
|
218 |
msgstr "El filtro de tipo de contenido"
|
219 |
|
220 |
+
#: admin/class-quick-featured-images-tools.php:602
|
221 |
msgid "Category Filter"
|
222 |
msgstr "El filtro de la categoría"
|
223 |
|
224 |
+
#: admin/class-quick-featured-images-tools.php:603
|
225 |
msgid "Tag Filter"
|
226 |
msgstr "El filtro de las etiquetas"
|
227 |
|
228 |
+
#: admin/class-quick-featured-images-tools.php:632
|
229 |
msgid "Image width in pixels lower than"
|
230 |
msgstr "El tipo del campo personalizado"
|
231 |
|
232 |
+
#: admin/class-quick-featured-images-tools.php:633
|
233 |
msgid "Image height in pixels lower than"
|
234 |
msgstr "La altura de la imagen en píxeles es inferior al"
|
235 |
|
236 |
+
#: admin/class-quick-featured-images-tools.php:742
|
237 |
#, php-format
|
238 |
msgid "The input field %s is empty."
|
239 |
msgstr "El campo de entrada %s está vacío."
|
240 |
|
241 |
+
#: admin/class-quick-featured-images-tools.php:743
|
242 |
msgid "Type in a value into the input field."
|
243 |
msgstr "Escribe el valor en el campo de la entrada."
|
244 |
|
245 |
+
#: admin/class-quick-featured-images-tools.php:746
|
246 |
#, php-format
|
247 |
msgid "%s is not defined."
|
248 |
msgstr "%s no está definido."
|
249 |
|
250 |
+
#: admin/class-quick-featured-images-tools.php:747
|
251 |
msgid "Check how to define the value."
|
252 |
msgstr "Comprueba cómo definir el valor."
|
253 |
|
254 |
+
#: admin/class-quick-featured-images-tools.php:750
|
255 |
msgid "There is no selected image."
|
256 |
msgstr "No hay ninguna imagen seleccionada."
|
257 |
|
258 |
+
#: admin/class-quick-featured-images-tools.php:751
|
259 |
msgid "Select an image from the media library."
|
260 |
msgstr "Selecciona la imagen de Media library (la biblioteca multimedia)."
|
261 |
|
262 |
+
#: admin/class-quick-featured-images-tools.php:754
|
263 |
#: admin/views/section_image.php:51
|
264 |
msgid "You have not selected an action."
|
265 |
msgstr "No has seleccionado ninguna acción."
|
266 |
|
267 |
+
#: admin/class-quick-featured-images-tools.php:755
|
268 |
msgid "Start again and select which action you want to apply."
|
269 |
msgstr "Empieza de nuevo y selecciona la acción que quieres aplicar."
|
270 |
|
271 |
+
#: admin/class-quick-featured-images-tools.php:758
|
272 |
#, php-format
|
273 |
msgid "The input field %s has an invalid value."
|
274 |
msgstr "El valor del campo %s de la entrada es inválido."
|
275 |
|
276 |
+
#: admin/class-quick-featured-images-tools.php:759
|
277 |
msgid "Type in valid values in the input field."
|
278 |
msgstr "El valor del campo de la entrada es inválido."
|
279 |
|
280 |
+
#: admin/class-quick-featured-images-tools.php:763
|
281 |
msgid "Type in values stored by WordPress."
|
282 |
msgstr "Escribe los valores válidos en el campo de la entrada."
|
283 |
|
284 |
+
#: admin/class-quick-featured-images-tools.php:1932
|
285 |
msgid "Set, replace, remove"
|
286 |
msgstr "Establece, reemplaza, elimina"
|
287 |
|
288 |
+
#: admin/class-quick-featured-images-tools.php:1943
|
289 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
290 |
msgstr ""
|
291 |
"Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
|
292 |
"existentes"
|
293 |
|
294 |
+
#: admin/class-quick-featured-images-tools.php:2052
|
295 |
msgid "Bulk set as featured image"
|
296 |
msgstr "El bulk configurado como la imagen destacada"
|
297 |
|
507 |
msgid "Choose Images"
|
508 |
msgstr "Selecciona las imágenes"
|
509 |
|
510 |
+
#: admin/views/form_select.php:31 admin/views/form_start.php:121
|
511 |
msgid "Use CTRL for multiple choice"
|
512 |
msgstr "Utilice CTRL para selección múltiple"
|
513 |
|
540 |
"la opción Sobrescribe está marcada"
|
541 |
|
542 |
#: admin/views/form_select.php:72
|
543 |
+
msgid "There are two more options in the Pro version for random images:"
|
544 |
+
msgstr "Hay dos opciones más en la versión Pro para imágenes aleatorias:"
|
|
|
545 |
|
546 |
#: admin/views/form_select.php:74
|
547 |
msgid "Use each selected image only once"
|
553 |
|
554 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
555 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
556 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
557 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:91
|
558 |
+
msgid "Get the Pro version"
|
559 |
msgstr "Obtener la Pro versión"
|
560 |
|
561 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
562 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
563 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
564 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:90
|
565 |
+
#: admin/views/section_overview.php:91
|
566 |
msgid "/"
|
567 |
msgstr "/"
|
568 |
|
773 |
msgid "Do you want to assign the first image of each post?"
|
774 |
msgstr "¿Toma la primera imagen adjunta de post?"
|
775 |
|
776 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
777 |
+
msgid "Do you want to use external featured images, e.g. from a CDN?"
|
778 |
+
msgstr "¿Desea usar imágenes destacadas externas, p. de un CDN?"
|
779 |
+
|
780 |
#: admin/views/section_defaults.php:16
|
781 |
msgid "matches"
|
782 |
msgstr "coincide con"
|
805 |
"Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
|
806 |
"regla que es sólo parcialmente definida, será ignorada."
|
807 |
|
808 |
+
#: admin/views/section_defaults.php:236
|
809 |
msgid "An image overwrites an existing image"
|
810 |
msgstr "La imagen sobrescribe la imagen existente"
|
811 |
|
812 |
+
#: admin/views/section_defaults.php:240
|
813 |
msgid ""
|
814 |
"Activate to automatically overwrite an existing featured image while saving "
|
815 |
"a post"
|
817 |
"Actívalo para sobrescribir la imagen destacada existente mientras se está "
|
818 |
"guardando el post"
|
819 |
|
820 |
+
#: admin/views/section_defaults.php:242
|
821 |
msgid ""
|
822 |
"If activated the rule is used automatically while saving a post to overwrite "
|
823 |
"an existing featured image with the new one based on the following rules. Do "
|
828 |
"reglas siguientes. No uses esta función si quieres mantener el "
|
829 |
"establecimiento de las imágenes destacadas de forma manual."
|
830 |
|
831 |
+
#: admin/views/section_defaults.php:249
|
832 |
msgid "Text with images in WordPress editor"
|
833 |
msgstr "Los textos con imágenes en el editor de WordPress"
|
834 |
|
835 |
+
#: admin/views/section_defaults.php:253
|
836 |
msgid ""
|
837 |
"Activate to automatically use the first content image if available in the "
|
838 |
"media library as featured image while saving a post"
|
841 |
"disponible en Media Library como la imagen destacada mientras se está "
|
842 |
"guardando el post"
|
843 |
|
844 |
+
#: admin/views/section_defaults.php:255
|
845 |
msgid ""
|
846 |
"If activated the rule is used automatically while saving a post to set the "
|
847 |
"first content image - if available in the media library - as the featured "
|
854 |
"el post no tiene las imágenes del contenido se aplicarán las reglas "
|
855 |
"siguientes."
|
856 |
|
857 |
+
#: admin/views/section_defaults.php:256
|
858 |
msgid "For which post types should this rule be applied?"
|
859 |
msgstr "¿Para qué tipos de contenidos debe aplicarse esta regla?"
|
860 |
|
861 |
+
#: admin/views/section_defaults.php:283
|
862 |
msgid ""
|
863 |
"Select at least one post type, otherwise all post types will be considered."
|
864 |
msgstr ""
|
865 |
"Seleccione al menos un tipo de contenido, de lo contrario se considerarán "
|
866 |
"todos los tipos de contenidos."
|
867 |
|
868 |
+
#: admin/views/section_defaults.php:489
|
869 |
msgid "Add rule"
|
870 |
msgstr "Añade la regla"
|
871 |
|
872 |
+
#: admin/views/section_defaults.php:494
|
873 |
msgid "Are you sure to remove this rule?"
|
874 |
msgstr "¿Estás seguro de que deseas eliminar esta regla?"
|
875 |
|
876 |
+
#: admin/views/section_defaults.php:497
|
877 |
msgid "How the rules work"
|
878 |
msgstr "Cómo funcionan las reglas"
|
879 |
|
880 |
+
#: admin/views/section_defaults.php:498
|
881 |
msgid ""
|
882 |
"Every time you save a post the post get the featured image if one of the "
|
883 |
"following rules match a property of the post. You can also set rules for "
|
888 |
"establecer las reglas para las páginas y todos otros tipos de contenidos "
|
889 |
"actuales que soportan imágenes destacadas."
|
890 |
|
891 |
+
#: admin/views/section_defaults.php:499
|
892 |
msgid ""
|
893 |
"Regardless of the order in the list the rules are applied in the following "
|
894 |
"order until a rule and a property of the post fit together:"
|
896 |
"Independientemente del orden de la lista, las reglas se aplican en el orden "
|
897 |
"siguiente hasta que la regla y la propiedad encajen bien:"
|
898 |
|
899 |
+
#: admin/views/section_defaults.php:501
|
900 |
msgid "found first content image. If not then..."
|
901 |
msgstr "la primera imagen del contenido encontrada. Si no es así, entonces…."
|
902 |
|
903 |
+
#: admin/views/section_defaults.php:502
|
904 |
msgid "matched custom taxonomy. If not then..."
|
905 |
msgstr "la taxonomía correspondiente personalizada. Si no es así entonces…."
|
906 |
|
907 |
+
#: admin/views/section_defaults.php:503
|
908 |
msgid "matched tag. If not then..."
|
909 |
msgstr "la etiqueta correspondiente. Si no es así, entonces…."
|
910 |
|
911 |
+
#: admin/views/section_defaults.php:504
|
912 |
msgid "matched category. If not then..."
|
913 |
msgstr "la categoría correspondiente. Si no es así, entonces…."
|
914 |
|
915 |
+
#: admin/views/section_defaults.php:505
|
916 |
msgid "matched author. If not then..."
|
917 |
msgstr "el autor correspondiente. Si no es así, entonces….."
|
918 |
|
919 |
+
#: admin/views/section_defaults.php:506
|
920 |
msgid "matched post type. If not then..."
|
921 |
msgstr "el tipo de contenido correspondiente. Si no es así, entonces….."
|
922 |
|
923 |
+
#: admin/views/section_defaults.php:507
|
924 |
msgid "no featured image."
|
925 |
msgstr "no hay ninguna imagen destacada."
|
926 |
|
927 |
+
#: admin/views/section_defaults.php:509
|
928 |
msgid ""
|
929 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
930 |
"the post it is unforeseeable which image will become the featured image."
|
932 |
"Ten en cuenta que si dos reglas o más de misma taxonomía encajan en el post, "
|
933 |
"es imprevisible cual imagen llegará a ser la imagen destacada."
|
934 |
|
935 |
+
#: admin/views/section_defaults.php:510
|
936 |
+
msgid "Additional rules in the Pro version"
|
937 |
msgstr "Reglas adicionales en la Pro versión"
|
938 |
|
939 |
+
#: admin/views/section_defaults.php:512
|
940 |
msgid "Multiple images to set them randomly as featured image"
|
941 |
msgstr ""
|
942 |
"Múltiples imágenes para definirlas aleatoriamente como imagen destacada"
|
943 |
|
944 |
+
#: admin/views/section_defaults.php:513
|
945 |
msgid "Random featured images at each page load"
|
946 |
msgstr "Imágenes aleatorias en cada carga de página"
|
947 |
|
948 |
+
#: admin/views/section_defaults.php:514
|
949 |
msgid ""
|
950 |
"The first content image can be also an image from an external server to set "
|
951 |
"it as automated featured image"
|
953 |
"La primera imagen de contenido puede ser también una imagen desde un "
|
954 |
"servidor externo para configurarlo como automatizado imágen destacada"
|
955 |
|
956 |
+
#: admin/views/section_defaults.php:515
|
957 |
msgid ""
|
958 |
"Remove the first content image automatically after the featured image was "
|
959 |
"set successfully"
|
961 |
"Eliminar la primera imagen de contenido automáticamente después de que la "
|
962 |
"imagen destacada se haya configurado correctamente"
|
963 |
|
964 |
+
#: admin/views/section_defaults.php:516
|
965 |
msgid "Match with a search string in post title"
|
966 |
msgstr "El término de búsqueda en el título de la entrada"
|
967 |
|
968 |
+
#: admin/views/section_defaults.php:517
|
969 |
msgid "Match with a selected post format"
|
970 |
msgstr "Coincide con un formato de entrada seleccionado"
|
971 |
|
972 |
+
#: admin/views/section_defaults.php:518
|
973 |
msgid "User defined order of rules"
|
974 |
msgstr "La orden de encargo de las reglas"
|
975 |
|
976 |
+
#: admin/views/section_defaults.php:519
|
977 |
+
msgid "Import your rules from this plugin into the Pro plugin"
|
978 |
+
msgstr "Importe sus reglas desde este complemento al complemento Pro"
|
979 |
|
980 |
#: admin/views/section_errormsg.php:1
|
981 |
msgid "Error"
|
1099 |
msgstr "Gestiona las imágenes destacadas de manera rápida"
|
1100 |
|
1101 |
#: admin/views/section_overview.php:89
|
1102 |
+
msgid "The Pro version"
|
1103 |
msgstr "La Pro versión"
|
1104 |
|
1105 |
#: admin/views/section_results.php:1
|
languages/quick-featured-images-fr_FR.mo
CHANGED
Binary file
|
languages/quick-featured-images-fr_FR.po
CHANGED
@@ -4,22 +4,22 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: fr_FR\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 2.
|
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:
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
"supprimer en masse dans les listes d’articles, et installer les « images "
|
29 |
"mises en avant » par défaut pour les futurs articles."
|
30 |
|
31 |
-
#: admin/class-quick-featured-images-admin.php:
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
@@ -38,66 +38,66 @@ msgstr ""
|
|
38 |
"Ce plugin nécessite au minimum la version %s de WordPress. Il n'a donc pas "
|
39 |
"été activé. Pour l'utiliser, mettez WordPress à jour."
|
40 |
|
41 |
-
#: admin/class-quick-featured-images-admin.php:
|
42 |
#, php-format
|
43 |
msgid "Welcome to %s! You can find the plugin at %s."
|
44 |
msgstr "Bienvenue, %s! Vous pouvez trouver l’extension à %s."
|
45 |
|
46 |
-
#: admin/class-quick-featured-images-columns.php:
|
47 |
-
|
|
|
|
|
|
|
48 |
#, php-format
|
49 |
msgid "Change “%s”"
|
50 |
msgstr "Changer “%s”"
|
51 |
|
52 |
-
#: admin/class-quick-featured-images-columns.php:
|
53 |
-
#: admin/class-quick-featured-images-columns.php:457
|
54 |
#, php-format
|
55 |
msgid "Remove “%s”"
|
56 |
msgstr "Supprimer “%s”"
|
57 |
|
58 |
-
#: admin/class-quick-featured-images-columns.php:
|
59 |
-
#: admin/class-quick-featured-images-columns.php:377
|
60 |
-
#: admin/class-quick-featured-images-columns.php:529
|
61 |
#, php-format
|
62 |
msgid "Set image for “%s”"
|
63 |
msgstr "Définir l'image pour “%s”"
|
64 |
|
65 |
-
#: admin/class-quick-featured-images-defaults.php:
|
66 |
msgid "Preset Featured Images"
|
67 |
msgstr "Préparer les images en avant"
|
68 |
|
69 |
-
#: admin/class-quick-featured-images-defaults.php:
|
70 |
msgid "Set default featured images for future posts"
|
71 |
msgstr "Définir l’image en avant par défaut pour les futurs articles"
|
72 |
|
73 |
-
#: admin/class-quick-featured-images-settings.php:
|
74 |
msgid "Set the visibility of columns of featured images in posts lists"
|
75 |
msgstr ""
|
76 |
"Afficher la colonne « images mises en avant » dans la liste des articles"
|
77 |
|
78 |
-
#: admin/class-quick-featured-images-settings.php:
|
79 |
msgid "Columns for featured images in posts lists"
|
80 |
msgstr "Colonnes pour les « images mises en avant » dans les listes d’articles"
|
81 |
|
82 |
-
#: admin/class-quick-featured-images-settings.php:
|
83 |
msgid "Show additional column for featured images in lists of"
|
84 |
msgstr ""
|
85 |
"Afficher une colonne supplémentaire pour les \"images en avant\" dans les "
|
86 |
"listes de"
|
87 |
|
88 |
-
#: admin/class-quick-featured-images-settings.php:
|
89 |
msgid "Posts list with image column"
|
90 |
msgstr "Liste des articles avec la colonne d'images"
|
91 |
|
92 |
-
#: admin/class-quick-featured-images-settings.php:
|
93 |
msgid "Visibility of the plugin"
|
94 |
msgstr "Visibilité du plugin"
|
95 |
|
96 |
-
#: admin/class-quick-featured-images-settings.php:
|
97 |
msgid "Which user role may see the plugin?"
|
98 |
msgstr "Quel niveau d’utilisateur peut voir l’extension ?"
|
99 |
|
100 |
-
#: admin/class-quick-featured-images-settings.php:
|
101 |
msgid ""
|
102 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
103 |
"post lists."
|
@@ -105,17 +105,17 @@ msgstr ""
|
|
105 |
"Activer les checkboxes dans chaque type de contenu pour voir les colonnes "
|
106 |
"supplémentaires dans les listes d'articles."
|
107 |
|
108 |
-
#: admin/class-quick-featured-images-settings.php:
|
109 |
msgid "Minimum user role to see the plugin in the backend"
|
110 |
msgstr "Niveau minimum requis pour voir le plugin"
|
111 |
|
112 |
-
#: admin/class-quick-featured-images-settings.php:
|
113 |
msgid "Select the minimum user role a user must have to see the plugin."
|
114 |
msgstr ""
|
115 |
"Sélectionner le niveau minimum que doit avoir l'utilisateur pour voir le "
|
116 |
"plugin."
|
117 |
|
118 |
-
#: admin/class-quick-featured-images-settings.php:
|
119 |
#, php-format
|
120 |
msgid ""
|
121 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -124,7 +124,7 @@ msgstr ""
|
|
124 |
"Les règles telles que définies à “%s” sont appliquées aux "
|
125 |
"articles indépendement de ce règlage."
|
126 |
|
127 |
-
#: admin/class-quick-featured-images-settings.php:
|
128 |
msgid ""
|
129 |
"This setting controls as well whether a user will see in an image column the "
|
130 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -134,11 +134,11 @@ msgstr ""
|
|
134 |
"modification dans la colonne d'images, ou bien la vignette seule. Pour "
|
135 |
"afficher/supprimer la colonne d'images, utiliser la section ci-dessus."
|
136 |
|
137 |
-
#: admin/class-quick-featured-images-settings.php:
|
138 |
msgid "This page is accessible for administrators only."
|
139 |
msgstr "Cette page est accessible uniquement aux administrateurs."
|
140 |
|
141 |
-
#: admin/class-quick-featured-images-settings.php:
|
142 |
msgid ""
|
143 |
"The additional columns give you a quick overview about all used featured "
|
144 |
"images for every post. The Featured Image column is sortable."
|
@@ -146,146 +146,146 @@ msgstr ""
|
|
146 |
"Les colonnes additionnelles vous montrent les \"images en avant\"pour chaque "
|
147 |
"article. La colonne de l' \"image en avant\" peut être tréee."
|
148 |
|
149 |
-
#: admin/class-quick-featured-images-settings.php:
|
150 |
msgid "Controls which minimum user role can see the plugin."
|
151 |
msgstr "Controle quels niveaux d'autorisation peuvent voir le plugin."
|
152 |
|
153 |
-
#: admin/class-quick-featured-images-tools.php:
|
154 |
#, php-format
|
155 |
msgid "Wrong image ID %d"
|
156 |
msgstr "Numéro d'image %d invalide"
|
157 |
|
158 |
-
#: admin/class-quick-featured-images-tools.php:
|
159 |
msgid "Select"
|
160 |
msgstr "Sélectionner"
|
161 |
|
162 |
-
#: admin/class-quick-featured-images-tools.php:
|
163 |
msgid "Add filter"
|
164 |
msgstr "Ajouter un filtre"
|
165 |
|
166 |
-
#: admin/class-quick-featured-images-tools.php:
|
167 |
msgid "Refine"
|
168 |
msgstr "Peaufiner"
|
169 |
|
170 |
-
#: admin/class-quick-featured-images-tools.php:
|
171 |
msgid "Confirm"
|
172 |
msgstr "Valider"
|
173 |
|
174 |
-
#: admin/class-quick-featured-images-tools.php:
|
175 |
msgid "Perform"
|
176 |
msgstr "Exécuter"
|
177 |
|
178 |
-
#: admin/class-quick-featured-images-tools.php:
|
179 |
msgid "Set the selected image as new featured image"
|
180 |
msgstr "Installer l'image sélectionnée comme nouvelle image en avant"
|
181 |
|
182 |
-
#: admin/class-quick-featured-images-tools.php:
|
183 |
msgid "Replace featured images by the selected image"
|
184 |
msgstr "Remplacer les \"images en avant\" par l'image sélectionnée"
|
185 |
|
186 |
-
#: admin/class-quick-featured-images-tools.php:
|
187 |
msgid "Remove the selected image as featured image"
|
188 |
msgstr "Supprimer \"image en avant\" selectionnée"
|
189 |
|
190 |
-
#: admin/class-quick-featured-images-tools.php:
|
191 |
msgid "Remove any image as featured image"
|
192 |
msgstr "Supprimer toutes les images en avant"
|
193 |
|
194 |
-
#: admin/class-quick-featured-images-tools.php:
|
195 |
msgid "Remove all featured images without existing image files"
|
196 |
msgstr "Retirer les « images mises en avant » sans fichier image"
|
197 |
|
198 |
-
#: admin/class-quick-featured-images-tools.php:
|
199 |
msgid "Set multiple images randomly as featured images"
|
200 |
msgstr "Installer au hasard des images comme images en avant"
|
201 |
|
202 |
-
#: admin/class-quick-featured-images-tools.php:
|
203 |
msgid "Overwrite featured images"
|
204 |
msgstr "Remplacer les images en avant"
|
205 |
|
206 |
-
#: admin/class-quick-featured-images-tools.php:
|
207 |
msgid "Consider only posts without any featured image"
|
208 |
msgstr "Ne considérer que les articles sans image en avant"
|
209 |
|
210 |
-
#: admin/class-quick-featured-images-tools.php:
|
211 |
msgid "Post Type Filter"
|
212 |
msgstr "Filtre de type de contenu"
|
213 |
|
214 |
-
#: admin/class-quick-featured-images-tools.php:
|
215 |
msgid "Category Filter"
|
216 |
msgstr "Filtre de catégorie"
|
217 |
|
218 |
-
#: admin/class-quick-featured-images-tools.php:
|
219 |
msgid "Tag Filter"
|
220 |
msgstr "Filtre d'étiquette"
|
221 |
|
222 |
-
#: admin/class-quick-featured-images-tools.php:
|
223 |
msgid "Image width in pixels lower than"
|
224 |
msgstr "Largeur d'image en pixels inférieure à"
|
225 |
|
226 |
-
#: admin/class-quick-featured-images-tools.php:
|
227 |
msgid "Image height in pixels lower than"
|
228 |
msgstr "Hauteur d'image en pixels inférieure à"
|
229 |
|
230 |
-
#: admin/class-quick-featured-images-tools.php:
|
231 |
#, php-format
|
232 |
msgid "The input field %s is empty."
|
233 |
msgstr "Le champ %s est vide."
|
234 |
|
235 |
-
#: admin/class-quick-featured-images-tools.php:
|
236 |
msgid "Type in a value into the input field."
|
237 |
msgstr "Entrer une valeur dans le champ de saisie."
|
238 |
|
239 |
-
#: admin/class-quick-featured-images-tools.php:
|
240 |
#, php-format
|
241 |
msgid "%s is not defined."
|
242 |
msgstr "%s n'est pas défini."
|
243 |
|
244 |
-
#: admin/class-quick-featured-images-tools.php:
|
245 |
msgid "Check how to define the value."
|
246 |
msgstr "Voir comment définir la valeur."
|
247 |
|
248 |
-
#: admin/class-quick-featured-images-tools.php:
|
249 |
msgid "There is no selected image."
|
250 |
msgstr "Pas d'image sélectionnée."
|
251 |
|
252 |
-
#: admin/class-quick-featured-images-tools.php:
|
253 |
msgid "Select an image from the media library."
|
254 |
msgstr "Choisir une image dans la bibliothèque de médias."
|
255 |
|
256 |
-
#: admin/class-quick-featured-images-tools.php:
|
257 |
#: admin/views/section_image.php:51
|
258 |
msgid "You have not selected an action."
|
259 |
msgstr "Vous n'avez pas fait de choix d'action."
|
260 |
|
261 |
-
#: admin/class-quick-featured-images-tools.php:
|
262 |
msgid "Start again and select which action you want to apply."
|
263 |
msgstr "Recommencer et choisir une action a effectuer."
|
264 |
|
265 |
-
#: admin/class-quick-featured-images-tools.php:
|
266 |
#, php-format
|
267 |
msgid "The input field %s has an invalid value."
|
268 |
msgstr "Valeur incorrecte dans le champ %s."
|
269 |
|
270 |
-
#: admin/class-quick-featured-images-tools.php:
|
271 |
msgid "Type in valid values in the input field."
|
272 |
msgstr "Entrez une valeur correcte."
|
273 |
|
274 |
-
#: admin/class-quick-featured-images-tools.php:
|
275 |
msgid "Type in values stored by WordPress."
|
276 |
msgstr "Indiquez dans les valeurs de WordPress."
|
277 |
|
278 |
-
#: admin/class-quick-featured-images-tools.php:
|
279 |
msgid "Set, replace, remove"
|
280 |
msgstr "Definir, remplacer, supprimer"
|
281 |
|
282 |
-
#: admin/class-quick-featured-images-tools.php:
|
283 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
284 |
msgstr ""
|
285 |
"Traitement en masse: Installation, remplacement, suppression d'images en "
|
286 |
"avant dans des articles existants"
|
287 |
|
288 |
-
#: admin/class-quick-featured-images-tools.php:
|
289 |
msgid "Bulk set as featured image"
|
290 |
msgstr "Traitement en masse: Installation comme images en avant"
|
291 |
|
@@ -503,7 +503,7 @@ msgstr ""
|
|
503 |
msgid "Choose Images"
|
504 |
msgstr "Choisir les images"
|
505 |
|
506 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:
|
507 |
msgid "Use CTRL for multiple choice"
|
508 |
msgstr "Utilisez CTRL pour un choix multiple"
|
509 |
|
@@ -536,9 +536,9 @@ msgstr ""
|
|
536 |
"Remplacer est sélectionnée"
|
537 |
|
538 |
#: admin/views/form_select.php:72
|
539 |
-
msgid "There are two more options in the
|
540 |
msgstr ""
|
541 |
-
"Il existe deux autres options dans la version
|
542 |
"aléatoires :"
|
543 |
|
544 |
#: admin/views/form_select.php:74
|
@@ -553,15 +553,16 @@ msgstr ""
|
|
553 |
|
554 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
555 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
556 |
-
#: admin/views/
|
557 |
-
#: admin/views/section_overview.php:91
|
558 |
-
msgid "Get the
|
559 |
-
msgstr "Obtenez la version
|
560 |
|
561 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
562 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
563 |
-
#: admin/views/
|
564 |
-
#: admin/views/
|
|
|
565 |
msgid "/"
|
566 |
msgstr "/"
|
567 |
|
@@ -764,6 +765,10 @@ msgstr "Ces actions ne nécessitent pas de sélectionner une image."
|
|
764 |
msgid "Do you want to assign the first image of each post?"
|
765 |
msgstr "Voulez-vous attribuer la première image de chaque contenu ?"
|
766 |
|
|
|
|
|
|
|
|
|
767 |
#: admin/views/section_defaults.php:16
|
768 |
msgid "matches"
|
769 |
msgstr "corresponds"
|
@@ -792,11 +797,11 @@ msgstr ""
|
|
792 |
"Pour utiliser une règle choisissez l'image et définissez la taxonomie et la "
|
793 |
"valeur, faute de quoi la règle sera ignorée."
|
794 |
|
795 |
-
#: admin/views/section_defaults.php:
|
796 |
msgid "An image overwrites an existing image"
|
797 |
msgstr "Une image remplace une image existante"
|
798 |
|
799 |
-
#: admin/views/section_defaults.php:
|
800 |
msgid ""
|
801 |
"Activate to automatically overwrite an existing featured image while saving "
|
802 |
"a post"
|
@@ -804,7 +809,7 @@ msgstr ""
|
|
804 |
"Activer pour remplacer automatiquement une image en avant existante lors de "
|
805 |
"la sauvegarde de l'article"
|
806 |
|
807 |
-
#: admin/views/section_defaults.php:
|
808 |
msgid ""
|
809 |
"If activated the rule is used automatically while saving a post to overwrite "
|
810 |
"an existing featured image with the new one based on the following rules. Do "
|
@@ -815,11 +820,11 @@ msgstr ""
|
|
815 |
"sauvegarde d'un article. Ne l'utilisez pas si vous voulez garder l'image en "
|
816 |
"avant présente."
|
817 |
|
818 |
-
#: admin/views/section_defaults.php:
|
819 |
msgid "Text with images in WordPress editor"
|
820 |
msgstr "Texte avec des images dans l'editeur WordPress"
|
821 |
|
822 |
-
#: admin/views/section_defaults.php:
|
823 |
msgid ""
|
824 |
"Activate to automatically use the first content image if available in the "
|
825 |
"media library as featured image while saving a post"
|
@@ -828,7 +833,7 @@ msgstr ""
|
|
828 |
"disponible dans la bibliothèque multimédia comme image mise en avant lors de "
|
829 |
"la sauvegarde d'une publication."
|
830 |
|
831 |
-
#: admin/views/section_defaults.php:
|
832 |
msgid ""
|
833 |
"If activated the rule is used automatically while saving a post to set the "
|
834 |
"first content image - if available in the media library - as the featured "
|
@@ -841,30 +846,30 @@ msgstr ""
|
|
841 |
"publication. Si la publication n’a pas d’images de contenu, les règles "
|
842 |
"suivantes seront appliquées."
|
843 |
|
844 |
-
#: admin/views/section_defaults.php:
|
845 |
msgid "For which post types should this rule be applied?"
|
846 |
msgstr "À quels types de contenu cette règle doit-elle être appliquée ?"
|
847 |
|
848 |
-
#: admin/views/section_defaults.php:
|
849 |
msgid ""
|
850 |
"Select at least one post type, otherwise all post types will be considered."
|
851 |
msgstr ""
|
852 |
"Sélectionnez au moins un type de contenu, sinon tous les types de contenu "
|
853 |
"seront pris en compte."
|
854 |
|
855 |
-
#: admin/views/section_defaults.php:
|
856 |
msgid "Add rule"
|
857 |
msgstr "Ajouter une règle"
|
858 |
|
859 |
-
#: admin/views/section_defaults.php:
|
860 |
msgid "Are you sure to remove this rule?"
|
861 |
msgstr "Voulez-vous vraiment retirer cette règle ?"
|
862 |
|
863 |
-
#: admin/views/section_defaults.php:
|
864 |
msgid "How the rules work"
|
865 |
msgstr "Comment fonctionnent les règles"
|
866 |
|
867 |
-
#: admin/views/section_defaults.php:
|
868 |
msgid ""
|
869 |
"Every time you save a post the post get the featured image if one of the "
|
870 |
"following rules match a property of the post. You can also set rules for "
|
@@ -876,7 +881,7 @@ msgstr ""
|
|
876 |
"les autres types de messages actuels qui prennent en charge les images mises "
|
877 |
"en avant."
|
878 |
|
879 |
-
#: admin/views/section_defaults.php:
|
880 |
msgid ""
|
881 |
"Regardless of the order in the list the rules are applied in the following "
|
882 |
"order until a rule and a property of the post fit together:"
|
@@ -884,35 +889,35 @@ msgstr ""
|
|
884 |
"Quelque soit l'ordre dans la liste, les règles sont appliquées dans l'ordre "
|
885 |
"jusqu'à ce que la condition nécessaire soit remplie:"
|
886 |
|
887 |
-
#: admin/views/section_defaults.php:
|
888 |
msgid "found first content image. If not then..."
|
889 |
msgstr "a trouvé la première image du contenu. Sinon..."
|
890 |
|
891 |
-
#: admin/views/section_defaults.php:
|
892 |
msgid "matched custom taxonomy. If not then..."
|
893 |
msgstr "a correspondu avec la taxinomie voulue. Sinon..."
|
894 |
|
895 |
-
#: admin/views/section_defaults.php:
|
896 |
msgid "matched tag. If not then..."
|
897 |
msgstr "a correspondu avec l'étiquette. Sinon..."
|
898 |
|
899 |
-
#: admin/views/section_defaults.php:
|
900 |
msgid "matched category. If not then..."
|
901 |
msgstr "a correspondu avec la catégorie. Sinon..."
|
902 |
|
903 |
-
#: admin/views/section_defaults.php:
|
904 |
msgid "matched author. If not then..."
|
905 |
msgstr "a correspondu avec l'auteur. Sinon..."
|
906 |
|
907 |
-
#: admin/views/section_defaults.php:
|
908 |
msgid "matched post type. If not then..."
|
909 |
msgstr "a correspondu avec le type de contenu. Sinon..."
|
910 |
|
911 |
-
#: admin/views/section_defaults.php:
|
912 |
msgid "no featured image."
|
913 |
msgstr "aucune image mise en avant."
|
914 |
|
915 |
-
#: admin/views/section_defaults.php:
|
916 |
msgid ""
|
917 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
918 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -921,22 +926,22 @@ msgstr ""
|
|
921 |
"correspondaient à l’article, il est imprévisible de savoir quelle image sera "
|
922 |
"installée comme image mise en avant."
|
923 |
|
924 |
-
#: admin/views/section_defaults.php:
|
925 |
-
msgid "Additional rules in the
|
926 |
-
msgstr "Règles supplémentaires dans la version
|
927 |
|
928 |
-
#: admin/views/section_defaults.php:
|
929 |
msgid "Multiple images to set them randomly as featured image"
|
930 |
msgstr ""
|
931 |
"Plusieurs images pour les définir de manière aléatoire comme image mise en "
|
932 |
"avant"
|
933 |
|
934 |
-
#: admin/views/section_defaults.php:
|
935 |
msgid "Random featured images at each page load"
|
936 |
msgstr ""
|
937 |
"Des images mises en avant sélectionnées au hasard à chaque chargement de page"
|
938 |
|
939 |
-
#: admin/views/section_defaults.php:
|
940 |
msgid ""
|
941 |
"The first content image can be also an image from an external server to set "
|
942 |
"it as automated featured image"
|
@@ -944,7 +949,7 @@ msgstr ""
|
|
944 |
"La première image du contenu peut également être une image à partir d’un "
|
945 |
"serveur externe pour la configurer comme image mise en avant automatique"
|
946 |
|
947 |
-
#: admin/views/section_defaults.php:
|
948 |
msgid ""
|
949 |
"Remove the first content image automatically after the featured image was "
|
950 |
"set successfully"
|
@@ -952,22 +957,22 @@ msgstr ""
|
|
952 |
"Retirer la première image de contenu automatiquement après que l’image mise "
|
953 |
"en avant a bien été définie."
|
954 |
|
955 |
-
#: admin/views/section_defaults.php:
|
956 |
msgid "Match with a search string in post title"
|
957 |
msgstr ""
|
958 |
"Faites correspondre avec une recherche de chaîne dans le titre de l’article."
|
959 |
|
960 |
-
#: admin/views/section_defaults.php:
|
961 |
msgid "Match with a selected post format"
|
962 |
msgstr "Faire correspondre avec un format d’article sélectionné"
|
963 |
|
964 |
-
#: admin/views/section_defaults.php:
|
965 |
msgid "User defined order of rules"
|
966 |
msgstr "Ordre des règles défini par l’utilisateur"
|
967 |
|
968 |
-
#: admin/views/section_defaults.php:
|
969 |
-
msgid "Import your rules from this plugin into the
|
970 |
-
msgstr "Importez vos règles depuis cette extension vers la version
|
971 |
|
972 |
#: admin/views/section_errormsg.php:1
|
973 |
msgid "Error"
|
@@ -1092,8 +1097,8 @@ msgid "Manage featured images in a quick way"
|
|
1092 |
msgstr "Gérer les images en avant de manière rapide"
|
1093 |
|
1094 |
#: admin/views/section_overview.php:89
|
1095 |
-
msgid "The
|
1096 |
-
msgstr "La version
|
1097 |
|
1098 |
#: admin/views/section_results.php:1
|
1099 |
msgid "Results of the action"
|
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: 2019-11-06 13:40+0100\n"
|
8 |
+
"PO-Revision-Date: 2019-11-06 13:42+0100\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: fr_FR\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 2.2.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:215
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
28 |
"supprimer en masse dans les listes d’articles, et installer les « images "
|
29 |
"mises en avant » par défaut pour les futurs articles."
|
30 |
|
31 |
+
#: admin/class-quick-featured-images-admin.php:278
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
38 |
"Ce plugin nécessite au minimum la version %s de WordPress. Il n'a donc pas "
|
39 |
"été activé. Pour l'utiliser, mettez WordPress à jour."
|
40 |
|
41 |
+
#: admin/class-quick-featured-images-admin.php:484
|
42 |
#, php-format
|
43 |
msgid "Welcome to %s! You can find the plugin at %s."
|
44 |
msgstr "Bienvenue, %s! Vous pouvez trouver l’extension à %s."
|
45 |
|
46 |
+
#: admin/class-quick-featured-images-columns.php:263
|
47 |
+
msgid "(external image)"
|
48 |
+
msgstr "(image externe)"
|
49 |
+
|
50 |
+
#: admin/class-quick-featured-images-columns.php:264
|
51 |
#, php-format
|
52 |
msgid "Change “%s”"
|
53 |
msgstr "Changer “%s”"
|
54 |
|
55 |
+
#: admin/class-quick-featured-images-columns.php:265
|
|
|
56 |
#, php-format
|
57 |
msgid "Remove “%s”"
|
58 |
msgstr "Supprimer “%s”"
|
59 |
|
60 |
+
#: admin/class-quick-featured-images-columns.php:266
|
|
|
|
|
61 |
#, php-format
|
62 |
msgid "Set image for “%s”"
|
63 |
msgstr "Définir l'image pour “%s”"
|
64 |
|
65 |
+
#: admin/class-quick-featured-images-defaults.php:277
|
66 |
msgid "Preset Featured Images"
|
67 |
msgstr "Préparer les images en avant"
|
68 |
|
69 |
+
#: admin/class-quick-featured-images-defaults.php:288
|
70 |
msgid "Set default featured images for future posts"
|
71 |
msgstr "Définir l’image en avant par défaut pour les futurs articles"
|
72 |
|
73 |
+
#: admin/class-quick-featured-images-settings.php:232
|
74 |
msgid "Set the visibility of columns of featured images in posts lists"
|
75 |
msgstr ""
|
76 |
"Afficher la colonne « images mises en avant » dans la liste des articles"
|
77 |
|
78 |
+
#: admin/class-quick-featured-images-settings.php:382
|
79 |
msgid "Columns for featured images in posts lists"
|
80 |
msgstr "Colonnes pour les « images mises en avant » dans les listes d’articles"
|
81 |
|
82 |
+
#: admin/class-quick-featured-images-settings.php:390
|
83 |
msgid "Show additional column for featured images in lists of"
|
84 |
msgstr ""
|
85 |
"Afficher une colonne supplémentaire pour les \"images en avant\" dans les "
|
86 |
"listes de"
|
87 |
|
88 |
+
#: admin/class-quick-featured-images-settings.php:395
|
89 |
msgid "Posts list with image column"
|
90 |
msgstr "Liste des articles avec la colonne d'images"
|
91 |
|
92 |
+
#: admin/class-quick-featured-images-settings.php:418
|
93 |
msgid "Visibility of the plugin"
|
94 |
msgstr "Visibilité du plugin"
|
95 |
|
96 |
+
#: admin/class-quick-featured-images-settings.php:426
|
97 |
msgid "Which user role may see the plugin?"
|
98 |
msgstr "Quel niveau d’utilisateur peut voir l’extension ?"
|
99 |
|
100 |
+
#: admin/class-quick-featured-images-settings.php:558
|
101 |
msgid ""
|
102 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
103 |
"post lists."
|
105 |
"Activer les checkboxes dans chaque type de contenu pour voir les colonnes "
|
106 |
"supplémentaires dans les listes d'articles."
|
107 |
|
108 |
+
#: admin/class-quick-featured-images-settings.php:570
|
109 |
msgid "Minimum user role to see the plugin in the backend"
|
110 |
msgstr "Niveau minimum requis pour voir le plugin"
|
111 |
|
112 |
+
#: admin/class-quick-featured-images-settings.php:606
|
113 |
msgid "Select the minimum user role a user must have to see the plugin."
|
114 |
msgstr ""
|
115 |
"Sélectionner le niveau minimum que doit avoir l'utilisateur pour voir le "
|
116 |
"plugin."
|
117 |
|
118 |
+
#: admin/class-quick-featured-images-settings.php:611
|
119 |
#, php-format
|
120 |
msgid ""
|
121 |
"The rules as set in “%s” work on posts independently of this "
|
124 |
"Les règles telles que définies à “%s” sont appliquées aux "
|
125 |
"articles indépendement de ce règlage."
|
126 |
|
127 |
+
#: admin/class-quick-featured-images-settings.php:616
|
128 |
msgid ""
|
129 |
"This setting controls as well whether a user will see in an image column the "
|
130 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
134 |
"modification dans la colonne d'images, ou bien la vignette seule. Pour "
|
135 |
"afficher/supprimer la colonne d'images, utiliser la section ci-dessus."
|
136 |
|
137 |
+
#: admin/class-quick-featured-images-settings.php:617
|
138 |
msgid "This page is accessible for administrators only."
|
139 |
msgstr "Cette page est accessible uniquement aux administrateurs."
|
140 |
|
141 |
+
#: admin/class-quick-featured-images-settings.php:627
|
142 |
msgid ""
|
143 |
"The additional columns give you a quick overview about all used featured "
|
144 |
"images for every post. The Featured Image column is sortable."
|
146 |
"Les colonnes additionnelles vous montrent les \"images en avant\"pour chaque "
|
147 |
"article. La colonne de l' \"image en avant\" peut être tréee."
|
148 |
|
149 |
+
#: admin/class-quick-featured-images-settings.php:636
|
150 |
msgid "Controls which minimum user role can see the plugin."
|
151 |
msgstr "Controle quels niveaux d'autorisation peuvent voir le plugin."
|
152 |
|
153 |
+
#: admin/class-quick-featured-images-tools.php:473
|
154 |
#, php-format
|
155 |
msgid "Wrong image ID %d"
|
156 |
msgstr "Numéro d'image %d invalide"
|
157 |
|
158 |
+
#: admin/class-quick-featured-images-tools.php:575
|
159 |
msgid "Select"
|
160 |
msgstr "Sélectionner"
|
161 |
|
162 |
+
#: admin/class-quick-featured-images-tools.php:576
|
163 |
msgid "Add filter"
|
164 |
msgstr "Ajouter un filtre"
|
165 |
|
166 |
+
#: admin/class-quick-featured-images-tools.php:577
|
167 |
msgid "Refine"
|
168 |
msgstr "Peaufiner"
|
169 |
|
170 |
+
#: admin/class-quick-featured-images-tools.php:578
|
171 |
msgid "Confirm"
|
172 |
msgstr "Valider"
|
173 |
|
174 |
+
#: admin/class-quick-featured-images-tools.php:579
|
175 |
msgid "Perform"
|
176 |
msgstr "Exécuter"
|
177 |
|
178 |
+
#: admin/class-quick-featured-images-tools.php:583
|
179 |
msgid "Set the selected image as new featured image"
|
180 |
msgstr "Installer l'image sélectionnée comme nouvelle image en avant"
|
181 |
|
182 |
+
#: admin/class-quick-featured-images-tools.php:584
|
183 |
msgid "Replace featured images by the selected image"
|
184 |
msgstr "Remplacer les \"images en avant\" par l'image sélectionnée"
|
185 |
|
186 |
+
#: admin/class-quick-featured-images-tools.php:585
|
187 |
msgid "Remove the selected image as featured image"
|
188 |
msgstr "Supprimer \"image en avant\" selectionnée"
|
189 |
|
190 |
+
#: admin/class-quick-featured-images-tools.php:588
|
191 |
msgid "Remove any image as featured image"
|
192 |
msgstr "Supprimer toutes les images en avant"
|
193 |
|
194 |
+
#: admin/class-quick-featured-images-tools.php:589
|
195 |
msgid "Remove all featured images without existing image files"
|
196 |
msgstr "Retirer les « images mises en avant » sans fichier image"
|
197 |
|
198 |
+
#: admin/class-quick-featured-images-tools.php:592
|
199 |
msgid "Set multiple images randomly as featured images"
|
200 |
msgstr "Installer au hasard des images comme images en avant"
|
201 |
|
202 |
+
#: admin/class-quick-featured-images-tools.php:596
|
203 |
msgid "Overwrite featured images"
|
204 |
msgstr "Remplacer les images en avant"
|
205 |
|
206 |
+
#: admin/class-quick-featured-images-tools.php:597
|
207 |
msgid "Consider only posts without any featured image"
|
208 |
msgstr "Ne considérer que les articles sans image en avant"
|
209 |
|
210 |
+
#: admin/class-quick-featured-images-tools.php:601
|
211 |
msgid "Post Type Filter"
|
212 |
msgstr "Filtre de type de contenu"
|
213 |
|
214 |
+
#: admin/class-quick-featured-images-tools.php:602
|
215 |
msgid "Category Filter"
|
216 |
msgstr "Filtre de catégorie"
|
217 |
|
218 |
+
#: admin/class-quick-featured-images-tools.php:603
|
219 |
msgid "Tag Filter"
|
220 |
msgstr "Filtre d'étiquette"
|
221 |
|
222 |
+
#: admin/class-quick-featured-images-tools.php:632
|
223 |
msgid "Image width in pixels lower than"
|
224 |
msgstr "Largeur d'image en pixels inférieure à"
|
225 |
|
226 |
+
#: admin/class-quick-featured-images-tools.php:633
|
227 |
msgid "Image height in pixels lower than"
|
228 |
msgstr "Hauteur d'image en pixels inférieure à"
|
229 |
|
230 |
+
#: admin/class-quick-featured-images-tools.php:742
|
231 |
#, php-format
|
232 |
msgid "The input field %s is empty."
|
233 |
msgstr "Le champ %s est vide."
|
234 |
|
235 |
+
#: admin/class-quick-featured-images-tools.php:743
|
236 |
msgid "Type in a value into the input field."
|
237 |
msgstr "Entrer une valeur dans le champ de saisie."
|
238 |
|
239 |
+
#: admin/class-quick-featured-images-tools.php:746
|
240 |
#, php-format
|
241 |
msgid "%s is not defined."
|
242 |
msgstr "%s n'est pas défini."
|
243 |
|
244 |
+
#: admin/class-quick-featured-images-tools.php:747
|
245 |
msgid "Check how to define the value."
|
246 |
msgstr "Voir comment définir la valeur."
|
247 |
|
248 |
+
#: admin/class-quick-featured-images-tools.php:750
|
249 |
msgid "There is no selected image."
|
250 |
msgstr "Pas d'image sélectionnée."
|
251 |
|
252 |
+
#: admin/class-quick-featured-images-tools.php:751
|
253 |
msgid "Select an image from the media library."
|
254 |
msgstr "Choisir une image dans la bibliothèque de médias."
|
255 |
|
256 |
+
#: admin/class-quick-featured-images-tools.php:754
|
257 |
#: admin/views/section_image.php:51
|
258 |
msgid "You have not selected an action."
|
259 |
msgstr "Vous n'avez pas fait de choix d'action."
|
260 |
|
261 |
+
#: admin/class-quick-featured-images-tools.php:755
|
262 |
msgid "Start again and select which action you want to apply."
|
263 |
msgstr "Recommencer et choisir une action a effectuer."
|
264 |
|
265 |
+
#: admin/class-quick-featured-images-tools.php:758
|
266 |
#, php-format
|
267 |
msgid "The input field %s has an invalid value."
|
268 |
msgstr "Valeur incorrecte dans le champ %s."
|
269 |
|
270 |
+
#: admin/class-quick-featured-images-tools.php:759
|
271 |
msgid "Type in valid values in the input field."
|
272 |
msgstr "Entrez une valeur correcte."
|
273 |
|
274 |
+
#: admin/class-quick-featured-images-tools.php:763
|
275 |
msgid "Type in values stored by WordPress."
|
276 |
msgstr "Indiquez dans les valeurs de WordPress."
|
277 |
|
278 |
+
#: admin/class-quick-featured-images-tools.php:1932
|
279 |
msgid "Set, replace, remove"
|
280 |
msgstr "Definir, remplacer, supprimer"
|
281 |
|
282 |
+
#: admin/class-quick-featured-images-tools.php:1943
|
283 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
284 |
msgstr ""
|
285 |
"Traitement en masse: Installation, remplacement, suppression d'images en "
|
286 |
"avant dans des articles existants"
|
287 |
|
288 |
+
#: admin/class-quick-featured-images-tools.php:2052
|
289 |
msgid "Bulk set as featured image"
|
290 |
msgstr "Traitement en masse: Installation comme images en avant"
|
291 |
|
503 |
msgid "Choose Images"
|
504 |
msgstr "Choisir les images"
|
505 |
|
506 |
+
#: admin/views/form_select.php:31 admin/views/form_start.php:121
|
507 |
msgid "Use CTRL for multiple choice"
|
508 |
msgstr "Utilisez CTRL pour un choix multiple"
|
509 |
|
536 |
"Remplacer est sélectionnée"
|
537 |
|
538 |
#: admin/views/form_select.php:72
|
539 |
+
msgid "There are two more options in the Pro version for random images:"
|
540 |
msgstr ""
|
541 |
+
"Il existe deux autres options dans la version Pro pour les images "
|
542 |
"aléatoires :"
|
543 |
|
544 |
#: admin/views/form_select.php:74
|
553 |
|
554 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
555 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
556 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
557 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:91
|
558 |
+
msgid "Get the Pro version"
|
559 |
+
msgstr "Obtenez la version Pro"
|
560 |
|
561 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
562 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
563 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
564 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:90
|
565 |
+
#: admin/views/section_overview.php:91
|
566 |
msgid "/"
|
567 |
msgstr "/"
|
568 |
|
765 |
msgid "Do you want to assign the first image of each post?"
|
766 |
msgstr "Voulez-vous attribuer la première image de chaque contenu ?"
|
767 |
|
768 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
769 |
+
msgid "Do you want to use external featured images, e.g. from a CDN?"
|
770 |
+
msgstr "Souhaitez-vous utiliser des images externes, par exemple d'un CDN ?"
|
771 |
+
|
772 |
#: admin/views/section_defaults.php:16
|
773 |
msgid "matches"
|
774 |
msgstr "corresponds"
|
797 |
"Pour utiliser une règle choisissez l'image et définissez la taxonomie et la "
|
798 |
"valeur, faute de quoi la règle sera ignorée."
|
799 |
|
800 |
+
#: admin/views/section_defaults.php:236
|
801 |
msgid "An image overwrites an existing image"
|
802 |
msgstr "Une image remplace une image existante"
|
803 |
|
804 |
+
#: admin/views/section_defaults.php:240
|
805 |
msgid ""
|
806 |
"Activate to automatically overwrite an existing featured image while saving "
|
807 |
"a post"
|
809 |
"Activer pour remplacer automatiquement une image en avant existante lors de "
|
810 |
"la sauvegarde de l'article"
|
811 |
|
812 |
+
#: admin/views/section_defaults.php:242
|
813 |
msgid ""
|
814 |
"If activated the rule is used automatically while saving a post to overwrite "
|
815 |
"an existing featured image with the new one based on the following rules. Do "
|
820 |
"sauvegarde d'un article. Ne l'utilisez pas si vous voulez garder l'image en "
|
821 |
"avant présente."
|
822 |
|
823 |
+
#: admin/views/section_defaults.php:249
|
824 |
msgid "Text with images in WordPress editor"
|
825 |
msgstr "Texte avec des images dans l'editeur WordPress"
|
826 |
|
827 |
+
#: admin/views/section_defaults.php:253
|
828 |
msgid ""
|
829 |
"Activate to automatically use the first content image if available in the "
|
830 |
"media library as featured image while saving a post"
|
833 |
"disponible dans la bibliothèque multimédia comme image mise en avant lors de "
|
834 |
"la sauvegarde d'une publication."
|
835 |
|
836 |
+
#: admin/views/section_defaults.php:255
|
837 |
msgid ""
|
838 |
"If activated the rule is used automatically while saving a post to set the "
|
839 |
"first content image - if available in the media library - as the featured "
|
846 |
"publication. Si la publication n’a pas d’images de contenu, les règles "
|
847 |
"suivantes seront appliquées."
|
848 |
|
849 |
+
#: admin/views/section_defaults.php:256
|
850 |
msgid "For which post types should this rule be applied?"
|
851 |
msgstr "À quels types de contenu cette règle doit-elle être appliquée ?"
|
852 |
|
853 |
+
#: admin/views/section_defaults.php:283
|
854 |
msgid ""
|
855 |
"Select at least one post type, otherwise all post types will be considered."
|
856 |
msgstr ""
|
857 |
"Sélectionnez au moins un type de contenu, sinon tous les types de contenu "
|
858 |
"seront pris en compte."
|
859 |
|
860 |
+
#: admin/views/section_defaults.php:489
|
861 |
msgid "Add rule"
|
862 |
msgstr "Ajouter une règle"
|
863 |
|
864 |
+
#: admin/views/section_defaults.php:494
|
865 |
msgid "Are you sure to remove this rule?"
|
866 |
msgstr "Voulez-vous vraiment retirer cette règle ?"
|
867 |
|
868 |
+
#: admin/views/section_defaults.php:497
|
869 |
msgid "How the rules work"
|
870 |
msgstr "Comment fonctionnent les règles"
|
871 |
|
872 |
+
#: admin/views/section_defaults.php:498
|
873 |
msgid ""
|
874 |
"Every time you save a post the post get the featured image if one of the "
|
875 |
"following rules match a property of the post. You can also set rules for "
|
881 |
"les autres types de messages actuels qui prennent en charge les images mises "
|
882 |
"en avant."
|
883 |
|
884 |
+
#: admin/views/section_defaults.php:499
|
885 |
msgid ""
|
886 |
"Regardless of the order in the list the rules are applied in the following "
|
887 |
"order until a rule and a property of the post fit together:"
|
889 |
"Quelque soit l'ordre dans la liste, les règles sont appliquées dans l'ordre "
|
890 |
"jusqu'à ce que la condition nécessaire soit remplie:"
|
891 |
|
892 |
+
#: admin/views/section_defaults.php:501
|
893 |
msgid "found first content image. If not then..."
|
894 |
msgstr "a trouvé la première image du contenu. Sinon..."
|
895 |
|
896 |
+
#: admin/views/section_defaults.php:502
|
897 |
msgid "matched custom taxonomy. If not then..."
|
898 |
msgstr "a correspondu avec la taxinomie voulue. Sinon..."
|
899 |
|
900 |
+
#: admin/views/section_defaults.php:503
|
901 |
msgid "matched tag. If not then..."
|
902 |
msgstr "a correspondu avec l'étiquette. Sinon..."
|
903 |
|
904 |
+
#: admin/views/section_defaults.php:504
|
905 |
msgid "matched category. If not then..."
|
906 |
msgstr "a correspondu avec la catégorie. Sinon..."
|
907 |
|
908 |
+
#: admin/views/section_defaults.php:505
|
909 |
msgid "matched author. If not then..."
|
910 |
msgstr "a correspondu avec l'auteur. Sinon..."
|
911 |
|
912 |
+
#: admin/views/section_defaults.php:506
|
913 |
msgid "matched post type. If not then..."
|
914 |
msgstr "a correspondu avec le type de contenu. Sinon..."
|
915 |
|
916 |
+
#: admin/views/section_defaults.php:507
|
917 |
msgid "no featured image."
|
918 |
msgstr "aucune image mise en avant."
|
919 |
|
920 |
+
#: admin/views/section_defaults.php:509
|
921 |
msgid ""
|
922 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
923 |
"the post it is unforeseeable which image will become the featured image."
|
926 |
"correspondaient à l’article, il est imprévisible de savoir quelle image sera "
|
927 |
"installée comme image mise en avant."
|
928 |
|
929 |
+
#: admin/views/section_defaults.php:510
|
930 |
+
msgid "Additional rules in the Pro version"
|
931 |
+
msgstr "Règles supplémentaires dans la version Pro"
|
932 |
|
933 |
+
#: admin/views/section_defaults.php:512
|
934 |
msgid "Multiple images to set them randomly as featured image"
|
935 |
msgstr ""
|
936 |
"Plusieurs images pour les définir de manière aléatoire comme image mise en "
|
937 |
"avant"
|
938 |
|
939 |
+
#: admin/views/section_defaults.php:513
|
940 |
msgid "Random featured images at each page load"
|
941 |
msgstr ""
|
942 |
"Des images mises en avant sélectionnées au hasard à chaque chargement de page"
|
943 |
|
944 |
+
#: admin/views/section_defaults.php:514
|
945 |
msgid ""
|
946 |
"The first content image can be also an image from an external server to set "
|
947 |
"it as automated featured image"
|
949 |
"La première image du contenu peut également être une image à partir d’un "
|
950 |
"serveur externe pour la configurer comme image mise en avant automatique"
|
951 |
|
952 |
+
#: admin/views/section_defaults.php:515
|
953 |
msgid ""
|
954 |
"Remove the first content image automatically after the featured image was "
|
955 |
"set successfully"
|
957 |
"Retirer la première image de contenu automatiquement après que l’image mise "
|
958 |
"en avant a bien été définie."
|
959 |
|
960 |
+
#: admin/views/section_defaults.php:516
|
961 |
msgid "Match with a search string in post title"
|
962 |
msgstr ""
|
963 |
"Faites correspondre avec une recherche de chaîne dans le titre de l’article."
|
964 |
|
965 |
+
#: admin/views/section_defaults.php:517
|
966 |
msgid "Match with a selected post format"
|
967 |
msgstr "Faire correspondre avec un format d’article sélectionné"
|
968 |
|
969 |
+
#: admin/views/section_defaults.php:518
|
970 |
msgid "User defined order of rules"
|
971 |
msgstr "Ordre des règles défini par l’utilisateur"
|
972 |
|
973 |
+
#: admin/views/section_defaults.php:519
|
974 |
+
msgid "Import your rules from this plugin into the Pro plugin"
|
975 |
+
msgstr "Importez vos règles depuis cette extension vers la version Pro"
|
976 |
|
977 |
#: admin/views/section_errormsg.php:1
|
978 |
msgid "Error"
|
1097 |
msgstr "Gérer les images en avant de manière rapide"
|
1098 |
|
1099 |
#: admin/views/section_overview.php:89
|
1100 |
+
msgid "The Pro version"
|
1101 |
+
msgstr "La version Pro"
|
1102 |
|
1103 |
#: admin/views/section_results.php:1
|
1104 |
msgid "Results of the action"
|
languages/quick-featured-images-ja.mo
CHANGED
Binary file
|
languages/quick-featured-images-ja.po
CHANGED
@@ -4,22 +4,22 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: ja_JP\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 2.
|
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=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
-
#: admin/class-quick-featured-images-admin.php:
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
"像を設定したりできる、スイス・アーミーナイフのように多機能で便利なプラグイン"
|
29 |
"です。"
|
30 |
|
31 |
-
#: admin/class-quick-featured-images-admin.php:
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
@@ -39,65 +39,65 @@ msgstr ""
|
|
39 |
"ませんでした。このプラグインを使用するには、Wordpress を最新バージョンに更新"
|
40 |
"してください。"
|
41 |
|
42 |
-
#: admin/class-quick-featured-images-admin.php:
|
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-columns.php:
|
48 |
-
|
|
|
|
|
|
|
49 |
#, php-format
|
50 |
msgid "Change “%s”"
|
51 |
msgstr "“%s”の変更"
|
52 |
|
53 |
-
#: admin/class-quick-featured-images-columns.php:
|
54 |
-
#: admin/class-quick-featured-images-columns.php:457
|
55 |
#, php-format
|
56 |
msgid "Remove “%s”"
|
57 |
msgstr "“%s”の削除"
|
58 |
|
59 |
-
#: admin/class-quick-featured-images-columns.php:
|
60 |
-
#: admin/class-quick-featured-images-columns.php:377
|
61 |
-
#: admin/class-quick-featured-images-columns.php:529
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "“%s”の画像を設定"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "アイキャッチ画像のプリセット"
|
69 |
|
70 |
# a period at the end of a sentence must be localizable
|
71 |
-
#: admin/class-quick-featured-images-defaults.php:
|
72 |
msgid "Set default featured images for future posts"
|
73 |
msgstr "デフォルトのアイキャッチ画像を設定します。"
|
74 |
|
75 |
-
#: admin/class-quick-featured-images-settings.php:
|
76 |
msgid "Set the visibility of columns of featured images in posts lists"
|
77 |
msgstr ""
|
78 |
"投稿/固定ページリストにアイキャッチ画像カラムを表示する設定を行います。"
|
79 |
|
80 |
-
#: admin/class-quick-featured-images-settings.php:
|
81 |
msgid "Columns for featured images in posts lists"
|
82 |
msgstr "投稿リストのアイキャッチ画像のカラム"
|
83 |
|
84 |
-
#: admin/class-quick-featured-images-settings.php:
|
85 |
msgid "Show additional column for featured images in lists of"
|
86 |
msgstr "アイキャッチ画像カラムを表示するリスト"
|
87 |
|
88 |
-
#: admin/class-quick-featured-images-settings.php:
|
89 |
msgid "Posts list with image column"
|
90 |
msgstr "画像カラム付の投稿リスト"
|
91 |
|
92 |
-
#: admin/class-quick-featured-images-settings.php:
|
93 |
msgid "Visibility of the plugin"
|
94 |
msgstr "プラグイン画面の表示"
|
95 |
|
96 |
-
#: admin/class-quick-featured-images-settings.php:
|
97 |
msgid "Which user role may see the plugin?"
|
98 |
msgstr "プラグイン画面を表示できるユーザー権限"
|
99 |
|
100 |
-
#: admin/class-quick-featured-images-settings.php:
|
101 |
msgid ""
|
102 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
103 |
"post lists."
|
@@ -105,15 +105,15 @@ msgstr ""
|
|
105 |
"チェックボックスをオンにした投稿タイプの投稿リストに画像カラムが追加されま"
|
106 |
"す。"
|
107 |
|
108 |
-
#: admin/class-quick-featured-images-settings.php:
|
109 |
msgid "Minimum user role to see the plugin in the backend"
|
110 |
msgstr "プラグイン画面を表示するのに必要なユーザー権限"
|
111 |
|
112 |
-
#: admin/class-quick-featured-images-settings.php:
|
113 |
msgid "Select the minimum user role a user must have to see the plugin."
|
114 |
msgstr "プラグイン画面を表示するのに必要なユーザー権限を選択してください。"
|
115 |
|
116 |
-
#: admin/class-quick-featured-images-settings.php:
|
117 |
#, php-format
|
118 |
msgid ""
|
119 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -122,7 +122,7 @@ msgstr ""
|
|
122 |
"“%s” で指定されたルールは、この権限の設定には影響されずに機能しま"
|
123 |
"す。"
|
124 |
|
125 |
-
#: admin/class-quick-featured-images-settings.php:
|
126 |
msgid ""
|
127 |
"This setting controls as well whether a user will see in an image column the "
|
128 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -133,11 +133,11 @@ msgstr ""
|
|
133 |
"キャッチ画像カラムそのものを表示するかどうかは、上のセクションで切り替えてく"
|
134 |
"ださい。"
|
135 |
|
136 |
-
#: admin/class-quick-featured-images-settings.php:
|
137 |
msgid "This page is accessible for administrators only."
|
138 |
msgstr "このページには管理者だけがアクセスできます。"
|
139 |
|
140 |
-
#: admin/class-quick-featured-images-settings.php:
|
141 |
msgid ""
|
142 |
"The additional columns give you a quick overview about all used featured "
|
143 |
"images for every post. The Featured Image column is sortable."
|
@@ -145,144 +145,144 @@ msgstr ""
|
|
145 |
"投稿リストに画像カラムを追加して、設定済のすべてのアイキャッチ画像を素早く確"
|
146 |
"認することができます。アイキャッチ画像カラムは並べ替えできます。"
|
147 |
|
148 |
-
#: admin/class-quick-featured-images-settings.php:
|
149 |
msgid "Controls which minimum user role can see the plugin."
|
150 |
msgstr "プラグイン画面を表示できるユーザー権限を設定します。"
|
151 |
|
152 |
-
#: admin/class-quick-featured-images-tools.php:
|
153 |
#, php-format
|
154 |
msgid "Wrong image ID %d"
|
155 |
msgstr "誤った画像ID %d"
|
156 |
|
157 |
-
#: admin/class-quick-featured-images-tools.php:
|
158 |
msgid "Select"
|
159 |
msgstr "選択"
|
160 |
|
161 |
-
#: admin/class-quick-featured-images-tools.php:
|
162 |
msgid "Add filter"
|
163 |
msgstr "フィルタの追加"
|
164 |
|
165 |
-
#: admin/class-quick-featured-images-tools.php:
|
166 |
msgid "Refine"
|
167 |
msgstr "調整"
|
168 |
|
169 |
-
#: admin/class-quick-featured-images-tools.php:
|
170 |
msgid "Confirm"
|
171 |
msgstr "確認"
|
172 |
|
173 |
-
#: admin/class-quick-featured-images-tools.php:
|
174 |
msgid "Perform"
|
175 |
msgstr "実行"
|
176 |
|
177 |
-
#: admin/class-quick-featured-images-tools.php:
|
178 |
msgid "Set the selected image as new featured image"
|
179 |
msgstr "選択した画像を新たなアイキャッチ画像として設定する"
|
180 |
|
181 |
-
#: admin/class-quick-featured-images-tools.php:
|
182 |
msgid "Replace featured images by the selected image"
|
183 |
msgstr "選択した画像で現在のアイキャッチ画像を置き換える"
|
184 |
|
185 |
-
#: admin/class-quick-featured-images-tools.php:
|
186 |
msgid "Remove the selected image as featured image"
|
187 |
msgstr "選択した画像が使用されているアイキャッチ画像を削除する"
|
188 |
|
189 |
-
#: admin/class-quick-featured-images-tools.php:
|
190 |
msgid "Remove any image as featured image"
|
191 |
msgstr "アイキャッチ画像を削除する"
|
192 |
|
193 |
-
#: admin/class-quick-featured-images-tools.php:
|
194 |
msgid "Remove all featured images without existing image files"
|
195 |
msgstr "ファイルが存在しないアイキャッチ画像を削除する"
|
196 |
|
197 |
-
#: admin/class-quick-featured-images-tools.php:
|
198 |
msgid "Set multiple images randomly as featured images"
|
199 |
msgstr "複数の画像をランダムにアイキャッチ画像に設定する"
|
200 |
|
201 |
-
#: admin/class-quick-featured-images-tools.php:
|
202 |
msgid "Overwrite featured images"
|
203 |
msgstr "アイキャッチ画像を上書きする"
|
204 |
|
205 |
-
#: admin/class-quick-featured-images-tools.php:
|
206 |
msgid "Consider only posts without any featured image"
|
207 |
msgstr "アイキャッチ画像が設定されていない投稿だけを対象にする"
|
208 |
|
209 |
-
#: admin/class-quick-featured-images-tools.php:
|
210 |
msgid "Post Type Filter"
|
211 |
msgstr "投稿タイプフィルタ"
|
212 |
|
213 |
-
#: admin/class-quick-featured-images-tools.php:
|
214 |
msgid "Category Filter"
|
215 |
msgstr "カテゴリーフィルタ"
|
216 |
|
217 |
-
#: admin/class-quick-featured-images-tools.php:
|
218 |
msgid "Tag Filter"
|
219 |
msgstr "タグフィルタ"
|
220 |
|
221 |
-
#: admin/class-quick-featured-images-tools.php:
|
222 |
msgid "Image width in pixels lower than"
|
223 |
msgstr "画像の幅の最大サイズ"
|
224 |
|
225 |
-
#: admin/class-quick-featured-images-tools.php:
|
226 |
msgid "Image height in pixels lower than"
|
227 |
msgstr "画像の高さの最大サイズ"
|
228 |
|
229 |
-
#: admin/class-quick-featured-images-tools.php:
|
230 |
#, php-format
|
231 |
msgid "The input field %s is empty."
|
232 |
msgstr "入力フィールド %s が空白です。"
|
233 |
|
234 |
-
#: admin/class-quick-featured-images-tools.php:
|
235 |
msgid "Type in a value into the input field."
|
236 |
msgstr "入力フィールドに値を入力してください。"
|
237 |
|
238 |
-
#: admin/class-quick-featured-images-tools.php:
|
239 |
#, php-format
|
240 |
msgid "%s is not defined."
|
241 |
msgstr "%s が定義されていません。"
|
242 |
|
243 |
-
#: admin/class-quick-featured-images-tools.php:
|
244 |
msgid "Check how to define the value."
|
245 |
msgstr "値の設定のしかたを確認"
|
246 |
|
247 |
-
#: admin/class-quick-featured-images-tools.php:
|
248 |
msgid "There is no selected image."
|
249 |
msgstr "画像が選択されていません。"
|
250 |
|
251 |
-
#: admin/class-quick-featured-images-tools.php:
|
252 |
msgid "Select an image from the media library."
|
253 |
msgstr "メディアライブラリから画像を選択してください。"
|
254 |
|
255 |
-
#: admin/class-quick-featured-images-tools.php:
|
256 |
#: admin/views/section_image.php:51
|
257 |
msgid "You have not selected an action."
|
258 |
msgstr "アクションが選択されていません。"
|
259 |
|
260 |
-
#: admin/class-quick-featured-images-tools.php:
|
261 |
msgid "Start again and select which action you want to apply."
|
262 |
msgstr "[やり直す] をクリックしてアクションを選択します。"
|
263 |
|
264 |
-
#: admin/class-quick-featured-images-tools.php:
|
265 |
#, php-format
|
266 |
msgid "The input field %s has an invalid value."
|
267 |
msgstr "入力フィールド %s の値が正しくありません。"
|
268 |
|
269 |
-
#: admin/class-quick-featured-images-tools.php:
|
270 |
msgid "Type in valid values in the input field."
|
271 |
msgstr "入力フィールドに正しい値を入力してください。"
|
272 |
|
273 |
-
#: admin/class-quick-featured-images-tools.php:
|
274 |
msgid "Type in values stored by WordPress."
|
275 |
msgstr "WordPressに保存されている値を入力してください。"
|
276 |
|
277 |
-
#: admin/class-quick-featured-images-tools.php:
|
278 |
msgid "Set, replace, remove"
|
279 |
msgstr "設定・変更・削除"
|
280 |
|
281 |
-
#: admin/class-quick-featured-images-tools.php:
|
282 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
283 |
msgstr "アイキャッチ画像を一括で設定・変更・削除します。"
|
284 |
|
285 |
-
#: admin/class-quick-featured-images-tools.php:
|
286 |
msgid "Bulk set as featured image"
|
287 |
msgstr "アイキャッチ画像に設定"
|
288 |
|
@@ -339,7 +339,7 @@ msgstr "詳細"
|
|
339 |
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
340 |
#: admin/views/section_results.php:18
|
341 |
msgid "No."
|
342 |
-
msgstr ""
|
343 |
|
344 |
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
345 |
msgid "Current Featured Image"
|
@@ -486,7 +486,7 @@ msgstr ""
|
|
486 |
msgid "Choose Images"
|
487 |
msgstr "画像の選択"
|
488 |
|
489 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:
|
490 |
msgid "Use CTRL for multiple choice"
|
491 |
msgstr "Ctrlキーを押しながら複数選択"
|
492 |
|
@@ -519,7 +519,7 @@ msgstr ""
|
|
519 |
"除外します。"
|
520 |
|
521 |
#: admin/views/form_select.php:72
|
522 |
-
msgid "There are two more options in the
|
523 |
msgstr "プレミアム版では、ランダム画像のオプションがあと2つあります:"
|
524 |
|
525 |
#: admin/views/form_select.php:74
|
@@ -532,17 +532,18 @@ msgstr "選択した画像をすべて使った後、重複するアイキャッ
|
|
532 |
|
533 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
534 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
535 |
-
#: admin/views/
|
536 |
-
#: admin/views/section_overview.php:91
|
537 |
-
msgid "Get the
|
538 |
msgstr "プレミアム版を入手"
|
539 |
|
540 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
541 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
542 |
-
#: admin/views/
|
543 |
-
#: admin/views/
|
|
|
544 |
msgid "/"
|
545 |
-
msgstr ""
|
546 |
|
547 |
#: admin/views/form_select.php:86
|
548 |
msgid "Optional: Add a filter"
|
@@ -734,6 +735,10 @@ msgstr "次のアクションは、画像を選択する必要はありません
|
|
734 |
msgid "Do you want to assign the first image of each post?"
|
735 |
msgstr "投稿の最初の画像をアイキャッチ画像にしますか?"
|
736 |
|
|
|
|
|
|
|
|
|
737 |
#: admin/views/section_defaults.php:16
|
738 |
msgid "matches"
|
739 |
msgstr "条件"
|
@@ -763,17 +768,17 @@ msgstr ""
|
|
763 |
"一方だけ設定されたルールは無視されます。"
|
764 |
|
765 |
# alt text for sample screen image
|
766 |
-
#: admin/views/section_defaults.php:
|
767 |
msgid "An image overwrites an existing image"
|
768 |
msgstr "既存の画像の上書き"
|
769 |
|
770 |
-
#: admin/views/section_defaults.php:
|
771 |
msgid ""
|
772 |
"Activate to automatically overwrite an existing featured image while saving "
|
773 |
"a post"
|
774 |
msgstr "投稿の保存時に既存のアイキャッチ画像を自動的に上書きする"
|
775 |
|
776 |
-
#: admin/views/section_defaults.php:
|
777 |
msgid ""
|
778 |
"If activated the rule is used automatically while saving a post to overwrite "
|
779 |
"an existing featured image with the new one based on the following rules. Do "
|
@@ -784,11 +789,11 @@ msgstr ""
|
|
784 |
"は、このオプションをオンにしないでください。"
|
785 |
|
786 |
# alt text for sample screen image
|
787 |
-
#: admin/views/section_defaults.php:
|
788 |
msgid "Text with images in WordPress editor"
|
789 |
msgstr "WordPressエディタ内の画像とテキスト"
|
790 |
|
791 |
-
#: admin/views/section_defaults.php:
|
792 |
msgid ""
|
793 |
"Activate to automatically use the first content image if available in the "
|
794 |
"media library as featured image while saving a post"
|
@@ -796,7 +801,7 @@ msgstr ""
|
|
796 |
"投稿の保存時に、投稿の最初の画像 (メディアライブラリにある画像) を自動的にア"
|
797 |
"イキャッチ画像に設定する"
|
798 |
|
799 |
-
#: admin/views/section_defaults.php:
|
800 |
msgid ""
|
801 |
"If activated the rule is used automatically while saving a post to set the "
|
802 |
"first content image - if available in the media library - as the featured "
|
@@ -807,30 +812,30 @@ msgstr ""
|
|
807 |
"アイキャッチ画像に設定するルールが適用されます。画像が見つからない場合は、次"
|
808 |
"のルールが適用されます。"
|
809 |
|
810 |
-
#: admin/views/section_defaults.php:
|
811 |
msgid "For which post types should this rule be applied?"
|
812 |
msgstr "このルールを適用する投稿タイプ"
|
813 |
|
814 |
-
#: admin/views/section_defaults.php:
|
815 |
msgid ""
|
816 |
"Select at least one post type, otherwise all post types will be considered."
|
817 |
msgstr ""
|
818 |
"投稿タイプを少なくとも1つ選択してください。選択しないと、すべての投稿タイプが"
|
819 |
"対象になります。"
|
820 |
|
821 |
-
#: admin/views/section_defaults.php:
|
822 |
msgid "Add rule"
|
823 |
msgstr "ルールを追加"
|
824 |
|
825 |
-
#: admin/views/section_defaults.php:
|
826 |
msgid "Are you sure to remove this rule?"
|
827 |
msgstr "このルールを削除しますか?"
|
828 |
|
829 |
-
#: admin/views/section_defaults.php:
|
830 |
msgid "How the rules work"
|
831 |
msgstr "ルールの仕組み"
|
832 |
|
833 |
-
#: admin/views/section_defaults.php:
|
834 |
msgid ""
|
835 |
"Every time you save a post the post get the featured image if one of the "
|
836 |
"following rules match a property of the post. You can also set rules for "
|
@@ -840,7 +845,7 @@ msgstr ""
|
|
840 |
"れます。アイキャッチ画像をサポートしている固定ページやその他の投稿タイプにも"
|
841 |
"ルールを設定できます。"
|
842 |
|
843 |
-
#: admin/views/section_defaults.php:
|
844 |
msgid ""
|
845 |
"Regardless of the order in the list the rules are applied in the following "
|
846 |
"order until a rule and a property of the post fit together:"
|
@@ -848,35 +853,35 @@ msgstr ""
|
|
848 |
"リストの順番にかかわらず、投稿のプロパティがルールに当てはまるまで、下記の順"
|
849 |
"番でルールが適用されます。"
|
850 |
|
851 |
-
#: admin/views/section_defaults.php:
|
852 |
msgid "found first content image. If not then..."
|
853 |
msgstr "最初の画像を探す。もしなければ..."
|
854 |
|
855 |
-
#: admin/views/section_defaults.php:
|
856 |
msgid "matched custom taxonomy. If not then..."
|
857 |
msgstr "一致するカスタムタクソノミーを探す。なければ..."
|
858 |
|
859 |
-
#: admin/views/section_defaults.php:
|
860 |
msgid "matched tag. If not then..."
|
861 |
msgstr "一致するタグを探す。なければ..."
|
862 |
|
863 |
-
#: admin/views/section_defaults.php:
|
864 |
msgid "matched category. If not then..."
|
865 |
msgstr "一致するカテゴリーを探す。なければ..."
|
866 |
|
867 |
-
#: admin/views/section_defaults.php:
|
868 |
msgid "matched author. If not then..."
|
869 |
msgstr "一致する作成者を探す。なければ..."
|
870 |
|
871 |
-
#: admin/views/section_defaults.php:
|
872 |
msgid "matched post type. If not then..."
|
873 |
msgstr "一致する投稿タイプを探す。なければ..."
|
874 |
|
875 |
-
#: admin/views/section_defaults.php:
|
876 |
msgid "no featured image."
|
877 |
msgstr "アイキャッチ画像を設定しない。"
|
878 |
|
879 |
-
#: admin/views/section_defaults.php:
|
880 |
msgid ""
|
881 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
882 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -884,46 +889,46 @@ msgstr ""
|
|
884 |
"同じタクソノミーの2つ以上のルールが当てはまった場合、どの画像がアイキャッチ画"
|
885 |
"像に設定されるか予期できなくなることに注意してください。"
|
886 |
|
887 |
-
#: admin/views/section_defaults.php:
|
888 |
-
msgid "Additional rules in the
|
889 |
msgstr "プレミアム版で利用可能なルール"
|
890 |
|
891 |
-
#: admin/views/section_defaults.php:
|
892 |
msgid "Multiple images to set them randomly as featured image"
|
893 |
msgstr "複数の画像をランダムにアイキャッチ画像に設定する"
|
894 |
|
895 |
-
#: admin/views/section_defaults.php:
|
896 |
msgid "Random featured images at each page load"
|
897 |
msgstr "ページを表示するたびにアイキャッチ画像をランダムに割り当てる"
|
898 |
|
899 |
-
#: admin/views/section_defaults.php:
|
900 |
msgid ""
|
901 |
"The first content image can be also an image from an external server to set "
|
902 |
"it as automated featured image"
|
903 |
msgstr ""
|
904 |
"最初の画像が外部のサーバーの画像でも、自動的にアイキャッチ画像に設定する"
|
905 |
|
906 |
-
#: admin/views/section_defaults.php:
|
907 |
msgid ""
|
908 |
"Remove the first content image automatically after the featured image was "
|
909 |
"set successfully"
|
910 |
msgstr ""
|
911 |
"アイキャッチ画像の設定が完了したら、投稿コンテンツの最初の画像を削除する"
|
912 |
|
913 |
-
#: admin/views/section_defaults.php:
|
914 |
msgid "Match with a search string in post title"
|
915 |
msgstr "一致する投稿タイトル検索文字列を探す"
|
916 |
|
917 |
-
#: admin/views/section_defaults.php:
|
918 |
msgid "Match with a selected post format"
|
919 |
msgstr "一致する投稿フォーマットを探す"
|
920 |
|
921 |
-
#: admin/views/section_defaults.php:
|
922 |
msgid "User defined order of rules"
|
923 |
msgstr "ルールの順番のカスタマイズ"
|
924 |
|
925 |
-
#: admin/views/section_defaults.php:
|
926 |
-
msgid "Import your rules from this plugin into the
|
927 |
msgstr "このプラグインのルールをプレミアム版プラグインでインポート"
|
928 |
|
929 |
#: admin/views/section_errormsg.php:1
|
@@ -1046,7 +1051,7 @@ msgid "Manage featured images in a quick way"
|
|
1046 |
msgstr "アイキャッチ画像をすばやく設定"
|
1047 |
|
1048 |
#: admin/views/section_overview.php:89
|
1049 |
-
msgid "The
|
1050 |
msgstr "プレミアム版"
|
1051 |
|
1052 |
#: admin/views/section_results.php:1
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2019-11-06 13:42+0100\n"
|
8 |
+
"PO-Revision-Date: 2019-11-06 13:45+0100\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: ja_JP\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 2.2.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=1; plural=0;\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: admin/class-quick-featured-images-admin.php:215
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
28 |
"像を設定したりできる、スイス・アーミーナイフのように多機能で便利なプラグイン"
|
29 |
"です。"
|
30 |
|
31 |
+
#: admin/class-quick-featured-images-admin.php:278
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
39 |
"ませんでした。このプラグインを使用するには、Wordpress を最新バージョンに更新"
|
40 |
"してください。"
|
41 |
|
42 |
+
#: admin/class-quick-featured-images-admin.php:484
|
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-columns.php:263
|
48 |
+
msgid "(external image)"
|
49 |
+
msgstr "(外部画像)"
|
50 |
+
|
51 |
+
#: admin/class-quick-featured-images-columns.php:264
|
52 |
#, php-format
|
53 |
msgid "Change “%s”"
|
54 |
msgstr "“%s”の変更"
|
55 |
|
56 |
+
#: admin/class-quick-featured-images-columns.php:265
|
|
|
57 |
#, php-format
|
58 |
msgid "Remove “%s”"
|
59 |
msgstr "“%s”の削除"
|
60 |
|
61 |
+
#: admin/class-quick-featured-images-columns.php:266
|
|
|
|
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "“%s”の画像を設定"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:277
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "アイキャッチ画像のプリセット"
|
69 |
|
70 |
# a period at the end of a sentence must be localizable
|
71 |
+
#: admin/class-quick-featured-images-defaults.php:288
|
72 |
msgid "Set default featured images for future posts"
|
73 |
msgstr "デフォルトのアイキャッチ画像を設定します。"
|
74 |
|
75 |
+
#: admin/class-quick-featured-images-settings.php:232
|
76 |
msgid "Set the visibility of columns of featured images in posts lists"
|
77 |
msgstr ""
|
78 |
"投稿/固定ページリストにアイキャッチ画像カラムを表示する設定を行います。"
|
79 |
|
80 |
+
#: admin/class-quick-featured-images-settings.php:382
|
81 |
msgid "Columns for featured images in posts lists"
|
82 |
msgstr "投稿リストのアイキャッチ画像のカラム"
|
83 |
|
84 |
+
#: admin/class-quick-featured-images-settings.php:390
|
85 |
msgid "Show additional column for featured images in lists of"
|
86 |
msgstr "アイキャッチ画像カラムを表示するリスト"
|
87 |
|
88 |
+
#: admin/class-quick-featured-images-settings.php:395
|
89 |
msgid "Posts list with image column"
|
90 |
msgstr "画像カラム付の投稿リスト"
|
91 |
|
92 |
+
#: admin/class-quick-featured-images-settings.php:418
|
93 |
msgid "Visibility of the plugin"
|
94 |
msgstr "プラグイン画面の表示"
|
95 |
|
96 |
+
#: admin/class-quick-featured-images-settings.php:426
|
97 |
msgid "Which user role may see the plugin?"
|
98 |
msgstr "プラグイン画面を表示できるユーザー権限"
|
99 |
|
100 |
+
#: admin/class-quick-featured-images-settings.php:558
|
101 |
msgid ""
|
102 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
103 |
"post lists."
|
105 |
"チェックボックスをオンにした投稿タイプの投稿リストに画像カラムが追加されま"
|
106 |
"す。"
|
107 |
|
108 |
+
#: admin/class-quick-featured-images-settings.php:570
|
109 |
msgid "Minimum user role to see the plugin in the backend"
|
110 |
msgstr "プラグイン画面を表示するのに必要なユーザー権限"
|
111 |
|
112 |
+
#: admin/class-quick-featured-images-settings.php:606
|
113 |
msgid "Select the minimum user role a user must have to see the plugin."
|
114 |
msgstr "プラグイン画面を表示するのに必要なユーザー権限を選択してください。"
|
115 |
|
116 |
+
#: admin/class-quick-featured-images-settings.php:611
|
117 |
#, php-format
|
118 |
msgid ""
|
119 |
"The rules as set in “%s” work on posts independently of this "
|
122 |
"“%s” で指定されたルールは、この権限の設定には影響されずに機能しま"
|
123 |
"す。"
|
124 |
|
125 |
+
#: admin/class-quick-featured-images-settings.php:616
|
126 |
msgid ""
|
127 |
"This setting controls as well whether a user will see in an image column the "
|
128 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
133 |
"キャッチ画像カラムそのものを表示するかどうかは、上のセクションで切り替えてく"
|
134 |
"ださい。"
|
135 |
|
136 |
+
#: admin/class-quick-featured-images-settings.php:617
|
137 |
msgid "This page is accessible for administrators only."
|
138 |
msgstr "このページには管理者だけがアクセスできます。"
|
139 |
|
140 |
+
#: admin/class-quick-featured-images-settings.php:627
|
141 |
msgid ""
|
142 |
"The additional columns give you a quick overview about all used featured "
|
143 |
"images for every post. The Featured Image column is sortable."
|
145 |
"投稿リストに画像カラムを追加して、設定済のすべてのアイキャッチ画像を素早く確"
|
146 |
"認することができます。アイキャッチ画像カラムは並べ替えできます。"
|
147 |
|
148 |
+
#: admin/class-quick-featured-images-settings.php:636
|
149 |
msgid "Controls which minimum user role can see the plugin."
|
150 |
msgstr "プラグイン画面を表示できるユーザー権限を設定します。"
|
151 |
|
152 |
+
#: admin/class-quick-featured-images-tools.php:473
|
153 |
#, php-format
|
154 |
msgid "Wrong image ID %d"
|
155 |
msgstr "誤った画像ID %d"
|
156 |
|
157 |
+
#: admin/class-quick-featured-images-tools.php:575
|
158 |
msgid "Select"
|
159 |
msgstr "選択"
|
160 |
|
161 |
+
#: admin/class-quick-featured-images-tools.php:576
|
162 |
msgid "Add filter"
|
163 |
msgstr "フィルタの追加"
|
164 |
|
165 |
+
#: admin/class-quick-featured-images-tools.php:577
|
166 |
msgid "Refine"
|
167 |
msgstr "調整"
|
168 |
|
169 |
+
#: admin/class-quick-featured-images-tools.php:578
|
170 |
msgid "Confirm"
|
171 |
msgstr "確認"
|
172 |
|
173 |
+
#: admin/class-quick-featured-images-tools.php:579
|
174 |
msgid "Perform"
|
175 |
msgstr "実行"
|
176 |
|
177 |
+
#: admin/class-quick-featured-images-tools.php:583
|
178 |
msgid "Set the selected image as new featured image"
|
179 |
msgstr "選択した画像を新たなアイキャッチ画像として設定する"
|
180 |
|
181 |
+
#: admin/class-quick-featured-images-tools.php:584
|
182 |
msgid "Replace featured images by the selected image"
|
183 |
msgstr "選択した画像で現在のアイキャッチ画像を置き換える"
|
184 |
|
185 |
+
#: admin/class-quick-featured-images-tools.php:585
|
186 |
msgid "Remove the selected image as featured image"
|
187 |
msgstr "選択した画像が使用されているアイキャッチ画像を削除する"
|
188 |
|
189 |
+
#: admin/class-quick-featured-images-tools.php:588
|
190 |
msgid "Remove any image as featured image"
|
191 |
msgstr "アイキャッチ画像を削除する"
|
192 |
|
193 |
+
#: admin/class-quick-featured-images-tools.php:589
|
194 |
msgid "Remove all featured images without existing image files"
|
195 |
msgstr "ファイルが存在しないアイキャッチ画像を削除する"
|
196 |
|
197 |
+
#: admin/class-quick-featured-images-tools.php:592
|
198 |
msgid "Set multiple images randomly as featured images"
|
199 |
msgstr "複数の画像をランダムにアイキャッチ画像に設定する"
|
200 |
|
201 |
+
#: admin/class-quick-featured-images-tools.php:596
|
202 |
msgid "Overwrite featured images"
|
203 |
msgstr "アイキャッチ画像を上書きする"
|
204 |
|
205 |
+
#: admin/class-quick-featured-images-tools.php:597
|
206 |
msgid "Consider only posts without any featured image"
|
207 |
msgstr "アイキャッチ画像が設定されていない投稿だけを対象にする"
|
208 |
|
209 |
+
#: admin/class-quick-featured-images-tools.php:601
|
210 |
msgid "Post Type Filter"
|
211 |
msgstr "投稿タイプフィルタ"
|
212 |
|
213 |
+
#: admin/class-quick-featured-images-tools.php:602
|
214 |
msgid "Category Filter"
|
215 |
msgstr "カテゴリーフィルタ"
|
216 |
|
217 |
+
#: admin/class-quick-featured-images-tools.php:603
|
218 |
msgid "Tag Filter"
|
219 |
msgstr "タグフィルタ"
|
220 |
|
221 |
+
#: admin/class-quick-featured-images-tools.php:632
|
222 |
msgid "Image width in pixels lower than"
|
223 |
msgstr "画像の幅の最大サイズ"
|
224 |
|
225 |
+
#: admin/class-quick-featured-images-tools.php:633
|
226 |
msgid "Image height in pixels lower than"
|
227 |
msgstr "画像の高さの最大サイズ"
|
228 |
|
229 |
+
#: admin/class-quick-featured-images-tools.php:742
|
230 |
#, php-format
|
231 |
msgid "The input field %s is empty."
|
232 |
msgstr "入力フィールド %s が空白です。"
|
233 |
|
234 |
+
#: admin/class-quick-featured-images-tools.php:743
|
235 |
msgid "Type in a value into the input field."
|
236 |
msgstr "入力フィールドに値を入力してください。"
|
237 |
|
238 |
+
#: admin/class-quick-featured-images-tools.php:746
|
239 |
#, php-format
|
240 |
msgid "%s is not defined."
|
241 |
msgstr "%s が定義されていません。"
|
242 |
|
243 |
+
#: admin/class-quick-featured-images-tools.php:747
|
244 |
msgid "Check how to define the value."
|
245 |
msgstr "値の設定のしかたを確認"
|
246 |
|
247 |
+
#: admin/class-quick-featured-images-tools.php:750
|
248 |
msgid "There is no selected image."
|
249 |
msgstr "画像が選択されていません。"
|
250 |
|
251 |
+
#: admin/class-quick-featured-images-tools.php:751
|
252 |
msgid "Select an image from the media library."
|
253 |
msgstr "メディアライブラリから画像を選択してください。"
|
254 |
|
255 |
+
#: admin/class-quick-featured-images-tools.php:754
|
256 |
#: admin/views/section_image.php:51
|
257 |
msgid "You have not selected an action."
|
258 |
msgstr "アクションが選択されていません。"
|
259 |
|
260 |
+
#: admin/class-quick-featured-images-tools.php:755
|
261 |
msgid "Start again and select which action you want to apply."
|
262 |
msgstr "[やり直す] をクリックしてアクションを選択します。"
|
263 |
|
264 |
+
#: admin/class-quick-featured-images-tools.php:758
|
265 |
#, php-format
|
266 |
msgid "The input field %s has an invalid value."
|
267 |
msgstr "入力フィールド %s の値が正しくありません。"
|
268 |
|
269 |
+
#: admin/class-quick-featured-images-tools.php:759
|
270 |
msgid "Type in valid values in the input field."
|
271 |
msgstr "入力フィールドに正しい値を入力してください。"
|
272 |
|
273 |
+
#: admin/class-quick-featured-images-tools.php:763
|
274 |
msgid "Type in values stored by WordPress."
|
275 |
msgstr "WordPressに保存されている値を入力してください。"
|
276 |
|
277 |
+
#: admin/class-quick-featured-images-tools.php:1932
|
278 |
msgid "Set, replace, remove"
|
279 |
msgstr "設定・変更・削除"
|
280 |
|
281 |
+
#: admin/class-quick-featured-images-tools.php:1943
|
282 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
283 |
msgstr "アイキャッチ画像を一括で設定・変更・削除します。"
|
284 |
|
285 |
+
#: admin/class-quick-featured-images-tools.php:2052
|
286 |
msgid "Bulk set as featured image"
|
287 |
msgstr "アイキャッチ画像に設定"
|
288 |
|
339 |
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
340 |
#: admin/views/section_results.php:18
|
341 |
msgid "No."
|
342 |
+
msgstr "いいえ。"
|
343 |
|
344 |
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
345 |
msgid "Current Featured Image"
|
486 |
msgid "Choose Images"
|
487 |
msgstr "画像の選択"
|
488 |
|
489 |
+
#: admin/views/form_select.php:31 admin/views/form_start.php:121
|
490 |
msgid "Use CTRL for multiple choice"
|
491 |
msgstr "Ctrlキーを押しながら複数選択"
|
492 |
|
519 |
"除外します。"
|
520 |
|
521 |
#: admin/views/form_select.php:72
|
522 |
+
msgid "There are two more options in the Pro version for random images:"
|
523 |
msgstr "プレミアム版では、ランダム画像のオプションがあと2つあります:"
|
524 |
|
525 |
#: admin/views/form_select.php:74
|
532 |
|
533 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
534 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
535 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
536 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:91
|
537 |
+
msgid "Get the Pro version"
|
538 |
msgstr "プレミアム版を入手"
|
539 |
|
540 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
541 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
542 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
543 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:90
|
544 |
+
#: admin/views/section_overview.php:91
|
545 |
msgid "/"
|
546 |
+
msgstr "/"
|
547 |
|
548 |
#: admin/views/form_select.php:86
|
549 |
msgid "Optional: Add a filter"
|
735 |
msgid "Do you want to assign the first image of each post?"
|
736 |
msgstr "投稿の最初の画像をアイキャッチ画像にしますか?"
|
737 |
|
738 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
739 |
+
msgid "Do you want to use external featured images, e.g. from a CDN?"
|
740 |
+
msgstr "外部の注目画像を使用しますか? CDNから?"
|
741 |
+
|
742 |
#: admin/views/section_defaults.php:16
|
743 |
msgid "matches"
|
744 |
msgstr "条件"
|
768 |
"一方だけ設定されたルールは無視されます。"
|
769 |
|
770 |
# alt text for sample screen image
|
771 |
+
#: admin/views/section_defaults.php:236
|
772 |
msgid "An image overwrites an existing image"
|
773 |
msgstr "既存の画像の上書き"
|
774 |
|
775 |
+
#: admin/views/section_defaults.php:240
|
776 |
msgid ""
|
777 |
"Activate to automatically overwrite an existing featured image while saving "
|
778 |
"a post"
|
779 |
msgstr "投稿の保存時に既存のアイキャッチ画像を自動的に上書きする"
|
780 |
|
781 |
+
#: admin/views/section_defaults.php:242
|
782 |
msgid ""
|
783 |
"If activated the rule is used automatically while saving a post to overwrite "
|
784 |
"an existing featured image with the new one based on the following rules. Do "
|
789 |
"は、このオプションをオンにしないでください。"
|
790 |
|
791 |
# alt text for sample screen image
|
792 |
+
#: admin/views/section_defaults.php:249
|
793 |
msgid "Text with images in WordPress editor"
|
794 |
msgstr "WordPressエディタ内の画像とテキスト"
|
795 |
|
796 |
+
#: admin/views/section_defaults.php:253
|
797 |
msgid ""
|
798 |
"Activate to automatically use the first content image if available in the "
|
799 |
"media library as featured image while saving a post"
|
801 |
"投稿の保存時に、投稿の最初の画像 (メディアライブラリにある画像) を自動的にア"
|
802 |
"イキャッチ画像に設定する"
|
803 |
|
804 |
+
#: admin/views/section_defaults.php:255
|
805 |
msgid ""
|
806 |
"If activated the rule is used automatically while saving a post to set the "
|
807 |
"first content image - if available in the media library - as the featured "
|
812 |
"アイキャッチ画像に設定するルールが適用されます。画像が見つからない場合は、次"
|
813 |
"のルールが適用されます。"
|
814 |
|
815 |
+
#: admin/views/section_defaults.php:256
|
816 |
msgid "For which post types should this rule be applied?"
|
817 |
msgstr "このルールを適用する投稿タイプ"
|
818 |
|
819 |
+
#: admin/views/section_defaults.php:283
|
820 |
msgid ""
|
821 |
"Select at least one post type, otherwise all post types will be considered."
|
822 |
msgstr ""
|
823 |
"投稿タイプを少なくとも1つ選択してください。選択しないと、すべての投稿タイプが"
|
824 |
"対象になります。"
|
825 |
|
826 |
+
#: admin/views/section_defaults.php:489
|
827 |
msgid "Add rule"
|
828 |
msgstr "ルールを追加"
|
829 |
|
830 |
+
#: admin/views/section_defaults.php:494
|
831 |
msgid "Are you sure to remove this rule?"
|
832 |
msgstr "このルールを削除しますか?"
|
833 |
|
834 |
+
#: admin/views/section_defaults.php:497
|
835 |
msgid "How the rules work"
|
836 |
msgstr "ルールの仕組み"
|
837 |
|
838 |
+
#: admin/views/section_defaults.php:498
|
839 |
msgid ""
|
840 |
"Every time you save a post the post get the featured image if one of the "
|
841 |
"following rules match a property of the post. You can also set rules for "
|
845 |
"れます。アイキャッチ画像をサポートしている固定ページやその他の投稿タイプにも"
|
846 |
"ルールを設定できます。"
|
847 |
|
848 |
+
#: admin/views/section_defaults.php:499
|
849 |
msgid ""
|
850 |
"Regardless of the order in the list the rules are applied in the following "
|
851 |
"order until a rule and a property of the post fit together:"
|
853 |
"リストの順番にかかわらず、投稿のプロパティがルールに当てはまるまで、下記の順"
|
854 |
"番でルールが適用されます。"
|
855 |
|
856 |
+
#: admin/views/section_defaults.php:501
|
857 |
msgid "found first content image. If not then..."
|
858 |
msgstr "最初の画像を探す。もしなければ..."
|
859 |
|
860 |
+
#: admin/views/section_defaults.php:502
|
861 |
msgid "matched custom taxonomy. If not then..."
|
862 |
msgstr "一致するカスタムタクソノミーを探す。なければ..."
|
863 |
|
864 |
+
#: admin/views/section_defaults.php:503
|
865 |
msgid "matched tag. If not then..."
|
866 |
msgstr "一致するタグを探す。なければ..."
|
867 |
|
868 |
+
#: admin/views/section_defaults.php:504
|
869 |
msgid "matched category. If not then..."
|
870 |
msgstr "一致するカテゴリーを探す。なければ..."
|
871 |
|
872 |
+
#: admin/views/section_defaults.php:505
|
873 |
msgid "matched author. If not then..."
|
874 |
msgstr "一致する作成者を探す。なければ..."
|
875 |
|
876 |
+
#: admin/views/section_defaults.php:506
|
877 |
msgid "matched post type. If not then..."
|
878 |
msgstr "一致する投稿タイプを探す。なければ..."
|
879 |
|
880 |
+
#: admin/views/section_defaults.php:507
|
881 |
msgid "no featured image."
|
882 |
msgstr "アイキャッチ画像を設定しない。"
|
883 |
|
884 |
+
#: admin/views/section_defaults.php:509
|
885 |
msgid ""
|
886 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
887 |
"the post it is unforeseeable which image will become the featured image."
|
889 |
"同じタクソノミーの2つ以上のルールが当てはまった場合、どの画像がアイキャッチ画"
|
890 |
"像に設定されるか予期できなくなることに注意してください。"
|
891 |
|
892 |
+
#: admin/views/section_defaults.php:510
|
893 |
+
msgid "Additional rules in the Pro version"
|
894 |
msgstr "プレミアム版で利用可能なルール"
|
895 |
|
896 |
+
#: admin/views/section_defaults.php:512
|
897 |
msgid "Multiple images to set them randomly as featured image"
|
898 |
msgstr "複数の画像をランダムにアイキャッチ画像に設定する"
|
899 |
|
900 |
+
#: admin/views/section_defaults.php:513
|
901 |
msgid "Random featured images at each page load"
|
902 |
msgstr "ページを表示するたびにアイキャッチ画像をランダムに割り当てる"
|
903 |
|
904 |
+
#: admin/views/section_defaults.php:514
|
905 |
msgid ""
|
906 |
"The first content image can be also an image from an external server to set "
|
907 |
"it as automated featured image"
|
908 |
msgstr ""
|
909 |
"最初の画像が外部のサーバーの画像でも、自動的にアイキャッチ画像に設定する"
|
910 |
|
911 |
+
#: admin/views/section_defaults.php:515
|
912 |
msgid ""
|
913 |
"Remove the first content image automatically after the featured image was "
|
914 |
"set successfully"
|
915 |
msgstr ""
|
916 |
"アイキャッチ画像の設定が完了したら、投稿コンテンツの最初の画像を削除する"
|
917 |
|
918 |
+
#: admin/views/section_defaults.php:516
|
919 |
msgid "Match with a search string in post title"
|
920 |
msgstr "一致する投稿タイトル検索文字列を探す"
|
921 |
|
922 |
+
#: admin/views/section_defaults.php:517
|
923 |
msgid "Match with a selected post format"
|
924 |
msgstr "一致する投稿フォーマットを探す"
|
925 |
|
926 |
+
#: admin/views/section_defaults.php:518
|
927 |
msgid "User defined order of rules"
|
928 |
msgstr "ルールの順番のカスタマイズ"
|
929 |
|
930 |
+
#: admin/views/section_defaults.php:519
|
931 |
+
msgid "Import your rules from this plugin into the Pro plugin"
|
932 |
msgstr "このプラグインのルールをプレミアム版プラグインでインポート"
|
933 |
|
934 |
#: admin/views/section_errormsg.php:1
|
1051 |
msgstr "アイキャッチ画像をすばやく設定"
|
1052 |
|
1053 |
#: admin/views/section_overview.php:89
|
1054 |
+
msgid "The Pro version"
|
1055 |
msgstr "プレミアム版"
|
1056 |
|
1057 |
#: admin/views/section_results.php:1
|
languages/quick-featured-images-pt_BR.mo
CHANGED
Binary file
|
languages/quick-featured-images-pt_BR.po
CHANGED
@@ -4,22 +4,22 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: pt_BR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.
|
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:
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
"substituir e exclui-las em massa, na lista de mensagens e definir imagens "
|
29 |
"predefinidas para mensagens futuras."
|
30 |
|
31 |
-
#: admin/class-quick-featured-images-admin.php:
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
@@ -39,64 +39,64 @@ msgstr ""
|
|
39 |
"não o ativou. Se você quiser usar este plugin atualize o seu Wordpress para "
|
40 |
"a versão mais recente."
|
41 |
|
42 |
-
#: admin/class-quick-featured-images-admin.php:
|
43 |
#, php-format
|
44 |
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
msgstr "Bem-vindo ao %s! Você pode encontrar o plugin em %s."
|
46 |
|
47 |
-
#: admin/class-quick-featured-images-columns.php:
|
48 |
-
|
|
|
|
|
|
|
49 |
#, php-format
|
50 |
msgid "Change “%s”"
|
51 |
msgstr "Alterar “%s”"
|
52 |
|
53 |
-
#: admin/class-quick-featured-images-columns.php:
|
54 |
-
#: admin/class-quick-featured-images-columns.php:457
|
55 |
#, php-format
|
56 |
msgid "Remove “%s”"
|
57 |
msgstr "Remover “%s”"
|
58 |
|
59 |
-
#: admin/class-quick-featured-images-columns.php:
|
60 |
-
#: admin/class-quick-featured-images-columns.php:377
|
61 |
-
#: admin/class-quick-featured-images-columns.php:529
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Definir imagem para “%s”"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "Predefinir Imagens Destacadas"
|
69 |
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr "Definir imagem destacada padrão para posts futuros"
|
73 |
|
74 |
-
#: admin/class-quick-featured-images-settings.php:
|
75 |
msgid "Set the visibility of columns of featured images in posts lists"
|
76 |
msgstr ""
|
77 |
"Definir a visibilidade das colunas de imagens destacadas nas listas de posts"
|
78 |
|
79 |
-
#: admin/class-quick-featured-images-settings.php:
|
80 |
msgid "Columns for featured images in posts lists"
|
81 |
msgstr "Colunas para imagens destacadas nas listas de posts"
|
82 |
|
83 |
-
#: admin/class-quick-featured-images-settings.php:
|
84 |
msgid "Show additional column for featured images in lists of"
|
85 |
msgstr "Mostrar coluna adicional para imagens destacadas nas listas de"
|
86 |
|
87 |
-
#: admin/class-quick-featured-images-settings.php:
|
88 |
msgid "Posts list with image column"
|
89 |
msgstr "Lista de posts com coluna de imagem"
|
90 |
|
91 |
-
#: admin/class-quick-featured-images-settings.php:
|
92 |
msgid "Visibility of the plugin"
|
93 |
msgstr "Visibilidade do plugin"
|
94 |
|
95 |
-
#: admin/class-quick-featured-images-settings.php:
|
96 |
msgid "Which user role may see the plugin?"
|
97 |
msgstr "Qual função de usuário pode ver o plug-in?"
|
98 |
|
99 |
-
#: admin/class-quick-featured-images-settings.php:
|
100 |
msgid ""
|
101 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
102 |
"post lists."
|
@@ -104,17 +104,17 @@ msgstr ""
|
|
104 |
"Ative as caixas de seleção em cada tipo de post para mostrar as colunas "
|
105 |
"extras nas listas de posts."
|
106 |
|
107 |
-
#: admin/class-quick-featured-images-settings.php:
|
108 |
msgid "Minimum user role to see the plugin in the backend"
|
109 |
msgstr "Função de usuário mínima para ver o plug-in no back-end"
|
110 |
|
111 |
-
#: admin/class-quick-featured-images-settings.php:
|
112 |
msgid "Select the minimum user role a user must have to see the plugin."
|
113 |
msgstr ""
|
114 |
"Selecione a função de usuário mínima que um usuário deve ter para ver o plug-"
|
115 |
"in."
|
116 |
|
117 |
-
#: admin/class-quick-featured-images-settings.php:
|
118 |
#, php-format
|
119 |
msgid ""
|
120 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -123,7 +123,7 @@ msgstr ""
|
|
123 |
"As regras definidas em “%s” funcionam em postagens "
|
124 |
"independentemente dessa configuração."
|
125 |
|
126 |
-
#: admin/class-quick-featured-images-settings.php:
|
127 |
msgid ""
|
128 |
"This setting controls as well whether a user will see in an image column the "
|
129 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -133,11 +133,11 @@ msgstr ""
|
|
133 |
"as miniaturas com links de ação ou apenas as miniaturas. Para ativar e "
|
134 |
"desativar colunas de imagem, use a seção acima."
|
135 |
|
136 |
-
#: admin/class-quick-featured-images-settings.php:
|
137 |
msgid "This page is accessible for administrators only."
|
138 |
msgstr "Esta página está acessível somente para administradores."
|
139 |
|
140 |
-
#: admin/class-quick-featured-images-settings.php:
|
141 |
msgid ""
|
142 |
"The additional columns give you a quick overview about all used featured "
|
143 |
"images for every post. The Featured Image column is sortable."
|
@@ -145,146 +145,146 @@ msgstr ""
|
|
145 |
"As colunas adicionais lhe dão uma rápida visão geral sobre todas imagens "
|
146 |
"destacadas usadas para cada post. A coluna de imagem destacada é ordenável."
|
147 |
|
148 |
-
#: admin/class-quick-featured-images-settings.php:
|
149 |
msgid "Controls which minimum user role can see the plugin."
|
150 |
msgstr "Controla qual função de usuário mínima pode ver o plug-in."
|
151 |
|
152 |
-
#: admin/class-quick-featured-images-tools.php:
|
153 |
#, php-format
|
154 |
msgid "Wrong image ID %d"
|
155 |
msgstr "ID de imagem errado %d"
|
156 |
|
157 |
-
#: admin/class-quick-featured-images-tools.php:
|
158 |
msgid "Select"
|
159 |
msgstr "Selecionar"
|
160 |
|
161 |
-
#: admin/class-quick-featured-images-tools.php:
|
162 |
msgid "Add filter"
|
163 |
msgstr "Adicionar um filtro"
|
164 |
|
165 |
-
#: admin/class-quick-featured-images-tools.php:
|
166 |
msgid "Refine"
|
167 |
msgstr "Refinar"
|
168 |
|
169 |
-
#: admin/class-quick-featured-images-tools.php:
|
170 |
msgid "Confirm"
|
171 |
msgstr "Confirmar"
|
172 |
|
173 |
-
#: admin/class-quick-featured-images-tools.php:
|
174 |
msgid "Perform"
|
175 |
msgstr "Executar"
|
176 |
|
177 |
-
#: admin/class-quick-featured-images-tools.php:
|
178 |
msgid "Set the selected image as new featured image"
|
179 |
msgstr "Definir a imagem selecionada como nova imagem destacada"
|
180 |
|
181 |
-
#: admin/class-quick-featured-images-tools.php:
|
182 |
msgid "Replace featured images by the selected image"
|
183 |
msgstr "Substituir imagens destacadas pela imagem selecionada"
|
184 |
|
185 |
-
#: admin/class-quick-featured-images-tools.php:
|
186 |
msgid "Remove the selected image as featured image"
|
187 |
msgstr "Remover a imagem selecionada como imagem destacada"
|
188 |
|
189 |
-
#: admin/class-quick-featured-images-tools.php:
|
190 |
msgid "Remove any image as featured image"
|
191 |
msgstr "Remover qualquer imagem como imagem destacada"
|
192 |
|
193 |
-
#: admin/class-quick-featured-images-tools.php:
|
194 |
msgid "Remove all featured images without existing image files"
|
195 |
msgstr "Remova todas as imagens apresentadas sem arquivos de imagem existentes"
|
196 |
|
197 |
-
#: admin/class-quick-featured-images-tools.php:
|
198 |
msgid "Set multiple images randomly as featured images"
|
199 |
msgstr "Definir várias imagens aleatoriamente como imagens destacadas"
|
200 |
|
201 |
-
#: admin/class-quick-featured-images-tools.php:
|
202 |
msgid "Overwrite featured images"
|
203 |
msgstr "Sobrescrever imagens destacadas"
|
204 |
|
205 |
-
#: admin/class-quick-featured-images-tools.php:
|
206 |
msgid "Consider only posts without any featured image"
|
207 |
msgstr "Considerar apenas posts sem nenhuma imagem destacada"
|
208 |
|
209 |
-
#: admin/class-quick-featured-images-tools.php:
|
210 |
msgid "Post Type Filter"
|
211 |
msgstr "Filtro de tipo de posts"
|
212 |
|
213 |
-
#: admin/class-quick-featured-images-tools.php:
|
214 |
msgid "Category Filter"
|
215 |
msgstr "Filtro por categoria"
|
216 |
|
217 |
-
#: admin/class-quick-featured-images-tools.php:
|
218 |
msgid "Tag Filter"
|
219 |
msgstr "Filtro por tag"
|
220 |
|
221 |
-
#: admin/class-quick-featured-images-tools.php:
|
222 |
msgid "Image width in pixels lower than"
|
223 |
msgstr "Largura da imagem em pixels menor que"
|
224 |
|
225 |
-
#: admin/class-quick-featured-images-tools.php:
|
226 |
msgid "Image height in pixels lower than"
|
227 |
msgstr "Altura da imagem em pixels menor que"
|
228 |
|
229 |
-
#: admin/class-quick-featured-images-tools.php:
|
230 |
#, php-format
|
231 |
msgid "The input field %s is empty."
|
232 |
msgstr "O campo de entrada %s está vazio."
|
233 |
|
234 |
-
#: admin/class-quick-featured-images-tools.php:
|
235 |
msgid "Type in a value into the input field."
|
236 |
msgstr "Digite um valor para o campo de entrada."
|
237 |
|
238 |
-
#: admin/class-quick-featured-images-tools.php:
|
239 |
#, php-format
|
240 |
msgid "%s is not defined."
|
241 |
msgstr "%s não está definido."
|
242 |
|
243 |
-
#: admin/class-quick-featured-images-tools.php:
|
244 |
msgid "Check how to define the value."
|
245 |
msgstr "Veja como definir o valor."
|
246 |
|
247 |
-
#: admin/class-quick-featured-images-tools.php:
|
248 |
msgid "There is no selected image."
|
249 |
msgstr "Não há nenhuma imagem selecionada."
|
250 |
|
251 |
-
#: admin/class-quick-featured-images-tools.php:
|
252 |
msgid "Select an image from the media library."
|
253 |
msgstr "Selecione uma imagem da biblioteca de mídia."
|
254 |
|
255 |
-
#: admin/class-quick-featured-images-tools.php:
|
256 |
#: admin/views/section_image.php:51
|
257 |
msgid "You have not selected an action."
|
258 |
msgstr "Você não selecionou uma ação."
|
259 |
|
260 |
-
#: admin/class-quick-featured-images-tools.php:
|
261 |
msgid "Start again and select which action you want to apply."
|
262 |
msgstr "Comece de novo e selecione a ação que você deseja aplicar."
|
263 |
|
264 |
-
#: admin/class-quick-featured-images-tools.php:
|
265 |
#, php-format
|
266 |
msgid "The input field %s has an invalid value."
|
267 |
msgstr "O campo de entrada %s tem um valor inválido."
|
268 |
|
269 |
-
#: admin/class-quick-featured-images-tools.php:
|
270 |
msgid "Type in valid values in the input field."
|
271 |
msgstr "Digite valores válidos no campo de entrada."
|
272 |
|
273 |
-
#: admin/class-quick-featured-images-tools.php:
|
274 |
msgid "Type in values stored by WordPress."
|
275 |
msgstr "Digite valores armazenados pelo WordPress."
|
276 |
|
277 |
-
#: admin/class-quick-featured-images-tools.php:
|
278 |
msgid "Set, replace, remove"
|
279 |
msgstr "Definir, substituir, remover"
|
280 |
|
281 |
-
#: admin/class-quick-featured-images-tools.php:
|
282 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
283 |
msgstr ""
|
284 |
"Definir, substituir e remover imagens destacadas em massa para posts "
|
285 |
"existentes"
|
286 |
|
287 |
-
#: admin/class-quick-featured-images-tools.php:
|
288 |
msgid "Bulk set as featured image"
|
289 |
msgstr "Definir imagem destacada em massa"
|
290 |
|
@@ -498,7 +498,7 @@ msgstr ""
|
|
498 |
msgid "Choose Images"
|
499 |
msgstr "Escolha as Imagens"
|
500 |
|
501 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:
|
502 |
msgid "Use CTRL for multiple choice"
|
503 |
msgstr "Use CTRL para múltipla escolha"
|
504 |
|
@@ -531,8 +531,8 @@ msgstr ""
|
|
531 |
"estiver marcada"
|
532 |
|
533 |
#: admin/views/form_select.php:72
|
534 |
-
msgid "There are two more options in the
|
535 |
-
msgstr "Existem mais duas opções na versão
|
536 |
|
537 |
#: admin/views/form_select.php:74
|
538 |
msgid "Use each selected image only once"
|
@@ -546,16 +546,17 @@ msgstr ""
|
|
546 |
|
547 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
548 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
549 |
-
#: admin/views/
|
550 |
-
#: admin/views/section_overview.php:91
|
551 |
-
msgid "Get the
|
552 |
-
msgstr "Obter a versão
|
553 |
|
554 |
# Path to language site
|
555 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
556 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
557 |
-
#: admin/views/
|
558 |
-
#: admin/views/
|
|
|
559 |
msgid "/"
|
560 |
msgstr "/"
|
561 |
|
@@ -762,6 +763,10 @@ msgstr "Essas ações não exigem uma imagem selecionada."
|
|
762 |
msgid "Do you want to assign the first image of each post?"
|
763 |
msgstr "Você deseja atribuir a primeira imagem de cada post?"
|
764 |
|
|
|
|
|
|
|
|
|
765 |
#: admin/views/section_defaults.php:16
|
766 |
msgid "matches"
|
767 |
msgstr "combinações"
|
@@ -790,11 +795,11 @@ msgstr ""
|
|
790 |
"Para usar uma regra, escolha a imagem e defina a taxonomia e o valor. Uma "
|
791 |
"regra que é definida apenas parcialmente será ignorada."
|
792 |
|
793 |
-
#: admin/views/section_defaults.php:
|
794 |
msgid "An image overwrites an existing image"
|
795 |
msgstr "Uma imagem substitui uma imagem existente"
|
796 |
|
797 |
-
#: admin/views/section_defaults.php:
|
798 |
msgid ""
|
799 |
"Activate to automatically overwrite an existing featured image while saving "
|
800 |
"a post"
|
@@ -802,7 +807,7 @@ msgstr ""
|
|
802 |
"Ative para substituir automaticamente uma imagem destacada existente ao "
|
803 |
"salvar um post"
|
804 |
|
805 |
-
#: admin/views/section_defaults.php:
|
806 |
msgid ""
|
807 |
"If activated the rule is used automatically while saving a post to overwrite "
|
808 |
"an existing featured image with the new one based on the following rules. Do "
|
@@ -813,11 +818,11 @@ msgstr ""
|
|
813 |
"regras. Não use esta opção se você deseja manter as imagens destacadas "
|
814 |
"definidas manualmente."
|
815 |
|
816 |
-
#: admin/views/section_defaults.php:
|
817 |
msgid "Text with images in WordPress editor"
|
818 |
msgstr "Texto com imagens no editor WordPress"
|
819 |
|
820 |
-
#: admin/views/section_defaults.php:
|
821 |
msgid ""
|
822 |
"Activate to automatically use the first content image if available in the "
|
823 |
"media library as featured image while saving a post"
|
@@ -825,7 +830,7 @@ msgstr ""
|
|
825 |
"Ative para utilizar automaticamente a primeira imagem de conteúdo se "
|
826 |
"disponível na biblioteca de mídia como uma imagem destacada ao salvar um post"
|
827 |
|
828 |
-
#: admin/views/section_defaults.php:
|
829 |
msgid ""
|
830 |
"If activated the rule is used automatically while saving a post to set the "
|
831 |
"first content image - if available in the media library - as the featured "
|
@@ -837,30 +842,30 @@ msgstr ""
|
|
837 |
"imagem destacada do post. Se o post não tem imagens de conteúdo as próximas "
|
838 |
"regras serão aplicadas."
|
839 |
|
840 |
-
#: admin/views/section_defaults.php:
|
841 |
msgid "For which post types should this rule be applied?"
|
842 |
msgstr "Para quais tipos de post essa regra deve ser aplicada?"
|
843 |
|
844 |
-
#: admin/views/section_defaults.php:
|
845 |
msgid ""
|
846 |
"Select at least one post type, otherwise all post types will be considered."
|
847 |
msgstr ""
|
848 |
"Selecione pelo menos um tipo de post, caso contrário, todos os tipos de post "
|
849 |
"serão considerados."
|
850 |
|
851 |
-
#: admin/views/section_defaults.php:
|
852 |
msgid "Add rule"
|
853 |
msgstr "Adicionar regra"
|
854 |
|
855 |
-
#: admin/views/section_defaults.php:
|
856 |
msgid "Are you sure to remove this rule?"
|
857 |
msgstr "Tem certeza que deseja remover essa regra?"
|
858 |
|
859 |
-
#: admin/views/section_defaults.php:
|
860 |
msgid "How the rules work"
|
861 |
msgstr "Como as regras funcionam"
|
862 |
|
863 |
-
#: admin/views/section_defaults.php:
|
864 |
msgid ""
|
865 |
"Every time you save a post the post get the featured image if one of the "
|
866 |
"following rules match a property of the post. You can also set rules for "
|
@@ -871,7 +876,7 @@ msgstr ""
|
|
871 |
"definir regras para páginas e todos os outros tipos de post atuais que "
|
872 |
"suportam imagens destacadas."
|
873 |
|
874 |
-
#: admin/views/section_defaults.php:
|
875 |
msgid ""
|
876 |
"Regardless of the order in the list the rules are applied in the following "
|
877 |
"order until a rule and a property of the post fit together:"
|
@@ -879,35 +884,35 @@ msgstr ""
|
|
879 |
"Independentemente da ordem na lista as regras são aplicadas na seguinte "
|
880 |
"ordem até que uma regra e uma propriedade do post se encaixem:"
|
881 |
|
882 |
-
#: admin/views/section_defaults.php:
|
883 |
msgid "found first content image. If not then..."
|
884 |
msgstr "primeira imagem de conteúdo encontrada. Se não, então..."
|
885 |
|
886 |
-
#: admin/views/section_defaults.php:
|
887 |
msgid "matched custom taxonomy. If not then..."
|
888 |
msgstr "combinou a taxonomia personalizada. Se não, então..."
|
889 |
|
890 |
-
#: admin/views/section_defaults.php:
|
891 |
msgid "matched tag. If not then..."
|
892 |
msgstr "combinou a tag. Se não, então..."
|
893 |
|
894 |
-
#: admin/views/section_defaults.php:
|
895 |
msgid "matched category. If not then..."
|
896 |
msgstr "combinou a categoria. Se não, então..."
|
897 |
|
898 |
-
#: admin/views/section_defaults.php:
|
899 |
msgid "matched author. If not then..."
|
900 |
msgstr "combinou o autor. Se não, então..."
|
901 |
|
902 |
-
#: admin/views/section_defaults.php:
|
903 |
msgid "matched post type. If not then..."
|
904 |
msgstr "combinou o tipo de post. Se não, então..."
|
905 |
|
906 |
-
#: admin/views/section_defaults.php:
|
907 |
msgid "no featured image."
|
908 |
msgstr "nenhuma imagem destacada."
|
909 |
|
910 |
-
#: admin/views/section_defaults.php:
|
911 |
msgid ""
|
912 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
913 |
"the post it is unforeseeable which image will become the featured image."
|
@@ -915,19 +920,19 @@ msgstr ""
|
|
915 |
"Tenha em mente que, se duas ou mais regras com a mesma taxonomia caberem ao "
|
916 |
"post é imprevisível qual a imagem se tornará a imagem em destaque."
|
917 |
|
918 |
-
#: admin/views/section_defaults.php:
|
919 |
-
msgid "Additional rules in the
|
920 |
-
msgstr "Regras adicionais na versão
|
921 |
|
922 |
-
#: admin/views/section_defaults.php:
|
923 |
msgid "Multiple images to set them randomly as featured image"
|
924 |
msgstr "Várias imagens para defini-las aleatoriamente como imagem em destaque"
|
925 |
|
926 |
-
#: admin/views/section_defaults.php:
|
927 |
msgid "Random featured images at each page load"
|
928 |
msgstr "Imagens aleatórias em cada carga de página"
|
929 |
|
930 |
-
#: admin/views/section_defaults.php:
|
931 |
msgid ""
|
932 |
"The first content image can be also an image from an external server to set "
|
933 |
"it as automated featured image"
|
@@ -935,7 +940,7 @@ msgstr ""
|
|
935 |
"A primeira imagem do conteúdo pode ser também uma imagem de um servidor "
|
936 |
"externo para defini-la automaticamente como imagem destacada"
|
937 |
|
938 |
-
#: admin/views/section_defaults.php:
|
939 |
msgid ""
|
940 |
"Remove the first content image automatically after the featured image was "
|
941 |
"set successfully"
|
@@ -943,21 +948,21 @@ msgstr ""
|
|
943 |
"Remover a primeira imagem de conteúdo automaticamente depois que a imagem "
|
944 |
"destacada for definida com êxito"
|
945 |
|
946 |
-
#: admin/views/section_defaults.php:
|
947 |
msgid "Match with a search string in post title"
|
948 |
msgstr "Combine com uma string de pesquisa no título do post"
|
949 |
|
950 |
-
#: admin/views/section_defaults.php:
|
951 |
msgid "Match with a selected post format"
|
952 |
msgstr "Combine com um formato de post selecionado"
|
953 |
|
954 |
-
#: admin/views/section_defaults.php:
|
955 |
msgid "User defined order of rules"
|
956 |
msgstr "Ordem de regras definidas pelo usuário"
|
957 |
|
958 |
-
#: admin/views/section_defaults.php:
|
959 |
-
msgid "Import your rules from this plugin into the
|
960 |
-
msgstr "Importar suas regras deste plugin para o plugin
|
961 |
|
962 |
#: admin/views/section_errormsg.php:1
|
963 |
msgid "Error"
|
@@ -1081,8 +1086,8 @@ msgid "Manage featured images in a quick way"
|
|
1081 |
msgstr "Gerencie imagens destacadas de uma maneira rápida"
|
1082 |
|
1083 |
#: admin/views/section_overview.php:89
|
1084 |
-
msgid "The
|
1085 |
-
msgstr "A versão
|
1086 |
|
1087 |
#: admin/views/section_results.php:1
|
1088 |
msgid "Results of the action"
|
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: 2019-11-06 13:45+0100\n"
|
8 |
+
"PO-Revision-Date: 2019-11-06 13:48+0100\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: pt_BR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.2.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:215
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
28 |
"substituir e exclui-las em massa, na lista de mensagens e definir imagens "
|
29 |
"predefinidas para mensagens futuras."
|
30 |
|
31 |
+
#: admin/class-quick-featured-images-admin.php:278
|
32 |
#, php-format
|
33 |
msgid ""
|
34 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
39 |
"não o ativou. Se você quiser usar este plugin atualize o seu Wordpress para "
|
40 |
"a versão mais recente."
|
41 |
|
42 |
+
#: admin/class-quick-featured-images-admin.php:484
|
43 |
#, php-format
|
44 |
msgid "Welcome to %s! You can find the plugin at %s."
|
45 |
msgstr "Bem-vindo ao %s! Você pode encontrar o plugin em %s."
|
46 |
|
47 |
+
#: admin/class-quick-featured-images-columns.php:263
|
48 |
+
msgid "(external image)"
|
49 |
+
msgstr ""
|
50 |
+
|
51 |
+
#: admin/class-quick-featured-images-columns.php:264
|
52 |
#, php-format
|
53 |
msgid "Change “%s”"
|
54 |
msgstr "Alterar “%s”"
|
55 |
|
56 |
+
#: admin/class-quick-featured-images-columns.php:265
|
|
|
57 |
#, php-format
|
58 |
msgid "Remove “%s”"
|
59 |
msgstr "Remover “%s”"
|
60 |
|
61 |
+
#: admin/class-quick-featured-images-columns.php:266
|
|
|
|
|
62 |
#, php-format
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Definir imagem para “%s”"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:277
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "Predefinir Imagens Destacadas"
|
69 |
|
70 |
+
#: admin/class-quick-featured-images-defaults.php:288
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr "Definir imagem destacada padrão para posts futuros"
|
73 |
|
74 |
+
#: admin/class-quick-featured-images-settings.php:232
|
75 |
msgid "Set the visibility of columns of featured images in posts lists"
|
76 |
msgstr ""
|
77 |
"Definir a visibilidade das colunas de imagens destacadas nas listas de posts"
|
78 |
|
79 |
+
#: admin/class-quick-featured-images-settings.php:382
|
80 |
msgid "Columns for featured images in posts lists"
|
81 |
msgstr "Colunas para imagens destacadas nas listas de posts"
|
82 |
|
83 |
+
#: admin/class-quick-featured-images-settings.php:390
|
84 |
msgid "Show additional column for featured images in lists of"
|
85 |
msgstr "Mostrar coluna adicional para imagens destacadas nas listas de"
|
86 |
|
87 |
+
#: admin/class-quick-featured-images-settings.php:395
|
88 |
msgid "Posts list with image column"
|
89 |
msgstr "Lista de posts com coluna de imagem"
|
90 |
|
91 |
+
#: admin/class-quick-featured-images-settings.php:418
|
92 |
msgid "Visibility of the plugin"
|
93 |
msgstr "Visibilidade do plugin"
|
94 |
|
95 |
+
#: admin/class-quick-featured-images-settings.php:426
|
96 |
msgid "Which user role may see the plugin?"
|
97 |
msgstr "Qual função de usuário pode ver o plug-in?"
|
98 |
|
99 |
+
#: admin/class-quick-featured-images-settings.php:558
|
100 |
msgid ""
|
101 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
102 |
"post lists."
|
104 |
"Ative as caixas de seleção em cada tipo de post para mostrar as colunas "
|
105 |
"extras nas listas de posts."
|
106 |
|
107 |
+
#: admin/class-quick-featured-images-settings.php:570
|
108 |
msgid "Minimum user role to see the plugin in the backend"
|
109 |
msgstr "Função de usuário mínima para ver o plug-in no back-end"
|
110 |
|
111 |
+
#: admin/class-quick-featured-images-settings.php:606
|
112 |
msgid "Select the minimum user role a user must have to see the plugin."
|
113 |
msgstr ""
|
114 |
"Selecione a função de usuário mínima que um usuário deve ter para ver o plug-"
|
115 |
"in."
|
116 |
|
117 |
+
#: admin/class-quick-featured-images-settings.php:611
|
118 |
#, php-format
|
119 |
msgid ""
|
120 |
"The rules as set in “%s” work on posts independently of this "
|
123 |
"As regras definidas em “%s” funcionam em postagens "
|
124 |
"independentemente dessa configuração."
|
125 |
|
126 |
+
#: admin/class-quick-featured-images-settings.php:616
|
127 |
msgid ""
|
128 |
"This setting controls as well whether a user will see in an image column the "
|
129 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
133 |
"as miniaturas com links de ação ou apenas as miniaturas. Para ativar e "
|
134 |
"desativar colunas de imagem, use a seção acima."
|
135 |
|
136 |
+
#: admin/class-quick-featured-images-settings.php:617
|
137 |
msgid "This page is accessible for administrators only."
|
138 |
msgstr "Esta página está acessível somente para administradores."
|
139 |
|
140 |
+
#: admin/class-quick-featured-images-settings.php:627
|
141 |
msgid ""
|
142 |
"The additional columns give you a quick overview about all used featured "
|
143 |
"images for every post. The Featured Image column is sortable."
|
145 |
"As colunas adicionais lhe dão uma rápida visão geral sobre todas imagens "
|
146 |
"destacadas usadas para cada post. A coluna de imagem destacada é ordenável."
|
147 |
|
148 |
+
#: admin/class-quick-featured-images-settings.php:636
|
149 |
msgid "Controls which minimum user role can see the plugin."
|
150 |
msgstr "Controla qual função de usuário mínima pode ver o plug-in."
|
151 |
|
152 |
+
#: admin/class-quick-featured-images-tools.php:473
|
153 |
#, php-format
|
154 |
msgid "Wrong image ID %d"
|
155 |
msgstr "ID de imagem errado %d"
|
156 |
|
157 |
+
#: admin/class-quick-featured-images-tools.php:575
|
158 |
msgid "Select"
|
159 |
msgstr "Selecionar"
|
160 |
|
161 |
+
#: admin/class-quick-featured-images-tools.php:576
|
162 |
msgid "Add filter"
|
163 |
msgstr "Adicionar um filtro"
|
164 |
|
165 |
+
#: admin/class-quick-featured-images-tools.php:577
|
166 |
msgid "Refine"
|
167 |
msgstr "Refinar"
|
168 |
|
169 |
+
#: admin/class-quick-featured-images-tools.php:578
|
170 |
msgid "Confirm"
|
171 |
msgstr "Confirmar"
|
172 |
|
173 |
+
#: admin/class-quick-featured-images-tools.php:579
|
174 |
msgid "Perform"
|
175 |
msgstr "Executar"
|
176 |
|
177 |
+
#: admin/class-quick-featured-images-tools.php:583
|
178 |
msgid "Set the selected image as new featured image"
|
179 |
msgstr "Definir a imagem selecionada como nova imagem destacada"
|
180 |
|
181 |
+
#: admin/class-quick-featured-images-tools.php:584
|
182 |
msgid "Replace featured images by the selected image"
|
183 |
msgstr "Substituir imagens destacadas pela imagem selecionada"
|
184 |
|
185 |
+
#: admin/class-quick-featured-images-tools.php:585
|
186 |
msgid "Remove the selected image as featured image"
|
187 |
msgstr "Remover a imagem selecionada como imagem destacada"
|
188 |
|
189 |
+
#: admin/class-quick-featured-images-tools.php:588
|
190 |
msgid "Remove any image as featured image"
|
191 |
msgstr "Remover qualquer imagem como imagem destacada"
|
192 |
|
193 |
+
#: admin/class-quick-featured-images-tools.php:589
|
194 |
msgid "Remove all featured images without existing image files"
|
195 |
msgstr "Remova todas as imagens apresentadas sem arquivos de imagem existentes"
|
196 |
|
197 |
+
#: admin/class-quick-featured-images-tools.php:592
|
198 |
msgid "Set multiple images randomly as featured images"
|
199 |
msgstr "Definir várias imagens aleatoriamente como imagens destacadas"
|
200 |
|
201 |
+
#: admin/class-quick-featured-images-tools.php:596
|
202 |
msgid "Overwrite featured images"
|
203 |
msgstr "Sobrescrever imagens destacadas"
|
204 |
|
205 |
+
#: admin/class-quick-featured-images-tools.php:597
|
206 |
msgid "Consider only posts without any featured image"
|
207 |
msgstr "Considerar apenas posts sem nenhuma imagem destacada"
|
208 |
|
209 |
+
#: admin/class-quick-featured-images-tools.php:601
|
210 |
msgid "Post Type Filter"
|
211 |
msgstr "Filtro de tipo de posts"
|
212 |
|
213 |
+
#: admin/class-quick-featured-images-tools.php:602
|
214 |
msgid "Category Filter"
|
215 |
msgstr "Filtro por categoria"
|
216 |
|
217 |
+
#: admin/class-quick-featured-images-tools.php:603
|
218 |
msgid "Tag Filter"
|
219 |
msgstr "Filtro por tag"
|
220 |
|
221 |
+
#: admin/class-quick-featured-images-tools.php:632
|
222 |
msgid "Image width in pixels lower than"
|
223 |
msgstr "Largura da imagem em pixels menor que"
|
224 |
|
225 |
+
#: admin/class-quick-featured-images-tools.php:633
|
226 |
msgid "Image height in pixels lower than"
|
227 |
msgstr "Altura da imagem em pixels menor que"
|
228 |
|
229 |
+
#: admin/class-quick-featured-images-tools.php:742
|
230 |
#, php-format
|
231 |
msgid "The input field %s is empty."
|
232 |
msgstr "O campo de entrada %s está vazio."
|
233 |
|
234 |
+
#: admin/class-quick-featured-images-tools.php:743
|
235 |
msgid "Type in a value into the input field."
|
236 |
msgstr "Digite um valor para o campo de entrada."
|
237 |
|
238 |
+
#: admin/class-quick-featured-images-tools.php:746
|
239 |
#, php-format
|
240 |
msgid "%s is not defined."
|
241 |
msgstr "%s não está definido."
|
242 |
|
243 |
+
#: admin/class-quick-featured-images-tools.php:747
|
244 |
msgid "Check how to define the value."
|
245 |
msgstr "Veja como definir o valor."
|
246 |
|
247 |
+
#: admin/class-quick-featured-images-tools.php:750
|
248 |
msgid "There is no selected image."
|
249 |
msgstr "Não há nenhuma imagem selecionada."
|
250 |
|
251 |
+
#: admin/class-quick-featured-images-tools.php:751
|
252 |
msgid "Select an image from the media library."
|
253 |
msgstr "Selecione uma imagem da biblioteca de mídia."
|
254 |
|
255 |
+
#: admin/class-quick-featured-images-tools.php:754
|
256 |
#: admin/views/section_image.php:51
|
257 |
msgid "You have not selected an action."
|
258 |
msgstr "Você não selecionou uma ação."
|
259 |
|
260 |
+
#: admin/class-quick-featured-images-tools.php:755
|
261 |
msgid "Start again and select which action you want to apply."
|
262 |
msgstr "Comece de novo e selecione a ação que você deseja aplicar."
|
263 |
|
264 |
+
#: admin/class-quick-featured-images-tools.php:758
|
265 |
#, php-format
|
266 |
msgid "The input field %s has an invalid value."
|
267 |
msgstr "O campo de entrada %s tem um valor inválido."
|
268 |
|
269 |
+
#: admin/class-quick-featured-images-tools.php:759
|
270 |
msgid "Type in valid values in the input field."
|
271 |
msgstr "Digite valores válidos no campo de entrada."
|
272 |
|
273 |
+
#: admin/class-quick-featured-images-tools.php:763
|
274 |
msgid "Type in values stored by WordPress."
|
275 |
msgstr "Digite valores armazenados pelo WordPress."
|
276 |
|
277 |
+
#: admin/class-quick-featured-images-tools.php:1932
|
278 |
msgid "Set, replace, remove"
|
279 |
msgstr "Definir, substituir, remover"
|
280 |
|
281 |
+
#: admin/class-quick-featured-images-tools.php:1943
|
282 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
283 |
msgstr ""
|
284 |
"Definir, substituir e remover imagens destacadas em massa para posts "
|
285 |
"existentes"
|
286 |
|
287 |
+
#: admin/class-quick-featured-images-tools.php:2052
|
288 |
msgid "Bulk set as featured image"
|
289 |
msgstr "Definir imagem destacada em massa"
|
290 |
|
498 |
msgid "Choose Images"
|
499 |
msgstr "Escolha as Imagens"
|
500 |
|
501 |
+
#: admin/views/form_select.php:31 admin/views/form_start.php:121
|
502 |
msgid "Use CTRL for multiple choice"
|
503 |
msgstr "Use CTRL para múltipla escolha"
|
504 |
|
531 |
"estiver marcada"
|
532 |
|
533 |
#: admin/views/form_select.php:72
|
534 |
+
msgid "There are two more options in the Pro version for random images:"
|
535 |
+
msgstr "Existem mais duas opções na versão Pro para imagens aleatórias:"
|
536 |
|
537 |
#: admin/views/form_select.php:74
|
538 |
msgid "Use each selected image only once"
|
546 |
|
547 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
548 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
549 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
550 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:91
|
551 |
+
msgid "Get the Pro version"
|
552 |
+
msgstr "Obter a versão Pro"
|
553 |
|
554 |
# Path to language site
|
555 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
556 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
557 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
558 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:90
|
559 |
+
#: admin/views/section_overview.php:91
|
560 |
msgid "/"
|
561 |
msgstr "/"
|
562 |
|
763 |
msgid "Do you want to assign the first image of each post?"
|
764 |
msgstr "Você deseja atribuir a primeira imagem de cada post?"
|
765 |
|
766 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
767 |
+
msgid "Do you want to use external featured images, e.g. from a CDN?"
|
768 |
+
msgstr "Deseja usar imagens em destaque externas, por exemplo de uma CDN?"
|
769 |
+
|
770 |
#: admin/views/section_defaults.php:16
|
771 |
msgid "matches"
|
772 |
msgstr "combinações"
|
795 |
"Para usar uma regra, escolha a imagem e defina a taxonomia e o valor. Uma "
|
796 |
"regra que é definida apenas parcialmente será ignorada."
|
797 |
|
798 |
+
#: admin/views/section_defaults.php:236
|
799 |
msgid "An image overwrites an existing image"
|
800 |
msgstr "Uma imagem substitui uma imagem existente"
|
801 |
|
802 |
+
#: admin/views/section_defaults.php:240
|
803 |
msgid ""
|
804 |
"Activate to automatically overwrite an existing featured image while saving "
|
805 |
"a post"
|
807 |
"Ative para substituir automaticamente uma imagem destacada existente ao "
|
808 |
"salvar um post"
|
809 |
|
810 |
+
#: admin/views/section_defaults.php:242
|
811 |
msgid ""
|
812 |
"If activated the rule is used automatically while saving a post to overwrite "
|
813 |
"an existing featured image with the new one based on the following rules. Do "
|
818 |
"regras. Não use esta opção se você deseja manter as imagens destacadas "
|
819 |
"definidas manualmente."
|
820 |
|
821 |
+
#: admin/views/section_defaults.php:249
|
822 |
msgid "Text with images in WordPress editor"
|
823 |
msgstr "Texto com imagens no editor WordPress"
|
824 |
|
825 |
+
#: admin/views/section_defaults.php:253
|
826 |
msgid ""
|
827 |
"Activate to automatically use the first content image if available in the "
|
828 |
"media library as featured image while saving a post"
|
830 |
"Ative para utilizar automaticamente a primeira imagem de conteúdo se "
|
831 |
"disponível na biblioteca de mídia como uma imagem destacada ao salvar um post"
|
832 |
|
833 |
+
#: admin/views/section_defaults.php:255
|
834 |
msgid ""
|
835 |
"If activated the rule is used automatically while saving a post to set the "
|
836 |
"first content image - if available in the media library - as the featured "
|
842 |
"imagem destacada do post. Se o post não tem imagens de conteúdo as próximas "
|
843 |
"regras serão aplicadas."
|
844 |
|
845 |
+
#: admin/views/section_defaults.php:256
|
846 |
msgid "For which post types should this rule be applied?"
|
847 |
msgstr "Para quais tipos de post essa regra deve ser aplicada?"
|
848 |
|
849 |
+
#: admin/views/section_defaults.php:283
|
850 |
msgid ""
|
851 |
"Select at least one post type, otherwise all post types will be considered."
|
852 |
msgstr ""
|
853 |
"Selecione pelo menos um tipo de post, caso contrário, todos os tipos de post "
|
854 |
"serão considerados."
|
855 |
|
856 |
+
#: admin/views/section_defaults.php:489
|
857 |
msgid "Add rule"
|
858 |
msgstr "Adicionar regra"
|
859 |
|
860 |
+
#: admin/views/section_defaults.php:494
|
861 |
msgid "Are you sure to remove this rule?"
|
862 |
msgstr "Tem certeza que deseja remover essa regra?"
|
863 |
|
864 |
+
#: admin/views/section_defaults.php:497
|
865 |
msgid "How the rules work"
|
866 |
msgstr "Como as regras funcionam"
|
867 |
|
868 |
+
#: admin/views/section_defaults.php:498
|
869 |
msgid ""
|
870 |
"Every time you save a post the post get the featured image if one of the "
|
871 |
"following rules match a property of the post. You can also set rules for "
|
876 |
"definir regras para páginas e todos os outros tipos de post atuais que "
|
877 |
"suportam imagens destacadas."
|
878 |
|
879 |
+
#: admin/views/section_defaults.php:499
|
880 |
msgid ""
|
881 |
"Regardless of the order in the list the rules are applied in the following "
|
882 |
"order until a rule and a property of the post fit together:"
|
884 |
"Independentemente da ordem na lista as regras são aplicadas na seguinte "
|
885 |
"ordem até que uma regra e uma propriedade do post se encaixem:"
|
886 |
|
887 |
+
#: admin/views/section_defaults.php:501
|
888 |
msgid "found first content image. If not then..."
|
889 |
msgstr "primeira imagem de conteúdo encontrada. Se não, então..."
|
890 |
|
891 |
+
#: admin/views/section_defaults.php:502
|
892 |
msgid "matched custom taxonomy. If not then..."
|
893 |
msgstr "combinou a taxonomia personalizada. Se não, então..."
|
894 |
|
895 |
+
#: admin/views/section_defaults.php:503
|
896 |
msgid "matched tag. If not then..."
|
897 |
msgstr "combinou a tag. Se não, então..."
|
898 |
|
899 |
+
#: admin/views/section_defaults.php:504
|
900 |
msgid "matched category. If not then..."
|
901 |
msgstr "combinou a categoria. Se não, então..."
|
902 |
|
903 |
+
#: admin/views/section_defaults.php:505
|
904 |
msgid "matched author. If not then..."
|
905 |
msgstr "combinou o autor. Se não, então..."
|
906 |
|
907 |
+
#: admin/views/section_defaults.php:506
|
908 |
msgid "matched post type. If not then..."
|
909 |
msgstr "combinou o tipo de post. Se não, então..."
|
910 |
|
911 |
+
#: admin/views/section_defaults.php:507
|
912 |
msgid "no featured image."
|
913 |
msgstr "nenhuma imagem destacada."
|
914 |
|
915 |
+
#: admin/views/section_defaults.php:509
|
916 |
msgid ""
|
917 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
918 |
"the post it is unforeseeable which image will become the featured image."
|
920 |
"Tenha em mente que, se duas ou mais regras com a mesma taxonomia caberem ao "
|
921 |
"post é imprevisível qual a imagem se tornará a imagem em destaque."
|
922 |
|
923 |
+
#: admin/views/section_defaults.php:510
|
924 |
+
msgid "Additional rules in the Pro version"
|
925 |
+
msgstr "Regras adicionais na versão Pro"
|
926 |
|
927 |
+
#: admin/views/section_defaults.php:512
|
928 |
msgid "Multiple images to set them randomly as featured image"
|
929 |
msgstr "Várias imagens para defini-las aleatoriamente como imagem em destaque"
|
930 |
|
931 |
+
#: admin/views/section_defaults.php:513
|
932 |
msgid "Random featured images at each page load"
|
933 |
msgstr "Imagens aleatórias em cada carga de página"
|
934 |
|
935 |
+
#: admin/views/section_defaults.php:514
|
936 |
msgid ""
|
937 |
"The first content image can be also an image from an external server to set "
|
938 |
"it as automated featured image"
|
940 |
"A primeira imagem do conteúdo pode ser também uma imagem de um servidor "
|
941 |
"externo para defini-la automaticamente como imagem destacada"
|
942 |
|
943 |
+
#: admin/views/section_defaults.php:515
|
944 |
msgid ""
|
945 |
"Remove the first content image automatically after the featured image was "
|
946 |
"set successfully"
|
948 |
"Remover a primeira imagem de conteúdo automaticamente depois que a imagem "
|
949 |
"destacada for definida com êxito"
|
950 |
|
951 |
+
#: admin/views/section_defaults.php:516
|
952 |
msgid "Match with a search string in post title"
|
953 |
msgstr "Combine com uma string de pesquisa no título do post"
|
954 |
|
955 |
+
#: admin/views/section_defaults.php:517
|
956 |
msgid "Match with a selected post format"
|
957 |
msgstr "Combine com um formato de post selecionado"
|
958 |
|
959 |
+
#: admin/views/section_defaults.php:518
|
960 |
msgid "User defined order of rules"
|
961 |
msgstr "Ordem de regras definidas pelo usuário"
|
962 |
|
963 |
+
#: admin/views/section_defaults.php:519
|
964 |
+
msgid "Import your rules from this plugin into the Pro plugin"
|
965 |
+
msgstr "Importar suas regras deste plugin para o plugin Pro"
|
966 |
|
967 |
#: admin/views/section_errormsg.php:1
|
968 |
msgid "Error"
|
1086 |
msgstr "Gerencie imagens destacadas de uma maneira rápida"
|
1087 |
|
1088 |
#: admin/views/section_overview.php:89
|
1089 |
+
msgid "The Pro version"
|
1090 |
+
msgstr "A versão Pro"
|
1091 |
|
1092 |
#: admin/views/section_results.php:1
|
1093 |
msgid "Results of the action"
|
languages/quick-featured-images.pot
CHANGED
@@ -5,13 +5,13 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quick Featured Images\n"
|
7 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
8 |
-
"POT-Creation-Date:
|
9 |
"PO-Revision-Date: 2017-07-06 23:17+0200\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
16 |
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
@@ -19,13 +19,13 @@ msgstr ""
|
|
19 |
"Last-Translator: \n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
-
#: admin/class-quick-featured-images-admin.php:
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: admin/class-quick-featured-images-admin.php:
|
29 |
#, php-format
|
30 |
msgid ""
|
31 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
@@ -33,238 +33,238 @@ msgid ""
|
|
33 |
"to the latest version."
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: admin/class-quick-featured-images-admin.php:
|
37 |
#, php-format
|
38 |
msgid "Welcome to %s! You can find the plugin at %s."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: admin/class-quick-featured-images-columns.php:
|
42 |
-
|
|
|
|
|
|
|
43 |
#, php-format
|
44 |
msgid "Change “%s”"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: admin/class-quick-featured-images-columns.php:
|
48 |
-
#: admin/class-quick-featured-images-columns.php:457
|
49 |
#, php-format
|
50 |
msgid "Remove “%s”"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: admin/class-quick-featured-images-columns.php:
|
54 |
-
#: admin/class-quick-featured-images-columns.php:377
|
55 |
-
#: admin/class-quick-featured-images-columns.php:529
|
56 |
#, php-format
|
57 |
msgid "Set image for “%s”"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: admin/class-quick-featured-images-defaults.php:
|
61 |
msgid "Preset Featured Images"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: admin/class-quick-featured-images-defaults.php:
|
65 |
msgid "Set default featured images for future posts"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: admin/class-quick-featured-images-settings.php:
|
69 |
msgid "Set the visibility of columns of featured images in posts lists"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: admin/class-quick-featured-images-settings.php:
|
73 |
msgid "Columns for featured images in posts lists"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: admin/class-quick-featured-images-settings.php:
|
77 |
msgid "Show additional column for featured images in lists of"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: admin/class-quick-featured-images-settings.php:
|
81 |
msgid "Posts list with image column"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: admin/class-quick-featured-images-settings.php:
|
85 |
msgid "Visibility of the plugin"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: admin/class-quick-featured-images-settings.php:
|
89 |
msgid "Which user role may see the plugin?"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: admin/class-quick-featured-images-settings.php:
|
93 |
msgid ""
|
94 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
95 |
"post lists."
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: admin/class-quick-featured-images-settings.php:
|
99 |
msgid "Minimum user role to see the plugin in the backend"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: admin/class-quick-featured-images-settings.php:
|
103 |
msgid "Select the minimum user role a user must have to see the plugin."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: admin/class-quick-featured-images-settings.php:
|
107 |
#, php-format
|
108 |
msgid ""
|
109 |
"The rules as set in “%s” work on posts independently of this "
|
110 |
"setting."
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: admin/class-quick-featured-images-settings.php:
|
114 |
msgid ""
|
115 |
"This setting controls as well whether a user will see in an image column the "
|
116 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
117 |
"on and off use the section above."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: admin/class-quick-featured-images-settings.php:
|
121 |
msgid "This page is accessible for administrators only."
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: admin/class-quick-featured-images-settings.php:
|
125 |
msgid ""
|
126 |
"The additional columns give you a quick overview about all used featured "
|
127 |
"images for every post. The Featured Image column is sortable."
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: admin/class-quick-featured-images-settings.php:
|
131 |
msgid "Controls which minimum user role can see the plugin."
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: admin/class-quick-featured-images-tools.php:
|
135 |
#, php-format
|
136 |
msgid "Wrong image ID %d"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: admin/class-quick-featured-images-tools.php:
|
140 |
msgid "Select"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: admin/class-quick-featured-images-tools.php:
|
144 |
msgid "Add filter"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: admin/class-quick-featured-images-tools.php:
|
148 |
msgid "Refine"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: admin/class-quick-featured-images-tools.php:
|
152 |
msgid "Confirm"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: admin/class-quick-featured-images-tools.php:
|
156 |
msgid "Perform"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: admin/class-quick-featured-images-tools.php:
|
160 |
msgid "Set the selected image as new featured image"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: admin/class-quick-featured-images-tools.php:
|
164 |
msgid "Replace featured images by the selected image"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: admin/class-quick-featured-images-tools.php:
|
168 |
msgid "Remove the selected image as featured image"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: admin/class-quick-featured-images-tools.php:
|
172 |
msgid "Remove any image as featured image"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: admin/class-quick-featured-images-tools.php:
|
176 |
msgid "Remove all featured images without existing image files"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: admin/class-quick-featured-images-tools.php:
|
180 |
msgid "Set multiple images randomly as featured images"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: admin/class-quick-featured-images-tools.php:
|
184 |
msgid "Overwrite featured images"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: admin/class-quick-featured-images-tools.php:
|
188 |
msgid "Consider only posts without any featured image"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: admin/class-quick-featured-images-tools.php:
|
192 |
msgid "Post Type Filter"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: admin/class-quick-featured-images-tools.php:
|
196 |
msgid "Category Filter"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin/class-quick-featured-images-tools.php:
|
200 |
msgid "Tag Filter"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin/class-quick-featured-images-tools.php:
|
204 |
msgid "Image width in pixels lower than"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin/class-quick-featured-images-tools.php:
|
208 |
msgid "Image height in pixels lower than"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: admin/class-quick-featured-images-tools.php:
|
212 |
#, php-format
|
213 |
msgid "The input field %s is empty."
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: admin/class-quick-featured-images-tools.php:
|
217 |
msgid "Type in a value into the input field."
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: admin/class-quick-featured-images-tools.php:
|
221 |
#, php-format
|
222 |
msgid "%s is not defined."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: admin/class-quick-featured-images-tools.php:
|
226 |
msgid "Check how to define the value."
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: admin/class-quick-featured-images-tools.php:
|
230 |
msgid "There is no selected image."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: admin/class-quick-featured-images-tools.php:
|
234 |
msgid "Select an image from the media library."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: admin/class-quick-featured-images-tools.php:
|
238 |
#: admin/views/section_image.php:51
|
239 |
msgid "You have not selected an action."
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: admin/class-quick-featured-images-tools.php:
|
243 |
msgid "Start again and select which action you want to apply."
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: admin/class-quick-featured-images-tools.php:
|
247 |
#, php-format
|
248 |
msgid "The input field %s has an invalid value."
|
249 |
msgstr ""
|
250 |
|
251 |
-
#: admin/class-quick-featured-images-tools.php:
|
252 |
msgid "Type in valid values in the input field."
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: admin/class-quick-featured-images-tools.php:
|
256 |
msgid "Type in values stored by WordPress."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: admin/class-quick-featured-images-tools.php:
|
260 |
msgid "Set, replace, remove"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: admin/class-quick-featured-images-tools.php:
|
264 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: admin/class-quick-featured-images-tools.php:
|
268 |
msgid "Bulk set as featured image"
|
269 |
msgstr ""
|
270 |
|
@@ -450,7 +450,7 @@ msgstr ""
|
|
450 |
msgid "Choose Images"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:
|
454 |
msgid "Use CTRL for multiple choice"
|
455 |
msgstr ""
|
456 |
|
@@ -481,7 +481,7 @@ msgid ""
|
|
481 |
msgstr ""
|
482 |
|
483 |
#: admin/views/form_select.php:72
|
484 |
-
msgid "There are two more options in the
|
485 |
msgstr ""
|
486 |
|
487 |
#: admin/views/form_select.php:74
|
@@ -494,15 +494,16 @@ msgstr ""
|
|
494 |
|
495 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
496 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
497 |
-
#: admin/views/
|
498 |
-
#: admin/views/section_overview.php:91
|
499 |
-
msgid "Get the
|
500 |
msgstr ""
|
501 |
|
502 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
503 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
504 |
-
#: admin/views/
|
505 |
-
#: admin/views/
|
|
|
506 |
msgid "/"
|
507 |
msgstr ""
|
508 |
|
@@ -673,6 +674,10 @@ msgstr ""
|
|
673 |
msgid "Do you want to assign the first image of each post?"
|
674 |
msgstr ""
|
675 |
|
|
|
|
|
|
|
|
|
676 |
#: admin/views/section_defaults.php:16
|
677 |
msgid "matches"
|
678 |
msgstr ""
|
@@ -697,34 +702,34 @@ msgid ""
|
|
697 |
"rule which is defined only partially will be ignored."
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: admin/views/section_defaults.php:
|
701 |
msgid "An image overwrites an existing image"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: admin/views/section_defaults.php:
|
705 |
msgid ""
|
706 |
"Activate to automatically overwrite an existing featured image while saving "
|
707 |
"a post"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: admin/views/section_defaults.php:
|
711 |
msgid ""
|
712 |
"If activated the rule is used automatically while saving a post to overwrite "
|
713 |
"an existing featured image with the new one based on the following rules. Do "
|
714 |
"not use this if you want to keep manually set featured images."
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: admin/views/section_defaults.php:
|
718 |
msgid "Text with images in WordPress editor"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: admin/views/section_defaults.php:
|
722 |
msgid ""
|
723 |
"Activate to automatically use the first content image if available in the "
|
724 |
"media library as featured image while saving a post"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: admin/views/section_defaults.php:
|
728 |
msgid ""
|
729 |
"If activated the rule is used automatically while saving a post to set the "
|
730 |
"first content image - if available in the media library - as the featured "
|
@@ -732,112 +737,112 @@ msgid ""
|
|
732 |
"applied."
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: admin/views/section_defaults.php:
|
736 |
msgid "For which post types should this rule be applied?"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: admin/views/section_defaults.php:
|
740 |
msgid ""
|
741 |
"Select at least one post type, otherwise all post types will be considered."
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: admin/views/section_defaults.php:
|
745 |
msgid "Add rule"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: admin/views/section_defaults.php:
|
749 |
msgid "Are you sure to remove this rule?"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: admin/views/section_defaults.php:
|
753 |
msgid "How the rules work"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: admin/views/section_defaults.php:
|
757 |
msgid ""
|
758 |
"Every time you save a post the post get the featured image if one of the "
|
759 |
"following rules match a property of the post. You can also set rules for "
|
760 |
"pages and all other current post types which support featured images."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: admin/views/section_defaults.php:
|
764 |
msgid ""
|
765 |
"Regardless of the order in the list the rules are applied in the following "
|
766 |
"order until a rule and a property of the post fit together:"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: admin/views/section_defaults.php:
|
770 |
msgid "found first content image. If not then..."
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: admin/views/section_defaults.php:
|
774 |
msgid "matched custom taxonomy. If not then..."
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: admin/views/section_defaults.php:
|
778 |
msgid "matched tag. If not then..."
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: admin/views/section_defaults.php:
|
782 |
msgid "matched category. If not then..."
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: admin/views/section_defaults.php:
|
786 |
msgid "matched author. If not then..."
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: admin/views/section_defaults.php:
|
790 |
msgid "matched post type. If not then..."
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: admin/views/section_defaults.php:
|
794 |
msgid "no featured image."
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: admin/views/section_defaults.php:
|
798 |
msgid ""
|
799 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
800 |
"the post it is unforeseeable which image will become the featured image."
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: admin/views/section_defaults.php:
|
804 |
-
msgid "Additional rules in the
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: admin/views/section_defaults.php:
|
808 |
msgid "Multiple images to set them randomly as featured image"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: admin/views/section_defaults.php:
|
812 |
msgid "Random featured images at each page load"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: admin/views/section_defaults.php:
|
816 |
msgid ""
|
817 |
"The first content image can be also an image from an external server to set "
|
818 |
"it as automated featured image"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: admin/views/section_defaults.php:
|
822 |
msgid ""
|
823 |
"Remove the first content image automatically after the featured image was "
|
824 |
"set successfully"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: admin/views/section_defaults.php:
|
828 |
msgid "Match with a search string in post title"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: admin/views/section_defaults.php:
|
832 |
msgid "Match with a selected post format"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: admin/views/section_defaults.php:
|
836 |
msgid "User defined order of rules"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: admin/views/section_defaults.php:
|
840 |
-
msgid "Import your rules from this plugin into the
|
841 |
msgstr ""
|
842 |
|
843 |
#: admin/views/section_errormsg.php:1
|
@@ -956,7 +961,7 @@ msgid "Manage featured images in a quick way"
|
|
956 |
msgstr ""
|
957 |
|
958 |
#: admin/views/section_overview.php:89
|
959 |
-
msgid "The
|
960 |
msgstr ""
|
961 |
|
962 |
#: admin/views/section_results.php:1
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quick Featured Images\n"
|
7 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
8 |
+
"POT-Creation-Date: 2019-11-06 13:32+0100\n"
|
9 |
"PO-Revision-Date: 2017-07-06 23:17+0200\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Poedit 2.2.4\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
16 |
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
17 |
"X-Poedit-Basepath: ..\n"
|
19 |
"Last-Translator: \n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: admin/class-quick-featured-images-admin.php:215
|
23 |
msgid ""
|
24 |
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
"delete them in bulk, in posts lists and set default images for future posts."
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: admin/class-quick-featured-images-admin.php:278
|
29 |
#, php-format
|
30 |
msgid ""
|
31 |
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
33 |
"to the latest version."
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: admin/class-quick-featured-images-admin.php:484
|
37 |
#, php-format
|
38 |
msgid "Welcome to %s! You can find the plugin at %s."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: admin/class-quick-featured-images-columns.php:263
|
42 |
+
msgid "(external image)"
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: admin/class-quick-featured-images-columns.php:264
|
46 |
#, php-format
|
47 |
msgid "Change “%s”"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: admin/class-quick-featured-images-columns.php:265
|
|
|
51 |
#, php-format
|
52 |
msgid "Remove “%s”"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: admin/class-quick-featured-images-columns.php:266
|
|
|
|
|
56 |
#, php-format
|
57 |
msgid "Set image for “%s”"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: admin/class-quick-featured-images-defaults.php:277
|
61 |
msgid "Preset Featured Images"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: admin/class-quick-featured-images-defaults.php:288
|
65 |
msgid "Set default featured images for future posts"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: admin/class-quick-featured-images-settings.php:232
|
69 |
msgid "Set the visibility of columns of featured images in posts lists"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: admin/class-quick-featured-images-settings.php:382
|
73 |
msgid "Columns for featured images in posts lists"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: admin/class-quick-featured-images-settings.php:390
|
77 |
msgid "Show additional column for featured images in lists of"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: admin/class-quick-featured-images-settings.php:395
|
81 |
msgid "Posts list with image column"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: admin/class-quick-featured-images-settings.php:418
|
85 |
msgid "Visibility of the plugin"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: admin/class-quick-featured-images-settings.php:426
|
89 |
msgid "Which user role may see the plugin?"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: admin/class-quick-featured-images-settings.php:558
|
93 |
msgid ""
|
94 |
"Activate the checkboxes at each post type to show the extra columns in the "
|
95 |
"post lists."
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: admin/class-quick-featured-images-settings.php:570
|
99 |
msgid "Minimum user role to see the plugin in the backend"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: admin/class-quick-featured-images-settings.php:606
|
103 |
msgid "Select the minimum user role a user must have to see the plugin."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: admin/class-quick-featured-images-settings.php:611
|
107 |
#, php-format
|
108 |
msgid ""
|
109 |
"The rules as set in “%s” work on posts independently of this "
|
110 |
"setting."
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: admin/class-quick-featured-images-settings.php:616
|
114 |
msgid ""
|
115 |
"This setting controls as well whether a user will see in an image column the "
|
116 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
117 |
"on and off use the section above."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: admin/class-quick-featured-images-settings.php:617
|
121 |
msgid "This page is accessible for administrators only."
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: admin/class-quick-featured-images-settings.php:627
|
125 |
msgid ""
|
126 |
"The additional columns give you a quick overview about all used featured "
|
127 |
"images for every post. The Featured Image column is sortable."
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: admin/class-quick-featured-images-settings.php:636
|
131 |
msgid "Controls which minimum user role can see the plugin."
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: admin/class-quick-featured-images-tools.php:473
|
135 |
#, php-format
|
136 |
msgid "Wrong image ID %d"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: admin/class-quick-featured-images-tools.php:575
|
140 |
msgid "Select"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: admin/class-quick-featured-images-tools.php:576
|
144 |
msgid "Add filter"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: admin/class-quick-featured-images-tools.php:577
|
148 |
msgid "Refine"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: admin/class-quick-featured-images-tools.php:578
|
152 |
msgid "Confirm"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: admin/class-quick-featured-images-tools.php:579
|
156 |
msgid "Perform"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: admin/class-quick-featured-images-tools.php:583
|
160 |
msgid "Set the selected image as new featured image"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: admin/class-quick-featured-images-tools.php:584
|
164 |
msgid "Replace featured images by the selected image"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: admin/class-quick-featured-images-tools.php:585
|
168 |
msgid "Remove the selected image as featured image"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: admin/class-quick-featured-images-tools.php:588
|
172 |
msgid "Remove any image as featured image"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: admin/class-quick-featured-images-tools.php:589
|
176 |
msgid "Remove all featured images without existing image files"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: admin/class-quick-featured-images-tools.php:592
|
180 |
msgid "Set multiple images randomly as featured images"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: admin/class-quick-featured-images-tools.php:596
|
184 |
msgid "Overwrite featured images"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: admin/class-quick-featured-images-tools.php:597
|
188 |
msgid "Consider only posts without any featured image"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: admin/class-quick-featured-images-tools.php:601
|
192 |
msgid "Post Type Filter"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: admin/class-quick-featured-images-tools.php:602
|
196 |
msgid "Category Filter"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: admin/class-quick-featured-images-tools.php:603
|
200 |
msgid "Tag Filter"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: admin/class-quick-featured-images-tools.php:632
|
204 |
msgid "Image width in pixels lower than"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: admin/class-quick-featured-images-tools.php:633
|
208 |
msgid "Image height in pixels lower than"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: admin/class-quick-featured-images-tools.php:742
|
212 |
#, php-format
|
213 |
msgid "The input field %s is empty."
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: admin/class-quick-featured-images-tools.php:743
|
217 |
msgid "Type in a value into the input field."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: admin/class-quick-featured-images-tools.php:746
|
221 |
#, php-format
|
222 |
msgid "%s is not defined."
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: admin/class-quick-featured-images-tools.php:747
|
226 |
msgid "Check how to define the value."
|
227 |
msgstr ""
|
228 |
|
229 |
+
#: admin/class-quick-featured-images-tools.php:750
|
230 |
msgid "There is no selected image."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: admin/class-quick-featured-images-tools.php:751
|
234 |
msgid "Select an image from the media library."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: admin/class-quick-featured-images-tools.php:754
|
238 |
#: admin/views/section_image.php:51
|
239 |
msgid "You have not selected an action."
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: admin/class-quick-featured-images-tools.php:755
|
243 |
msgid "Start again and select which action you want to apply."
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: admin/class-quick-featured-images-tools.php:758
|
247 |
#, php-format
|
248 |
msgid "The input field %s has an invalid value."
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: admin/class-quick-featured-images-tools.php:759
|
252 |
msgid "Type in valid values in the input field."
|
253 |
msgstr ""
|
254 |
|
255 |
+
#: admin/class-quick-featured-images-tools.php:763
|
256 |
msgid "Type in values stored by WordPress."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: admin/class-quick-featured-images-tools.php:1932
|
260 |
msgid "Set, replace, remove"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: admin/class-quick-featured-images-tools.php:1943
|
264 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: admin/class-quick-featured-images-tools.php:2052
|
268 |
msgid "Bulk set as featured image"
|
269 |
msgstr ""
|
270 |
|
450 |
msgid "Choose Images"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: admin/views/form_select.php:31 admin/views/form_start.php:121
|
454 |
msgid "Use CTRL for multiple choice"
|
455 |
msgstr ""
|
456 |
|
481 |
msgstr ""
|
482 |
|
483 |
#: admin/views/form_select.php:72
|
484 |
+
msgid "There are two more options in the Pro version for random images:"
|
485 |
msgstr ""
|
486 |
|
487 |
#: admin/views/form_select.php:74
|
494 |
|
495 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
496 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
497 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
498 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:91
|
499 |
+
msgid "Get the Pro version"
|
500 |
msgstr ""
|
501 |
|
502 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
503 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
504 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
505 |
+
#: admin/views/section_footer.php:58 admin/views/section_overview.php:90
|
506 |
+
#: admin/views/section_overview.php:91
|
507 |
msgid "/"
|
508 |
msgstr ""
|
509 |
|
674 |
msgid "Do you want to assign the first image of each post?"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: admin/views/form_start.php:114 admin/views/section_defaults.php:220
|
678 |
+
msgid "Do you want to use external featured images, e.g. from a CDN?"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
#: admin/views/section_defaults.php:16
|
682 |
msgid "matches"
|
683 |
msgstr ""
|
702 |
"rule which is defined only partially will be ignored."
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: admin/views/section_defaults.php:236
|
706 |
msgid "An image overwrites an existing image"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: admin/views/section_defaults.php:240
|
710 |
msgid ""
|
711 |
"Activate to automatically overwrite an existing featured image while saving "
|
712 |
"a post"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: admin/views/section_defaults.php:242
|
716 |
msgid ""
|
717 |
"If activated the rule is used automatically while saving a post to overwrite "
|
718 |
"an existing featured image with the new one based on the following rules. Do "
|
719 |
"not use this if you want to keep manually set featured images."
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: admin/views/section_defaults.php:249
|
723 |
msgid "Text with images in WordPress editor"
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: admin/views/section_defaults.php:253
|
727 |
msgid ""
|
728 |
"Activate to automatically use the first content image if available in the "
|
729 |
"media library as featured image while saving a post"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: admin/views/section_defaults.php:255
|
733 |
msgid ""
|
734 |
"If activated the rule is used automatically while saving a post to set the "
|
735 |
"first content image - if available in the media library - as the featured "
|
737 |
"applied."
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: admin/views/section_defaults.php:256
|
741 |
msgid "For which post types should this rule be applied?"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: admin/views/section_defaults.php:283
|
745 |
msgid ""
|
746 |
"Select at least one post type, otherwise all post types will be considered."
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: admin/views/section_defaults.php:489
|
750 |
msgid "Add rule"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: admin/views/section_defaults.php:494
|
754 |
msgid "Are you sure to remove this rule?"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: admin/views/section_defaults.php:497
|
758 |
msgid "How the rules work"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: admin/views/section_defaults.php:498
|
762 |
msgid ""
|
763 |
"Every time you save a post the post get the featured image if one of the "
|
764 |
"following rules match a property of the post. You can also set rules for "
|
765 |
"pages and all other current post types which support featured images."
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: admin/views/section_defaults.php:499
|
769 |
msgid ""
|
770 |
"Regardless of the order in the list the rules are applied in the following "
|
771 |
"order until a rule and a property of the post fit together:"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: admin/views/section_defaults.php:501
|
775 |
msgid "found first content image. If not then..."
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: admin/views/section_defaults.php:502
|
779 |
msgid "matched custom taxonomy. If not then..."
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: admin/views/section_defaults.php:503
|
783 |
msgid "matched tag. If not then..."
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: admin/views/section_defaults.php:504
|
787 |
msgid "matched category. If not then..."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: admin/views/section_defaults.php:505
|
791 |
msgid "matched author. If not then..."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: admin/views/section_defaults.php:506
|
795 |
msgid "matched post type. If not then..."
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: admin/views/section_defaults.php:507
|
799 |
msgid "no featured image."
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: admin/views/section_defaults.php:509
|
803 |
msgid ""
|
804 |
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
805 |
"the post it is unforeseeable which image will become the featured image."
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: admin/views/section_defaults.php:510
|
809 |
+
msgid "Additional rules in the Pro version"
|
810 |
msgstr ""
|
811 |
|
812 |
+
#: admin/views/section_defaults.php:512
|
813 |
msgid "Multiple images to set them randomly as featured image"
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: admin/views/section_defaults.php:513
|
817 |
msgid "Random featured images at each page load"
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: admin/views/section_defaults.php:514
|
821 |
msgid ""
|
822 |
"The first content image can be also an image from an external server to set "
|
823 |
"it as automated featured image"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: admin/views/section_defaults.php:515
|
827 |
msgid ""
|
828 |
"Remove the first content image automatically after the featured image was "
|
829 |
"set successfully"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: admin/views/section_defaults.php:516
|
833 |
msgid "Match with a search string in post title"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: admin/views/section_defaults.php:517
|
837 |
msgid "Match with a selected post format"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: admin/views/section_defaults.php:518
|
841 |
msgid "User defined order of rules"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: admin/views/section_defaults.php:519
|
845 |
+
msgid "Import your rules from this plugin into the Pro plugin"
|
846 |
msgstr ""
|
847 |
|
848 |
#: admin/views/section_errormsg.php:1
|
961 |
msgstr ""
|
962 |
|
963 |
#: admin/views/section_overview.php:89
|
964 |
+
msgid "The Pro version"
|
965 |
msgstr ""
|
966 |
|
967 |
#: admin/views/section_results.php:1
|
quick-featured-images.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
* Plugin Name: Quick Featured Images
|
11 |
* Plugin URI: http://wordpress.org/plugins/quick-featured-images
|
12 |
* Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
|
13 |
-
* Version: 13.3.
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|
10 |
* Plugin Name: Quick Featured Images
|
11 |
* Plugin URI: http://wordpress.org/plugins/quick-featured-images
|
12 |
* Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
|
13 |
+
* Version: 13.3.5
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|