Version Description
- improved and added text and help
- Tested successfully with WordPress 5.8
Download this release
Release Info
Developer | kybernetikservices |
Plugin | Quick Featured Images |
Version | 13.5.7 |
Comparing to | |
See all releases |
Code changes from version 13.5.5 to 13.5.7
- README.txt +94 -22
- admin/assets/images/logo_pro.png +0 -0
- admin/assets/images/logo_qfi_pro.gif +0 -0
- admin/{class-quick-featured-images-admin.php → class-Quick_Featured_Images_Admin.php} +599 -601
- admin/{class-quick-featured-images-columns.php → class-Quick_Featured_Images_Columns.php} +0 -0
- admin/{class-quick-featured-images-defaults.php → class-Quick_Featured_Images_Defaults.php} +0 -0
- admin/{class-quick-featured-images-settings.php → class-Quick_Featured_Images_Settings.php} +0 -0
- admin/{class-quick-featured-images-tools.php → class-Quick_Featured_Images_Tools.php} +0 -0
- admin/views/filter_post_types.php +1 -0
- admin/views/form_select.php +13 -4
- admin/views/form_start.php +3 -1
- admin/views/section_defaults.php +14 -1
- admin/views/section_footer.php +44 -5
- admin/views/section_overview.php +5 -0
- languages/index.php +0 -1
- languages/quick-featured-images-ar.mo +0 -0
- languages/quick-featured-images-ar.po +0 -1085
- languages/quick-featured-images-ca.mo +0 -0
- languages/quick-featured-images-ca.po +0 -1058
- languages/quick-featured-images-de_DE.mo +0 -0
- languages/quick-featured-images-de_DE.po +0 -1059
- languages/quick-featured-images-el.mo +0 -0
- languages/quick-featured-images-el.po +0 -1051
- languages/quick-featured-images-es_ES.mo +0 -0
- languages/quick-featured-images-es_ES.po +0 -1064
- languages/quick-featured-images-fr_FR.mo +0 -0
- languages/quick-featured-images-fr_FR.po +0 -1059
- languages/quick-featured-images-ja.mo +0 -0
- languages/quick-featured-images-ja.po +0 -958
- languages/quick-featured-images-pt_BR.mo +0 -0
- languages/quick-featured-images-pt_BR.po +0 -1051
- languages/quick-featured-images.pot +0 -934
- quick-featured-images.php +10 -7
README.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
=== Quick Featured Images ===
|
2 |
Contributors: kybernetikservices,Hinjiriyo
|
|
|
3 |
Tags: featured image,featured images,bulk set,automatic,thumbnails
|
4 |
Requires at least: 3.8
|
5 |
Requires PHP: 5.2
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 13.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -25,7 +26,11 @@ The plugin 'Quick Featured Images' helps you bulk managing featured images, sett
|
|
25 |
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**.
|
26 |
4. It **removes database entries of featured images without existing image files** with a simple single click
|
27 |
|
|
|
|
|
28 |
= What users said =
|
|
|
|
|
29 |
* **“One of My Must Have Plugins”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/must-have-plugins-2/) by WillOfTheWeb on June 25, 2020
|
30 |
* **“I'm confused about it. It's very very very useful!”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/cool-928/) by yueli on December 19, 2019
|
31 |
* **“Doing the job perfect”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/doing-the-job-perfect/) by stigbarrett on February 14, 2019
|
@@ -39,12 +44,11 @@ The plugin 'Quick Featured Images' helps you bulk managing featured images, sett
|
|
39 |
|
40 |
See more comments under [Reviews](https://wordpress.org/plugins/quick-featured-images/#reviews).
|
41 |
|
42 |
-
|
43 |
= Access =
|
44 |
|
45 |
1. You will find the plugin under the own **menu item 'Featured Images'**
|
46 |
2. You can select an image in the media library with the **action link 'Bulk set as featured image'**. Click on it and you can go on with the plugin.
|
47 |
-
3. You can set in 'Settings' which **minimum user role is allowed to see the plugin** in his/her
|
48 |
|
49 |
= Bulk Edit: Actions =
|
50 |
|
@@ -55,6 +59,8 @@ With Quick Featured Images you can apply time-saving tasks with many featured im
|
|
55 |
3. **Deleting featured images:** You can remove a selected featured image or all existing featured images in one go.
|
56 |
4. **Removing database entries of featured images without existing image files:** You can remove them and clean your database with a simple single click.
|
57 |
|
|
|
|
|
58 |
= Bulk Edit: Options =
|
59 |
|
60 |
Based on your selected action you can toggle on and off some options:
|
@@ -62,6 +68,25 @@ Based on your selected action you can toggle on and off some options:
|
|
62 |
1. **overwrite existing featured images** or **keeping them unchanged**. The latter setting is the default.
|
63 |
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.
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
= Bulk Edit: Filters =
|
66 |
|
67 |
If there would be no filters Quick Featured Images would affect all posts and pages without exception! In most cases this is not desired.
|
@@ -72,6 +97,24 @@ The implemented filters allow you to narrow down the action to only the posts an
|
|
72 |
2. Filter by **category**: Search posts by category
|
73 |
3. Filter by **tag**: Search posts by tag
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
= Automatic Default Featured Images: Rules =
|
76 |
|
77 |
**You can set rules for default featured images of posts easily.** Every time you insert a new post or save an existing post Quick Featured Images will look for a rule to add and to change the preset featured image to the saved post.
|
@@ -85,6 +128,16 @@ You can define the rules based on
|
|
85 |
5. **post author**
|
86 |
6. **post types**: 'Post', 'Page' and **custom post types** supporting featured images
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
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.**
|
89 |
|
90 |
You can add, change and delete every rule whenever you want. So you get an **precise set of rules** for automatic default featured images in your website.
|
@@ -114,19 +167,8 @@ Under **'Featured Images' > 'Settings'** you can switch on and off the additi
|
|
114 |
|
115 |
= Languages =
|
116 |
|
117 |
-
|
118 |
-
|
119 |
-
* Arabic (العربية), kindly drawn up by [Shadi AlZard](https://wordpress.org/support/profile/salzard)
|
120 |
-
* Brazilian Portuguese (Português do Brasil)
|
121 |
-
* Catalan (Català), kindly drawn up by [Ibidem Group](https://www.ibidemgroup.com/)
|
122 |
-
* English
|
123 |
-
* French (Francais), kindly drawn up by Ivan M. Frakov
|
124 |
-
* German (Deutsch)
|
125 |
-
* Greek (Ελληνικά), kindly drawn up by Kostas Arvanitidis
|
126 |
-
* Japanese (日本語), kindly drawn up by [Kazuyuki Kumai](https://wordpress.org/support/users/kazuyk/)
|
127 |
-
* Spanish (Español), kindly drawn up by Andrew Kurtis from [www.webhostinghub.com](http://www.webhostinghub.com/)
|
128 |
-
|
129 |
-
Further translations are welcome. If you want to give in your translation please leave a notice in the [plugin's support forum](https://wordpress.org/support/plugin/quick-featured-images).
|
130 |
|
131 |
= Your idea to improve the plugin is welcome =
|
132 |
|
@@ -134,9 +176,9 @@ If you have any new idea for this plugin post your questions and ideas in the [s
|
|
134 |
|
135 |
= Support =
|
136 |
|
137 |
-
Support for this plugin will be provided in the form of Product Support. This means that
|
138 |
|
139 |
-
|
140 |
|
141 |
= No warranty and liability! =
|
142 |
|
@@ -239,10 +281,20 @@ If you want to contribute a translation of the plugin in your language it would
|
|
239 |
|
240 |
== Changelog ==
|
241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
= 13.5.5 =
|
243 |
* new branding
|
244 |
-
* Tested successfully with WordPress 5.6.2
|
245 |
* Tested successfully with WordPress 5.7
|
|
|
246 |
|
247 |
= 13.5.4 =
|
248 |
* Fixed assignments errors in the image column on the post overview page
|
@@ -284,6 +336,8 @@ If you want to contribute a translation of the plugin in your language it would
|
|
284 |
* Improved performance for the image column on post overview pages
|
285 |
* Updated translations
|
286 |
* Tested successfully with WordPress 5.2.4
|
|
|
|
|
287 |
|
288 |
= 13.3.4 =
|
289 |
* Tested successfully with WordPress 5.2.1
|
@@ -296,6 +350,7 @@ If you want to contribute a translation of the plugin in your language it would
|
|
296 |
* Refactored 'Default Images' for more robustness
|
297 |
* Updated translations
|
298 |
* Tested successfully with WordPress 4.9.7
|
|
|
299 |
|
300 |
= 13.3.1 =
|
301 |
* Added greek translation. Thank you, Kostas Arvanitidis!
|
@@ -304,6 +359,7 @@ If you want to contribute a translation of the plugin in your language it would
|
|
304 |
* Changed previous mentioned labels in readme file
|
305 |
* Updated translations due to WordPress 4.9
|
306 |
* Tested successfully with WordPress 4.9.1
|
|
|
307 |
|
308 |
= 13.3 =
|
309 |
* Added japanese translation. Thank you, [Kazuyuki Kumai](https://wordpress.org/support/users/kazuyk/)!
|
@@ -342,10 +398,11 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
342 |
= 12.3.7 =
|
343 |
* Added background color for transparent thumbnails or vector graphics on admin pages
|
344 |
* Changed in 'Set, replace, remove': Tiny rearrangement of explanations
|
|
|
345 |
|
346 |
= 12.3.6 =
|
347 |
* Fixed missing sanitations of ID in "Columns" class to close possible cross-site-scripting security hole
|
348 |
-
|
349 |
= 12.3.5 =
|
350 |
* Fixed outdated (pre WP 4.8) texts for WP 4.8
|
351 |
* Tested successfully with WordPress 4.8
|
@@ -386,6 +443,7 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
386 |
* Fixed missing default settings
|
387 |
|
388 |
= 12.0 =
|
|
|
389 |
* Changed menu item name 'Image Columns' to 'Settings'
|
390 |
* Added in Settings: option to set a minimum user role to be allowed to see the plugin
|
391 |
* Added in image column: action links to add, change and remove featured images at each post
|
@@ -423,6 +481,7 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
423 |
* Updated *.pot file and translations
|
424 |
|
425 |
= 11.6.1 =
|
|
|
426 |
* Improved usability: Advice for selection of multiple images in the media dialog box
|
427 |
* Improved usability in 'Set, replace, remove': On the start page show selected images after closing the media dialog box
|
428 |
* Tested successfully with WordPress 4.4
|
@@ -430,6 +489,8 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
430 |
|
431 |
= 11.6 =
|
432 |
* Added in 'Preset Images': After an image is removed from the library all preset rules assigned with that image will be removed automatically
|
|
|
|
|
433 |
* Fixed in 'Preset Images': Wrong background color for third table row
|
434 |
* Fixed in 'Preset Images': Missing translations for changed texts
|
435 |
* Refactoring in 'Preset Images'
|
@@ -438,6 +499,7 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
438 |
= 11.5 =
|
439 |
* Added arabic translation. Thank you, [Shadi AlZard](https://wordpress.org/support/profile/salzard)!
|
440 |
* Added in 'Set, replace, remove': Back button on result page. So you can start a further run faster
|
|
|
441 |
* Fixed table row colors due to changes in WP 4.3
|
442 |
* Redesigned in 'Preset Images': Moved checkboxes to middle column
|
443 |
* Revised styles for page descriptions
|
@@ -446,6 +508,7 @@ Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
|
446 |
|
447 |
= 11.4.1 =
|
448 |
* Revised styles for image column in small displays, since WP 4.3
|
|
|
449 |
* Tested successfully with WordPress 4.3
|
450 |
|
451 |
= 11.4 =
|
@@ -460,6 +523,7 @@ Added spanish translation for the main texts of the plugin
|
|
460 |
* Fixed in 'Set, replace, remove': Added missing 'break' in switch()
|
461 |
* Fixed in 'Set, replace, remove': Post Type Filter founded always posts and pages
|
462 |
* Fixed broken bulk assign link at each image in the media library
|
|
|
463 |
* Updated *.pot file and german translation
|
464 |
|
465 |
= 11.1 =
|
@@ -469,14 +533,21 @@ Added spanish translation for the main texts of the plugin
|
|
469 |
= 11.0 =
|
470 |
* Improved performance of confirmation step by using cached results of preview step
|
471 |
* Improved security by changing $_REQUEST to $_POST and $_GET
|
|
|
|
|
|
|
|
|
|
|
|
|
472 |
* Tested successfully with WordPress 4.2.2
|
473 |
* Updated *.pot file and german translation
|
474 |
|
475 |
= 10.0 =
|
|
|
|
|
476 |
* Corrected CSS height for images in image column to keep the aspect ratio
|
477 |
* Updated *.pot file and german translation
|
478 |
|
479 |
-
|
480 |
== Upgrade Notice ==
|
481 |
|
482 |
= 13.5.4 =
|
@@ -624,3 +695,4 @@ Fixed bug and wong links in the Confirmation step
|
|
624 |
Improved performance of confirmation step and better security, tested with WP 4.2.2
|
625 |
|
626 |
= 10.0 =
|
|
1 |
=== Quick Featured Images ===
|
2 |
Contributors: kybernetikservices,Hinjiriyo
|
3 |
+
Donate link: https://www.paypal.com/donate?hosted_button_id=NSEQX73VHXKS8
|
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.8
|
8 |
+
Stable tag: 13.5.7
|
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 |
+
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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro).
|
30 |
+
|
31 |
= What users said =
|
32 |
+
* **“OMG, so good!”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/omg-so-good-2/) by marverix on February 27, 2021
|
33 |
+
* **“This was awesome and saves so much time”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/this-was-awesome-and-saves-so-much-time/) by frank on December 31, 2020
|
34 |
* **“One of My Must Have Plugins”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/must-have-plugins-2/) by WillOfTheWeb on June 25, 2020
|
35 |
* **“I'm confused about it. It's very very very useful!”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/cool-928/) by yueli on December 19, 2019
|
36 |
* **“Doing the job perfect”** in [Reviews at wordpress.org](https://wordpress.org/support/topic/doing-the-job-perfect/) by stigbarrett on February 14, 2019
|
44 |
|
45 |
See more comments under [Reviews](https://wordpress.org/plugins/quick-featured-images/#reviews).
|
46 |
|
|
|
47 |
= Access =
|
48 |
|
49 |
1. You will find the plugin under the own **menu item 'Featured Images'**
|
50 |
2. You can select an image in the media library with the **action link 'Bulk set as featured image'**. Click on it and you can go on with the plugin.
|
51 |
+
3. You can set in 'Settings' which **minimum user role is allowed to see the plugin** in his/her administration area. You can switch between 'Administrator' and 'Editor'. The default value is 'Editor'.
|
52 |
|
53 |
= Bulk Edit: Actions =
|
54 |
|
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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=readme).
|
63 |
+
|
64 |
= Bulk Edit: Options =
|
65 |
|
66 |
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 **Pro version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=readme).
|
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
|
77 |
+
3. **the first external post image**, download it and add it to the media library
|
78 |
+
4. **the first attached image of a post**
|
79 |
+
5. **the first image of a WordPress standard gallery**
|
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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=readme).
|
89 |
+
|
90 |
= Bulk Edit: Filters =
|
91 |
|
92 |
If there would be no filters Quick Featured Images would affect all posts and pages without exception! In most cases this is not desired.
|
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
|
104 |
+
3. Filter by **custom taxonomy**: Search by terms of registered taxonomies of a plugin or a theme
|
105 |
+
4. Filter by **featured image size**: Search for small featured images below a given size
|
106 |
+
5. Filter by **multimedia type**: Search for audio and video files
|
107 |
+
6. Filter by **search**: Search by search term: Search in post title and post content or in post title only
|
108 |
+
7. Filter by **status**: Search by several statuses (published, draft, private etc.). By **default all** statuses will be affected
|
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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=readme).
|
113 |
+
|
114 |
+
= Bulk Edit: Presets (Pro only) =
|
115 |
+
|
116 |
+
In the Pro version you can store all settings of a process as a preset. That is time-saving for recurring tasks managing featured images of your site.
|
117 |
+
|
118 |
= Automatic Default Featured Images: Rules =
|
119 |
|
120 |
**You can set rules for default featured images of posts easily.** Every time you insert a new post or save an existing post Quick Featured Images will look for a rule to add and to change the preset featured image to the saved post.
|
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 |
+
7. **multiple random images** to assign one of them to a new post
|
134 |
+
8. **external featured images**, e.g. from a CDN, to assign them automatically
|
135 |
+
9. **user defined order** of applying the types of rules
|
136 |
+
10. **first content image** if available on an external server
|
137 |
+
11. **post format** match
|
138 |
+
12. **search string in post title** match
|
139 |
+
13. **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 |
|
143 |
You can add, change and delete every rule whenever you want. So you get an **precise set of rules** for automatic default featured images in your website.
|
167 |
|
168 |
= Languages =
|
169 |
|
170 |
+
Quick Featured Images is currently available in 9 languages (Arabic, Dutch, Dutch (Belgium), English (US), French (France), German, Greek, Portuguese (Brazil) and Spanish (Spain) ).
|
171 |
+
Your language is missing? Please be part of the community an help to translate Quick Featured Images on [GlotPress](https://translate.wordpress.org/projects/wp-plugins/quick-featured-images/). Thank you!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
|
173 |
= Your idea to improve the plugin is welcome =
|
174 |
|
176 |
|
177 |
= Support =
|
178 |
|
179 |
+
Support for this plugin will be provided in the form of Product Support. This means that we intend to fix any confirmed bugs, listen to ideas for this plugin and improve the user experience when enhancements are identified and can reasonably be accommodated.
|
180 |
|
181 |
+
Pro users get premium support whilst free support is offered in the WordPress forums in our spare time. If you are having trouble with this plugin in your particular installation of WordPress, we will not be able to help you troubleshoot the problem.
|
182 |
|
183 |
= No warranty and liability! =
|
184 |
|
281 |
|
282 |
== Changelog ==
|
283 |
|
284 |
+
= 13.5.7 =
|
285 |
+
* improved and added text and help
|
286 |
+
* Tested successfully with WordPress 5.8
|
287 |
+
|
288 |
+
= 13.5.6 =
|
289 |
+
* added autoload class
|
290 |
+
* small improvements and fixes
|
291 |
+
* moved language files to [GlotPress](https://translate.wordpress.org/projects/wp-plugins/quick-featured-images/). So, please contribute as a translator to make Quick Featured Images available in more and more languages.
|
292 |
+
* added information about the [Pro version](https://www.quickfeaturedimages.com/??utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro)
|
293 |
+
|
294 |
= 13.5.5 =
|
295 |
* new branding
|
|
|
296 |
* Tested successfully with WordPress 5.7
|
297 |
+
* Tested successfully with WordPress 5.6.2
|
298 |
|
299 |
= 13.5.4 =
|
300 |
* Fixed assignments errors in the image column on the post overview page
|
336 |
* Improved performance for the image column on post overview pages
|
337 |
* Updated translations
|
338 |
* Tested successfully with WordPress 5.2.4
|
339 |
+
* Pro: Added support of plugin 'Featured Image From URL' in 'Bulk Edit', 'Default Images' and image column
|
340 |
+
* Pro: Added support of plugin 'Featured Image By URL' in 'Bulk Edit', 'Default Images' and image column
|
341 |
|
342 |
= 13.3.4 =
|
343 |
* Tested successfully with WordPress 5.2.1
|
350 |
* Refactored 'Default Images' for more robustness
|
351 |
* Updated translations
|
352 |
* Tested successfully with WordPress 4.9.7
|
353 |
+
* Pro: Added support of Facebook images, added Export/Import of rules on page 'Default Images'
|
354 |
|
355 |
= 13.3.1 =
|
356 |
* Added greek translation. Thank you, Kostas Arvanitidis!
|
359 |
* Changed previous mentioned labels in readme file
|
360 |
* Updated translations due to WordPress 4.9
|
361 |
* Tested successfully with WordPress 4.9.1
|
362 |
+
* Pro: Added in 'Set, replace, remove': Presets for recurring tasks managing featured images
|
363 |
|
364 |
= 13.3 =
|
365 |
* Added japanese translation. Thank you, [Kazuyuki Kumai](https://wordpress.org/support/users/kazuyk/)!
|
398 |
= 12.3.7 =
|
399 |
* Added background color for transparent thumbnails or vector graphics on admin pages
|
400 |
* Changed in 'Set, replace, remove': Tiny rearrangement of explanations
|
401 |
+
* in Pro version: Added options for thumbnails of external services embedded with an URL
|
402 |
|
403 |
= 12.3.6 =
|
404 |
* Fixed missing sanitations of ID in "Columns" class to close possible cross-site-scripting security hole
|
405 |
+
|
406 |
= 12.3.5 =
|
407 |
* Fixed outdated (pre WP 4.8) texts for WP 4.8
|
408 |
* Tested successfully with WordPress 4.8
|
443 |
* Fixed missing default settings
|
444 |
|
445 |
= 12.0 =
|
446 |
+
* In Pro version: Added in 'Default Images'': option for displaying random featured images at each page load
|
447 |
* Changed menu item name 'Image Columns' to 'Settings'
|
448 |
* Added in Settings: option to set a minimum user role to be allowed to see the plugin
|
449 |
* Added in image column: action links to add, change and remove featured images at each post
|
481 |
* Updated *.pot file and translations
|
482 |
|
483 |
= 11.6.1 =
|
484 |
+
* Pro version: Added in 'Preset Images': Selection of multiple images to set one of them randomly as default featured image
|
485 |
* Improved usability: Advice for selection of multiple images in the media dialog box
|
486 |
* Improved usability in 'Set, replace, remove': On the start page show selected images after closing the media dialog box
|
487 |
* Tested successfully with WordPress 4.4
|
489 |
|
490 |
= 11.6 =
|
491 |
* Added in 'Preset Images': After an image is removed from the library all preset rules assigned with that image will be removed automatically
|
492 |
+
* Pro Version: Added in 'Preset Images': User defined order of applying the types of rules
|
493 |
+
* Pro Version: Added in 'Preset Images': Option 'First content image' also takes image of an external server
|
494 |
* Fixed in 'Preset Images': Wrong background color for third table row
|
495 |
* Fixed in 'Preset Images': Missing translations for changed texts
|
496 |
* Refactoring in 'Preset Images'
|
499 |
= 11.5 =
|
500 |
* Added arabic translation. Thank you, [Shadi AlZard](https://wordpress.org/support/profile/salzard)!
|
501 |
* Added in 'Set, replace, remove': Back button on result page. So you can start a further run faster
|
502 |
+
* Pro version; Added in 'Preset Featured Images': post format as taxonomy
|
503 |
* Fixed table row colors due to changes in WP 4.3
|
504 |
* Redesigned in 'Preset Images': Moved checkboxes to middle column
|
505 |
* Revised styles for page descriptions
|
508 |
|
509 |
= 11.4.1 =
|
510 |
* Revised styles for image column in small displays, since WP 4.3
|
511 |
+
* Pro version: Added search in post title in 'Default Images'': set default featured image for posts with a specific search string in the title
|
512 |
* Tested successfully with WordPress 4.3
|
513 |
|
514 |
= 11.4 =
|
523 |
* Fixed in 'Set, replace, remove': Added missing 'break' in switch()
|
524 |
* Fixed in 'Set, replace, remove': Post Type Filter founded always posts and pages
|
525 |
* Fixed broken bulk assign link at each image in the media library
|
526 |
+
* Pro version: Added option in 'Set, replace, remove': Take the first post image from current site domain
|
527 |
* Updated *.pot file and german translation
|
528 |
|
529 |
= 11.1 =
|
533 |
= 11.0 =
|
534 |
* Improved performance of confirmation step by using cached results of preview step
|
535 |
* Improved security by changing $_REQUEST to $_POST and $_GET
|
536 |
+
* Pro version: Added option in 'Set, replace, remove' for selection of multiple images: Use each selected only once
|
537 |
+
* Pro version: Added option in 'Set, replace, remove' for selection of multiple images: Remove excess featured images after all selected images are used
|
538 |
+
* Pro version: Added option in 'Set, replace, remove': Remove first image in content
|
539 |
+
* Pro version: Added option in 'Set, replace, remove': Take first image of NextGen galleries
|
540 |
+
* Pro version: Added option in 'Set, replace, remove': Take first external image
|
541 |
+
* Pro version: Added option in 'Set, replace, remove': Take first attached image
|
542 |
* Tested successfully with WordPress 4.2.2
|
543 |
* Updated *.pot file and german translation
|
544 |
|
545 |
= 10.0 =
|
546 |
+
* Introducing **Pro version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/??utm_source=wordpress_org&utm_medium=plugin&utm_campaign=readme)
|
547 |
+
* Deleted in 'Set, replace, remove': some filters and options in favor of the Pro version
|
548 |
* Corrected CSS height for images in image column to keep the aspect ratio
|
549 |
* Updated *.pot file and german translation
|
550 |
|
|
|
551 |
== Upgrade Notice ==
|
552 |
|
553 |
= 13.5.4 =
|
695 |
Improved performance of confirmation step and better security, tested with WP 4.2.2
|
696 |
|
697 |
= 10.0 =
|
698 |
+
Introducing Pro version Quick Featured Images Pro, corrected CSS
|
admin/assets/images/logo_pro.png
ADDED
Binary file
|
admin/assets/images/logo_qfi_pro.gif
DELETED
Binary file
|
admin/{class-quick-featured-images-admin.php → class-Quick_Featured_Images_Admin.php}
RENAMED
@@ -1,602 +1,600 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Quick Featured Images
|
4 |
-
*
|
5 |
-
* @package Quick_Featured_Images
|
6 |
-
* @author Kybernetik Services <wordpress@kybernetik.com.de>
|
7 |
-
* @license GPL-2.0+
|
8 |
-
* @link https://www.kybernetik-services.com
|
9 |
-
* @copyright 2014 Kybernetik Services
|
10 |
-
*/
|
11 |
-
// Exit if accessed directly
|
12 |
-
if ( ! defined( 'ABSPATH' ) ) exit;
|
13 |
-
|
14 |
-
class Quick_Featured_Images_Admin {
|
15 |
-
|
16 |
-
/**
|
17 |
-
* Plugin version, used for cache-busting of style and script file references.
|
18 |
-
*
|
19 |
-
* @since 1.0.0
|
20 |
-
* @updated with every version
|
21 |
-
*
|
22 |
-
* @var string
|
23 |
-
*/
|
24 |
-
protected $plugin_version = '13.5.4';
|
25 |
-
|
26 |
-
/**
|
27 |
-
* Instance of this class.
|
28 |
-
*
|
29 |
-
* @since 1.0.0
|
30 |
-
*
|
31 |
-
* @var object
|
32 |
-
*/
|
33 |
-
protected static $instance = null;
|
34 |
-
|
35 |
-
/**
|
36 |
-
* Required user capability to use this plugin
|
37 |
-
*
|
38 |
-
* @since 7.0
|
39 |
-
*
|
40 |
-
* @var string
|
41 |
-
*/
|
42 |
-
protected $required_user_cap = null;
|
43 |
-
|
44 |
-
/**
|
45 |
-
* Slug of the plugin screen.
|
46 |
-
*
|
47 |
-
* @since 7.0
|
48 |
-
*
|
49 |
-
* @var string
|
50 |
-
*/
|
51 |
-
protected $plugin_screen_hook_suffix = null;
|
52 |
-
|
53 |
-
/**
|
54 |
-
* Name of this plugin.
|
55 |
-
*
|
56 |
-
*
|
57 |
-
* @since 4.1
|
58 |
-
*
|
59 |
-
* @var string
|
60 |
-
*/
|
61 |
-
protected $plugin_name = 'Quick Featured Images';
|
62 |
-
|
63 |
-
/**
|
64 |
-
* Unique identifier for your plugin.
|
65 |
-
*
|
66 |
-
*
|
67 |
-
* The variable is used as the text domain when internationalizing strings
|
68 |
-
* of text. Its value should match the Text Domain file header in the main
|
69 |
-
* plugin file.
|
70 |
-
*
|
71 |
-
* @since 1.0.0
|
72 |
-
*
|
73 |
-
* @var string
|
74 |
-
*/
|
75 |
-
protected $plugin_slug = 'quick-featured-images';
|
76 |
-
|
77 |
-
/**
|
78 |
-
* Unique slug for the admin page of this class
|
79 |
-
*
|
80 |
-
* @since 7.0
|
81 |
-
*
|
82 |
-
* @var string
|
83 |
-
*/
|
84 |
-
protected $page_slug = 'quick-featured-images-overview';
|
85 |
-
|
86 |
-
/**
|
87 |
-
* Unique identifier in the WP options table
|
88 |
-
*
|
89 |
-
* @since 7.0
|
90 |
-
*
|
91 |
-
* @var string
|
92 |
-
*/
|
93 |
-
private $settings_db_slug = 'quick-featured-images-settings';
|
94 |
-
|
95 |
-
/**
|
96 |
-
* Initialize the plugin by setting localization and loading public scripts
|
97 |
-
* and styles.
|
98 |
-
*
|
99 |
-
* @since 1.0.0
|
100 |
-
*/
|
101 |
-
private function __construct() {
|
102 |
-
|
103 |
-
// get settings
|
104 |
-
$settings = get_option( $this->settings_db_slug, array() );
|
105 |
-
if ( isset( $settings[ 'minimum_role_all_pages' ] ) ) {
|
106 |
-
switch ( $settings[ 'minimum_role_all_pages' ] ) {
|
107 |
-
case 'administrator':
|
108 |
-
$this->required_user_cap = 'manage_options';
|
109 |
-
break;
|
110 |
-
default:
|
111 |
-
$this->required_user_cap = 'edit_others_posts';
|
112 |
-
}
|
113 |
-
} else {
|
114 |
-
$this->required_user_cap = 'edit_others_posts';
|
115 |
-
}
|
116 |
-
|
117 |
-
// Load plugin text domain
|
118 |
-
add_action( 'init', array( $this, 'load_plugin_textdomain' ) );
|
119 |
-
|
120 |
-
// Activate plugin when new blog is added
|
121 |
-
add_action( 'wpmu_new_blog', array( $this, 'activate_new_site' ) );
|
122 |
-
|
123 |
-
// Add the admin page and menu item.
|
124 |
-
add_action( 'admin_menu', array( $this, 'add_plugin_admin_menu' ) );
|
125 |
-
|
126 |
-
// Load admin style sheet and JavaScript.
|
127 |
-
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_styles' ) );
|
128 |
-
|
129 |
-
// style for top level menu item
|
130 |
-
//add_action( 'admin_head', array( $this, 'display_menu_icon' ) );
|
131 |
-
|
132 |
-
// hook on displaying a message after plugin activation
|
133 |
-
// if single activation via link or bulk activation
|
134 |
-
if ( isset( $_GET[ 'activate' ] ) or isset( $_GET[ 'activate-multi' ] ) ) {
|
135 |
-
$plugin_was_activated = get_transient( $this->plugin_slug );
|
136 |
-
if ( false !== $plugin_was_activated ) {
|
137 |
-
add_action( 'admin_notices', array( $this, 'display_activation_message' ) );
|
138 |
-
delete_transient( $this->plugin_slug );
|
139 |
-
}
|
140 |
-
}
|
141 |
-
}
|
142 |
-
|
143 |
-
/**
|
144 |
-
*
|
145 |
-
* Render the header of the admin page
|
146 |
-
*
|
147 |
-
* @access public
|
148 |
-
* @since 7.0
|
149 |
-
*/
|
150 |
-
public function main() {
|
151 |
-
$this->display_header();
|
152 |
-
include_once( 'views/section_overview.php' );
|
153 |
-
$this->display_footer();
|
154 |
-
}
|
155 |
-
|
156 |
-
/**
|
157 |
-
* Return an instance of this class.
|
158 |
-
*
|
159 |
-
* @since 1.0.0
|
160 |
-
*
|
161 |
-
* @return object A single instance of this class.
|
162 |
-
*/
|
163 |
-
public static function get_instance() {
|
164 |
-
|
165 |
-
// If the single instance hasn't been set, set it now.
|
166 |
-
if ( null == self::$instance ) {
|
167 |
-
self::$instance = new self;
|
168 |
-
}
|
169 |
-
|
170 |
-
return self::$instance;
|
171 |
-
}
|
172 |
-
|
173 |
-
/**
|
174 |
-
* Return the plugin name.
|
175 |
-
*
|
176 |
-
* @since 4.1
|
177 |
-
*
|
178 |
-
* @return Plugin name variable.
|
179 |
-
*/
|
180 |
-
public function get_plugin_name() {
|
181 |
-
return $this->plugin_name;
|
182 |
-
}
|
183 |
-
|
184 |
-
/**
|
185 |
-
* Return the plugin slug.
|
186 |
-
*
|
187 |
-
* @since 1.0.0
|
188 |
-
*
|
189 |
-
*@return Plugin slug variable.
|
190 |
-
*/
|
191 |
-
public function get_plugin_slug() {
|
192 |
-
return $this->plugin_slug;
|
193 |
-
}
|
194 |
-
|
195 |
-
/**
|
196 |
-
* Return the page headline.
|
197 |
-
*
|
198 |
-
* @since 7.0
|
199 |
-
*
|
200 |
-
*@return page headline variable.
|
201 |
-
*/
|
202 |
-
public function get_page_headline() {
|
203 |
-
$text = 'Overview';
|
204 |
-
return __( $text );
|
205 |
-
}
|
206 |
-
|
207 |
-
/**
|
208 |
-
* Return the page description.
|
209 |
-
*
|
210 |
-
* @since 8.0
|
211 |
-
*
|
212 |
-
*@return page description variable.
|
213 |
-
*/
|
214 |
-
public function get_page_description() {
|
215 |
-
return __( '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.', 'quick-featured-images' );
|
216 |
-
}
|
217 |
-
|
218 |
-
/**
|
219 |
-
* Return the page slug.
|
220 |
-
*
|
221 |
-
* @since 7.0
|
222 |
-
*
|
223 |
-
*@return page slug variable.
|
224 |
-
*/
|
225 |
-
public function get_page_slug() {
|
226 |
-
return $this->page_slug;
|
227 |
-
}
|
228 |
-
|
229 |
-
/**
|
230 |
-
* Return the plugin version.
|
231 |
-
*
|
232 |
-
* @since 7.0
|
233 |
-
*
|
234 |
-
*@return Plugin version variable.
|
235 |
-
*/
|
236 |
-
public function get_plugin_version() {
|
237 |
-
return $this->plugin_version;
|
238 |
-
}
|
239 |
-
|
240 |
-
/**
|
241 |
-
* Return the options slug in the WP options table.
|
242 |
-
*
|
243 |
-
* @since 7.0
|
244 |
-
*
|
245 |
-
* @return Plugin slug variable.
|
246 |
-
*/
|
247 |
-
public function get_settings_db_slug() {
|
248 |
-
return $this->settings_db_slug;
|
249 |
-
}
|
250 |
-
|
251 |
-
/**
|
252 |
-
* Fired when the plugin is activated.
|
253 |
-
*
|
254 |
-
* @since 1.0.0
|
255 |
-
*
|
256 |
-
* @param boolean $network_wide True if WPMU superadmin uses
|
257 |
-
* "Network Activate" action, false if
|
258 |
-
* WPMU is disabled or plugin is
|
259 |
-
* activated on an individual blog.
|
260 |
-
*/
|
261 |
-
public static function activate( $network_wide ) {
|
262 |
-
|
263 |
-
// Lowest Wordpress version to run with this plugin
|
264 |
-
$required_wp_version = '3.8'; /* because of dashicons, at least 3.7 because of WP_DATE_QUERY */
|
265 |
-
$domain = 'quick-featured-images';
|
266 |
-
|
267 |
-
// check minimum version
|
268 |
-
if ( ! version_compare( $GLOBALS['wp_version'], $required_wp_version, '>=' ) ) {
|
269 |
-
// deactivate plugin
|
270 |
-
deactivate_plugins( plugin_basename( __FILE__ ), false, is_network_admin() );
|
271 |
-
// load language file for a message in the language of the WP installation
|
272 |
-
load_plugin_textdomain( $domain, false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' );
|
273 |
-
// stop WP request and display the message with backlink. Is there a proper way than wp_die()?
|
274 |
-
$title = 'WordPress › Error';
|
275 |
-
wp_die(
|
276 |
-
// message in browser viewport
|
277 |
-
sprintf(
|
278 |
-
esc_html__( 'The plugin requires WordPress version %s or higher. Therefore, WordPress did not activate it. If you want to use this plugin update the Wordpress files to the latest version.', 'quick-featured-images' ),
|
279 |
-
$required_wp_version
|
280 |
-
),
|
281 |
-
// title in title tag
|
282 |
-
esc_html__( $title ),
|
283 |
-
array(
|
284 |
-
// HTML status code returned
|
285 |
-
'response' => 200,
|
286 |
-
// display a back link in the returned page
|
287 |
-
'back_link' => true
|
288 |
-
)
|
289 |
-
);
|
290 |
-
}
|
291 |
-
|
292 |
-
if ( function_exists( 'is_multisite' ) && is_multisite() ) {
|
293 |
-
|
294 |
-
if ( $network_wide ) {
|
295 |
-
|
296 |
-
// Get all blog ids
|
297 |
-
$blog_ids = self::get_blog_ids();
|
298 |
-
|
299 |
-
foreach ( $blog_ids as $blog_id ) {
|
300 |
-
|
301 |
-
switch_to_blog( $blog_id );
|
302 |
-
self::single_activate();
|
303 |
-
}
|
304 |
-
|
305 |
-
restore_current_blog();
|
306 |
-
|
307 |
-
} else {
|
308 |
-
self::single_activate();
|
309 |
-
}
|
310 |
-
|
311 |
-
} else {
|
312 |
-
self::single_activate();
|
313 |
-
}
|
314 |
-
|
315 |
-
}
|
316 |
-
|
317 |
-
/**
|
318 |
-
* Fired when the plugin is deactivated.
|
319 |
-
*
|
320 |
-
* @since 1.0.0
|
321 |
-
*
|
322 |
-
* @param boolean $network_wide True if WPMU superadmin uses
|
323 |
-
* "Network Deactivate" action, false if
|
324 |
-
* WPMU is disabled or plugin is
|
325 |
-
* deactivated on an individual blog.
|
326 |
-
*/
|
327 |
-
public static function deactivate( $network_wide ) {
|
328 |
-
|
329 |
-
if ( function_exists( 'is_multisite' ) && is_multisite() ) {
|
330 |
-
|
331 |
-
if ( $network_wide ) {
|
332 |
-
|
333 |
-
// Get all blog ids
|
334 |
-
$blog_ids = self::get_blog_ids();
|
335 |
-
|
336 |
-
foreach ( $blog_ids as $blog_id ) {
|
337 |
-
|
338 |
-
switch_to_blog( $blog_id );
|
339 |
-
self::single_deactivate();
|
340 |
-
|
341 |
-
}
|
342 |
-
|
343 |
-
restore_current_blog();
|
344 |
-
|
345 |
-
} else {
|
346 |
-
self::single_deactivate();
|
347 |
-
}
|
348 |
-
|
349 |
-
} else {
|
350 |
-
self::single_deactivate();
|
351 |
-
}
|
352 |
-
|
353 |
-
}
|
354 |
-
|
355 |
-
/**
|
356 |
-
* Fired when a new site is activated with a WPMU environment.
|
357 |
-
*
|
358 |
-
* @since 1.0.0
|
359 |
-
*
|
360 |
-
* @param int $blog_id ID of the new blog.
|
361 |
-
*/
|
362 |
-
public function activate_new_site( $blog_id ) {
|
363 |
-
|
364 |
-
if ( 1 !== did_action( 'wpmu_new_blog' ) ) {
|
365 |
-
return;
|
366 |
-
}
|
367 |
-
|
368 |
-
switch_to_blog( $blog_id );
|
369 |
-
self::single_activate();
|
370 |
-
restore_current_blog();
|
371 |
-
|
372 |
-
}
|
373 |
-
|
374 |
-
/**
|
375 |
-
* Get all blog ids of blogs in the current network that are:
|
376 |
-
* - not archived
|
377 |
-
* - not spam
|
378 |
-
* - not deleted
|
379 |
-
*
|
380 |
-
* @since 1.0.0
|
381 |
-
*
|
382 |
-
* @return array|false The blog ids, false if no matches.
|
383 |
-
*/
|
384 |
-
private static function get_blog_ids() {
|
385 |
-
|
386 |
-
global $wpdb;
|
387 |
-
|
388 |
-
// get an array of blog ids
|
389 |
-
$sql = "SELECT blog_id FROM $wpdb->blogs WHERE archived = '0' AND spam = '0' AND deleted = '0'";
|
390 |
-
return $wpdb->get_col( $sql );
|
391 |
-
|
392 |
-
}
|
393 |
-
|
394 |
-
/**
|
395 |
-
* Fired for each blog when the plugin is activated.
|
396 |
-
*
|
397 |
-
* @since 1.0.0
|
398 |
-
*/
|
399 |
-
private static function single_activate() {
|
400 |
-
// store the flag into the db to trigger the display of a message after activation
|
401 |
-
set_transient( 'quick-featured-images', '1', 60 ); // plugin_slug
|
402 |
-
}
|
403 |
-
|
404 |
-
/**
|
405 |
-
* Fired for each blog when the plugin is deactivated.
|
406 |
-
*
|
407 |
-
* @since 1.0.0
|
408 |
-
*/
|
409 |
-
private static function single_deactivate() {
|
410 |
-
// @TODO: Define deactivation functionality here
|
411 |
-
}
|
412 |
-
|
413 |
-
/**
|
414 |
-
* Load the plugin text domain for translation.
|
415 |
-
*
|
416 |
-
* @since 1.0.0
|
417 |
-
*/
|
418 |
-
public function load_plugin_textdomain() {
|
419 |
-
|
420 |
-
$domain = $this->plugin_slug;
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
*
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
*
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
*
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
*
|
465 |
-
*
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
*
|
494 |
-
*
|
495 |
-
* @
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
$
|
503 |
-
|
504 |
-
$
|
505 |
-
$
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
$
|
515 |
-
$
|
516 |
-
$
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
$
|
527 |
-
$
|
528 |
-
$
|
529 |
-
$
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
*
|
538 |
-
*
|
539 |
-
*
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
*
|
549 |
-
*
|
550 |
-
*
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
*
|
560 |
-
*
|
561 |
-
*
|
562 |
-
* @
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
echo
|
568 |
-
|
569 |
-
echo "\
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
echo '
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
*
|
582 |
-
*
|
583 |
-
*
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
*
|
591 |
-
*
|
592 |
-
*
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
echo "
|
598 |
-
|
599 |
-
|
600 |
-
if ( $die ) die();
|
601 |
-
}
|
602 |
}
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Quick Featured Images
|
4 |
+
*
|
5 |
+
* @package Quick_Featured_Images
|
6 |
+
* @author Kybernetik Services <wordpress@kybernetik.com.de>
|
7 |
+
* @license GPL-2.0+
|
8 |
+
* @link https://www.kybernetik-services.com
|
9 |
+
* @copyright 2014 Kybernetik Services
|
10 |
+
*/
|
11 |
+
// Exit if accessed directly
|
12 |
+
if ( ! defined( 'ABSPATH' ) ) exit;
|
13 |
+
|
14 |
+
class Quick_Featured_Images_Admin {
|
15 |
+
|
16 |
+
/**
|
17 |
+
* Plugin version, used for cache-busting of style and script file references.
|
18 |
+
*
|
19 |
+
* @since 1.0.0
|
20 |
+
* @updated with every version
|
21 |
+
*
|
22 |
+
* @var string
|
23 |
+
*/
|
24 |
+
protected $plugin_version = '13.5.4';
|
25 |
+
|
26 |
+
/**
|
27 |
+
* Instance of this class.
|
28 |
+
*
|
29 |
+
* @since 1.0.0
|
30 |
+
*
|
31 |
+
* @var object
|
32 |
+
*/
|
33 |
+
protected static $instance = null;
|
34 |
+
|
35 |
+
/**
|
36 |
+
* Required user capability to use this plugin
|
37 |
+
*
|
38 |
+
* @since 7.0
|
39 |
+
*
|
40 |
+
* @var string
|
41 |
+
*/
|
42 |
+
protected $required_user_cap = null;
|
43 |
+
|
44 |
+
/**
|
45 |
+
* Slug of the plugin screen.
|
46 |
+
*
|
47 |
+
* @since 7.0
|
48 |
+
*
|
49 |
+
* @var string
|
50 |
+
*/
|
51 |
+
protected $plugin_screen_hook_suffix = null;
|
52 |
+
|
53 |
+
/**
|
54 |
+
* Name of this plugin.
|
55 |
+
*
|
56 |
+
*
|
57 |
+
* @since 4.1
|
58 |
+
*
|
59 |
+
* @var string
|
60 |
+
*/
|
61 |
+
protected $plugin_name = 'Quick Featured Images';
|
62 |
+
|
63 |
+
/**
|
64 |
+
* Unique identifier for your plugin.
|
65 |
+
*
|
66 |
+
*
|
67 |
+
* The variable is used as the text domain when internationalizing strings
|
68 |
+
* of text. Its value should match the Text Domain file header in the main
|
69 |
+
* plugin file.
|
70 |
+
*
|
71 |
+
* @since 1.0.0
|
72 |
+
*
|
73 |
+
* @var string
|
74 |
+
*/
|
75 |
+
protected $plugin_slug = 'quick-featured-images';
|
76 |
+
|
77 |
+
/**
|
78 |
+
* Unique slug for the admin page of this class
|
79 |
+
*
|
80 |
+
* @since 7.0
|
81 |
+
*
|
82 |
+
* @var string
|
83 |
+
*/
|
84 |
+
protected $page_slug = 'quick-featured-images-overview';
|
85 |
+
|
86 |
+
/**
|
87 |
+
* Unique identifier in the WP options table
|
88 |
+
*
|
89 |
+
* @since 7.0
|
90 |
+
*
|
91 |
+
* @var string
|
92 |
+
*/
|
93 |
+
private $settings_db_slug = 'quick-featured-images-settings';
|
94 |
+
|
95 |
+
/**
|
96 |
+
* Initialize the plugin by setting localization and loading public scripts
|
97 |
+
* and styles.
|
98 |
+
*
|
99 |
+
* @since 1.0.0
|
100 |
+
*/
|
101 |
+
private function __construct() {
|
102 |
+
|
103 |
+
// get settings
|
104 |
+
$settings = get_option( $this->settings_db_slug, array() );
|
105 |
+
if ( isset( $settings[ 'minimum_role_all_pages' ] ) ) {
|
106 |
+
switch ( $settings[ 'minimum_role_all_pages' ] ) {
|
107 |
+
case 'administrator':
|
108 |
+
$this->required_user_cap = 'manage_options';
|
109 |
+
break;
|
110 |
+
default:
|
111 |
+
$this->required_user_cap = 'edit_others_posts';
|
112 |
+
}
|
113 |
+
} else {
|
114 |
+
$this->required_user_cap = 'edit_others_posts';
|
115 |
+
}
|
116 |
+
|
117 |
+
// Load plugin text domain
|
118 |
+
add_action( 'init', array( $this, 'load_plugin_textdomain' ) );
|
119 |
+
|
120 |
+
// Activate plugin when new blog is added
|
121 |
+
add_action( 'wpmu_new_blog', array( $this, 'activate_new_site' ) );
|
122 |
+
|
123 |
+
// Add the admin page and menu item.
|
124 |
+
add_action( 'admin_menu', array( $this, 'add_plugin_admin_menu' ) );
|
125 |
+
|
126 |
+
// Load admin style sheet and JavaScript.
|
127 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_styles' ) );
|
128 |
+
|
129 |
+
// style for top level menu item
|
130 |
+
//add_action( 'admin_head', array( $this, 'display_menu_icon' ) );
|
131 |
+
|
132 |
+
// hook on displaying a message after plugin activation
|
133 |
+
// if single activation via link or bulk activation
|
134 |
+
if ( isset( $_GET[ 'activate' ] ) or isset( $_GET[ 'activate-multi' ] ) ) {
|
135 |
+
$plugin_was_activated = get_transient( $this->plugin_slug );
|
136 |
+
if ( false !== $plugin_was_activated ) {
|
137 |
+
add_action( 'admin_notices', array( $this, 'display_activation_message' ) );
|
138 |
+
delete_transient( $this->plugin_slug );
|
139 |
+
}
|
140 |
+
}
|
141 |
+
}
|
142 |
+
|
143 |
+
/**
|
144 |
+
*
|
145 |
+
* Render the header of the admin page
|
146 |
+
*
|
147 |
+
* @access public
|
148 |
+
* @since 7.0
|
149 |
+
*/
|
150 |
+
public function main() {
|
151 |
+
$this->display_header();
|
152 |
+
include_once( 'views/section_overview.php' );
|
153 |
+
$this->display_footer();
|
154 |
+
}
|
155 |
+
|
156 |
+
/**
|
157 |
+
* Return an instance of this class.
|
158 |
+
*
|
159 |
+
* @since 1.0.0
|
160 |
+
*
|
161 |
+
* @return object A single instance of this class.
|
162 |
+
*/
|
163 |
+
public static function get_instance() {
|
164 |
+
|
165 |
+
// If the single instance hasn't been set, set it now.
|
166 |
+
if ( null == self::$instance ) {
|
167 |
+
self::$instance = new self;
|
168 |
+
}
|
169 |
+
|
170 |
+
return self::$instance;
|
171 |
+
}
|
172 |
+
|
173 |
+
/**
|
174 |
+
* Return the plugin name.
|
175 |
+
*
|
176 |
+
* @since 4.1
|
177 |
+
*
|
178 |
+
* @return Plugin name variable.
|
179 |
+
*/
|
180 |
+
public function get_plugin_name() {
|
181 |
+
return $this->plugin_name;
|
182 |
+
}
|
183 |
+
|
184 |
+
/**
|
185 |
+
* Return the plugin slug.
|
186 |
+
*
|
187 |
+
* @since 1.0.0
|
188 |
+
*
|
189 |
+
*@return Plugin slug variable.
|
190 |
+
*/
|
191 |
+
public function get_plugin_slug() {
|
192 |
+
return $this->plugin_slug;
|
193 |
+
}
|
194 |
+
|
195 |
+
/**
|
196 |
+
* Return the page headline.
|
197 |
+
*
|
198 |
+
* @since 7.0
|
199 |
+
*
|
200 |
+
*@return page headline variable.
|
201 |
+
*/
|
202 |
+
public function get_page_headline() {
|
203 |
+
$text = 'Overview';
|
204 |
+
return __( $text );
|
205 |
+
}
|
206 |
+
|
207 |
+
/**
|
208 |
+
* Return the page description.
|
209 |
+
*
|
210 |
+
* @since 8.0
|
211 |
+
*
|
212 |
+
*@return page description variable.
|
213 |
+
*/
|
214 |
+
public function get_page_description() {
|
215 |
+
return __( '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.', 'quick-featured-images' );
|
216 |
+
}
|
217 |
+
|
218 |
+
/**
|
219 |
+
* Return the page slug.
|
220 |
+
*
|
221 |
+
* @since 7.0
|
222 |
+
*
|
223 |
+
*@return page slug variable.
|
224 |
+
*/
|
225 |
+
public function get_page_slug() {
|
226 |
+
return $this->page_slug;
|
227 |
+
}
|
228 |
+
|
229 |
+
/**
|
230 |
+
* Return the plugin version.
|
231 |
+
*
|
232 |
+
* @since 7.0
|
233 |
+
*
|
234 |
+
*@return Plugin version variable.
|
235 |
+
*/
|
236 |
+
public function get_plugin_version() {
|
237 |
+
return $this->plugin_version;
|
238 |
+
}
|
239 |
+
|
240 |
+
/**
|
241 |
+
* Return the options slug in the WP options table.
|
242 |
+
*
|
243 |
+
* @since 7.0
|
244 |
+
*
|
245 |
+
* @return Plugin slug variable.
|
246 |
+
*/
|
247 |
+
public function get_settings_db_slug() {
|
248 |
+
return $this->settings_db_slug;
|
249 |
+
}
|
250 |
+
|
251 |
+
/**
|
252 |
+
* Fired when the plugin is activated.
|
253 |
+
*
|
254 |
+
* @since 1.0.0
|
255 |
+
*
|
256 |
+
* @param boolean $network_wide True if WPMU superadmin uses
|
257 |
+
* "Network Activate" action, false if
|
258 |
+
* WPMU is disabled or plugin is
|
259 |
+
* activated on an individual blog.
|
260 |
+
*/
|
261 |
+
public static function activate( $network_wide ) {
|
262 |
+
|
263 |
+
// Lowest Wordpress version to run with this plugin
|
264 |
+
$required_wp_version = '3.8'; /* because of dashicons, at least 3.7 because of WP_DATE_QUERY */
|
265 |
+
$domain = 'quick-featured-images';
|
266 |
+
|
267 |
+
// check minimum version
|
268 |
+
if ( ! version_compare( $GLOBALS['wp_version'], $required_wp_version, '>=' ) ) {
|
269 |
+
// deactivate plugin
|
270 |
+
deactivate_plugins( plugin_basename( __FILE__ ), false, is_network_admin() );
|
271 |
+
// load language file for a message in the language of the WP installation
|
272 |
+
load_plugin_textdomain( $domain, false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' );
|
273 |
+
// stop WP request and display the message with backlink. Is there a proper way than wp_die()?
|
274 |
+
$title = 'WordPress › Error';
|
275 |
+
wp_die(
|
276 |
+
// message in browser viewport
|
277 |
+
sprintf(
|
278 |
+
esc_html__( 'The plugin requires WordPress version %s or higher. Therefore, WordPress did not activate it. If you want to use this plugin update the Wordpress files to the latest version.', 'quick-featured-images' ),
|
279 |
+
$required_wp_version
|
280 |
+
),
|
281 |
+
// title in title tag
|
282 |
+
esc_html__( $title ),
|
283 |
+
array(
|
284 |
+
// HTML status code returned
|
285 |
+
'response' => 200,
|
286 |
+
// display a back link in the returned page
|
287 |
+
'back_link' => true
|
288 |
+
)
|
289 |
+
);
|
290 |
+
}
|
291 |
+
|
292 |
+
if ( function_exists( 'is_multisite' ) && is_multisite() ) {
|
293 |
+
|
294 |
+
if ( $network_wide ) {
|
295 |
+
|
296 |
+
// Get all blog ids
|
297 |
+
$blog_ids = self::get_blog_ids();
|
298 |
+
|
299 |
+
foreach ( $blog_ids as $blog_id ) {
|
300 |
+
|
301 |
+
switch_to_blog( $blog_id );
|
302 |
+
self::single_activate();
|
303 |
+
}
|
304 |
+
|
305 |
+
restore_current_blog();
|
306 |
+
|
307 |
+
} else {
|
308 |
+
self::single_activate();
|
309 |
+
}
|
310 |
+
|
311 |
+
} else {
|
312 |
+
self::single_activate();
|
313 |
+
}
|
314 |
+
|
315 |
+
}
|
316 |
+
|
317 |
+
/**
|
318 |
+
* Fired when the plugin is deactivated.
|
319 |
+
*
|
320 |
+
* @since 1.0.0
|
321 |
+
*
|
322 |
+
* @param boolean $network_wide True if WPMU superadmin uses
|
323 |
+
* "Network Deactivate" action, false if
|
324 |
+
* WPMU is disabled or plugin is
|
325 |
+
* deactivated on an individual blog.
|
326 |
+
*/
|
327 |
+
public static function deactivate( $network_wide ) {
|
328 |
+
|
329 |
+
if ( function_exists( 'is_multisite' ) && is_multisite() ) {
|
330 |
+
|
331 |
+
if ( $network_wide ) {
|
332 |
+
|
333 |
+
// Get all blog ids
|
334 |
+
$blog_ids = self::get_blog_ids();
|
335 |
+
|
336 |
+
foreach ( $blog_ids as $blog_id ) {
|
337 |
+
|
338 |
+
switch_to_blog( $blog_id );
|
339 |
+
self::single_deactivate();
|
340 |
+
|
341 |
+
}
|
342 |
+
|
343 |
+
restore_current_blog();
|
344 |
+
|
345 |
+
} else {
|
346 |
+
self::single_deactivate();
|
347 |
+
}
|
348 |
+
|
349 |
+
} else {
|
350 |
+
self::single_deactivate();
|
351 |
+
}
|
352 |
+
|
353 |
+
}
|
354 |
+
|
355 |
+
/**
|
356 |
+
* Fired when a new site is activated with a WPMU environment.
|
357 |
+
*
|
358 |
+
* @since 1.0.0
|
359 |
+
*
|
360 |
+
* @param int $blog_id ID of the new blog.
|
361 |
+
*/
|
362 |
+
public function activate_new_site( $blog_id ) {
|
363 |
+
|
364 |
+
if ( 1 !== did_action( 'wpmu_new_blog' ) ) {
|
365 |
+
return;
|
366 |
+
}
|
367 |
+
|
368 |
+
switch_to_blog( $blog_id );
|
369 |
+
self::single_activate();
|
370 |
+
restore_current_blog();
|
371 |
+
|
372 |
+
}
|
373 |
+
|
374 |
+
/**
|
375 |
+
* Get all blog ids of blogs in the current network that are:
|
376 |
+
* - not archived
|
377 |
+
* - not spam
|
378 |
+
* - not deleted
|
379 |
+
*
|
380 |
+
* @since 1.0.0
|
381 |
+
*
|
382 |
+
* @return array|false The blog ids, false if no matches.
|
383 |
+
*/
|
384 |
+
private static function get_blog_ids() {
|
385 |
+
|
386 |
+
global $wpdb;
|
387 |
+
|
388 |
+
// get an array of blog ids
|
389 |
+
$sql = "SELECT blog_id FROM $wpdb->blogs WHERE archived = '0' AND spam = '0' AND deleted = '0'";
|
390 |
+
return $wpdb->get_col( $sql );
|
391 |
+
|
392 |
+
}
|
393 |
+
|
394 |
+
/**
|
395 |
+
* Fired for each blog when the plugin is activated.
|
396 |
+
*
|
397 |
+
* @since 1.0.0
|
398 |
+
*/
|
399 |
+
private static function single_activate() {
|
400 |
+
// store the flag into the db to trigger the display of a message after activation
|
401 |
+
set_transient( 'quick-featured-images', '1', 60 ); // plugin_slug
|
402 |
+
}
|
403 |
+
|
404 |
+
/**
|
405 |
+
* Fired for each blog when the plugin is deactivated.
|
406 |
+
*
|
407 |
+
* @since 1.0.0
|
408 |
+
*/
|
409 |
+
private static function single_deactivate() {
|
410 |
+
// @TODO: Define deactivation functionality here
|
411 |
+
}
|
412 |
+
|
413 |
+
/**
|
414 |
+
* Load the plugin text domain for translation.
|
415 |
+
*
|
416 |
+
* @since 1.0.0
|
417 |
+
*/
|
418 |
+
public function load_plugin_textdomain() {
|
419 |
+
|
420 |
+
$domain = $this->plugin_slug;
|
421 |
+
load_plugin_textdomain( $domain, false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' );
|
422 |
+
|
423 |
+
}
|
424 |
+
|
425 |
+
/**
|
426 |
+
* Register and enqueue public-facing style sheet.
|
427 |
+
*
|
428 |
+
* @since 1.0.0
|
429 |
+
*/
|
430 |
+
public function enqueue_admin_styles() {
|
431 |
+
|
432 |
+
if ( ! isset( $this->plugin_screen_hook_suffix ) ) {
|
433 |
+
return;
|
434 |
+
}
|
435 |
+
|
436 |
+
// request css only if this plugin was called
|
437 |
+
$screen = get_current_screen();
|
438 |
+
if ( $this->plugin_screen_hook_suffix == $screen->id ) {
|
439 |
+
wp_enqueue_style( $this->plugin_slug . '-plugin-styles', plugins_url( 'assets/css/admin.css', __FILE__ ), array(), $this->plugin_version );
|
440 |
+
}
|
441 |
+
}
|
442 |
+
|
443 |
+
/**
|
444 |
+
* Returns the url to the installation folder of this plugin
|
445 |
+
*
|
446 |
+
* @since 1.0.0
|
447 |
+
*/
|
448 |
+
public function get_plugin_base_url () {
|
449 |
+
return dirname( plugin_dir_url( __FILE__ ) );
|
450 |
+
}
|
451 |
+
|
452 |
+
/**
|
453 |
+
* Returns the url of the plugin's public part
|
454 |
+
*
|
455 |
+
* @since 1.0.0
|
456 |
+
*/
|
457 |
+
public function get_plugin_public_url () {
|
458 |
+
return plugin_dir_url( __FILE__ );
|
459 |
+
}
|
460 |
+
|
461 |
+
/**
|
462 |
+
* Print a message about the location of the plugin in the WP backend
|
463 |
+
*
|
464 |
+
* @since 3.2.1
|
465 |
+
* @updated 7.0: changed url and message (page moved from media sub menu to own object menu)
|
466 |
+
*/
|
467 |
+
public function display_activation_message () {
|
468 |
+
|
469 |
+
$text = 'Featured Images';
|
470 |
+
|
471 |
+
// set link
|
472 |
+
$link = sprintf(
|
473 |
+
'<a href="%s">%s</a>',
|
474 |
+
esc_url( admin_url( sprintf( 'admin.php?page=%s', $this->page_slug ) ) ),
|
475 |
+
esc_html__( $text )
|
476 |
+
);
|
477 |
+
|
478 |
+
// set whole message
|
479 |
+
printf(
|
480 |
+
'<div class="updated notice is-dismissible"><p>%s</p></div>',
|
481 |
+
sprintf(
|
482 |
+
esc_html__( 'Welcome to %s! You can find the plugin at %s.', 'quick-featured-images' ),
|
483 |
+
$this->plugin_name,
|
484 |
+
$link
|
485 |
+
)
|
486 |
+
);
|
487 |
+
|
488 |
+
}
|
489 |
+
|
490 |
+
/**
|
491 |
+
* Register the administration menu for this plugin into the WordPress Dashboard menu.
|
492 |
+
*
|
493 |
+
* @since 1.0.0
|
494 |
+
* @updated 4.1: change hard coded plugin name to variable
|
495 |
+
* @updated 7.0: page moved from media sub menu to own object menu
|
496 |
+
*/
|
497 |
+
public function add_plugin_admin_menu() {
|
498 |
+
|
499 |
+
// get translated string of the menu label and page headline
|
500 |
+
$label = $this->get_page_headline();
|
501 |
+
|
502 |
+
$page_title = sprintf( '%s: %s', $this->plugin_name, $label );
|
503 |
+
$text = 'Featured Images';
|
504 |
+
$menu_title = __( $text );
|
505 |
+
$function = array( $this, 'main' ); // to execute when loading this page
|
506 |
+
|
507 |
+
/*
|
508 |
+
* Add the top level menu page of this plugin
|
509 |
+
*
|
510 |
+
*/
|
511 |
+
$this->plugin_screen_hook_suffix = add_menu_page(
|
512 |
+
$page_title,
|
513 |
+
$menu_title, // menu_title
|
514 |
+
$this->required_user_cap, // capability to use the following function
|
515 |
+
$this->page_slug,
|
516 |
+
$function,
|
517 |
+
'dashicons-images-alt2', // icon
|
518 |
+
11 // position after menu item 'Media'
|
519 |
+
);
|
520 |
+
|
521 |
+
// Give first sub level menu link a different label than the top level menu link
|
522 |
+
// by calling the add_submenu_page function the first time with the parent_slug and menu_slug as same values
|
523 |
+
add_submenu_page(
|
524 |
+
$this->page_slug, // parent slug
|
525 |
+
$page_title,
|
526 |
+
$label, // menu_title
|
527 |
+
$this->required_user_cap, // capability to use the following function
|
528 |
+
$this->page_slug, // menu slug
|
529 |
+
$function
|
530 |
+
);
|
531 |
+
|
532 |
+
}
|
533 |
+
|
534 |
+
/**
|
535 |
+
*
|
536 |
+
* Render the header of the admin page
|
537 |
+
*
|
538 |
+
* @access private
|
539 |
+
* @since 1.0.0
|
540 |
+
*/
|
541 |
+
private function display_header() {
|
542 |
+
include_once( 'views/section_header.php' );
|
543 |
+
}
|
544 |
+
|
545 |
+
/**
|
546 |
+
*
|
547 |
+
* Render the footer of the admin page
|
548 |
+
*
|
549 |
+
* @access private
|
550 |
+
* @since 1.0.0
|
551 |
+
*/
|
552 |
+
private function display_footer() {
|
553 |
+
include_once( 'views/section_footer.php' );
|
554 |
+
}
|
555 |
+
|
556 |
+
/**
|
557 |
+
* Print icon for top level menu item of this plugin
|
558 |
+
*
|
559 |
+
* @since 7.0
|
560 |
+
* @updated 8.0: deprecated
|
561 |
+
*
|
562 |
+
* @return null
|
563 |
+
*/
|
564 |
+
/*public function display_menu_icon(){
|
565 |
+
echo '<style type="text/css">';
|
566 |
+
echo '/* Quick Featured Images Menu Icon * /';
|
567 |
+
echo "\n";
|
568 |
+
printf( '#toplevel_page_%s .dashicons-admin-generic:before {', $this->page_slug );
|
569 |
+
#echo ' content: "\f232";';
|
570 |
+
#echo ' content: "\f233";';
|
571 |
+
echo '}';
|
572 |
+
echo "\n";
|
573 |
+
echo '</style>';
|
574 |
+
}*/
|
575 |
+
|
576 |
+
}
|
577 |
+
|
578 |
+
/**
|
579 |
+
* Library class for all QFI classes with common variables and functions
|
580 |
+
* Status: experimental, actually not in use
|
581 |
+
*
|
582 |
+
* @since: 8.0
|
583 |
+
*
|
584 |
+
*/
|
585 |
+
class Quick_Featured_Images_Base {
|
586 |
+
|
587 |
+
/**
|
588 |
+
* For development: Display a var_dump() of the variable within HTML 'pre' elements and die if true
|
589 |
+
*
|
590 |
+
* about the term dambedei (read: "dump and die"): If you know what it is you know my home region ;-)
|
591 |
+
*
|
592 |
+
* @since 1.0.0
|
593 |
+
*/
|
594 |
+
function dambedei ( $v, $die = false ) {
|
595 |
+
echo "<pre>";
|
596 |
+
var_dump( $v );
|
597 |
+
echo "</pre>";
|
598 |
+
if ( $die ) die();
|
599 |
+
}
|
|
|
|
|
600 |
}
|
admin/{class-quick-featured-images-columns.php → class-Quick_Featured_Images_Columns.php}
RENAMED
File without changes
|
admin/{class-quick-featured-images-defaults.php → class-Quick_Featured_Images_Defaults.php}
RENAMED
File without changes
|
admin/{class-quick-featured-images-settings.php → class-Quick_Featured_Images_Settings.php}
RENAMED
File without changes
|
admin/{class-quick-featured-images-tools.php → class-Quick_Featured_Images_Tools.php}
RENAMED
File without changes
|
admin/views/filter_post_types.php
CHANGED
@@ -10,3 +10,4 @@ foreach ( $this->valid_post_types as $key => $label ) {
|
|
10 |
}
|
11 |
?>
|
12 |
</p>
|
|
10 |
}
|
11 |
?>
|
12 |
</p>
|
13 |
+
<p class="qfi_ad_for_pro"><?php esc_html_e( 'Do you miss post types? Custom post types are supported with', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro" target="_blank">Quick Featured Images Pro</a>.</p>
|
admin/views/form_select.php
CHANGED
@@ -67,15 +67,16 @@ if ( 'replace' == $this->selected_action ) {
|
|
67 |
<label for="<?php printf( 'qfi_%s', $key ); ?>"><strong><?php echo esc_html( $label ); ?>:</strong> <?php echo esc_html( $desc ); ?></label>
|
68 |
</p>
|
69 |
<?php
|
70 |
-
|
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 |
<?php
|
78 |
-
} // if(assign_randomly)
|
79 |
?>
|
80 |
</fieldset>
|
81 |
<?php
|
@@ -111,9 +112,17 @@ if ( 'replace' == $this->selected_action ) {
|
|
111 |
} // foreach()
|
112 |
?>
|
113 |
</fieldset>
|
|
|
114 |
<h3><?php esc_html_e( 'If you encounter a white, blank page, read this', 'quick-featured-images' ); ?></h3>
|
115 |
-
|
116 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
<?php
|
118 |
$text = 'Next';
|
119 |
?>
|
67 |
<label for="<?php printf( 'qfi_%s', $key ); ?>"><strong><?php echo esc_html( $label ); ?>:</strong> <?php echo esc_html( $desc ); ?></label>
|
68 |
</p>
|
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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro" target="_blank">Quick Featured Images Pro</a>.</p>
|
78 |
<?php
|
79 |
+
} // if(assign_randomly)
|
80 |
?>
|
81 |
</fieldset>
|
82 |
<?php
|
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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro" target="_blank">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>
|
123 |
+
<li><?php esc_html_e( 'and repeat it with the next time range as often as needed.', 'quick-featured-images' ); ?></li>
|
124 |
+
</ol>
|
125 |
+
<p><?php esc_html_e( 'This way is not as fast as one single run, but still much faster than setting the images for each post manually.', 'quick-featured-images' ); ?></p>
|
126 |
<?php
|
127 |
$text = 'Next';
|
128 |
?>
|
admin/views/form_start.php
CHANGED
@@ -110,7 +110,9 @@ foreach ( $this->valid_actions_without_image as $name => $label ) {
|
|
110 |
<?php
|
111 |
}
|
112 |
?>
|
113 |
-
|
|
|
|
|
114 |
<?php
|
115 |
wp_nonce_field( 'quickfi_start', $this->plugin_slug . '_nonce' );
|
116 |
$text = 'Next »';
|
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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro" target="_blank">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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro" target="_blank">Quick Featured Images Pro</a>.</p>
|
115 |
+
</fieldset>
|
116 |
<?php
|
117 |
wp_nonce_field( 'quickfi_start', $this->plugin_slug . '_nonce' );
|
118 |
$text = 'Next »';
|
admin/views/section_defaults.php
CHANGED
@@ -35,7 +35,7 @@ $text = 'Author';
|
|
35 |
$user_label = esc_html__( $text );
|
36 |
$text = '— Select —';
|
37 |
$first_option_label = esc_html__( $text );
|
38 |
-
$text =
|
39 |
$feat_img_label = esc_attr( _x( $text, 'post' ) );
|
40 |
$text = 'Category';
|
41 |
$category_label = esc_html( _x( $text, 'taxonomy singular name' ) );
|
@@ -221,6 +221,8 @@ if ( ! current_theme_supports( 'post-thumbnails' ) ) {
|
|
221 |
<?php
|
222 |
}
|
223 |
?>
|
|
|
|
|
224 |
<form method="post" action="">
|
225 |
<table class="widefat">
|
226 |
<thead>
|
@@ -509,3 +511,14 @@ wp_nonce_field( $this->main_function_name, $this->nonce );
|
|
509 |
<li><?php esc_html_e( 'no featured image.', 'quick-featured-images' ); ?></li>
|
510 |
</ol>
|
511 |
<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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
$user_label = esc_html__( $text );
|
36 |
$text = '— Select —';
|
37 |
$first_option_label = esc_html__( $text );
|
38 |
+
$text = 'Featured Image';
|
39 |
$feat_img_label = esc_attr( _x( $text, 'post' ) );
|
40 |
$text = 'Category';
|
41 |
$category_label = esc_html( _x( $text, 'taxonomy singular name' ) );
|
221 |
<?php
|
222 |
}
|
223 |
?>
|
224 |
+
<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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro" target="_blank">Quick Featured Images Pro</a>.</p>
|
225 |
+
|
226 |
<form method="post" action="">
|
227 |
<table class="widefat">
|
228 |
<thead>
|
511 |
<li><?php esc_html_e( 'no featured image.', 'quick-featured-images' ); ?></li>
|
512 |
</ol>
|
513 |
<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>
|
514 |
+
<h3><?php esc_html_e( 'Additional rules in the Pro version', 'quick-featured-images' ); ?></h3>
|
515 |
+
<ol start="8">
|
516 |
+
<li><?php esc_html_e( 'Multiple images to set them randomly as featured image', 'quick-featured-images' ); ?></li>
|
517 |
+
<li><?php esc_html_e( 'Random featured images at each page load', 'quick-featured-images' ); ?></li>
|
518 |
+
<li><?php esc_html_e( 'The first content image can be also an image from an external server to set it as automated featured image', 'quick-featured-images' ); ?></li>
|
519 |
+
<li><?php esc_html_e( 'Remove the first content image automatically after the featured image was set successfully', 'quick-featured-images' ); ?></li>
|
520 |
+
<li><?php esc_html_e( 'Match with a search string in post title', 'quick-featured-images' ); ?></li>
|
521 |
+
<li><?php esc_html_e( 'Match with a selected post format', 'quick-featured-images' ); ?></li>
|
522 |
+
<li><?php esc_html_e( 'User defined order of rules', 'quick-featured-images' ); ?></li>
|
523 |
+
<li><?php esc_html_e( 'Import your rules from this plugin into the Pro plugin', 'quick-featured-images' ); ?></li>
|
524 |
+
</ol>
|
admin/views/section_footer.php
CHANGED
@@ -8,16 +8,55 @@
|
|
8 |
* @link https://www.kybernetik-services.com
|
9 |
* @copyright 2013 Kybernetik Services
|
10 |
*/
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
</div><!-- .qfi_content -->
|
13 |
</div><!-- #qfi_main -->
|
14 |
<div id="qfi_footer">
|
15 |
<div class="qfi_content">
|
16 |
-
<h2><?php esc_html_e( 'Credits and
|
17 |
<dl>
|
18 |
-
<dt><?php esc_html_e( 'Do you like the plugin?', 'quick-featured-images' ); ?></dt><dd><a href="http://wordpress.org/support/view/plugin-reviews/quick-featured-images"><?php esc_html_e( 'Please rate it at wordpress.org!', 'quick-featured-images' ); ?></a></dd>
|
19 |
-
|
20 |
-
<dt><?php esc_html_e( '
|
|
|
|
|
21 |
</dl>
|
22 |
</div><!-- .qfi_content -->
|
23 |
</div><!-- #qfi_footer -->
|
8 |
* @link https://www.kybernetik-services.com
|
9 |
* @copyright 2013 Kybernetik Services
|
10 |
*/
|
11 |
+
// check if file is called in an object context
|
12 |
+
// else use non-object context
|
13 |
+
if ( isset($this->plugin_slug ) ) {
|
14 |
+
$text_domain = $this->plugin_slug;
|
15 |
+
} else {
|
16 |
+
$text_domain = self::$plugin_slug;
|
17 |
+
}
|
18 |
+
// get and set locale code for paypal button
|
19 |
+
// source: https://developer.paypal.com/docs/classic/archive/buttons/
|
20 |
+
// source: http://wpcentral.io/internationalization/
|
21 |
+
$paypal_locale = get_locale();
|
22 |
+
// if locale is not in registered locale code try to find the nearest match
|
23 |
+
if ( ! in_array( $paypal_locale, array( 'en_US', 'en_AU', 'es_ES', 'fr_FR', 'de_DE', 'ja_JP', 'it_IT', 'pt_PT', 'pt_BR', 'pl_PL', 'ru_RU', 'sv_SE', 'tr_TR', 'nl_NL', 'zh_CN', 'zh_HK', 'he_IL' ) ) ) {
|
24 |
+
if ( 'ja' == $paypal_locale ) { // japanese language
|
25 |
+
$paypal_locale = 'ja_JP';
|
26 |
+
} else {
|
27 |
+
$language_codes = explode( '_', $paypal_locale );
|
28 |
+
// test the language
|
29 |
+
switch ( $language_codes[ 0 ] ) {
|
30 |
+
case 'en':
|
31 |
+
$paypal_locale = 'en_US';
|
32 |
+
break;
|
33 |
+
case 'nl':
|
34 |
+
$paypal_locale = 'nl_NL';
|
35 |
+
break;
|
36 |
+
case 'es':
|
37 |
+
$paypal_locale = 'es_ES';
|
38 |
+
break;
|
39 |
+
case 'de':
|
40 |
+
$paypal_locale = 'de_DE';
|
41 |
+
break;
|
42 |
+
default:
|
43 |
+
$paypal_locale = 'en_US';
|
44 |
+
} // switch()
|
45 |
+
} // if ('ja')
|
46 |
+
} // if !in_array()
|
47 |
+
|
48 |
+
?>
|
49 |
</div><!-- .qfi_content -->
|
50 |
</div><!-- #qfi_main -->
|
51 |
<div id="qfi_footer">
|
52 |
<div class="qfi_content">
|
53 |
+
<h2><?php esc_html_e( 'Credits and information', 'quick-featured-images' ); ?></h2>
|
54 |
<dl>
|
55 |
+
<dt><?php esc_html_e( 'Do you like the plugin?', 'quick-featured-images' ); ?></dt><dd><a href="http://wordpress.org/support/view/plugin-reviews/quick-featured-images" target="_blank"><?php esc_html_e( 'Please rate it at wordpress.org!', 'quick-featured-images' ); ?></a></dd>
|
56 |
+
<dt><?php esc_html_e( 'The plugin is for free. But the plugin author would be delighted to your small contribution.', 'quick-featured-images' ); ?></dt><dd><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NSEQX73VHXKS8" target="_blank"><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', 'quick-featured-images' ); ?></a><img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" /></dd>
|
57 |
+
<dt><?php esc_html_e( 'Do you need support or have an idea for the plugin?', 'quick-featured-images' ); ?></dt><dd><a href="http://wordpress.org/support/plugin/quick-featured-images" target="_blank"><?php esc_html_e( 'Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!', 'quick-featured-images' ); ?></a></dd>
|
58 |
+
<dt><?php esc_html_e( 'Let the thumbnails appear in the widget of the most recent posts with this fast plugin', 'quick-featured-images' ); ?></dt><dd><a href="http://wordpress.org/plugins/recent-posts-widget-with-thumbnails/" target="_blank"><?php printf( esc_html__( 'Download plugin %s at %s!', 'quick-featured-images' ), '<strong>Recent Posts Widget With Thumbnails</strong>', 'wordpress.org' ); ?></a></dd>
|
59 |
+
<dt><?php esc_html_e( 'Get the Pro version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro" target="_blank">Quick Featured Images Pro</a></dd>
|
60 |
</dl>
|
61 |
</div><!-- .qfi_content -->
|
62 |
</div><!-- #qfi_footer -->
|
admin/views/section_overview.php
CHANGED
@@ -85,5 +85,10 @@ if ( current_user_can( $qfi_settings_instance->get_required_user_cap() ) ) {
|
|
85 |
}
|
86 |
?>
|
87 |
</li>
|
|
|
|
|
|
|
|
|
|
|
88 |
</ul>
|
89 |
|
85 |
}
|
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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro" target="_blank"><img alt="Quick Featured Images Pro" src="<?php echo plugin_dir_url( dirname( dirname( __FILE__ ) ) ); ?>admin/assets/images/logo_pro.png" style="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/?utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-images&utm_content=go_pro" target="_blank">Quick Featured Images Pro</a>.</p>
|
92 |
+
</li>
|
93 |
</ul>
|
94 |
|
languages/index.php
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
<?php // Silence is golden
|
|
languages/quick-featured-images-ar.mo
DELETED
Binary file
|
languages/quick-featured-images-ar.po
DELETED
@@ -1,1085 +0,0 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date: 2020-12-16 16:03+0100\n"
|
8 |
-
"PO-Revision-Date: 2020-12-16 16:03+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.4.2\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:278
|
48 |
-
msgid "(external image)"
|
49 |
-
msgstr "(صورة خارجية)"
|
50 |
-
|
51 |
-
#: admin/class-quick-featured-images-columns.php:279
|
52 |
-
#, php-format
|
53 |
-
msgid "Change “%s”"
|
54 |
-
msgstr "تغيير %s"
|
55 |
-
|
56 |
-
#: admin/class-quick-featured-images-columns.php:280
|
57 |
-
#, php-format
|
58 |
-
msgid "Remove “%s”"
|
59 |
-
msgstr "إزالة %s"
|
60 |
-
|
61 |
-
#: admin/class-quick-featured-images-columns.php:281
|
62 |
-
#, php-format
|
63 |
-
msgid "Set image for “%s”"
|
64 |
-
msgstr "صورة مضبوط ل %s"
|
65 |
-
|
66 |
-
#: admin/class-quick-featured-images-columns.php:646
|
67 |
-
msgid "Featured image for"
|
68 |
-
msgstr ""
|
69 |
-
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:277
|
71 |
-
msgid "Preset Featured Images"
|
72 |
-
msgstr "صور بارزة مجهّزة مسبقاً."
|
73 |
-
|
74 |
-
#: admin/class-quick-featured-images-defaults.php:288
|
75 |
-
msgid "Set default featured images for future posts"
|
76 |
-
msgstr "اختيار صورة بارزة افتراضية للمقالات المستقبلية."
|
77 |
-
|
78 |
-
#: admin/class-quick-featured-images-settings.php:232
|
79 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
80 |
-
msgstr "ضبط ظهور أعمدة الصور البارزة في قائمة المقالات."
|
81 |
-
|
82 |
-
#: admin/class-quick-featured-images-settings.php:383
|
83 |
-
msgid "Columns for featured images in posts lists"
|
84 |
-
msgstr "أعمدة للصور البارزة في قائمة المقالات."
|
85 |
-
|
86 |
-
#: admin/class-quick-featured-images-settings.php:391
|
87 |
-
msgid "Show additional column for featured images in lists of"
|
88 |
-
msgstr "أظهر عمود إضافي للصور البارزة لقوائم"
|
89 |
-
|
90 |
-
#: admin/class-quick-featured-images-settings.php:396
|
91 |
-
msgid "Posts list with image column"
|
92 |
-
msgstr "قائمة المقالات مع عمود الصورة"
|
93 |
-
|
94 |
-
#: admin/class-quick-featured-images-settings.php:419
|
95 |
-
msgid "Column in the library for posts with assigned featured image"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: admin/class-quick-featured-images-settings.php:427
|
99 |
-
msgid "Show additional column in the library for posts with featured images"
|
100 |
-
msgstr ""
|
101 |
-
|
102 |
-
#: admin/class-quick-featured-images-settings.php:432
|
103 |
-
msgid "Post list column in the library"
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: admin/class-quick-featured-images-settings.php:455
|
107 |
-
msgid "Visibility of the plugin"
|
108 |
-
msgstr "رؤية البرنامج المساعد"
|
109 |
-
|
110 |
-
#: admin/class-quick-featured-images-settings.php:463
|
111 |
-
msgid "Which user role may see the plugin?"
|
112 |
-
msgstr "الدور الذي المستخدم قد ترى المساعد"
|
113 |
-
|
114 |
-
#: admin/class-quick-featured-images-settings.php:596
|
115 |
-
msgid ""
|
116 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
117 |
-
"post lists."
|
118 |
-
msgstr "فعّل مربعات الاختيار لكل نوع مقالة لإظهار أعمدة إضافية في قائمة المقالات."
|
119 |
-
|
120 |
-
#: admin/class-quick-featured-images-settings.php:615
|
121 |
-
msgid ""
|
122 |
-
"Display a new column in the media library with the titles of the posts for "
|
123 |
-
"which the corresponding image is set as featured image"
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: admin/class-quick-featured-images-settings.php:618
|
127 |
-
msgid ""
|
128 |
-
"Activate the checkbox to show the extra column in the media library. If you "
|
129 |
-
"would not see the new column in the library switch the appereance of the "
|
130 |
-
"library to List mode. The post titles are links to the respective post edit "
|
131 |
-
"page."
|
132 |
-
msgstr ""
|
133 |
-
|
134 |
-
#: admin/class-quick-featured-images-settings.php:630
|
135 |
-
msgid "Minimum user role to see the plugin in the backend"
|
136 |
-
msgstr "دور المستخدم الحد الأدنى لرؤية المساعد في الخلفية"
|
137 |
-
|
138 |
-
#: admin/class-quick-featured-images-settings.php:666
|
139 |
-
msgid "Select the minimum user role a user must have to see the plugin."
|
140 |
-
msgstr ""
|
141 |
-
"حدد دور المستخدم الحد الأدنى يجب أن يكون المستخدم لمعرفة البرنامج المساعد."
|
142 |
-
|
143 |
-
#: admin/class-quick-featured-images-settings.php:671
|
144 |
-
#, php-format
|
145 |
-
msgid ""
|
146 |
-
"The rules as set in “%s” work on posts independently of this "
|
147 |
-
"setting."
|
148 |
-
msgstr "قواعد النحو المنصوص في أعمال%s على المشاركات بشكل مستقل من هذا الإعداد."
|
149 |
-
|
150 |
-
#: admin/class-quick-featured-images-settings.php:676
|
151 |
-
msgid ""
|
152 |
-
"This setting controls as well whether a user will see in an image column the "
|
153 |
-
"thumbnails with action links or the thumbnails only. To switch image columns "
|
154 |
-
"on and off use the section above."
|
155 |
-
msgstr ""
|
156 |
-
"يتحكم هذا الإعداد، وكذلك ما إذا كان المستخدم يرى في عمود الصورة المصغرة مع "
|
157 |
-
"وصلات عمل أو الصور المصغرة فقط. للتبديل صورة الأعمدة وإيقاف استخدام المقطع "
|
158 |
-
"أعلاه."
|
159 |
-
|
160 |
-
#: admin/class-quick-featured-images-settings.php:677
|
161 |
-
msgid "This page is accessible for administrators only."
|
162 |
-
msgstr "هذه الصفحة غير متاحة للمسؤولين فقط."
|
163 |
-
|
164 |
-
#: admin/class-quick-featured-images-settings.php:687
|
165 |
-
msgid ""
|
166 |
-
"The additional columns give you a quick overview about all used featured "
|
167 |
-
"images for every post. The Featured Image column is sortable."
|
168 |
-
msgstr ""
|
169 |
-
"الأعمدة الإضافية تعطيك نظرة سريعة على كل الصور البارزة لكل مقالة. عمود الصور "
|
170 |
-
"البارزة قابل للفرز."
|
171 |
-
|
172 |
-
#: admin/class-quick-featured-images-settings.php:696
|
173 |
-
msgid "Controls which minimum user role can see the plugin."
|
174 |
-
msgstr "الضوابط التي دورا الحد الأدنى يمكن للمستخدم رؤية البرنامج المساعد."
|
175 |
-
|
176 |
-
#: admin/class-quick-featured-images-settings.php:705
|
177 |
-
msgid ""
|
178 |
-
"The additional column in the media library lists all posts for which the image "
|
179 |
-
"is set as featured."
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: admin/class-quick-featured-images-tools.php:473
|
183 |
-
#, php-format
|
184 |
-
msgid "Wrong image ID %d"
|
185 |
-
msgstr "معرّف صورة خاطئ %d"
|
186 |
-
|
187 |
-
#: admin/class-quick-featured-images-tools.php:575
|
188 |
-
msgid "Select"
|
189 |
-
msgstr "اختر"
|
190 |
-
|
191 |
-
#: admin/class-quick-featured-images-tools.php:576
|
192 |
-
msgid "Add filter"
|
193 |
-
msgstr "إضافة فلتر"
|
194 |
-
|
195 |
-
#: admin/class-quick-featured-images-tools.php:577
|
196 |
-
msgid "Refine"
|
197 |
-
msgstr "تنقيح"
|
198 |
-
|
199 |
-
#: admin/class-quick-featured-images-tools.php:578
|
200 |
-
msgid "Confirm"
|
201 |
-
msgstr "تأكيد"
|
202 |
-
|
203 |
-
#: admin/class-quick-featured-images-tools.php:579
|
204 |
-
msgid "Perform"
|
205 |
-
msgstr "نفّذ"
|
206 |
-
|
207 |
-
#: admin/class-quick-featured-images-tools.php:583
|
208 |
-
msgid "Set the selected image as new featured image"
|
209 |
-
msgstr "استخدم الصورة المحددة كصورة بارزة جديدة"
|
210 |
-
|
211 |
-
#: admin/class-quick-featured-images-tools.php:584
|
212 |
-
msgid "Replace featured images by the selected image"
|
213 |
-
msgstr "استبدل الصور البارزة بالصورة المحددة"
|
214 |
-
|
215 |
-
#: admin/class-quick-featured-images-tools.php:585
|
216 |
-
msgid "Remove the selected image as featured image"
|
217 |
-
msgstr "أزل الصورة المحددة كصورة بارزة"
|
218 |
-
|
219 |
-
#: admin/class-quick-featured-images-tools.php:588
|
220 |
-
msgid "Remove any image as featured image"
|
221 |
-
msgstr "أزل أي صورة كصورة بارزة"
|
222 |
-
|
223 |
-
#: admin/class-quick-featured-images-tools.php:589
|
224 |
-
msgid "Remove all featured images without existing image files"
|
225 |
-
msgstr "أزل جميع الصور المميزة بدون ملفات الصور الموجودة"
|
226 |
-
|
227 |
-
#: admin/class-quick-featured-images-tools.php:592
|
228 |
-
msgid "Set multiple images randomly as featured images"
|
229 |
-
msgstr "استخدم صور متعددة عشوائياً كصور بارزة"
|
230 |
-
|
231 |
-
#: admin/class-quick-featured-images-tools.php:596
|
232 |
-
msgid "Overwrite featured images"
|
233 |
-
msgstr "استبدل الصور البارزة"
|
234 |
-
|
235 |
-
#: admin/class-quick-featured-images-tools.php:597
|
236 |
-
msgid "Consider only posts without any featured image"
|
237 |
-
msgstr "فقط المقالات التي بدون صور بارزة"
|
238 |
-
|
239 |
-
#: admin/class-quick-featured-images-tools.php:601
|
240 |
-
msgid "Post Type Filter"
|
241 |
-
msgstr "فلتر نوع المقالة"
|
242 |
-
|
243 |
-
#: admin/class-quick-featured-images-tools.php:602
|
244 |
-
msgid "Category Filter"
|
245 |
-
msgstr "فلتر التصنيف"
|
246 |
-
|
247 |
-
#: admin/class-quick-featured-images-tools.php:603
|
248 |
-
msgid "Tag Filter"
|
249 |
-
msgstr "فلتر الوسوم"
|
250 |
-
|
251 |
-
#: admin/class-quick-featured-images-tools.php:632
|
252 |
-
msgid "Image width in pixels lower than"
|
253 |
-
msgstr "عرض الصورة بالبكسل أقل من"
|
254 |
-
|
255 |
-
#: admin/class-quick-featured-images-tools.php:633
|
256 |
-
msgid "Image height in pixels lower than"
|
257 |
-
msgstr "ارتفاع الصورة بالبكسل أقل من"
|
258 |
-
|
259 |
-
#: admin/class-quick-featured-images-tools.php:742
|
260 |
-
#, php-format
|
261 |
-
msgid "The input field %s is empty."
|
262 |
-
msgstr "حقل الإدخال %s فارغ"
|
263 |
-
|
264 |
-
#: admin/class-quick-featured-images-tools.php:743
|
265 |
-
msgid "Type in a value into the input field."
|
266 |
-
msgstr "اكتب قيمة في حقل الإدخال"
|
267 |
-
|
268 |
-
#: admin/class-quick-featured-images-tools.php:746
|
269 |
-
#, php-format
|
270 |
-
msgid "%s is not defined."
|
271 |
-
msgstr "%s غير معرّف"
|
272 |
-
|
273 |
-
#: admin/class-quick-featured-images-tools.php:747
|
274 |
-
msgid "Check how to define the value."
|
275 |
-
msgstr "تحقق من كيفية تحديد القيمة."
|
276 |
-
|
277 |
-
#: admin/class-quick-featured-images-tools.php:750
|
278 |
-
msgid "There is no selected image."
|
279 |
-
msgstr "لا يوجد صورة محددة."
|
280 |
-
|
281 |
-
#: admin/class-quick-featured-images-tools.php:751
|
282 |
-
msgid "Select an image from the media library."
|
283 |
-
msgstr "حدد صورة من مكتبة الوسائط."
|
284 |
-
|
285 |
-
#: admin/class-quick-featured-images-tools.php:754
|
286 |
-
#: admin/views/section_image.php:51
|
287 |
-
msgid "You have not selected an action."
|
288 |
-
msgstr "لم تقم بتحديد إجراء."
|
289 |
-
|
290 |
-
#: admin/class-quick-featured-images-tools.php:755
|
291 |
-
msgid "Start again and select which action you want to apply."
|
292 |
-
msgstr "ابدأ مرة أخرى وحدد أي إجراء تريد تنفيذه."
|
293 |
-
|
294 |
-
#: admin/class-quick-featured-images-tools.php:758
|
295 |
-
#, php-format
|
296 |
-
msgid "The input field %s has an invalid value."
|
297 |
-
msgstr "حقل الإدخال %s به قيمة خاطئة."
|
298 |
-
|
299 |
-
#: admin/class-quick-featured-images-tools.php:759
|
300 |
-
msgid "Type in valid values in the input field."
|
301 |
-
msgstr "أدخل قيم صالحة في حقل الإدخال."
|
302 |
-
|
303 |
-
#: admin/class-quick-featured-images-tools.php:763
|
304 |
-
msgid "Type in values stored by WordPress."
|
305 |
-
msgstr "أدخل قيم مخزنة بواسطة ووردبريس."
|
306 |
-
|
307 |
-
#: admin/class-quick-featured-images-tools.php:1937
|
308 |
-
msgid "Set, replace, remove"
|
309 |
-
msgstr "حدد، استبدل، احذف"
|
310 |
-
|
311 |
-
#: admin/class-quick-featured-images-tools.php:1948
|
312 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
313 |
-
msgstr "لمجموعة دفعة واحدة، حدد واستبدل واحذف الصور البارزة لمقالات موجودة"
|
314 |
-
|
315 |
-
#: admin/class-quick-featured-images-tools.php:2057
|
316 |
-
msgid "Bulk set as featured image"
|
317 |
-
msgstr "حدد كصورة بارزة لمجموعة دفعة واحدة"
|
318 |
-
|
319 |
-
#: admin/views/filter_category.php:3
|
320 |
-
msgid "Select a category"
|
321 |
-
msgstr "اختر تصنيف"
|
322 |
-
|
323 |
-
#: admin/views/filter_category.php:14
|
324 |
-
msgid "The selection of a category includes all of its subcategories."
|
325 |
-
msgstr ""
|
326 |
-
|
327 |
-
#: admin/views/filter_post_types.php:2
|
328 |
-
msgid "Select post types"
|
329 |
-
msgstr "حدد نوع المقالة"
|
330 |
-
|
331 |
-
#: admin/views/filter_tag.php:7
|
332 |
-
msgid "Select a tag"
|
333 |
-
msgstr "اختر وسم"
|
334 |
-
|
335 |
-
#: admin/views/filter_tag.php:20
|
336 |
-
msgid "There are no tags in use."
|
337 |
-
msgstr "لا يوجد وسوم مستخدمة."
|
338 |
-
|
339 |
-
#: admin/views/form_back_to_selection.php:2
|
340 |
-
msgid "Select filters and options again"
|
341 |
-
msgstr "حدد فلاتر وخيارات مرة أخرى"
|
342 |
-
|
343 |
-
#: admin/views/form_back_to_selection.php:3
|
344 |
-
msgid ""
|
345 |
-
"If you want to change your former selection just go back by clicking on this "
|
346 |
-
"button."
|
347 |
-
msgstr "إذا أردت تغيير اختيارك السابق فقط ارجع للخلف بالضغط على هذا الزرّ."
|
348 |
-
|
349 |
-
#: admin/views/form_back_to_selection.php:42
|
350 |
-
msgid "Modify selection"
|
351 |
-
msgstr "تعديل الاختيار"
|
352 |
-
|
353 |
-
#: admin/views/form_confirm.php:1
|
354 |
-
msgid "Preview of your selection"
|
355 |
-
msgstr "معاينة على اختيارك"
|
356 |
-
|
357 |
-
#: admin/views/form_confirm.php:2
|
358 |
-
#, php-format
|
359 |
-
msgid "%d matches found"
|
360 |
-
msgstr "%d نتيجة مطابقة وجدت"
|
361 |
-
|
362 |
-
#: admin/views/form_confirm.php:12
|
363 |
-
msgid ""
|
364 |
-
"Should the entries of featured images without image files be removed from the "
|
365 |
-
"database?"
|
366 |
-
msgstr "هل يجب إزالة إدخالات الصور المميزة بدون ملفات الصور من قاعدة البيانات؟"
|
367 |
-
|
368 |
-
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
369 |
-
msgid "Details"
|
370 |
-
msgstr "تفاصيل"
|
371 |
-
|
372 |
-
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
373 |
-
#: admin/views/section_results.php:18
|
374 |
-
msgid "No."
|
375 |
-
msgstr "رقم"
|
376 |
-
|
377 |
-
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
378 |
-
msgid "Current Featured Image"
|
379 |
-
msgstr "الصورة البارزة الحالية"
|
380 |
-
|
381 |
-
#: admin/views/form_confirm.php:18
|
382 |
-
msgid "Future Featured Image"
|
383 |
-
msgstr "الصورة البارزة المستقبلية"
|
384 |
-
|
385 |
-
#: admin/views/form_confirm.php:19
|
386 |
-
msgid "written on"
|
387 |
-
msgstr "كتبت على"
|
388 |
-
|
389 |
-
#: admin/views/form_confirm.php:20
|
390 |
-
msgid "by"
|
391 |
-
msgstr "بواسطة"
|
392 |
-
|
393 |
-
#: admin/views/form_confirm.php:35
|
394 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
395 |
-
msgstr "هل يجب أن تستخدم الصورة المحددة كصورة بارزة لكل المقالات المدرجة؟"
|
396 |
-
|
397 |
-
#: admin/views/form_confirm.php:38
|
398 |
-
msgid ""
|
399 |
-
"Should the selected images be set randomly as featured images to all listed "
|
400 |
-
"posts?"
|
401 |
-
msgstr "هل يجب أن تستخدم الصور المحددة عشوائياً كصور بارزة لكل المقالات المدرجة؟"
|
402 |
-
|
403 |
-
#: admin/views/form_confirm.php:41
|
404 |
-
msgid ""
|
405 |
-
"Should the current set featured image be replaced by the selected image at all "
|
406 |
-
"listed posts?"
|
407 |
-
msgstr ""
|
408 |
-
"هل يجب استبدال الصورة البارزة الحالية بالصورة المحددة لكل المقالات المدرجة؟"
|
409 |
-
|
410 |
-
#: admin/views/form_confirm.php:44
|
411 |
-
msgid "Should the selected image be removed from all listed posts?"
|
412 |
-
msgstr "هل يجب إزالة الصورة المحددة من كل المقالات المدرجة؟"
|
413 |
-
|
414 |
-
#: admin/views/form_confirm.php:47
|
415 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
416 |
-
msgstr "هل يجب استخدام الصور المستقبلية كصور بارزة لكل المقالات المدرجة؟"
|
417 |
-
|
418 |
-
#: admin/views/form_confirm.php:50
|
419 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
420 |
-
msgstr "هل يجب إزالة الصور البارزة المضافة من كل المقالات المدرجة؟"
|
421 |
-
|
422 |
-
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
423 |
-
msgid ""
|
424 |
-
"The list is in alphabetical order according to post title. You can edit a post "
|
425 |
-
"in a new window by clicking on its link in the list."
|
426 |
-
msgstr ""
|
427 |
-
"القائمة مرتبة أبجدياً وفقاً لعنوان المقالة. بإمكانك تعديل مقالة في نافذة جديدة "
|
428 |
-
"بالضغط على رابطها في القائمة."
|
429 |
-
|
430 |
-
#: admin/views/form_confirm.php:120
|
431 |
-
msgid "Confirm the change"
|
432 |
-
msgstr "تأكيد التغيير"
|
433 |
-
|
434 |
-
#: admin/views/form_confirm.php:121
|
435 |
-
msgid "You can not undo the operation!"
|
436 |
-
msgstr "لا يمكنك التراجع عن الإجراء !"
|
437 |
-
|
438 |
-
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
439 |
-
#: admin/views/section_results.php:86
|
440 |
-
msgid "Start again"
|
441 |
-
msgstr "ابدأ مرة أخرى"
|
442 |
-
|
443 |
-
#: admin/views/form_confirm.php:182
|
444 |
-
msgid "or refine your selection with the following form fields."
|
445 |
-
msgstr "أو قم بتنقيح اختيارك بواسطة حقول النموذج التالي."
|
446 |
-
|
447 |
-
#: admin/views/form_refine.php:1
|
448 |
-
msgid "Refine your selection"
|
449 |
-
msgstr "تنقيح اختيارك"
|
450 |
-
|
451 |
-
#: admin/views/form_refine.php:8
|
452 |
-
msgid "Refine filters"
|
453 |
-
msgstr "تنقيح الفلاتر"
|
454 |
-
|
455 |
-
#: admin/views/form_refine.php:9
|
456 |
-
msgid ""
|
457 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
458 |
-
msgstr ""
|
459 |
-
"الآن بإمكانك العثور على المقالات والصفحات بمطابقة المعايير. قم بالتنقيح هنا."
|
460 |
-
|
461 |
-
#: admin/views/form_refine.php:10
|
462 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
463 |
-
msgstr "مهما فعلت: بإمكانك تأكيد اختيارك في الصفحة التالية."
|
464 |
-
|
465 |
-
#: admin/views/form_refine.php:18
|
466 |
-
#, php-format
|
467 |
-
msgid "File %s is not available."
|
468 |
-
msgstr "الملف %s غير موجود."
|
469 |
-
|
470 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:29
|
471 |
-
msgid "Preview filtering"
|
472 |
-
msgstr "معاينة الفلترة"
|
473 |
-
|
474 |
-
#: admin/views/form_refine.php:54
|
475 |
-
msgid ""
|
476 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
477 |
-
"clicking on the next button."
|
478 |
-
msgstr ""
|
479 |
-
"لا يوجد فلاتر محددة. قم بتعديل اختيارك للفلاتر أو أكمل بالضغط على زرّ التالي."
|
480 |
-
|
481 |
-
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
482 |
-
#: admin/views/section_defaults.php:217
|
483 |
-
msgid "Notice"
|
484 |
-
msgstr "لاحظ"
|
485 |
-
|
486 |
-
#: admin/views/form_select.php:11
|
487 |
-
msgid ""
|
488 |
-
"You did not have selected an image from the list below. To go on select at "
|
489 |
-
"least one image you want to replace by the selected image."
|
490 |
-
msgstr ""
|
491 |
-
"لم تقم باتخيار صورة من القائمة بالأسفل. لكي تكمل اختر صورة واحدة على الأقل "
|
492 |
-
"تريد استبدالها بالصورة المحددة."
|
493 |
-
|
494 |
-
#: admin/views/form_select.php:17
|
495 |
-
msgid "Select the featured images you want to replace by the selected image."
|
496 |
-
msgstr "قم باختيار الصور البارزة التي تريد استبدالها بالصورة المحددة."
|
497 |
-
|
498 |
-
#: admin/views/form_select.php:18
|
499 |
-
msgid "You can select multiple images. Select at least one image."
|
500 |
-
msgstr "بإمكانك اختيار عدة صور. اختر على الأقل صورة واحدة."
|
501 |
-
|
502 |
-
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
503 |
-
msgid ""
|
504 |
-
"To select multiple images click on the button and use the CTRL key while "
|
505 |
-
"clicking on the images."
|
506 |
-
msgstr ""
|
507 |
-
"لاختيار صور متعددة اضغط على الزرّ واستخدم من الكيبورد زرّ CTRL خلال الضغط على "
|
508 |
-
"الصور لتحديدها."
|
509 |
-
|
510 |
-
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
511 |
-
msgid "Choose Images"
|
512 |
-
msgstr "اختر الصور"
|
513 |
-
|
514 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:119
|
515 |
-
msgid "Use CTRL for multiple choice"
|
516 |
-
msgstr "استخدام CTRL للاختيار المتعدد"
|
517 |
-
|
518 |
-
#: admin/views/form_select.php:37
|
519 |
-
msgid "Refine your selections"
|
520 |
-
msgstr "قم بتنقيح اختيارك"
|
521 |
-
|
522 |
-
#: admin/views/form_select.php:38 admin/views/form_select.php:48
|
523 |
-
msgid "You can control the process with the following options."
|
524 |
-
msgstr "بإمكانك التحكم بالعملية بواسطة الخيارات التالية."
|
525 |
-
|
526 |
-
#: admin/views/form_select.php:45
|
527 |
-
msgid "Optional: Select options"
|
528 |
-
msgstr "اختياري: حدد خيار"
|
529 |
-
|
530 |
-
#: admin/views/form_select.php:47
|
531 |
-
msgid "Process Options"
|
532 |
-
msgstr "خيارات العملية"
|
533 |
-
|
534 |
-
#: admin/views/form_select.php:53
|
535 |
-
msgid "Overwrite existing featured images with new ones"
|
536 |
-
msgstr "استبدل الصور البارزة الجديدة مكان الحالية."
|
537 |
-
|
538 |
-
#: admin/views/form_select.php:63
|
539 |
-
msgid ""
|
540 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
541 |
-
"checked"
|
542 |
-
msgstr ""
|
543 |
-
"المقالات التي لها صور بارزة سيتم تجاهلها، حتى لو كان خيار الاستبدال مفعّل."
|
544 |
-
|
545 |
-
#: admin/views/form_select.php:72
|
546 |
-
msgid "There are two more options in the Pro version for random images:"
|
547 |
-
msgstr "يوجد هناك خيارين إضافيين للصور العشوائية في النسخة المدفوعة:"
|
548 |
-
|
549 |
-
#: admin/views/form_select.php:74
|
550 |
-
msgid "Use each selected image only once"
|
551 |
-
msgstr "استخدم كل صورة مستخدمة لمرة واحدة"
|
552 |
-
|
553 |
-
#: admin/views/form_select.php:75
|
554 |
-
msgid "Remove excess featured images after all selected images are used"
|
555 |
-
msgstr "أزل الصور البارزة الفائضة بعد استخدام جميع الصور المحددة"
|
556 |
-
|
557 |
-
#: admin/views/form_select.php:85
|
558 |
-
msgid "Optional: Add a filter"
|
559 |
-
msgstr "اختياري: إضافة فلتر"
|
560 |
-
|
561 |
-
#: admin/views/form_select.php:87
|
562 |
-
msgid "Select filters"
|
563 |
-
msgstr "اختر الفلاتر"
|
564 |
-
|
565 |
-
#: admin/views/form_select.php:88
|
566 |
-
msgid ""
|
567 |
-
"If you want select one of the following filters to narrow down the set of "
|
568 |
-
"concerned posts and pages."
|
569 |
-
msgstr ""
|
570 |
-
"إذا أردت قم باختيار واحد من الفلاتر التالية لتقليص المقالات والصفحات المعنيّة."
|
571 |
-
|
572 |
-
#: admin/views/form_select.php:89
|
573 |
-
msgid ""
|
574 |
-
"You can select multiple filters. They will return an intersection of their "
|
575 |
-
"results."
|
576 |
-
msgstr "بإمكانك اختيار فلاتر متعددة. ستقوم بإرجاع نتائج أكثر تحديداً."
|
577 |
-
|
578 |
-
#: admin/views/form_select.php:94
|
579 |
-
msgid "Search by post type. By default all posts and pages will be affected."
|
580 |
-
msgstr "البحث بواسطة نوع المقالة. افتراضياً جميع المقالات والصفحات ستتأثر."
|
581 |
-
|
582 |
-
#: admin/views/form_select.php:97
|
583 |
-
msgid "Search posts by category"
|
584 |
-
msgstr "البحث في المقالات بواسطة التصنيف"
|
585 |
-
|
586 |
-
#: admin/views/form_select.php:100
|
587 |
-
msgid "Search posts by tag"
|
588 |
-
msgstr "البحث في المقالات بواسطة الوسم"
|
589 |
-
|
590 |
-
#: admin/views/form_select.php:114
|
591 |
-
msgid "If you encounter a white, blank page, read this"
|
592 |
-
msgstr "إذا واجهت صفحة بيضاء أو فارغة، اقرأ هذا"
|
593 |
-
|
594 |
-
#: admin/views/form_select.php:115
|
595 |
-
#| msgid ""
|
596 |
-
#| "Facing a white blank page while trying to treat thousands of posts is the "
|
597 |
-
#| "effect of limited memory capacities on the website server. Instead of "
|
598 |
-
#| "treating a huge amount of posts in one single go try to treat small amounts "
|
599 |
-
#| "of posts multiple times successively. To achieve that do:"
|
600 |
-
msgid ""
|
601 |
-
"Facing a white blank page while trying to treat thousands of posts is the "
|
602 |
-
"effect of limited memory capacities on the website server. Instead of treating "
|
603 |
-
"a huge amount of posts in one single go try to treat small amounts of posts "
|
604 |
-
"multiple times successively."
|
605 |
-
msgstr ""
|
606 |
-
|
607 |
-
#: admin/views/form_select.php:116
|
608 |
-
#| msgid ""
|
609 |
-
#| "This way is not as fast as one single run, but still much faster than "
|
610 |
-
#| "setting the images for each post manually."
|
611 |
-
msgid ""
|
612 |
-
"To achieve that use the filters and repeat the process until your task is "
|
613 |
-
"done. This way is not as fast as one single run, but still much faster than "
|
614 |
-
"setting the images for each post manually."
|
615 |
-
msgstr ""
|
616 |
-
|
617 |
-
#: admin/views/form_select.php:121
|
618 |
-
msgid ""
|
619 |
-
"On the next page you can refine the filters. If you did not select any filter "
|
620 |
-
"you will go to the preview list directly."
|
621 |
-
msgstr ""
|
622 |
-
"في الصفحة التالية بإمكان تنقيح الفلاتر. إذا لم تحدد أي فلتر ستذهب إلى قائمة "
|
623 |
-
"المعاينة مباشرة."
|
624 |
-
|
625 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:219
|
626 |
-
msgid ""
|
627 |
-
"The current theme does not support featured images. Anyway you can use this "
|
628 |
-
"plugin. The effects are stored and will be visible in a theme which supports "
|
629 |
-
"featured images."
|
630 |
-
msgstr ""
|
631 |
-
"قالب الموقع الحالي لا يدعم الصور البارزة. على كل حال بإمكانك استخدام هذه "
|
632 |
-
"الإضافة. التأثيرات ستخزّن وستكون ظاهرة عند استخدام قالب يدعم الصور البارزة."
|
633 |
-
|
634 |
-
#: admin/views/form_start.php:12
|
635 |
-
msgid "What do you want to do?"
|
636 |
-
msgstr "ماذا تريد أن تفعل؟"
|
637 |
-
|
638 |
-
#: admin/views/form_start.php:14
|
639 |
-
msgid ""
|
640 |
-
"Here you can add, replace and delete featured images to your posts. Select one "
|
641 |
-
"of the following actions and, if necessary, one or more images."
|
642 |
-
msgstr ""
|
643 |
-
"هنا يمكن أن تضيف أو تستبدل أو تحذف الصور البارزة لمقالاتك. حدد واحد من "
|
644 |
-
"الإجراءات التالية، وإذا لزم الأمر حدد صورة أو أكثر."
|
645 |
-
|
646 |
-
#: admin/views/form_start.php:15
|
647 |
-
msgid "Whatever you select: You can refine your choice on the next page."
|
648 |
-
msgstr "مهما اخترت: يمكنك تنقيح اختيارك في الصفحة التالية."
|
649 |
-
|
650 |
-
#: admin/views/form_start.php:17
|
651 |
-
msgid "Important advice"
|
652 |
-
msgstr "نصيحة مهمة"
|
653 |
-
|
654 |
-
#: admin/views/form_start.php:18
|
655 |
-
msgid ""
|
656 |
-
"There is no undo function! It is strongly recommended that you make a backup "
|
657 |
-
"of the WordPress database before you perform mass changes."
|
658 |
-
msgstr ""
|
659 |
-
"لا يوجد خيار للتراجع! ينصح بشدّة أن تقوم بأخذ نسخة احتياطية من قاعدة البيانات "
|
660 |
-
"ووردبريس قبل أن تنفّذ تغييرات واسعة."
|
661 |
-
|
662 |
-
#: admin/views/form_start.php:20
|
663 |
-
msgid "Select action"
|
664 |
-
msgstr "حدد إجراء"
|
665 |
-
|
666 |
-
#: admin/views/form_start.php:21
|
667 |
-
msgid "Actions with a single image"
|
668 |
-
msgstr "الإجراءات مع صورة واحدة"
|
669 |
-
|
670 |
-
#: admin/views/form_start.php:22
|
671 |
-
msgid "These actions require to select an image with the following button."
|
672 |
-
msgstr "هذه الإجراءات تتطلب تحديد صورة بواسطة الزرّ التالي."
|
673 |
-
|
674 |
-
#: admin/views/form_start.php:35
|
675 |
-
msgid ""
|
676 |
-
"Select the image you want to add to, replace or delete from posts and pages by "
|
677 |
-
"clicking on the following button."
|
678 |
-
msgstr ""
|
679 |
-
"حدد الصورة التي تريد إضافتها أو استبدالها أو حذفها من المقالات والصفحات بواسطة "
|
680 |
-
"الضغط على الزرّ التالي."
|
681 |
-
|
682 |
-
#: admin/views/form_start.php:57
|
683 |
-
msgid "Choose Image"
|
684 |
-
msgstr "اختر صورة"
|
685 |
-
|
686 |
-
#: admin/views/form_start.php:61
|
687 |
-
msgid "If the button does not work, read this:"
|
688 |
-
msgstr "إذا لم يعمل الزرّ اقرأ هذا:"
|
689 |
-
|
690 |
-
#: admin/views/form_start.php:62
|
691 |
-
msgid ""
|
692 |
-
"Some users reported that this button would not work in some WordPress "
|
693 |
-
"installations. If this should be the case you can take another way:"
|
694 |
-
msgstr ""
|
695 |
-
"بعض المستخدمين أبلغوا أن الزرّ لا يعمل في بعض تثبيتات ووردبريس. إذا كان هذا ما "
|
696 |
-
"حدث بإمكانك أخذ طريقة أخرى:"
|
697 |
-
|
698 |
-
#: admin/views/form_start.php:63
|
699 |
-
msgid ""
|
700 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. Further "
|
701 |
-
"links are appearing, among them the link "Bulk set as featured "
|
702 |
-
"image". 3. After a click on it you can move on in this plugin."
|
703 |
-
msgstr ""
|
704 |
-
"1. اذهب إلى مكتبة الوسائط. 2. انقل الماوس فوق الصورة التي ترغب بها. المزيد من "
|
705 |
-
"الروابط ستظهر، بينهم الرابط "حدد كصورة بارزة لمجموعة دفعة واحدة". 3. "
|
706 |
-
"بعد الضغط عليه بإمكانك الإكمال في هذه الإضافة."
|
707 |
-
|
708 |
-
#: admin/views/form_start.php:67
|
709 |
-
msgid "Actions with multiple images"
|
710 |
-
msgstr "إجراءات مع صور متعددة"
|
711 |
-
|
712 |
-
#: admin/views/form_start.php:68
|
713 |
-
msgid ""
|
714 |
-
"These actions require at least one selected image with the following button."
|
715 |
-
msgstr "هذه الإجراءات تتطلب تحديد صورة واحدة على الأقل بواسطة الزرّ التالي."
|
716 |
-
|
717 |
-
#: admin/views/form_start.php:101
|
718 |
-
msgid "Actions without any selected image"
|
719 |
-
msgstr "إجراءات بدون تحديد أي صورة"
|
720 |
-
|
721 |
-
#: admin/views/form_start.php:102
|
722 |
-
msgid "These actions do not require a selected image."
|
723 |
-
msgstr "هذه الإجراءات لا تتطلب تحديد صورة"
|
724 |
-
|
725 |
-
#: admin/views/section_defaults.php:16
|
726 |
-
msgid "matches"
|
727 |
-
msgstr "يطابق"
|
728 |
-
|
729 |
-
#: admin/views/section_defaults.php:59
|
730 |
-
msgid "Post Type"
|
731 |
-
msgstr "نوع المقالة"
|
732 |
-
|
733 |
-
#: admin/views/section_defaults.php:208
|
734 |
-
msgid "Default featured images for future posts"
|
735 |
-
msgstr "صور بارزة افتراضية للمقالات المستقبلية"
|
736 |
-
|
737 |
-
#: admin/views/section_defaults.php:210
|
738 |
-
msgid ""
|
739 |
-
"Define the rules to use images as default featured images automatically every "
|
740 |
-
"time a post is saved."
|
741 |
-
msgstr ""
|
742 |
-
"حدد قاعدة لاستخدام الصور كصور افتراضية بارزة آلياً في كل مرّة يتم حفظ مقالة."
|
743 |
-
|
744 |
-
#: admin/views/section_defaults.php:211
|
745 |
-
msgid ""
|
746 |
-
"To use a rule choose the image and set both the taxonomy and the value. A rule "
|
747 |
-
"which is defined only partially will be ignored."
|
748 |
-
msgstr ""
|
749 |
-
"لاستخدام قاعدة اختر الصورة وحدد الفئة والقيمة. القاعدة التي تعرّف جزئياً سيتم "
|
750 |
-
"تجاهلها."
|
751 |
-
|
752 |
-
#: admin/views/section_defaults.php:238
|
753 |
-
msgid "An image overwrites an existing image"
|
754 |
-
msgstr "صورة تستبدل مكان صورة موجودة"
|
755 |
-
|
756 |
-
#: admin/views/section_defaults.php:242
|
757 |
-
msgid ""
|
758 |
-
"Activate to automatically overwrite an existing featured image while saving a "
|
759 |
-
"post"
|
760 |
-
msgstr "تفعيل الخيار لاستبدال الصورة البارزة الحالية آلياً خلال حفظ المقالة."
|
761 |
-
|
762 |
-
#: admin/views/section_defaults.php:244
|
763 |
-
msgid ""
|
764 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
765 |
-
"an existing featured image with the new one based on the following rules. Do "
|
766 |
-
"not use this if you want to keep manually set featured images."
|
767 |
-
msgstr ""
|
768 |
-
"إذا تم التفعيل، القاعدة ستستخدم آلياً خلال حفظ المقالة لاستبدال الصورة البارزة "
|
769 |
-
"الحالية بواحدة جديدة بناءً على القواعد التالية. لا تستخدم هذا الإجراء إذا أردت "
|
770 |
-
"إبقاء الصور البارزة التي تمّ اختيارها يدوياً."
|
771 |
-
|
772 |
-
#: admin/views/section_defaults.php:251
|
773 |
-
msgid "Text with images in WordPress editor"
|
774 |
-
msgstr "النص مع الصور في محرر ووردبريس"
|
775 |
-
|
776 |
-
#: admin/views/section_defaults.php:255
|
777 |
-
msgid ""
|
778 |
-
"Activate to automatically use the first content image if available in the "
|
779 |
-
"media library as featured image while saving a post"
|
780 |
-
msgstr ""
|
781 |
-
"تفعيل هذا الخيار لاستخدام الصورة الأولى في المحتوى كصورة بارزة آلياً إذا كانت "
|
782 |
-
"موجودة في مكتبة الوسائط خلال حفظ المقالة."
|
783 |
-
|
784 |
-
#: admin/views/section_defaults.php:257
|
785 |
-
msgid ""
|
786 |
-
"If activated the rule is used automatically while saving a post to set the "
|
787 |
-
"first content image - if available in the media library - as the featured "
|
788 |
-
"image of the post. If the post has no content images the next rules will be "
|
789 |
-
"applied."
|
790 |
-
msgstr ""
|
791 |
-
"إذا تمّ تفعيل الخيار ستستخدم القاعدة آلياً خلال حفظ المقالة لاختيار الصورة "
|
792 |
-
"الأولى في المحتوى - إذا كانت موجودة في مكتبة الوسائط - كصورة بارزة للمقالة. "
|
793 |
-
"إذا لم يكن هناك صور في المقالة سيتم تطبيق القاعدة التالية."
|
794 |
-
|
795 |
-
#: admin/views/section_defaults.php:258
|
796 |
-
msgid "For which post types should this rule be applied?"
|
797 |
-
msgstr "ما هي أنواع المشاركات التي يجب تطبيق هذه القاعدة عليها؟"
|
798 |
-
|
799 |
-
#: admin/views/section_defaults.php:285
|
800 |
-
msgid ""
|
801 |
-
"Select at least one post type, otherwise all post types will be considered."
|
802 |
-
msgstr "حدد نوع مشاركة واحد على الأقل، وإلا سيتم النظر في جميع أنواع المنشورات."
|
803 |
-
|
804 |
-
#: admin/views/section_defaults.php:491
|
805 |
-
msgid "Add rule"
|
806 |
-
msgstr "إضافة قاعدة"
|
807 |
-
|
808 |
-
#: admin/views/section_defaults.php:496
|
809 |
-
msgid "Are you sure to remove this rule?"
|
810 |
-
msgstr "هل أنت متأكد من إزالة القاعدة؟"
|
811 |
-
|
812 |
-
#: admin/views/section_defaults.php:499
|
813 |
-
msgid "How the rules work"
|
814 |
-
msgstr "كيف تعمل القواعد"
|
815 |
-
|
816 |
-
#: admin/views/section_defaults.php:500
|
817 |
-
msgid ""
|
818 |
-
"Every time you save a post the post get the featured image if one of the "
|
819 |
-
"following rules match a property of the post. You can also set rules for pages "
|
820 |
-
"and all other current post types which support featured images."
|
821 |
-
msgstr ""
|
822 |
-
"في كل مرة تقوم بحفظ مقالة، ستأخذ المقالة صورة بارزة إذا كانت واحدة من القواعد "
|
823 |
-
"التالية تطابق خصائص المقالة. بإمكانك أيضاً تحديد قواعد للصفحات وكل أنواع "
|
824 |
-
"المقالات التي تدعم الصور البارزة."
|
825 |
-
|
826 |
-
#: admin/views/section_defaults.php:501
|
827 |
-
msgid ""
|
828 |
-
"Regardless of the order in the list the rules are applied in the following "
|
829 |
-
"order until a rule and a property of the post fit together:"
|
830 |
-
msgstr ""
|
831 |
-
"بغض النظر عن الترتيب في القائمة، يتمّ تطبيق القواعد وفقاً للترتيب التالي إلى أن "
|
832 |
-
"تتوافق قاعدة مع خاصية من خصائص المقالة معاً:"
|
833 |
-
|
834 |
-
#: admin/views/section_defaults.php:503
|
835 |
-
msgid "found first content image. If not then..."
|
836 |
-
msgstr "العثور على أول صورة في المحتوى. إذا لم يتحقق ذلك فسيتم..."
|
837 |
-
|
838 |
-
#: admin/views/section_defaults.php:504
|
839 |
-
msgid "matched custom taxonomy. If not then..."
|
840 |
-
msgstr "توافق الفئة المخصصة. إذا لم يتحقق ذلك فسيتم..."
|
841 |
-
|
842 |
-
#: admin/views/section_defaults.php:505
|
843 |
-
msgid "matched tag. If not then..."
|
844 |
-
msgstr "توافق الوسم. إذا لم يتحقق ذلك فسيتم..."
|
845 |
-
|
846 |
-
#: admin/views/section_defaults.php:506
|
847 |
-
msgid "matched category. If not then..."
|
848 |
-
msgstr "توافق التصنيف. إذا لم يتحقق ذلك فسيتم..."
|
849 |
-
|
850 |
-
#: admin/views/section_defaults.php:507
|
851 |
-
msgid "matched author. If not then..."
|
852 |
-
msgstr "توافق الكاتب. إذا لم يتحقق ذلك فسيتم..."
|
853 |
-
|
854 |
-
#: admin/views/section_defaults.php:508
|
855 |
-
msgid "matched post type. If not then..."
|
856 |
-
msgstr "توافق نوع المقالة. إذا لم يتحقق ذلك فسيتم..."
|
857 |
-
|
858 |
-
#: admin/views/section_defaults.php:509
|
859 |
-
msgid "no featured image."
|
860 |
-
msgstr "لا يوجد صورة بارزة."
|
861 |
-
|
862 |
-
#: admin/views/section_defaults.php:511
|
863 |
-
msgid ""
|
864 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to the "
|
865 |
-
"post it is unforeseeable which image will become the featured image."
|
866 |
-
msgstr ""
|
867 |
-
"خذ بعين الاعتبار أنه إذا كان اثنتين أو واحدة من القواعد بنفس الفئة يمكن أن "
|
868 |
-
"تتناسب مع المقالة فإنه من غير المتوقع أي صورة سيتم اختيارها كصورة بارزة."
|
869 |
-
|
870 |
-
#: admin/views/section_defaults.php:512
|
871 |
-
msgid "Additional rules in the Pro version"
|
872 |
-
msgstr "هناك قواعد إضافية في النسخة المدفوعة"
|
873 |
-
|
874 |
-
#: admin/views/section_defaults.php:514
|
875 |
-
msgid "Multiple images to set them randomly as featured image"
|
876 |
-
msgstr "صور متعددة لضبط بشكل عشوائي كصورة مميزة"
|
877 |
-
|
878 |
-
#: admin/views/section_defaults.php:515
|
879 |
-
msgid "Random featured images at each page load"
|
880 |
-
msgstr "صور مميزة عشوائية في كل تحميل الصفحة"
|
881 |
-
|
882 |
-
#: admin/views/section_defaults.php:516
|
883 |
-
msgid ""
|
884 |
-
"The first content image can be also an image from an external server to set it "
|
885 |
-
"as automated featured image"
|
886 |
-
msgstr ""
|
887 |
-
"الصورة الأولى في المحتوى يمكن أيضاً أن تكون صورة من خادم -سيرفر- خارجي "
|
888 |
-
"لاستخدامها كصورة بارزة آلياً"
|
889 |
-
|
890 |
-
#: admin/views/section_defaults.php:517
|
891 |
-
msgid ""
|
892 |
-
"Remove the first content image automatically after the featured image was set "
|
893 |
-
"successfully"
|
894 |
-
msgstr "إزالة الصورة الأولى المحتوى تلقائيا بعد وضع صورة مميزة بنجاح"
|
895 |
-
|
896 |
-
#: admin/views/section_defaults.php:518
|
897 |
-
msgid "Match with a search string in post title"
|
898 |
-
msgstr "مطابقة مع نصّ البحث في عنوان المقالة"
|
899 |
-
|
900 |
-
#: admin/views/section_defaults.php:519
|
901 |
-
msgid "Match with a selected post format"
|
902 |
-
msgstr "مطابقة مع بنية المقالة المحددة"
|
903 |
-
|
904 |
-
#: admin/views/section_defaults.php:520
|
905 |
-
msgid "User defined order of rules"
|
906 |
-
msgstr "قاعدة ترتيب محددة من قبل المستخدم"
|
907 |
-
|
908 |
-
#: admin/views/section_defaults.php:521
|
909 |
-
msgid "Import your rules from this plugin into the Pro plugin"
|
910 |
-
msgstr ""
|
911 |
-
"استيراد القواعد الخاصة بك من هذا البرنامج المساعد في البرنامج المساعد قسط"
|
912 |
-
|
913 |
-
#: admin/views/section_errormsg.php:1
|
914 |
-
msgid "Error"
|
915 |
-
msgstr "خطأ"
|
916 |
-
|
917 |
-
#: admin/views/section_errormsg.php:3
|
918 |
-
msgid "Reason"
|
919 |
-
msgstr "السبب"
|
920 |
-
|
921 |
-
#: admin/views/section_errormsg.php:5
|
922 |
-
msgid "Solution"
|
923 |
-
msgstr "الحلّ"
|
924 |
-
|
925 |
-
#: admin/views/section_footer.php:16
|
926 |
-
msgid "Credits and informations"
|
927 |
-
msgstr "المؤلفون والمعلومات"
|
928 |
-
|
929 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:87
|
930 |
-
msgid "Do you like the plugin?"
|
931 |
-
msgstr "هل أعجبتك هذه الإضافة؟"
|
932 |
-
|
933 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:88
|
934 |
-
msgid "Please rate it at wordpress.org!"
|
935 |
-
msgstr "رجاءً قم بتقييمها في wordpress.org!"
|
936 |
-
|
937 |
-
#: admin/views/section_footer.php:19
|
938 |
-
msgid "Do you need support or have an idea for the plugin?"
|
939 |
-
msgstr "هل تحتاج إلى دعم أو لديك فكرة لهذه الإضافة؟"
|
940 |
-
|
941 |
-
#: admin/views/section_footer.php:19
|
942 |
-
msgid ""
|
943 |
-
"Post your questions and ideas about Quick Featured Images in the forum at "
|
944 |
-
"wordpress.org!"
|
945 |
-
msgstr ""
|
946 |
-
"ضع سؤالك وأفكارك حول الإضافة Quick Featured Images في المنتدى في wordpress.org!"
|
947 |
-
|
948 |
-
#: admin/views/section_footer.php:20
|
949 |
-
msgid ""
|
950 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
951 |
-
"fast plugin"
|
952 |
-
msgstr ""
|
953 |
-
"اجعل الصوّر المصغرة تظهر ودجت قائمة المواضيع الجديدة باستخدام هذه الإضافة "
|
954 |
-
"السريعة"
|
955 |
-
|
956 |
-
#: admin/views/section_footer.php:20
|
957 |
-
#, php-format
|
958 |
-
msgid "Download plugin %s at %s!"
|
959 |
-
msgstr "تحميل الإضافة %s من %s!"
|
960 |
-
|
961 |
-
#: admin/views/section_header_progress.php:15
|
962 |
-
msgid "Progress bar"
|
963 |
-
msgstr "شريط التقدّم"
|
964 |
-
|
965 |
-
#: admin/views/section_header_progress.php:17
|
966 |
-
msgid "You are here"
|
967 |
-
msgstr "أنت هنا"
|
968 |
-
|
969 |
-
#: admin/views/section_image.php:1
|
970 |
-
msgid "Your selection"
|
971 |
-
msgstr "اختيارك"
|
972 |
-
|
973 |
-
#: admin/views/section_image.php:9
|
974 |
-
msgid "Your selected thumbnail"
|
975 |
-
msgstr "المصغّر الذي اخترته"
|
976 |
-
|
977 |
-
#: admin/views/section_image.php:12
|
978 |
-
msgid "Image title"
|
979 |
-
msgstr "عنوان الصورة"
|
980 |
-
|
981 |
-
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
982 |
-
msgid "If wrong image start again"
|
983 |
-
msgstr "إذا صورة خاطئة ابدأ مرة أخرى"
|
984 |
-
|
985 |
-
#: admin/views/section_image.php:23
|
986 |
-
msgid "Your selected thumbnails"
|
987 |
-
msgstr "المصغّرات التي اخترتها"
|
988 |
-
|
989 |
-
#: admin/views/section_image.php:42
|
990 |
-
msgid "Your selected action"
|
991 |
-
msgstr "الإجراء الذي اخترته"
|
992 |
-
|
993 |
-
#: admin/views/section_image.php:55
|
994 |
-
msgid "If wrong action start again"
|
995 |
-
msgstr "إذا إجراء خاطئ ابدأ مرة أخرى"
|
996 |
-
|
997 |
-
#: admin/views/section_image.php:68
|
998 |
-
msgid "Your selected options"
|
999 |
-
msgstr "الخيارات التي اخترتها"
|
1000 |
-
|
1001 |
-
#: admin/views/section_image.php:84
|
1002 |
-
msgid "No selected options"
|
1003 |
-
msgstr "لم يتم تحديد خيارات"
|
1004 |
-
|
1005 |
-
#: admin/views/section_image.php:90
|
1006 |
-
msgid "Your selected filters"
|
1007 |
-
msgstr "الفلاتر التي حددتها"
|
1008 |
-
|
1009 |
-
#: admin/views/section_image.php:106
|
1010 |
-
msgid "No selected filters"
|
1011 |
-
msgstr "لم يتم تحديد فلاتر"
|
1012 |
-
|
1013 |
-
#: admin/views/section_overview.php:17
|
1014 |
-
msgid "Manage featured images in a quick way"
|
1015 |
-
msgstr "إدارة الصور البارزة بطريقة سريعة"
|
1016 |
-
|
1017 |
-
#: admin/views/section_results.php:1
|
1018 |
-
msgid "Results of the action"
|
1019 |
-
msgstr "نتائج الإجراء"
|
1020 |
-
|
1021 |
-
#: admin/views/section_results.php:19
|
1022 |
-
msgid "Changed successfully"
|
1023 |
-
msgstr "تمّ التغيير بنجاح"
|
1024 |
-
|
1025 |
-
#: admin/views/section_results.php:20
|
1026 |
-
msgid "Unchanged"
|
1027 |
-
msgstr "لم يتمّ التغيير"
|
1028 |
-
|
1029 |
-
#: admin/views/section_results.php:82
|
1030 |
-
msgid "No matches found."
|
1031 |
-
msgstr "لم يعثر على نتائج متوافقة."
|
1032 |
-
|
1033 |
-
#~ msgid "add the time filter,"
|
1034 |
-
#~ msgstr "أضف فلتر للوقت،"
|
1035 |
-
|
1036 |
-
#~ msgid "set a small time range,"
|
1037 |
-
#~ msgstr "حدد فترة زمنية صغيرة،"
|
1038 |
-
|
1039 |
-
#~ msgid "do the process"
|
1040 |
-
#~ msgstr "قم بالعملية"
|
1041 |
-
|
1042 |
-
#~ msgid "and repeat it with the next time range as often as needed."
|
1043 |
-
#~ msgstr "وكررها حسب الحاجة مع الفترات الزمنية التالية."
|
1044 |
-
|
1045 |
-
#~ msgid "Get the Pro version"
|
1046 |
-
#~ msgstr "أحصل على النسخة المدفوعة"
|
1047 |
-
|
1048 |
-
#~ msgid "/"
|
1049 |
-
#~ msgstr "\\"
|
1050 |
-
|
1051 |
-
#~ msgid "Are you looking for more options and more filters?"
|
1052 |
-
#~ msgstr "هل تبحث عن المزيد من الخيارات والفلاتر؟"
|
1053 |
-
|
1054 |
-
#~ msgid "Do you want to assign the first image of each post?"
|
1055 |
-
#~ msgstr "هل تريد استخدام أول صورة من كل مقالة؟"
|
1056 |
-
|
1057 |
-
#~ msgid "Do you want to use external featured images, e.g. from a CDN?"
|
1058 |
-
#~ msgstr "هل تريد استخدام صور مميزة خارجية ، على سبيل المثال من CDN؟"
|
1059 |
-
|
1060 |
-
#~ msgid ""
|
1061 |
-
#~ "The plugin is for free. But the plugin author would be delighted to your "
|
1062 |
-
#~ "small contribution."
|
1063 |
-
#~ msgstr ""
|
1064 |
-
#~ "الإضافة مجانية. لكن مبرمج الإضافة سيكون مسروراً لمساهمتك مهما كانت صغيرة."
|
1065 |
-
|
1066 |
-
#~ msgid "Donation Button"
|
1067 |
-
#~ msgstr "زرّ التبرّع"
|
1068 |
-
|
1069 |
-
#~ msgid "Donate with PayPal"
|
1070 |
-
#~ msgstr "التبرّع بواسطة باي بال"
|
1071 |
-
|
1072 |
-
#~ msgid "The Pro version"
|
1073 |
-
#~ msgstr "النسخة المدفوعة"
|
1074 |
-
|
1075 |
-
#~ msgid "Changes saved."
|
1076 |
-
#~ msgstr "تمّ حفظ التغييرات."
|
1077 |
-
|
1078 |
-
#~ msgid "No changes were saved."
|
1079 |
-
#~ msgstr "لم يتمّ حفظ تغييرات."
|
1080 |
-
|
1081 |
-
#~ msgid "You can select posts and pages."
|
1082 |
-
#~ msgstr "بإمكانك تحديد المقالات والصفحات."
|
1083 |
-
|
1084 |
-
#~ msgid "Special thanks for the fine frontend style of the plugin go to"
|
1085 |
-
#~ msgstr "شكر خاصّ على تصميم واجهة الإضافة لـ"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/quick-featured-images-ca.mo
DELETED
Binary file
|
languages/quick-featured-images-ca.po
DELETED
@@ -1,1058 +0,0 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Traducción a Catalán by Ibidem Group\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date: 2020-12-16 16:03+0100\n"
|
8 |
-
"PO-Revision-Date: 2021-02-21 20:01+0000\n"
|
9 |
-
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
-
"Language-Team: Catalan\n"
|
11 |
-
"Language: ca\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: Loco https://localise.biz/\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/views/form_confirm.php:2
|
23 |
-
#, php-format
|
24 |
-
msgid "%d matches found"
|
25 |
-
msgstr "%d coincidencies trobades"
|
26 |
-
|
27 |
-
#: admin/class-quick-featured-images-tools.php:746
|
28 |
-
#, php-format
|
29 |
-
msgid "%s is not defined."
|
30 |
-
msgstr "%s no està definida."
|
31 |
-
|
32 |
-
#: admin/class-quick-featured-images-columns.php:278
|
33 |
-
msgid "(external image)"
|
34 |
-
msgstr "(imatge externa)"
|
35 |
-
|
36 |
-
#: admin/views/form_start.php:63
|
37 |
-
msgid ""
|
38 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
39 |
-
"Further links are appearing, among them the link "Bulk set as featured "
|
40 |
-
"image". 3. After a click on it you can move on in this plugin."
|
41 |
-
msgstr ""
|
42 |
-
"1. Aneu a la biblioteca multimèdia. 2. Moveu el ratolí sobre la imatge "
|
43 |
-
"desitjada. Apareixen més enllaços, entre ells l'enllaç & quot;Conjunt "
|
44 |
-
"massiu com a imatge destacada&quot;. 3. Després d'un clic en ell es pot "
|
45 |
-
"seguir endavant en aquest plugin."
|
46 |
-
|
47 |
-
#: admin/views/form_start.php:21
|
48 |
-
msgid "Actions with a single image"
|
49 |
-
msgstr "Accions amb una sola imatge"
|
50 |
-
|
51 |
-
#: admin/views/form_start.php:67
|
52 |
-
msgid "Actions with multiple images"
|
53 |
-
msgstr "Accions amb diverses imatges"
|
54 |
-
|
55 |
-
#: admin/views/form_start.php:101
|
56 |
-
msgid "Actions without any selected image"
|
57 |
-
msgstr "Accions sense cap imatge seleccionada"
|
58 |
-
|
59 |
-
#: admin/class-quick-featured-images-settings.php:618
|
60 |
-
msgid ""
|
61 |
-
"Activate the checkbox to show the extra column in the media library. If you "
|
62 |
-
"would not see the new column in the library switch the appereance of the "
|
63 |
-
"library to List mode. The post titles are links to the respective post edit "
|
64 |
-
"page."
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/class-quick-featured-images-settings.php:596
|
68 |
-
msgid ""
|
69 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
70 |
-
"post lists."
|
71 |
-
msgstr ""
|
72 |
-
"Activeu les caselles de selecció de cada tipus d'entrada per mostrar les "
|
73 |
-
"columnes addicionals a les llistes de correus."
|
74 |
-
|
75 |
-
#: admin/views/section_defaults.php:242
|
76 |
-
msgid ""
|
77 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
78 |
-
"a post"
|
79 |
-
msgstr ""
|
80 |
-
"Activar per sobreescriure automàticament una imatge destacada existent en "
|
81 |
-
"desar una publicació"
|
82 |
-
|
83 |
-
#: admin/views/section_defaults.php:255
|
84 |
-
msgid ""
|
85 |
-
"Activate to automatically use the first content image if available in the "
|
86 |
-
"media library as featured image while saving a post"
|
87 |
-
msgstr ""
|
88 |
-
"Activa per utilitzar automàticament la primera imatge de contingut si està "
|
89 |
-
"disponible a la biblioteca multimèdia com a imatge destacada mentre desa una "
|
90 |
-
"publicació"
|
91 |
-
|
92 |
-
#: admin/class-quick-featured-images-tools.php:576
|
93 |
-
msgid "Add filter"
|
94 |
-
msgstr "Afegir filtre"
|
95 |
-
|
96 |
-
#: admin/views/section_defaults.php:491
|
97 |
-
msgid "Add rule"
|
98 |
-
msgstr "Afegir regla"
|
99 |
-
|
100 |
-
#: admin/views/section_defaults.php:238
|
101 |
-
msgid "An image overwrites an existing image"
|
102 |
-
msgstr "Una imatge sobreescriu una imatge existent"
|
103 |
-
|
104 |
-
#: admin/views/section_defaults.php:496
|
105 |
-
msgid "Are you sure to remove this rule?"
|
106 |
-
msgstr "Esteu segur de suprimir aquesta regla?"
|
107 |
-
|
108 |
-
#: admin/views/section_defaults.php:511
|
109 |
-
msgid ""
|
110 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
111 |
-
"the post it is unforeseeable which image will become the featured image."
|
112 |
-
msgstr ""
|
113 |
-
"Tingueu en compte que si dues o més regles amb la mateixa taxonomia "
|
114 |
-
"s'ajusten al lloc és imprevisible quina imatge es convertirà en la imatge "
|
115 |
-
"destacada."
|
116 |
-
|
117 |
-
#: admin/class-quick-featured-images-tools.php:2057
|
118 |
-
msgid "Bulk set as featured image"
|
119 |
-
msgstr "Conjunt massiu com a imatge destacada"
|
120 |
-
|
121 |
-
#: admin/class-quick-featured-images-tools.php:1948
|
122 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
123 |
-
msgstr ""
|
124 |
-
"Conjunt massiu, substituir i eliminar imatges destacades per als missatges "
|
125 |
-
"existents"
|
126 |
-
|
127 |
-
#: admin/views/form_confirm.php:20
|
128 |
-
msgid "by"
|
129 |
-
msgstr "per"
|
130 |
-
|
131 |
-
#: admin/class-quick-featured-images-tools.php:602
|
132 |
-
msgid "Category Filter"
|
133 |
-
msgstr "Filtre de categoria"
|
134 |
-
|
135 |
-
#: admin/class-quick-featured-images-columns.php:279
|
136 |
-
#, php-format
|
137 |
-
msgid "Change “%s”"
|
138 |
-
msgstr "Canviar “%s”"
|
139 |
-
|
140 |
-
#: admin/views/section_results.php:19
|
141 |
-
msgid "Changed successfully"
|
142 |
-
msgstr "S'ha canviat correctament"
|
143 |
-
|
144 |
-
#: admin/class-quick-featured-images-tools.php:747
|
145 |
-
msgid "Check how to define the value."
|
146 |
-
msgstr "Comproveu com definir el valor."
|
147 |
-
|
148 |
-
#: admin/views/form_start.php:57
|
149 |
-
msgid "Choose Image"
|
150 |
-
msgstr "Selecció d'imatge"
|
151 |
-
|
152 |
-
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
153 |
-
msgid "Choose Images"
|
154 |
-
msgstr "Tria imatges"
|
155 |
-
|
156 |
-
#. title of the section.
|
157 |
-
#: admin/class-quick-featured-images-settings.php:419
|
158 |
-
msgid "Column in the library for posts with assigned featured image"
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#. title of the section.
|
162 |
-
#: admin/class-quick-featured-images-settings.php:383
|
163 |
-
msgid "Columns for featured images in posts lists"
|
164 |
-
msgstr "Columnes d'imatges destacades a les llistes de publicacions"
|
165 |
-
|
166 |
-
#: admin/class-quick-featured-images-tools.php:578
|
167 |
-
msgid "Confirm"
|
168 |
-
msgstr "Confirmar"
|
169 |
-
|
170 |
-
#: admin/views/form_confirm.php:120
|
171 |
-
msgid "Confirm the change"
|
172 |
-
msgstr "Confirma el canvi"
|
173 |
-
|
174 |
-
#: admin/class-quick-featured-images-tools.php:597
|
175 |
-
msgid "Consider only posts without any featured image"
|
176 |
-
msgstr "Només entrades sense cap imatge destacada"
|
177 |
-
|
178 |
-
#: admin/class-quick-featured-images-settings.php:696
|
179 |
-
msgid "Controls which minimum user role can see the plugin."
|
180 |
-
msgstr "Controla quina funció mínima d'usuari pot veure el connector."
|
181 |
-
|
182 |
-
#: admin/views/section_footer.php:16
|
183 |
-
msgid "Credits and informations"
|
184 |
-
msgstr "Crèdits i informacions"
|
185 |
-
|
186 |
-
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
187 |
-
msgid "Current Featured Image"
|
188 |
-
msgstr "Imatge destacada actual"
|
189 |
-
|
190 |
-
#: admin/views/section_defaults.php:208
|
191 |
-
msgid "Default featured images for future posts"
|
192 |
-
msgstr "Imatges destacades per defecte per a futures publicacions"
|
193 |
-
|
194 |
-
#: admin/views/section_defaults.php:210
|
195 |
-
msgid ""
|
196 |
-
"Define the rules to use images as default featured images automatically "
|
197 |
-
"every time a post is saved."
|
198 |
-
msgstr ""
|
199 |
-
"Definiu les regles per utilitzar les imatges com a imatges destacades per "
|
200 |
-
"defecte automàticament cada vegada que es desa una publicació."
|
201 |
-
|
202 |
-
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
203 |
-
msgid "Details"
|
204 |
-
msgstr "Detalls"
|
205 |
-
|
206 |
-
#: admin/class-quick-featured-images-settings.php:615
|
207 |
-
msgid ""
|
208 |
-
"Display a new column in the media library with the titles of the posts for "
|
209 |
-
"which the corresponding image is set as featured image"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:87
|
213 |
-
msgid "Do you like the plugin?"
|
214 |
-
msgstr "T'agrada el connector?"
|
215 |
-
|
216 |
-
#: admin/views/section_footer.php:19
|
217 |
-
msgid "Do you need support or have an idea for the plugin?"
|
218 |
-
msgstr "Necessites suport o tens una idea per al connector?"
|
219 |
-
|
220 |
-
#: admin/views/section_footer.php:20
|
221 |
-
#, php-format
|
222 |
-
msgid "Download plugin %s at %s!"
|
223 |
-
msgstr "Descarregar plugin %s a %s!"
|
224 |
-
|
225 |
-
#: admin/views/section_errormsg.php:1
|
226 |
-
msgid "Error"
|
227 |
-
msgstr "Error"
|
228 |
-
|
229 |
-
#: admin/views/section_defaults.php:500
|
230 |
-
msgid ""
|
231 |
-
"Every time you save a post the post get the featured image if one of the "
|
232 |
-
"following rules match a property of the post. You can also set rules for "
|
233 |
-
"pages and all other current post types which support featured images."
|
234 |
-
msgstr ""
|
235 |
-
"Cada vegada que deseu una publicació, la publicació obté la imatge destacada "
|
236 |
-
"si una de les regles següents coincideix amb una propietat de la publicació. "
|
237 |
-
"També podeu definir regles per a les pàgines i tots els altres tipus "
|
238 |
-
"d'entrada actuals que admeten imatges destacades."
|
239 |
-
|
240 |
-
#: admin/views/form_select.php:115
|
241 |
-
#| msgid ""
|
242 |
-
#| "Facing a white blank page while trying to treat thousands of posts is the "
|
243 |
-
#| "effect of limited memory capacities on the website server. Instead of "
|
244 |
-
#| "treating a huge amount of posts in one single go try to treat small "
|
245 |
-
#| "amounts of posts multiple times successively. To achieve that do:"
|
246 |
-
msgid ""
|
247 |
-
"Facing a white blank page while trying to treat thousands of posts is the "
|
248 |
-
"effect of limited memory capacities on the website server. Instead of "
|
249 |
-
"treating a huge amount of posts in one single go try to treat small amounts "
|
250 |
-
"of posts multiple times successively."
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: admin/class-quick-featured-images-columns.php:652
|
254 |
-
msgid "Featured image for"
|
255 |
-
msgstr ""
|
256 |
-
|
257 |
-
#: admin/views/form_refine.php:18
|
258 |
-
#, php-format
|
259 |
-
msgid "File %s is not available."
|
260 |
-
msgstr "El %s fitxer no està disponible."
|
261 |
-
|
262 |
-
#: admin/views/section_defaults.php:258
|
263 |
-
msgid "For which post types should this rule be applied?"
|
264 |
-
msgstr "Per a quins tipus de publicació s'ha d'aplicar aquesta regla?"
|
265 |
-
|
266 |
-
#: admin/views/section_defaults.php:503
|
267 |
-
msgid "found first content image. If not then..."
|
268 |
-
msgstr "s'ha trobat la primera imatge de contingut. Si no llavors..."
|
269 |
-
|
270 |
-
#: admin/views/form_confirm.php:18
|
271 |
-
msgid "Future Featured Image"
|
272 |
-
msgstr "Imatge destacada futura"
|
273 |
-
|
274 |
-
#: admin/views/form_start.php:14
|
275 |
-
msgid ""
|
276 |
-
"Here you can add, replace and delete featured images to your posts. Select "
|
277 |
-
"one of the following actions and, if necessary, one or more images."
|
278 |
-
msgstr ""
|
279 |
-
"Aquí pot afegir, reemplaçar i suprimir imatges presentades als seus correus. "
|
280 |
-
"Seleccioneu una de les accions següents i, si cal, una o més imatges."
|
281 |
-
|
282 |
-
#: admin/views/section_defaults.php:499
|
283 |
-
msgid "How the rules work"
|
284 |
-
msgstr "Com funcionen les regles"
|
285 |
-
|
286 |
-
#. URI of the plugin
|
287 |
-
msgid "http://wordpress.org/plugins/quick-featured-images"
|
288 |
-
msgstr "http://wordpress.org/plugins/quick-featured-images"
|
289 |
-
|
290 |
-
#. Author URI of the plugin
|
291 |
-
msgid ""
|
292 |
-
"https://www.kybernetik-services.com/?"
|
293 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
294 |
-
"images&utm_content=author"
|
295 |
-
msgstr ""
|
296 |
-
"https://www.kybernetik-services.com/?"
|
297 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
298 |
-
"images&utm_content=author"
|
299 |
-
|
300 |
-
#: admin/views/section_defaults.php:244
|
301 |
-
msgid ""
|
302 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
303 |
-
"an existing featured image with the new one based on the following rules. Do "
|
304 |
-
"not use this if you want to keep manually set featured images."
|
305 |
-
msgstr ""
|
306 |
-
"Si s'activa la regla s'utilitza automàticament mentre es desa una publicació "
|
307 |
-
"per sobreescriure una imatge destacada existent amb la nova en funció de les "
|
308 |
-
"regles següents. No utilitzeu això si voleu conservar manualment les imatges "
|
309 |
-
"destacades."
|
310 |
-
|
311 |
-
#: admin/views/section_defaults.php:257
|
312 |
-
msgid ""
|
313 |
-
"If activated the rule is used automatically while saving a post to set the "
|
314 |
-
"first content image - if available in the media library - as the featured "
|
315 |
-
"image of the post. If the post has no content images the next rules will be "
|
316 |
-
"applied."
|
317 |
-
msgstr ""
|
318 |
-
"Si s'activa la regla s'utilitza automàticament mentre es desa una publicació "
|
319 |
-
"per definir la primera imatge de contingut - si està disponible a la "
|
320 |
-
"biblioteca multimèdia - com la imatge destacada de la publicació. Si la "
|
321 |
-
"publicació no té imatges de contingut, s'aplicaran les regles següents."
|
322 |
-
|
323 |
-
#: admin/views/form_start.php:61
|
324 |
-
msgid "If the button does not work, read this:"
|
325 |
-
msgstr "Si el botó no funciona, llegiu això:"
|
326 |
-
|
327 |
-
#: admin/views/section_image.php:55
|
328 |
-
msgid "If wrong action start again"
|
329 |
-
msgstr "Si l'acció es incorrecta, torni a començar"
|
330 |
-
|
331 |
-
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
332 |
-
msgid "If wrong image start again"
|
333 |
-
msgstr "Si l'imatge es incorrecta, torni a començar"
|
334 |
-
|
335 |
-
#: admin/views/form_select.php:114
|
336 |
-
msgid "If you encounter a white, blank page, read this"
|
337 |
-
msgstr "Si trobeu una pàgina en blanc i en blanc, llegiu aquesta"
|
338 |
-
|
339 |
-
#: admin/views/form_select.php:88
|
340 |
-
msgid ""
|
341 |
-
"If you want select one of the following filters to narrow down the set of "
|
342 |
-
"concerned posts and pages."
|
343 |
-
msgstr ""
|
344 |
-
"Si voleu seleccionar un dels filtres següents per reduir el conjunt de "
|
345 |
-
"publicacions i pàgines corresponents."
|
346 |
-
|
347 |
-
#: admin/views/form_back_to_selection.php:3
|
348 |
-
msgid ""
|
349 |
-
"If you want to change your former selection just go back by clicking on this "
|
350 |
-
"button."
|
351 |
-
msgstr ""
|
352 |
-
"Si voleu canviar la vostra antiga selecció, torneu a fer clic en aquest botó."
|
353 |
-
|
354 |
-
#: admin/class-quick-featured-images-tools.php:633
|
355 |
-
msgid "Image height in pixels lower than"
|
356 |
-
msgstr "Alçada de la imatge en píxels inferiors a"
|
357 |
-
|
358 |
-
#: admin/views/section_image.php:12
|
359 |
-
msgid "Image title"
|
360 |
-
msgstr "Títol de la imatge"
|
361 |
-
|
362 |
-
#: admin/class-quick-featured-images-tools.php:632
|
363 |
-
msgid "Image width in pixels lower than"
|
364 |
-
msgstr "Amplada de la imatge en píxels inferior a"
|
365 |
-
|
366 |
-
#: admin/views/form_start.php:17
|
367 |
-
msgid "Important advice"
|
368 |
-
msgstr "Consells importants"
|
369 |
-
|
370 |
-
#. Author of the plugin
|
371 |
-
msgid "Kybernetik Services"
|
372 |
-
msgstr "Kybernetik Services"
|
373 |
-
|
374 |
-
#: admin/views/section_footer.php:20
|
375 |
-
msgid ""
|
376 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
377 |
-
"fast plugin"
|
378 |
-
msgstr ""
|
379 |
-
"Deixeu que les miniatures apareguin en el widget dels missatges més recents "
|
380 |
-
"amb aquest connector ràpid"
|
381 |
-
|
382 |
-
#: admin/views/section_overview.php:17
|
383 |
-
msgid "Manage featured images in a quick way"
|
384 |
-
msgstr "Gestionar les imatges destacades d'una manera ràpida"
|
385 |
-
|
386 |
-
#: admin/views/section_defaults.php:507
|
387 |
-
msgid "matched author. If not then..."
|
388 |
-
msgstr "l'autor. Si no llavors..."
|
389 |
-
|
390 |
-
#: admin/views/section_defaults.php:506
|
391 |
-
msgid "matched category. If not then..."
|
392 |
-
msgstr "categoria aparellada. Si no llavors..."
|
393 |
-
|
394 |
-
#: admin/views/section_defaults.php:504
|
395 |
-
msgid "matched custom taxonomy. If not then..."
|
396 |
-
msgstr "taxaonomia personalitzada aparellada. Si no llavors..."
|
397 |
-
|
398 |
-
#: admin/views/section_defaults.php:508
|
399 |
-
msgid "matched post type. If not then..."
|
400 |
-
msgstr "tipus de publicació aparellat. Si no llavors..."
|
401 |
-
|
402 |
-
#: admin/views/section_defaults.php:505
|
403 |
-
msgid "matched tag. If not then..."
|
404 |
-
msgstr "etiqueta aparellada. Si no llavors..."
|
405 |
-
|
406 |
-
#: admin/views/section_defaults.php:16
|
407 |
-
msgid "matches"
|
408 |
-
msgstr "coincidències"
|
409 |
-
|
410 |
-
#: admin/class-quick-featured-images-settings.php:630
|
411 |
-
msgid "Minimum user role to see the plugin in the backend"
|
412 |
-
msgstr "Rol mínim de l'usuari per veure el connector al backend"
|
413 |
-
|
414 |
-
#: admin/views/form_back_to_selection.php:42
|
415 |
-
msgid "Modify selection"
|
416 |
-
msgstr "Modifica la selecció"
|
417 |
-
|
418 |
-
#: admin/views/section_defaults.php:509
|
419 |
-
msgid "no featured image."
|
420 |
-
msgstr "no hi ha cap imatge destacada."
|
421 |
-
|
422 |
-
#: admin/views/section_results.php:82
|
423 |
-
msgid "No matches found."
|
424 |
-
msgstr "No s'ha trobat cap coincidència."
|
425 |
-
|
426 |
-
#: admin/views/section_image.php:106
|
427 |
-
msgid "No selected filters"
|
428 |
-
msgstr "No hi ha filtres seleccionats"
|
429 |
-
|
430 |
-
#: admin/views/section_image.php:84
|
431 |
-
msgid "No selected options"
|
432 |
-
msgstr "No hi ha opcions seleccionades"
|
433 |
-
|
434 |
-
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
435 |
-
#: admin/views/section_results.php:18
|
436 |
-
msgid "No."
|
437 |
-
msgstr "No."
|
438 |
-
|
439 |
-
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
440 |
-
#: admin/views/section_defaults.php:217
|
441 |
-
msgid "Notice"
|
442 |
-
msgstr "Anotació"
|
443 |
-
|
444 |
-
#: admin/views/form_refine.php:9
|
445 |
-
msgid ""
|
446 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
447 |
-
msgstr ""
|
448 |
-
"Ara podeu trobar missatges i pàgines fent coincidir paràmetres. "
|
449 |
-
"Perfecciona'ls aquí."
|
450 |
-
|
451 |
-
#: admin/views/form_select.php:121
|
452 |
-
msgid ""
|
453 |
-
"On the next page you can refine the filters. If you did not select any "
|
454 |
-
"filter you will go to the preview list directly."
|
455 |
-
msgstr ""
|
456 |
-
"A la pàgina següent podeu definir millor els filtres. Si no heu seleccionat "
|
457 |
-
"cap filtre, aneu directament a la llista de previsualització."
|
458 |
-
|
459 |
-
#: admin/views/form_select.php:85
|
460 |
-
msgid "Optional: Add a filter"
|
461 |
-
msgstr "Opcional: afegeix un filtre"
|
462 |
-
|
463 |
-
#: admin/views/form_select.php:45
|
464 |
-
msgid "Optional: Select options"
|
465 |
-
msgstr "Opcional: seleccioneu les opcions"
|
466 |
-
|
467 |
-
#: admin/views/form_confirm.php:182
|
468 |
-
msgid "or refine your selection with the following form fields."
|
469 |
-
msgstr "o refinar la vostra selecció amb els camps de formulari següents."
|
470 |
-
|
471 |
-
#: admin/views/form_select.php:53
|
472 |
-
msgid "Overwrite existing featured images with new ones"
|
473 |
-
msgstr "Sobreescriu les imatges destacades existents amb les noves"
|
474 |
-
|
475 |
-
#: admin/class-quick-featured-images-tools.php:596
|
476 |
-
msgid "Overwrite featured images"
|
477 |
-
msgstr "Sobreescriure les imatges destacades"
|
478 |
-
|
479 |
-
#: admin/class-quick-featured-images-tools.php:579
|
480 |
-
msgid "Perform"
|
481 |
-
msgstr "Realitzar"
|
482 |
-
|
483 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:88
|
484 |
-
msgid "Please rate it at wordpress.org!"
|
485 |
-
msgstr "Si us plau, valori'l a wordpress.org!"
|
486 |
-
|
487 |
-
#: admin/class-quick-featured-images-settings.php:432
|
488 |
-
msgid "Post list column in the library"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: admin/views/section_defaults.php:59
|
492 |
-
msgid "Post Type"
|
493 |
-
msgstr "Tipus d'entrada"
|
494 |
-
|
495 |
-
#: admin/class-quick-featured-images-tools.php:601
|
496 |
-
msgid "Post Type Filter"
|
497 |
-
msgstr "Filtre de tipus de publicació"
|
498 |
-
|
499 |
-
#: admin/views/section_footer.php:19
|
500 |
-
msgid ""
|
501 |
-
"Post your questions and ideas about Quick Featured Images in the forum at "
|
502 |
-
"wordpress.org!"
|
503 |
-
msgstr ""
|
504 |
-
"Publica les teves preguntes i idees sobre imatges ràpides destacades en el "
|
505 |
-
"fòrum a wordpress.org!"
|
506 |
-
|
507 |
-
#: admin/class-quick-featured-images-settings.php:396
|
508 |
-
msgid "Posts list with image column"
|
509 |
-
msgstr "Llista de publicacions amb columna d'imatge"
|
510 |
-
|
511 |
-
#: admin/views/form_select.php:63
|
512 |
-
msgid ""
|
513 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
514 |
-
"checked"
|
515 |
-
msgstr ""
|
516 |
-
"S' ignoraran els missatges amb imatges destacades, fins i tot si l' opció "
|
517 |
-
"Sobreescriu està marcada"
|
518 |
-
|
519 |
-
#: admin/class-quick-featured-images-defaults.php:277
|
520 |
-
msgid "Preset Featured Images"
|
521 |
-
msgstr "Imatges destacades predefinides"
|
522 |
-
|
523 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:29
|
524 |
-
msgid "Preview filtering"
|
525 |
-
msgstr "Visualització prèvia de filtratge"
|
526 |
-
|
527 |
-
#: admin/views/form_confirm.php:1
|
528 |
-
msgid "Preview of your selection"
|
529 |
-
msgstr "Visualització prèvia de la selecció"
|
530 |
-
|
531 |
-
#: admin/views/form_select.php:47
|
532 |
-
msgid "Process Options"
|
533 |
-
msgstr "Opcions de procés"
|
534 |
-
|
535 |
-
#: admin/views/section_header_progress.php:15
|
536 |
-
msgid "Progress bar"
|
537 |
-
msgstr "Barra de progrés"
|
538 |
-
|
539 |
-
#. Name of the plugin
|
540 |
-
msgid "Quick Featured Images"
|
541 |
-
msgstr "Quick Featured Images"
|
542 |
-
|
543 |
-
#: admin/views/section_errormsg.php:3
|
544 |
-
msgid "Reason"
|
545 |
-
msgstr "Raó"
|
546 |
-
|
547 |
-
#: admin/class-quick-featured-images-tools.php:577
|
548 |
-
msgid "Refine"
|
549 |
-
msgstr "Refinar"
|
550 |
-
|
551 |
-
#: admin/views/form_refine.php:8
|
552 |
-
msgid "Refine filters"
|
553 |
-
msgstr "Refinar filtres"
|
554 |
-
|
555 |
-
#: admin/views/form_refine.php:1
|
556 |
-
msgid "Refine your selection"
|
557 |
-
msgstr "Refina la teva selecció"
|
558 |
-
|
559 |
-
#: admin/views/form_select.php:37
|
560 |
-
msgid "Refine your selections"
|
561 |
-
msgstr "Refina les teves seleccions"
|
562 |
-
|
563 |
-
#: admin/views/section_defaults.php:501
|
564 |
-
msgid ""
|
565 |
-
"Regardless of the order in the list the rules are applied in the following "
|
566 |
-
"order until a rule and a property of the post fit together:"
|
567 |
-
msgstr ""
|
568 |
-
"Independentment de l'ordre de la llista, les regles s'apliquen en l'ordre "
|
569 |
-
"següent fins que una regla i una propietat del lloc encaixin:"
|
570 |
-
|
571 |
-
#: admin/class-quick-featured-images-columns.php:280
|
572 |
-
#, php-format
|
573 |
-
msgid "Remove “%s”"
|
574 |
-
msgstr "Suprimir “%s”"
|
575 |
-
|
576 |
-
#: admin/class-quick-featured-images-tools.php:589
|
577 |
-
msgid "Remove all featured images without existing image files"
|
578 |
-
msgstr "Eliminar totes les imatges destacades sense fitxers d'imatge existents"
|
579 |
-
|
580 |
-
#: admin/class-quick-featured-images-tools.php:588
|
581 |
-
msgid "Remove any image as featured image"
|
582 |
-
msgstr "Eliminar qualsevol imatge com a imatge destacada"
|
583 |
-
|
584 |
-
#: admin/class-quick-featured-images-tools.php:585
|
585 |
-
msgid "Remove the selected image as featured image"
|
586 |
-
msgstr "Eliminar la imatge seleccionada com a imatge destacada"
|
587 |
-
|
588 |
-
#: admin/class-quick-featured-images-tools.php:584
|
589 |
-
msgid "Replace featured images by the selected image"
|
590 |
-
msgstr "Substitueix les imatges destacades per la imatge seleccionada"
|
591 |
-
|
592 |
-
#: admin/views/section_results.php:1
|
593 |
-
msgid "Results of the action"
|
594 |
-
msgstr "Resultats de l'acció"
|
595 |
-
|
596 |
-
#: admin/views/form_select.php:94
|
597 |
-
msgid "Search by post type. By default all posts and pages will be affected."
|
598 |
-
msgstr ""
|
599 |
-
"Cerca per tipus de correu. Per defecte, tots els missatges i pàgines es "
|
600 |
-
"veuran afectats."
|
601 |
-
|
602 |
-
#: admin/views/form_select.php:97
|
603 |
-
msgid "Search posts by category"
|
604 |
-
msgstr "Cercar missatges per categoria"
|
605 |
-
|
606 |
-
#: admin/views/form_select.php:100
|
607 |
-
msgid "Search posts by tag"
|
608 |
-
msgstr "Cercar publicacions per etiqueta"
|
609 |
-
|
610 |
-
#: admin/class-quick-featured-images-tools.php:575
|
611 |
-
msgid "Select"
|
612 |
-
msgstr "Seleccionar"
|
613 |
-
|
614 |
-
#: admin/views/filter_category.php:3
|
615 |
-
msgid "Select a category"
|
616 |
-
msgstr "Seleccionar categoria"
|
617 |
-
|
618 |
-
#: admin/views/filter_tag.php:7
|
619 |
-
msgid "Select a tag"
|
620 |
-
msgstr "Seleccioneu una etiqueta"
|
621 |
-
|
622 |
-
#: admin/views/form_start.php:20
|
623 |
-
msgid "Select action"
|
624 |
-
msgstr "Seleccioneu l'acció"
|
625 |
-
|
626 |
-
#: admin/class-quick-featured-images-tools.php:751
|
627 |
-
msgid "Select an image from the media library."
|
628 |
-
msgstr "Seleccionar una imatge de la biblioteca multimèdia."
|
629 |
-
|
630 |
-
#: admin/views/section_defaults.php:285
|
631 |
-
msgid ""
|
632 |
-
"Select at least one post type, otherwise all post types will be considered."
|
633 |
-
msgstr ""
|
634 |
-
"Seleccioneu com a mínim un tipus d'entrada, en cas contrari es consideraran "
|
635 |
-
"tots els tipus d'entrada."
|
636 |
-
|
637 |
-
#: admin/views/form_select.php:87
|
638 |
-
msgid "Select filters"
|
639 |
-
msgstr "Seleccioneu filtres"
|
640 |
-
|
641 |
-
#: admin/views/form_back_to_selection.php:2
|
642 |
-
msgid "Select filters and options again"
|
643 |
-
msgstr "Torna a seleccionar filtres i opcions"
|
644 |
-
|
645 |
-
#: admin/views/filter_post_types.php:2
|
646 |
-
msgid "Select post types"
|
647 |
-
msgstr "Seleccioneu els tipus d'entrada"
|
648 |
-
|
649 |
-
#: admin/views/form_select.php:17
|
650 |
-
msgid "Select the featured images you want to replace by the selected image."
|
651 |
-
msgstr ""
|
652 |
-
"Seleccioneu les imatges destacades que voleu reemplaçar per la imatge "
|
653 |
-
"seleccionada."
|
654 |
-
|
655 |
-
#: admin/views/form_start.php:35
|
656 |
-
msgid ""
|
657 |
-
"Select the image you want to add to, replace or delete from posts and pages "
|
658 |
-
"by clicking on the following button."
|
659 |
-
msgstr ""
|
660 |
-
"Seleccioneu la imatge que voleu afegir, substituïr o suprimir de les "
|
661 |
-
"publicacions i les pàgines, fent clic al botó següent."
|
662 |
-
|
663 |
-
#: admin/class-quick-featured-images-settings.php:666
|
664 |
-
msgid "Select the minimum user role a user must have to see the plugin."
|
665 |
-
msgstr ""
|
666 |
-
"Seleccioneu el rol mínim d'usuari que un usuari ha de tenir per veure el "
|
667 |
-
"connector."
|
668 |
-
|
669 |
-
#: admin/class-quick-featured-images-defaults.php:288
|
670 |
-
msgid "Set default featured images for future posts"
|
671 |
-
msgstr "Definir imatges destacades predeterminades per a publicacions futures"
|
672 |
-
|
673 |
-
#: admin/class-quick-featured-images-columns.php:281
|
674 |
-
#, php-format
|
675 |
-
msgid "Set image for “%s”"
|
676 |
-
msgstr "Estableix la imatge per a “%s”"
|
677 |
-
|
678 |
-
#: admin/class-quick-featured-images-tools.php:592
|
679 |
-
msgid "Set multiple images randomly as featured images"
|
680 |
-
msgstr "Establir diverses imatges aleatòriament com a imatges destacades"
|
681 |
-
|
682 |
-
#: admin/class-quick-featured-images-tools.php:583
|
683 |
-
msgid "Set the selected image as new featured image"
|
684 |
-
msgstr "Estableix la imatge seleccionada com a nova imatge destacada"
|
685 |
-
|
686 |
-
#: admin/class-quick-featured-images-settings.php:232
|
687 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
688 |
-
msgstr ""
|
689 |
-
"Definir la visibilitat de les columnes d'imatges destacades a les llistes de "
|
690 |
-
"publicacions"
|
691 |
-
|
692 |
-
#: admin/class-quick-featured-images-tools.php:1937
|
693 |
-
msgid "Set, replace, remove"
|
694 |
-
msgstr "Definir, reemplaçar, suprimir"
|
695 |
-
|
696 |
-
#: admin/views/form_confirm.php:50
|
697 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
698 |
-
msgstr ""
|
699 |
-
"S'han de suprimir les imatges destacades afegides de tots els missatges "
|
700 |
-
"llistats?"
|
701 |
-
|
702 |
-
#: admin/views/form_confirm.php:41
|
703 |
-
msgid ""
|
704 |
-
"Should the current set featured image be replaced by the selected image at "
|
705 |
-
"all listed posts?"
|
706 |
-
msgstr ""
|
707 |
-
"La imatge destacada del conjunt actual ha de ser substituïda per la imatge "
|
708 |
-
"seleccionada en tots els missatges llistats?"
|
709 |
-
|
710 |
-
#: admin/views/form_confirm.php:12
|
711 |
-
msgid ""
|
712 |
-
"Should the entries of featured images without image files be removed from "
|
713 |
-
"the database?"
|
714 |
-
msgstr ""
|
715 |
-
"S'han d'eliminar les entrades d'imatges destacades sense fitxers d'imatge de "
|
716 |
-
"la base de dades?"
|
717 |
-
|
718 |
-
#: admin/views/form_confirm.php:47
|
719 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
720 |
-
msgstr ""
|
721 |
-
"S'han d'establir les imatges futures com a imatges destacades en tots els "
|
722 |
-
"missatges llistats?"
|
723 |
-
|
724 |
-
#: admin/views/form_confirm.php:44
|
725 |
-
msgid "Should the selected image be removed from all listed posts?"
|
726 |
-
msgstr ""
|
727 |
-
"S'ha de suprimir la imatge seleccionada de tots els missatges de la llista?"
|
728 |
-
|
729 |
-
#: admin/views/form_confirm.php:35
|
730 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
731 |
-
msgstr ""
|
732 |
-
"S'ha d'establir la imatge seleccionada com a imatge destacada a tots els "
|
733 |
-
"missatges llistats?"
|
734 |
-
|
735 |
-
#: admin/views/form_confirm.php:38
|
736 |
-
msgid ""
|
737 |
-
"Should the selected images be set randomly as featured images to all listed "
|
738 |
-
"posts?"
|
739 |
-
msgstr ""
|
740 |
-
"Les imatges seleccionades s'han d'establir aleatòriament com a imatges "
|
741 |
-
"destacades a tots els missatges llistats?"
|
742 |
-
|
743 |
-
#: admin/class-quick-featured-images-settings.php:391
|
744 |
-
msgid "Show additional column for featured images in lists of"
|
745 |
-
msgstr ""
|
746 |
-
"Mostra la columna addicional per a les imatges destacades a les llistes de"
|
747 |
-
|
748 |
-
#: admin/class-quick-featured-images-settings.php:427
|
749 |
-
msgid "Show additional column in the library for posts with featured images"
|
750 |
-
msgstr ""
|
751 |
-
|
752 |
-
#: admin/views/section_errormsg.php:5
|
753 |
-
msgid "Solution"
|
754 |
-
msgstr "Solució"
|
755 |
-
|
756 |
-
#: admin/views/form_start.php:62
|
757 |
-
msgid ""
|
758 |
-
"Some users reported that this button would not work in some WordPress "
|
759 |
-
"installations. If this should be the case you can take another way:"
|
760 |
-
msgstr ""
|
761 |
-
"Alguns usuaris van informar que aquest botó no funcionaria en algunes "
|
762 |
-
"instal·lacions de WordPress. Si aquest ha de ser el cas pot prendre una "
|
763 |
-
"altra manera:"
|
764 |
-
|
765 |
-
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
766 |
-
#: admin/views/section_results.php:86
|
767 |
-
msgid "Start again"
|
768 |
-
msgstr "Torna a començar"
|
769 |
-
|
770 |
-
#: admin/class-quick-featured-images-tools.php:755
|
771 |
-
msgid "Start again and select which action you want to apply."
|
772 |
-
msgstr "Tornar a començar i selecciona quina acció vols aplicar."
|
773 |
-
|
774 |
-
#: admin/class-quick-featured-images-tools.php:603
|
775 |
-
msgid "Tag Filter"
|
776 |
-
msgstr "Filtre d'etiquetes"
|
777 |
-
|
778 |
-
#: admin/views/section_defaults.php:251
|
779 |
-
msgid "Text with images in WordPress editor"
|
780 |
-
msgstr "Text amb imatges a l'editor de WordPress"
|
781 |
-
|
782 |
-
#: admin/class-quick-featured-images-settings.php:705
|
783 |
-
msgid ""
|
784 |
-
"The additional column in the media library lists all posts for which the "
|
785 |
-
"image is set as featured."
|
786 |
-
msgstr ""
|
787 |
-
|
788 |
-
#: admin/class-quick-featured-images-settings.php:687
|
789 |
-
msgid ""
|
790 |
-
"The additional columns give you a quick overview about all used featured "
|
791 |
-
"images for every post. The Featured Image column is sortable."
|
792 |
-
msgstr ""
|
793 |
-
"Les columnes addicionals us donen una visió general ràpida sobre totes les "
|
794 |
-
"imatges destacades utilitzades per a cada publicació. La columna Imatge "
|
795 |
-
"destacada es pot ordenar."
|
796 |
-
|
797 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:219
|
798 |
-
msgid ""
|
799 |
-
"The current theme does not support featured images. Anyway you can use this "
|
800 |
-
"plugin. The effects are stored and will be visible in a theme which supports "
|
801 |
-
"featured images."
|
802 |
-
msgstr ""
|
803 |
-
"El tema actual no admet imatges destacades. De tota manera pot utilitzar "
|
804 |
-
"aquest plugin. Els efectes s'emmagatzemen i seran visibles en un tema que "
|
805 |
-
"suporta imatges destacades."
|
806 |
-
|
807 |
-
#: admin/class-quick-featured-images-tools.php:758
|
808 |
-
#, php-format
|
809 |
-
msgid "The input field %s has an invalid value."
|
810 |
-
msgstr "El camp d'%s té un valor no vàlid."
|
811 |
-
|
812 |
-
#: admin/class-quick-featured-images-tools.php:742
|
813 |
-
#, php-format
|
814 |
-
msgid "The input field %s is empty."
|
815 |
-
msgstr "El camp d'%s és buit."
|
816 |
-
|
817 |
-
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
818 |
-
msgid ""
|
819 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
820 |
-
"post in a new window by clicking on its link in the list."
|
821 |
-
msgstr ""
|
822 |
-
"La llista està en ordre alfabètic segons el títol posterior. Podeu editar "
|
823 |
-
"una publicació en una finestra nova fent clic al seu enllaç de la llista."
|
824 |
-
|
825 |
-
#: admin/class-quick-featured-images-admin.php:278
|
826 |
-
#, php-format
|
827 |
-
msgid ""
|
828 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
829 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
830 |
-
"to the latest version."
|
831 |
-
msgstr ""
|
832 |
-
"El connector requereix una versió de WordPress %s o superior. Per tant, "
|
833 |
-
"WordPress no ho va activar. Si voleu utilitzar aquest plugin, heu "
|
834 |
-
"d'actualitzar els arxius de Wordpress a l'última versió."
|
835 |
-
|
836 |
-
#: admin/class-quick-featured-images-settings.php:671
|
837 |
-
#, php-format
|
838 |
-
msgid ""
|
839 |
-
"The rules as set in “%s” work on posts independently of this "
|
840 |
-
"setting."
|
841 |
-
msgstr ""
|
842 |
-
"Les regles establertes en \"%s\" funcionen en llocs independentment d'aquest "
|
843 |
-
"entorn."
|
844 |
-
|
845 |
-
#: admin/views/filter_category.php:14
|
846 |
-
msgid "The selection of a category includes all of its subcategories."
|
847 |
-
msgstr ""
|
848 |
-
|
849 |
-
#: admin/views/form_refine.php:54
|
850 |
-
msgid ""
|
851 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
852 |
-
"clicking on the next button."
|
853 |
-
msgstr ""
|
854 |
-
"No hi ha filtres seleccionats. Modifiqueu la selecció de filtres o "
|
855 |
-
"simplement se'n va fent clic al botó següent."
|
856 |
-
|
857 |
-
#: admin/views/filter_tag.php:20
|
858 |
-
msgid "There are no tags in use."
|
859 |
-
msgstr "No hi ha etiquetes en ús."
|
860 |
-
|
861 |
-
#: admin/class-quick-featured-images-tools.php:750
|
862 |
-
msgid "There is no selected image."
|
863 |
-
msgstr "No hi ha cap imatge seleccionada."
|
864 |
-
|
865 |
-
#: admin/views/form_start.php:18
|
866 |
-
msgid ""
|
867 |
-
"There is no undo function! It is strongly recommended that you make a backup "
|
868 |
-
"of the WordPress database before you perform mass changes."
|
869 |
-
msgstr ""
|
870 |
-
"No hi ha cap funció desfer! És molt recomanable fer una còpia de seguretat "
|
871 |
-
"de la base de dades de WordPress abans de realitzar canvis massius."
|
872 |
-
|
873 |
-
#: admin/views/form_start.php:102
|
874 |
-
msgid "These actions do not require a selected image."
|
875 |
-
msgstr "Aquestes accions no requereixen una imatge seleccionada."
|
876 |
-
|
877 |
-
#: admin/views/form_start.php:68
|
878 |
-
msgid ""
|
879 |
-
"These actions require at least one selected image with the following button."
|
880 |
-
msgstr ""
|
881 |
-
"Aquestes accions requereixen almenys una imatge seleccionada amb el botó "
|
882 |
-
"següent."
|
883 |
-
|
884 |
-
#: admin/views/form_start.php:22
|
885 |
-
msgid "These actions require to select an image with the following button."
|
886 |
-
msgstr ""
|
887 |
-
"Aquestes accions requereixen seleccionar una imatge amb el botó següent."
|
888 |
-
|
889 |
-
#: admin/class-quick-featured-images-settings.php:677
|
890 |
-
msgid "This page is accessible for administrators only."
|
891 |
-
msgstr "Aquesta pàgina només és accessible per als administradors."
|
892 |
-
|
893 |
-
#: admin/class-quick-featured-images-settings.php:676
|
894 |
-
msgid ""
|
895 |
-
"This setting controls as well whether a user will see in an image column the "
|
896 |
-
"thumbnails with action links or the thumbnails only. To switch image columns "
|
897 |
-
"on and off use the section above."
|
898 |
-
msgstr ""
|
899 |
-
"Aquesta opció de configuració controla també si un usuari veurà en una "
|
900 |
-
"columna d'imatge les miniatures amb enllaços d'acció o només les miniatures. "
|
901 |
-
"Per activar i desactivar les columnes d'imatge, utilitzeu la secció anterior."
|
902 |
-
|
903 |
-
#: admin/views/form_select.php:116
|
904 |
-
#| msgid ""
|
905 |
-
#| "This way is not as fast as one single run, but still much faster than "
|
906 |
-
#| "setting the images for each post manually."
|
907 |
-
msgid ""
|
908 |
-
"To achieve that use the filters and repeat the process until your task is "
|
909 |
-
"done. This way is not as fast as one single run, but still much faster than "
|
910 |
-
"setting the images for each post manually."
|
911 |
-
msgstr ""
|
912 |
-
|
913 |
-
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
914 |
-
msgid ""
|
915 |
-
"To select multiple images click on the button and use the CTRL key while "
|
916 |
-
"clicking on the images."
|
917 |
-
msgstr ""
|
918 |
-
"Per seleccionar diverses imatges feu clic al botó i utilitzeu la tecla CTRL "
|
919 |
-
"mentre feu clic a les imatges."
|
920 |
-
|
921 |
-
#: admin/views/section_defaults.php:211
|
922 |
-
msgid ""
|
923 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
924 |
-
"rule which is defined only partially will be ignored."
|
925 |
-
msgstr ""
|
926 |
-
"Per utilitzar una regla, trieu la imatge i definiu tant la taxonomia com el "
|
927 |
-
"valor. S'ignorarà parcialment una norma que només es defineix parcialment."
|
928 |
-
|
929 |
-
#: admin/class-quick-featured-images-tools.php:743
|
930 |
-
msgid "Type in a value into the input field."
|
931 |
-
msgstr "Escriviu un valor al camp d'entrada."
|
932 |
-
|
933 |
-
#: admin/class-quick-featured-images-tools.php:759
|
934 |
-
msgid "Type in valid values in the input field."
|
935 |
-
msgstr "Escrivu valors vàlids al camp d'entrada."
|
936 |
-
|
937 |
-
#: admin/class-quick-featured-images-tools.php:763
|
938 |
-
msgid "Type in values stored by WordPress."
|
939 |
-
msgstr "Escriviu els valors emmagatzemats per WordPress."
|
940 |
-
|
941 |
-
#: admin/views/section_results.php:20
|
942 |
-
msgid "Unchanged"
|
943 |
-
msgstr "No s'ha canviat res"
|
944 |
-
|
945 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:119
|
946 |
-
msgid "Use CTRL for multiple choice"
|
947 |
-
msgstr "Usa CTRL per a una opció múltiple"
|
948 |
-
|
949 |
-
#. title of the section.
|
950 |
-
#: admin/class-quick-featured-images-settings.php:455
|
951 |
-
msgid "Visibility of the plugin"
|
952 |
-
msgstr "Visibilitat del plugin"
|
953 |
-
|
954 |
-
#: admin/class-quick-featured-images-admin.php:484
|
955 |
-
#, php-format
|
956 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
957 |
-
msgstr "Benvinguts a %s! Podeu trobar el plugin a %s."
|
958 |
-
|
959 |
-
#: admin/views/form_start.php:12
|
960 |
-
msgid "What do you want to do?"
|
961 |
-
msgstr "Què vols fer?"
|
962 |
-
|
963 |
-
#: admin/views/form_refine.php:10
|
964 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
965 |
-
msgstr ""
|
966 |
-
"Facis el que facis: pots confirmar la teva elecció a la pàgina següent."
|
967 |
-
|
968 |
-
#: admin/views/form_start.php:15
|
969 |
-
msgid "Whatever you select: You can refine your choice on the next page."
|
970 |
-
msgstr ""
|
971 |
-
"El que seleccioneu: podeu definir millor la vostra elecció a la pàgina "
|
972 |
-
"següent."
|
973 |
-
|
974 |
-
#: admin/class-quick-featured-images-settings.php:463
|
975 |
-
msgid "Which user role may see the plugin?"
|
976 |
-
msgstr "Quin rol d'usuari pot veure el connector?"
|
977 |
-
|
978 |
-
#: admin/views/form_confirm.php:19
|
979 |
-
msgid "written on"
|
980 |
-
msgstr "escrit en"
|
981 |
-
|
982 |
-
#: admin/class-quick-featured-images-tools.php:473
|
983 |
-
#, php-format
|
984 |
-
msgid "Wrong image ID %d"
|
985 |
-
msgstr "ID d'imatge incorrecte %d"
|
986 |
-
|
987 |
-
#: admin/views/section_header_progress.php:17
|
988 |
-
msgid "You are here"
|
989 |
-
msgstr "Ets aquí"
|
990 |
-
|
991 |
-
#: admin/views/form_select.php:38 admin/views/form_select.php:48
|
992 |
-
msgid "You can control the process with the following options."
|
993 |
-
msgstr "Podeu controlar el procés amb les opcions següents."
|
994 |
-
|
995 |
-
#: admin/views/form_confirm.php:121
|
996 |
-
msgid "You can not undo the operation!"
|
997 |
-
msgstr "No es pot desfer l'operació!"
|
998 |
-
|
999 |
-
#: admin/views/form_select.php:89
|
1000 |
-
msgid ""
|
1001 |
-
"You can select multiple filters. They will return an intersection of their "
|
1002 |
-
"results."
|
1003 |
-
msgstr ""
|
1004 |
-
"Podeu seleccionar diversos filtres. Tornaran una intersecció dels seus "
|
1005 |
-
"resultats."
|
1006 |
-
|
1007 |
-
#: admin/views/form_select.php:18
|
1008 |
-
msgid "You can select multiple images. Select at least one image."
|
1009 |
-
msgstr ""
|
1010 |
-
"Podeu seleccionar diverses imatges. Seleccioneu com a mínim una imatge."
|
1011 |
-
|
1012 |
-
#: admin/views/form_select.php:11
|
1013 |
-
msgid ""
|
1014 |
-
"You did not have selected an image from the list below. To go on select at "
|
1015 |
-
"least one image you want to replace by the selected image."
|
1016 |
-
msgstr ""
|
1017 |
-
"No heu seleccionat una imatge de la llista següent. Per continuar "
|
1018 |
-
"seleccionant com a mínim una imatge que voleu reemplaçar per la imatge "
|
1019 |
-
"seleccionada."
|
1020 |
-
|
1021 |
-
#: admin/class-quick-featured-images-tools.php:754
|
1022 |
-
#: admin/views/section_image.php:51
|
1023 |
-
msgid "You have not selected an action."
|
1024 |
-
msgstr "No heu seleccionat cap acció."
|
1025 |
-
|
1026 |
-
#: admin/views/section_image.php:42
|
1027 |
-
msgid "Your selected action"
|
1028 |
-
msgstr "Acció seleccionada"
|
1029 |
-
|
1030 |
-
#: admin/views/section_image.php:90
|
1031 |
-
msgid "Your selected filters"
|
1032 |
-
msgstr "Filtres seleccionats"
|
1033 |
-
|
1034 |
-
#: admin/views/section_image.php:68
|
1035 |
-
msgid "Your selected options"
|
1036 |
-
msgstr "Opcions seleccionades"
|
1037 |
-
|
1038 |
-
#: admin/views/section_image.php:9
|
1039 |
-
msgid "Your selected thumbnail"
|
1040 |
-
msgstr "Miniatura seleccionada"
|
1041 |
-
|
1042 |
-
#: admin/views/section_image.php:23
|
1043 |
-
msgid "Your selected thumbnails"
|
1044 |
-
msgstr "Miniatures seleccionades"
|
1045 |
-
|
1046 |
-
#: admin/views/section_image.php:1
|
1047 |
-
msgid "Your selection"
|
1048 |
-
msgstr "La teva selecció"
|
1049 |
-
|
1050 |
-
#. Description of the plugin
|
1051 |
-
#: admin/class-quick-featured-images-admin.php:215
|
1052 |
-
msgid ""
|
1053 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
1054 |
-
"delete them in bulk, in posts lists and set default images for future posts."
|
1055 |
-
msgstr ""
|
1056 |
-
"La seva navalla suïssa per a les imatges destacades: establir, reemplaçar i "
|
1057 |
-
"eliminar en grup o en llistes de publicacions, i establir imatges "
|
1058 |
-
"predeterminades per a futures publicacions."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/quick-featured-images-de_DE.mo
DELETED
Binary file
|
languages/quick-featured-images-de_DE.po
DELETED
@@ -1,1059 +0,0 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Quick Featured Images\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date: 2020-12-16 16:04+0100\n"
|
8 |
-
"PO-Revision-Date: 2021-02-21 20:00+0000\n"
|
9 |
-
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
-
"Language-Team: Deutsch\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: Loco https://localise.biz/\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/views/form_confirm.php:2
|
23 |
-
#, php-format
|
24 |
-
msgid "%d matches found"
|
25 |
-
msgstr "%d Treffer gefunden"
|
26 |
-
|
27 |
-
#: admin/class-quick-featured-images-tools.php:746
|
28 |
-
#, php-format
|
29 |
-
msgid "%s is not defined."
|
30 |
-
msgstr "%s ist nicht definiert."
|
31 |
-
|
32 |
-
#: admin/class-quick-featured-images-columns.php:278
|
33 |
-
msgid "(external image)"
|
34 |
-
msgstr "(externes Bild)"
|
35 |
-
|
36 |
-
#: admin/views/form_start.php:63
|
37 |
-
msgid ""
|
38 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
39 |
-
"Further links are appearing, among them the link "Bulk set as featured "
|
40 |
-
"image". 3. After a click on it you can move on in this plugin."
|
41 |
-
msgstr ""
|
42 |
-
"1. Gehe in die Mediathek. 2. Fahre mit der Maus über das gewünschte Bild. Es "
|
43 |
-
"erscheinen weitere Links, darunter der Link "Als Beitragsbild "
|
44 |
-
"setzen". 3. Nach Klick darauf kannst du im Plugin fortfahren."
|
45 |
-
|
46 |
-
#: admin/views/form_start.php:21
|
47 |
-
msgid "Actions with a single image"
|
48 |
-
msgstr "Aktionen mit einem einzelnen Bild"
|
49 |
-
|
50 |
-
#: admin/views/form_start.php:67
|
51 |
-
msgid "Actions with multiple images"
|
52 |
-
msgstr "Aktionen mit mehreren Bildern"
|
53 |
-
|
54 |
-
#: admin/views/form_start.php:101
|
55 |
-
msgid "Actions without any selected image"
|
56 |
-
msgstr "Aktionen ohne ausgewähltes Bild"
|
57 |
-
|
58 |
-
#: admin/class-quick-featured-images-settings.php:618
|
59 |
-
msgid ""
|
60 |
-
"Activate the checkbox to show the extra column in the media library. If you "
|
61 |
-
"would not see the new column in the library switch the appereance of the "
|
62 |
-
"library to List mode. The post titles are links to the respective post edit "
|
63 |
-
"page."
|
64 |
-
msgstr ""
|
65 |
-
|
66 |
-
#: admin/class-quick-featured-images-settings.php:596
|
67 |
-
msgid ""
|
68 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
69 |
-
"post lists."
|
70 |
-
msgstr ""
|
71 |
-
"Aktiviere die Checkboxen bei jedem Inhaltstyp, um die zusätzliche Spalte in "
|
72 |
-
"den Beitragsübersichten anzuzeigen."
|
73 |
-
|
74 |
-
#: admin/views/section_defaults.php:242
|
75 |
-
msgid ""
|
76 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
77 |
-
"a post"
|
78 |
-
msgstr ""
|
79 |
-
"Überschreibe ein bestehendes Beitragsbild automatisch beim Speichern eines "
|
80 |
-
"Beitrags"
|
81 |
-
|
82 |
-
#: admin/views/section_defaults.php:255
|
83 |
-
msgid ""
|
84 |
-
"Activate to automatically use the first content image if available in the "
|
85 |
-
"media library as featured image while saving a post"
|
86 |
-
msgstr ""
|
87 |
-
"Verwende erstes Inhaltsbild - sofern in der Mediathek vorhanden - als "
|
88 |
-
"Beitragsbild automatisch beim Speichern eines Beitrags"
|
89 |
-
|
90 |
-
#: admin/class-quick-featured-images-tools.php:576
|
91 |
-
msgid "Add filter"
|
92 |
-
msgstr "Filter hinzufügen"
|
93 |
-
|
94 |
-
#: admin/views/section_defaults.php:491
|
95 |
-
msgid "Add rule"
|
96 |
-
msgstr "Regel hinzufügen"
|
97 |
-
|
98 |
-
#: admin/views/section_defaults.php:238
|
99 |
-
msgid "An image overwrites an existing image"
|
100 |
-
msgstr "Ein Bild überschreibt ein bestehendes Bild"
|
101 |
-
|
102 |
-
#: admin/views/section_defaults.php:496
|
103 |
-
msgid "Are you sure to remove this rule?"
|
104 |
-
msgstr "Willst du diese Regel wirklich löschen?"
|
105 |
-
|
106 |
-
#: admin/views/section_defaults.php:511
|
107 |
-
msgid ""
|
108 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
109 |
-
"the post it is unforeseeable which image will become the featured image."
|
110 |
-
msgstr ""
|
111 |
-
"Behalte im Hinterkopf, dass falls zwei oder mehr Regeln derselben Taxonomie "
|
112 |
-
"zu einen Beitrag passen sollten, es nicht voraussagbar ist, welches Bild zum "
|
113 |
-
"Beitragsbild wird."
|
114 |
-
|
115 |
-
#: admin/class-quick-featured-images-tools.php:2057
|
116 |
-
msgid "Bulk set as featured image"
|
117 |
-
msgstr "Als Beitragsbild setzen"
|
118 |
-
|
119 |
-
#: admin/class-quick-featured-images-tools.php:1948
|
120 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
121 |
-
msgstr ""
|
122 |
-
"Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
|
123 |
-
"bestehende Inhalte"
|
124 |
-
|
125 |
-
#: admin/views/form_confirm.php:20
|
126 |
-
msgid "by"
|
127 |
-
msgstr "von"
|
128 |
-
|
129 |
-
#: admin/class-quick-featured-images-tools.php:602
|
130 |
-
msgid "Category Filter"
|
131 |
-
msgstr "Kategorienfilter"
|
132 |
-
|
133 |
-
#: admin/class-quick-featured-images-columns.php:279
|
134 |
-
#, php-format
|
135 |
-
msgid "Change “%s”"
|
136 |
-
msgstr "Ändere “%s”"
|
137 |
-
|
138 |
-
#: admin/views/section_results.php:19
|
139 |
-
msgid "Changed successfully"
|
140 |
-
msgstr "Erfolgreich geändert"
|
141 |
-
|
142 |
-
#: admin/class-quick-featured-images-tools.php:747
|
143 |
-
msgid "Check how to define the value."
|
144 |
-
msgstr "Prüfe nach, wie der Wert gesetzt wird."
|
145 |
-
|
146 |
-
#: admin/views/form_start.php:57
|
147 |
-
msgid "Choose Image"
|
148 |
-
msgstr "Bild auswählen"
|
149 |
-
|
150 |
-
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
151 |
-
msgid "Choose Images"
|
152 |
-
msgstr "Bilder auswählen"
|
153 |
-
|
154 |
-
#. title of the section.
|
155 |
-
#: admin/class-quick-featured-images-settings.php:419
|
156 |
-
msgid "Column in the library for posts with assigned featured image"
|
157 |
-
msgstr ""
|
158 |
-
|
159 |
-
#. title of the section.
|
160 |
-
#: admin/class-quick-featured-images-settings.php:383
|
161 |
-
msgid "Columns for featured images in posts lists"
|
162 |
-
msgstr "Spalten für Beitragsbilder in Beitragsübersichten"
|
163 |
-
|
164 |
-
#: admin/class-quick-featured-images-tools.php:578
|
165 |
-
msgid "Confirm"
|
166 |
-
msgstr "Bestätigen"
|
167 |
-
|
168 |
-
#: admin/views/form_confirm.php:120
|
169 |
-
msgid "Confirm the change"
|
170 |
-
msgstr "Änderung bestätigen"
|
171 |
-
|
172 |
-
#: admin/class-quick-featured-images-tools.php:597
|
173 |
-
msgid "Consider only posts without any featured image"
|
174 |
-
msgstr "Berücksichtige nur Beiträge ohne Beitragsbild"
|
175 |
-
|
176 |
-
#: admin/class-quick-featured-images-settings.php:696
|
177 |
-
msgid "Controls which minimum user role can see the plugin."
|
178 |
-
msgstr "Regelt, welche Mindestrolle das Plugin sehen kann."
|
179 |
-
|
180 |
-
#: admin/views/section_footer.php:16
|
181 |
-
msgid "Credits and informations"
|
182 |
-
msgstr "Danksagungen und Hinweise"
|
183 |
-
|
184 |
-
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
185 |
-
msgid "Current Featured Image"
|
186 |
-
msgstr "Aktuelles Beitragsbild"
|
187 |
-
|
188 |
-
#: admin/views/section_defaults.php:208
|
189 |
-
msgid "Default featured images for future posts"
|
190 |
-
msgstr "Standard-Beitragsbilder für zukünftige Inhalte"
|
191 |
-
|
192 |
-
#: admin/views/section_defaults.php:210
|
193 |
-
msgid ""
|
194 |
-
"Define the rules to use images as default featured images automatically "
|
195 |
-
"every time a post is saved."
|
196 |
-
msgstr ""
|
197 |
-
"Stelle die Regeln ein, um bei jedem Speichern eines Beitrags Bilder als "
|
198 |
-
"voreingestellte Beitragsbilder automatisch zu setzen."
|
199 |
-
|
200 |
-
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
201 |
-
msgid "Details"
|
202 |
-
msgstr "Details"
|
203 |
-
|
204 |
-
#: admin/class-quick-featured-images-settings.php:615
|
205 |
-
msgid ""
|
206 |
-
"Display a new column in the media library with the titles of the posts for "
|
207 |
-
"which the corresponding image is set as featured image"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:87
|
211 |
-
msgid "Do you like the plugin?"
|
212 |
-
msgstr "Gefällt dir das Plugin?"
|
213 |
-
|
214 |
-
#: admin/views/section_footer.php:19
|
215 |
-
msgid "Do you need support or have an idea for the plugin?"
|
216 |
-
msgstr "Brauchst du Unterstützung oder hast du eine Idee zum Plugin?"
|
217 |
-
|
218 |
-
#: admin/views/section_footer.php:20
|
219 |
-
#, php-format
|
220 |
-
msgid "Download plugin %s at %s!"
|
221 |
-
msgstr "Lade Plugin %s von %s herunter!"
|
222 |
-
|
223 |
-
#: admin/views/section_errormsg.php:1
|
224 |
-
msgid "Error"
|
225 |
-
msgstr "Fehler"
|
226 |
-
|
227 |
-
#: admin/views/section_defaults.php:500
|
228 |
-
msgid ""
|
229 |
-
"Every time you save a post the post get the featured image if one of the "
|
230 |
-
"following rules match a property of the post. You can also set rules for "
|
231 |
-
"pages and all other current post types which support featured images."
|
232 |
-
msgstr ""
|
233 |
-
"Jedesmal, wenn du einen Beitrag speicherst, erhält der Beitrag das "
|
234 |
-
"Beitragsbild, falls eine der folgenden Regeln auf eine seiner Eigenschaften "
|
235 |
-
"zutrifft. Du kannst die Regeln auch für Seiten und alle anderen Inhaltstypen,"
|
236 |
-
" die Beitragsbilder unterstützen, setzen."
|
237 |
-
|
238 |
-
#: admin/views/form_select.php:115
|
239 |
-
#| msgid ""
|
240 |
-
#| "Facing a white blank page while trying to treat thousands of posts is the "
|
241 |
-
#| "effect of limited memory capacities on the website server. Instead of "
|
242 |
-
#| "treating a huge amount of posts in one single go try to treat small "
|
243 |
-
#| "amounts of posts multiple times successively. To achieve that do:"
|
244 |
-
msgid ""
|
245 |
-
"Facing a white blank page while trying to treat thousands of posts is the "
|
246 |
-
"effect of limited memory capacities on the website server. Instead of "
|
247 |
-
"treating a huge amount of posts in one single go try to treat small amounts "
|
248 |
-
"of posts multiple times successively."
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: admin/class-quick-featured-images-columns.php:652
|
252 |
-
msgid "Featured image for"
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: admin/views/form_refine.php:18
|
256 |
-
#, php-format
|
257 |
-
msgid "File %s is not available."
|
258 |
-
msgstr "Datei %s ist nicht vorhanden."
|
259 |
-
|
260 |
-
#: admin/views/section_defaults.php:258
|
261 |
-
msgid "For which post types should this rule be applied?"
|
262 |
-
msgstr "Für welche Inhaltstypen sollte diese Regel angewendet werden?"
|
263 |
-
|
264 |
-
#: admin/views/section_defaults.php:503
|
265 |
-
msgid "found first content image. If not then..."
|
266 |
-
msgstr "erstes gefundenes Bild im Beitrag. Wenn nicht, dann..."
|
267 |
-
|
268 |
-
#: admin/views/form_confirm.php:18
|
269 |
-
msgid "Future Featured Image"
|
270 |
-
msgstr "Zukünftiges Beitragsbild"
|
271 |
-
|
272 |
-
#: admin/views/form_start.php:14
|
273 |
-
msgid ""
|
274 |
-
"Here you can add, replace and delete featured images to your posts. Select "
|
275 |
-
"one of the following actions and, if necessary, one or more images."
|
276 |
-
msgstr ""
|
277 |
-
"Hier kannst du zu deinen Inhalten Beitragsbilder hinzufügen, ersetzen und "
|
278 |
-
"löschen. Wähle eine der folgenden Aktionen aus und, wo notwendig, eines oder "
|
279 |
-
"mehrere Bilder."
|
280 |
-
|
281 |
-
#: admin/views/section_defaults.php:499
|
282 |
-
msgid "How the rules work"
|
283 |
-
msgstr "Wie die Regeln funktionieren"
|
284 |
-
|
285 |
-
#. URI of the plugin
|
286 |
-
msgid "http://wordpress.org/plugins/quick-featured-images"
|
287 |
-
msgstr "http://wordpress.org/plugins/quick-featured-images"
|
288 |
-
|
289 |
-
#. Author URI of the plugin
|
290 |
-
msgid ""
|
291 |
-
"https://www.kybernetik-services.com/?"
|
292 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
293 |
-
"images&utm_content=author"
|
294 |
-
msgstr ""
|
295 |
-
"https://www.kybernetik-services.com/?"
|
296 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
297 |
-
"images&utm_content=author"
|
298 |
-
|
299 |
-
#: admin/views/section_defaults.php:244
|
300 |
-
msgid ""
|
301 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
302 |
-
"an existing featured image with the new one based on the following rules. Do "
|
303 |
-
"not use this if you want to keep manually set featured images."
|
304 |
-
msgstr ""
|
305 |
-
"Falls aktiviert, wird die Regel automatisch beim Speichern eines Beitrags "
|
306 |
-
"angewandt, um ein bestehendes Beitragsbild mit einem neuen auf Grundlage der "
|
307 |
-
"folgenden Regeln zu überschreiben. Verwende diese Option nicht, wenn du "
|
308 |
-
"manuell gesetzte Beitragsbilder beibehalten willst."
|
309 |
-
|
310 |
-
#: admin/views/section_defaults.php:257
|
311 |
-
msgid ""
|
312 |
-
"If activated the rule is used automatically while saving a post to set the "
|
313 |
-
"first content image - if available in the media library - as the featured "
|
314 |
-
"image of the post. If the post has no content images the next rules will be "
|
315 |
-
"applied."
|
316 |
-
msgstr ""
|
317 |
-
"Falls aktiviert, wird die Regel beim Speichern eines Beitrags automatisch "
|
318 |
-
"angewandt, um das erste Bild im Inhalt - sofern in der Mediathek vorhanden - "
|
319 |
-
"als Beitragsbild des Beitrags zu setzen. Sollte der Inhalt kein Bild "
|
320 |
-
"enthalten, werden die nächsten Regeln angewandt."
|
321 |
-
|
322 |
-
#: admin/views/form_start.php:61
|
323 |
-
msgid "If the button does not work, read this:"
|
324 |
-
msgstr "Sollte die Schaltfläche nicht funktionieren, hier ein Tipp:"
|
325 |
-
|
326 |
-
#: admin/views/section_image.php:55
|
327 |
-
msgid "If wrong action start again"
|
328 |
-
msgstr "Falsche Aktion? Beginne neu"
|
329 |
-
|
330 |
-
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
331 |
-
msgid "If wrong image start again"
|
332 |
-
msgstr "Falsches Bild? Beginne neu"
|
333 |
-
|
334 |
-
#: admin/views/form_select.php:114
|
335 |
-
msgid "If you encounter a white, blank page, read this"
|
336 |
-
msgstr "Sollte dir die weiße, leere Seite begegnen, lese das"
|
337 |
-
|
338 |
-
#: admin/views/form_select.php:88
|
339 |
-
msgid ""
|
340 |
-
"If you want select one of the following filters to narrow down the set of "
|
341 |
-
"concerned posts and pages."
|
342 |
-
msgstr ""
|
343 |
-
"Falls gewünscht, wähle eines der folgenden Filter, um die Auswahl der "
|
344 |
-
"betreffenden Beiträge und Seiten einzugrenzen."
|
345 |
-
|
346 |
-
#: admin/views/form_back_to_selection.php:3
|
347 |
-
msgid ""
|
348 |
-
"If you want to change your former selection just go back by clicking on this "
|
349 |
-
"button."
|
350 |
-
msgstr ""
|
351 |
-
"Falls Du deine vorige Auswahl ändern willst, gehe zurück per Klick auf diese "
|
352 |
-
"Schaltfläche."
|
353 |
-
|
354 |
-
#: admin/class-quick-featured-images-tools.php:633
|
355 |
-
msgid "Image height in pixels lower than"
|
356 |
-
msgstr "Bildhöhe in Pixeln kleiner als"
|
357 |
-
|
358 |
-
#: admin/views/section_image.php:12
|
359 |
-
msgid "Image title"
|
360 |
-
msgstr "Bildtitel"
|
361 |
-
|
362 |
-
#: admin/class-quick-featured-images-tools.php:632
|
363 |
-
msgid "Image width in pixels lower than"
|
364 |
-
msgstr "Bildbreite in Pixeln kleiner als"
|
365 |
-
|
366 |
-
#: admin/views/form_start.php:17
|
367 |
-
msgid "Important advice"
|
368 |
-
msgstr "Wichtiger Hinweis"
|
369 |
-
|
370 |
-
#. Author of the plugin
|
371 |
-
msgid "Kybernetik Services"
|
372 |
-
msgstr "Kybernetik Services"
|
373 |
-
|
374 |
-
#: admin/views/section_footer.php:20
|
375 |
-
msgid ""
|
376 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
377 |
-
"fast plugin"
|
378 |
-
msgstr ""
|
379 |
-
"Zeige die Vorschaubilder im Widget Letzte Beiträge an mit diesem schnellen "
|
380 |
-
"Plugin"
|
381 |
-
|
382 |
-
#: admin/views/section_overview.php:17
|
383 |
-
msgid "Manage featured images in a quick way"
|
384 |
-
msgstr "Verwalte Beitragsbilder auf schnelle Art"
|
385 |
-
|
386 |
-
#: admin/views/section_defaults.php:507
|
387 |
-
msgid "matched author. If not then..."
|
388 |
-
msgstr "passender Autor. Wenn nicht, dann..."
|
389 |
-
|
390 |
-
#: admin/views/section_defaults.php:506
|
391 |
-
msgid "matched category. If not then..."
|
392 |
-
msgstr "passende Kategorie. Wenn nicht, dann..."
|
393 |
-
|
394 |
-
#: admin/views/section_defaults.php:504
|
395 |
-
msgid "matched custom taxonomy. If not then..."
|
396 |
-
msgstr "passende eigene Taxonomie. Wenn nicht, dann..."
|
397 |
-
|
398 |
-
#: admin/views/section_defaults.php:508
|
399 |
-
msgid "matched post type. If not then..."
|
400 |
-
msgstr "passender Inhaltstyp. Wenn nicht, dann..."
|
401 |
-
|
402 |
-
#: admin/views/section_defaults.php:505
|
403 |
-
msgid "matched tag. If not then..."
|
404 |
-
msgstr "passendes Schlagwort. Wenn nicht, dann..."
|
405 |
-
|
406 |
-
#: admin/views/section_defaults.php:16
|
407 |
-
msgid "matches"
|
408 |
-
msgstr "ist"
|
409 |
-
|
410 |
-
#: admin/class-quick-featured-images-settings.php:630
|
411 |
-
msgid "Minimum user role to see the plugin in the backend"
|
412 |
-
msgstr "Mindestrolle, um das Plugin im Backend zu sehen"
|
413 |
-
|
414 |
-
#: admin/views/form_back_to_selection.php:42
|
415 |
-
msgid "Modify selection"
|
416 |
-
msgstr "Auswahl ändern"
|
417 |
-
|
418 |
-
#: admin/views/section_defaults.php:509
|
419 |
-
msgid "no featured image."
|
420 |
-
msgstr "kein Beitragsbild."
|
421 |
-
|
422 |
-
#: admin/views/section_results.php:82
|
423 |
-
msgid "No matches found."
|
424 |
-
msgstr "Keine Treffer gefunden."
|
425 |
-
|
426 |
-
#: admin/views/section_image.php:106
|
427 |
-
msgid "No selected filters"
|
428 |
-
msgstr "Keine ausgewählten Filter"
|
429 |
-
|
430 |
-
#: admin/views/section_image.php:84
|
431 |
-
msgid "No selected options"
|
432 |
-
msgstr "Keine ausgewählten Optionen"
|
433 |
-
|
434 |
-
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
435 |
-
#: admin/views/section_results.php:18
|
436 |
-
msgid "No."
|
437 |
-
msgstr "Nr."
|
438 |
-
|
439 |
-
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
440 |
-
#: admin/views/section_defaults.php:217
|
441 |
-
msgid "Notice"
|
442 |
-
msgstr "Hinweis"
|
443 |
-
|
444 |
-
#: admin/views/form_refine.php:9
|
445 |
-
msgid ""
|
446 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
447 |
-
msgstr ""
|
448 |
-
"Jetzt kannst du die Beiträge und Seiten auf die passenden Parameter "
|
449 |
-
"eingrenzen. Stelle sie hier ein."
|
450 |
-
|
451 |
-
#: admin/views/form_select.php:121
|
452 |
-
msgid ""
|
453 |
-
"On the next page you can refine the filters. If you did not select any "
|
454 |
-
"filter you will go to the preview list directly."
|
455 |
-
msgstr ""
|
456 |
-
"Auf der nächsten Seite kannst du die Filter verfeinern. Falls du keine "
|
457 |
-
"Filter ausgewählt hast, kommst du direkt zur Vorschau."
|
458 |
-
|
459 |
-
#: admin/views/form_select.php:85
|
460 |
-
msgid "Optional: Add a filter"
|
461 |
-
msgstr "Optional: Füge einen Filter hinzu"
|
462 |
-
|
463 |
-
#: admin/views/form_select.php:45
|
464 |
-
msgid "Optional: Select options"
|
465 |
-
msgstr "Optional: Wähle Optionen aus"
|
466 |
-
|
467 |
-
#: admin/views/form_confirm.php:182
|
468 |
-
msgid "or refine your selection with the following form fields."
|
469 |
-
msgstr "oder verfeinere deine Auswahl mit dem folgenden Feldern."
|
470 |
-
|
471 |
-
#: admin/views/form_select.php:53
|
472 |
-
msgid "Overwrite existing featured images with new ones"
|
473 |
-
msgstr "Überschreibe bestehende Beitragsbilder mit dem/den neuen"
|
474 |
-
|
475 |
-
#: admin/class-quick-featured-images-tools.php:596
|
476 |
-
msgid "Overwrite featured images"
|
477 |
-
msgstr "Überschreibe Beitragsbilder"
|
478 |
-
|
479 |
-
#: admin/class-quick-featured-images-tools.php:579
|
480 |
-
msgid "Perform"
|
481 |
-
msgstr "Umsetzen"
|
482 |
-
|
483 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:88
|
484 |
-
msgid "Please rate it at wordpress.org!"
|
485 |
-
msgstr "Bewerte es auf wordpress.org!"
|
486 |
-
|
487 |
-
#: admin/class-quick-featured-images-settings.php:432
|
488 |
-
msgid "Post list column in the library"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: admin/views/section_defaults.php:59
|
492 |
-
msgid "Post Type"
|
493 |
-
msgstr "Inhaltstyp"
|
494 |
-
|
495 |
-
#: admin/class-quick-featured-images-tools.php:601
|
496 |
-
msgid "Post Type Filter"
|
497 |
-
msgstr "Inhaltstypfilter"
|
498 |
-
|
499 |
-
#: admin/views/section_footer.php:19
|
500 |
-
msgid ""
|
501 |
-
"Post your questions and ideas about Quick Featured Images in the forum at "
|
502 |
-
"wordpress.org!"
|
503 |
-
msgstr ""
|
504 |
-
"Füge deine Fragen und Ideen zum Quick Featured Images im Forum auf wordpress."
|
505 |
-
"org hinzu!"
|
506 |
-
|
507 |
-
#: admin/class-quick-featured-images-settings.php:396
|
508 |
-
msgid "Posts list with image column"
|
509 |
-
msgstr "Inhaltsliste mit Bildspalte"
|
510 |
-
|
511 |
-
#: admin/views/form_select.php:63
|
512 |
-
msgid ""
|
513 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
514 |
-
"checked"
|
515 |
-
msgstr ""
|
516 |
-
"Beiträge mit Beitragsbildern werden ignoriert, auch wenn die Überschreiben-"
|
517 |
-
"Option aktiviiert ist"
|
518 |
-
|
519 |
-
#: admin/class-quick-featured-images-defaults.php:277
|
520 |
-
msgid "Preset Featured Images"
|
521 |
-
msgstr "Voreingestellte Beitragsbilder"
|
522 |
-
|
523 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:29
|
524 |
-
msgid "Preview filtering"
|
525 |
-
msgstr "Auswahl überprüfen"
|
526 |
-
|
527 |
-
#: admin/views/form_confirm.php:1
|
528 |
-
msgid "Preview of your selection"
|
529 |
-
msgstr "Vorschau deiner Auswahl"
|
530 |
-
|
531 |
-
#: admin/views/form_select.php:47
|
532 |
-
msgid "Process Options"
|
533 |
-
msgstr "Einstellmöglichkeiten"
|
534 |
-
|
535 |
-
#: admin/views/section_header_progress.php:15
|
536 |
-
msgid "Progress bar"
|
537 |
-
msgstr "Fortschrittsanzeige"
|
538 |
-
|
539 |
-
#. Name of the plugin
|
540 |
-
msgid "Quick Featured Images"
|
541 |
-
msgstr "Quick Featured Images"
|
542 |
-
|
543 |
-
#: admin/views/section_errormsg.php:3
|
544 |
-
msgid "Reason"
|
545 |
-
msgstr "Grund"
|
546 |
-
|
547 |
-
#: admin/class-quick-featured-images-tools.php:577
|
548 |
-
msgid "Refine"
|
549 |
-
msgstr "Verfeinern"
|
550 |
-
|
551 |
-
#: admin/views/form_refine.php:8
|
552 |
-
msgid "Refine filters"
|
553 |
-
msgstr "Filter verfeinern"
|
554 |
-
|
555 |
-
#: admin/views/form_refine.php:1
|
556 |
-
msgid "Refine your selection"
|
557 |
-
msgstr "Verfeinere deine Auswahl"
|
558 |
-
|
559 |
-
#: admin/views/form_select.php:37
|
560 |
-
msgid "Refine your selections"
|
561 |
-
msgstr "Verfeinere deine Auswahl"
|
562 |
-
|
563 |
-
#: admin/views/section_defaults.php:501
|
564 |
-
msgid ""
|
565 |
-
"Regardless of the order in the list the rules are applied in the following "
|
566 |
-
"order until a rule and a property of the post fit together:"
|
567 |
-
msgstr ""
|
568 |
-
"Unabhängig von der Reihenfolge in der Liste werden die Regeln nach folgender "
|
569 |
-
"Reihenfolge angewandt, bis eine Regel und eine Eigenschaft des Beitrags "
|
570 |
-
"übereinstimmen:"
|
571 |
-
|
572 |
-
#: admin/class-quick-featured-images-columns.php:280
|
573 |
-
#, php-format
|
574 |
-
msgid "Remove “%s”"
|
575 |
-
msgstr "Lösche “%s”"
|
576 |
-
|
577 |
-
#: admin/class-quick-featured-images-tools.php:589
|
578 |
-
msgid "Remove all featured images without existing image files"
|
579 |
-
msgstr "Entferne alle Beitragsbilder ohne vorhandene Bilddateien"
|
580 |
-
|
581 |
-
#: admin/class-quick-featured-images-tools.php:588
|
582 |
-
msgid "Remove any image as featured image"
|
583 |
-
msgstr "Entferne jedes Bild als Beitragsbild"
|
584 |
-
|
585 |
-
#: admin/class-quick-featured-images-tools.php:585
|
586 |
-
msgid "Remove the selected image as featured image"
|
587 |
-
msgstr "Entferne das ausgewählte Bild als Beitragsbild"
|
588 |
-
|
589 |
-
#: admin/class-quick-featured-images-tools.php:584
|
590 |
-
msgid "Replace featured images by the selected image"
|
591 |
-
msgstr "Ersetze mindestens ein Beitragsbild durch das ausgewählte Bild"
|
592 |
-
|
593 |
-
#: admin/views/section_results.php:1
|
594 |
-
msgid "Results of the action"
|
595 |
-
msgstr "Ergebnisse der Aktion"
|
596 |
-
|
597 |
-
#: admin/views/form_select.php:94
|
598 |
-
msgid "Search by post type. By default all posts and pages will be affected."
|
599 |
-
msgstr ""
|
600 |
-
"Suchen nach Inhaltstyp. Standardmäßig werden Beiträge und Seiten "
|
601 |
-
"berücksichtigt."
|
602 |
-
|
603 |
-
#: admin/views/form_select.php:97
|
604 |
-
msgid "Search posts by category"
|
605 |
-
msgstr "Suchen nach Kategorie"
|
606 |
-
|
607 |
-
#: admin/views/form_select.php:100
|
608 |
-
msgid "Search posts by tag"
|
609 |
-
msgstr "Suchen nach Schlagwort"
|
610 |
-
|
611 |
-
#: admin/class-quick-featured-images-tools.php:575
|
612 |
-
msgid "Select"
|
613 |
-
msgstr "Auswählen"
|
614 |
-
|
615 |
-
#: admin/views/filter_category.php:3
|
616 |
-
msgid "Select a category"
|
617 |
-
msgstr "Wähle eine Kategorie aus"
|
618 |
-
|
619 |
-
#: admin/views/filter_tag.php:7
|
620 |
-
msgid "Select a tag"
|
621 |
-
msgstr "Wähle ein Schlagwort aus"
|
622 |
-
|
623 |
-
#: admin/views/form_start.php:20
|
624 |
-
msgid "Select action"
|
625 |
-
msgstr "Aktion auswählen"
|
626 |
-
|
627 |
-
#: admin/class-quick-featured-images-tools.php:751
|
628 |
-
msgid "Select an image from the media library."
|
629 |
-
msgstr "Wähle ein Bild aus der Mediathek aus."
|
630 |
-
|
631 |
-
#: admin/views/section_defaults.php:285
|
632 |
-
msgid ""
|
633 |
-
"Select at least one post type, otherwise all post types will be considered."
|
634 |
-
msgstr ""
|
635 |
-
"Wähle mindestens einen Inhaltstyp, sonst werden alle Inhaltstypen "
|
636 |
-
"berücksichtigt."
|
637 |
-
|
638 |
-
#: admin/views/form_select.php:87
|
639 |
-
msgid "Select filters"
|
640 |
-
msgstr "Filter auswählen"
|
641 |
-
|
642 |
-
#: admin/views/form_back_to_selection.php:2
|
643 |
-
msgid "Select filters and options again"
|
644 |
-
msgstr "Filter und Optionen nochmals auswählen"
|
645 |
-
|
646 |
-
#: admin/views/filter_post_types.php:2
|
647 |
-
msgid "Select post types"
|
648 |
-
msgstr "Wähle die Inhaltstypen (Post Types) aus"
|
649 |
-
|
650 |
-
#: admin/views/form_select.php:17
|
651 |
-
msgid "Select the featured images you want to replace by the selected image."
|
652 |
-
msgstr ""
|
653 |
-
"Wähle die Beitragsbilder aus, das du durch das ausgewählte Bild ersetzen "
|
654 |
-
"willst."
|
655 |
-
|
656 |
-
#: admin/views/form_start.php:35
|
657 |
-
msgid ""
|
658 |
-
"Select the image you want to add to, replace or delete from posts and pages "
|
659 |
-
"by clicking on the following button."
|
660 |
-
msgstr ""
|
661 |
-
"Wähle das Bild aus, das du als Beitragsbild hinzufügen, austauschen oder von "
|
662 |
-
"Beiträgen und Seiten entfernen willst durch Klick auf die folgende "
|
663 |
-
"Schaltfläche."
|
664 |
-
|
665 |
-
#: admin/class-quick-featured-images-settings.php:666
|
666 |
-
msgid "Select the minimum user role a user must have to see the plugin."
|
667 |
-
msgstr ""
|
668 |
-
"Stelle die Mindestrolle ein, die ein Nutzer haben muss, um das Plugin zu "
|
669 |
-
"sehen."
|
670 |
-
|
671 |
-
#: admin/class-quick-featured-images-defaults.php:288
|
672 |
-
msgid "Set default featured images for future posts"
|
673 |
-
msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
|
674 |
-
|
675 |
-
#: admin/class-quick-featured-images-columns.php:281
|
676 |
-
#, php-format
|
677 |
-
msgid "Set image for “%s”"
|
678 |
-
msgstr "Stelle Bild für “%s” ein"
|
679 |
-
|
680 |
-
#: admin/class-quick-featured-images-tools.php:592
|
681 |
-
msgid "Set multiple images randomly as featured images"
|
682 |
-
msgstr ""
|
683 |
-
"Füge mehrere Bilder in zufälliger Ordnung als neue Beitragsbilder hinzu"
|
684 |
-
|
685 |
-
#: admin/class-quick-featured-images-tools.php:583
|
686 |
-
msgid "Set the selected image as new featured image"
|
687 |
-
msgstr "Füge das ausgewählte Bild als neues Beitragsbild hinzu"
|
688 |
-
|
689 |
-
#: admin/class-quick-featured-images-settings.php:232
|
690 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
691 |
-
msgstr ""
|
692 |
-
"Stelle die Sichtbarkeit der Spalten für Beitragsbilder in "
|
693 |
-
"Beitragsübersichten ein"
|
694 |
-
|
695 |
-
#: admin/class-quick-featured-images-tools.php:1937
|
696 |
-
msgid "Set, replace, remove"
|
697 |
-
msgstr "Setzen, tauschen, löschen"
|
698 |
-
|
699 |
-
#: admin/views/form_confirm.php:50
|
700 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
701 |
-
msgstr ""
|
702 |
-
"Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
|
703 |
-
|
704 |
-
#: admin/views/form_confirm.php:41
|
705 |
-
msgid ""
|
706 |
-
"Should the current set featured image be replaced by the selected image at "
|
707 |
-
"all listed posts?"
|
708 |
-
msgstr ""
|
709 |
-
"Sollte das aktuell gesetzte Beitragsbild durch das ausgewählte Bild bei "
|
710 |
-
"allen gelisteten Beiträgen ausgetauscht werden?"
|
711 |
-
|
712 |
-
#: admin/views/form_confirm.php:12
|
713 |
-
msgid ""
|
714 |
-
"Should the entries of featured images without image files be removed from "
|
715 |
-
"the database?"
|
716 |
-
msgstr ""
|
717 |
-
"Sollten die Einträge der Beitragsbilder ohne vorhandene Dateien von der "
|
718 |
-
"Datenbank entfernt werden?"
|
719 |
-
|
720 |
-
#: admin/views/form_confirm.php:47
|
721 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
722 |
-
msgstr "Sollten die vorgeschlagene Bilder als Beitragsbilder gesetzt werden?"
|
723 |
-
|
724 |
-
#: admin/views/form_confirm.php:44
|
725 |
-
msgid "Should the selected image be removed from all listed posts?"
|
726 |
-
msgstr ""
|
727 |
-
"Sollte das ausgewählte Bild von allen gelisteten Beiträgen entfernt werden?"
|
728 |
-
|
729 |
-
#: admin/views/form_confirm.php:35
|
730 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
731 |
-
msgstr ""
|
732 |
-
"Sollte das ausgewählte Bild allen gelisteten Beiträgen als Beitragsbild "
|
733 |
-
"hinzugefügt werden?"
|
734 |
-
|
735 |
-
#: admin/views/form_confirm.php:38
|
736 |
-
msgid ""
|
737 |
-
"Should the selected images be set randomly as featured images to all listed "
|
738 |
-
"posts?"
|
739 |
-
msgstr ""
|
740 |
-
"Sollten die ausgewählten Bilder bei allen gelisteten Beiträgen zufällig "
|
741 |
-
"hinzugefügt werden?"
|
742 |
-
|
743 |
-
#: admin/class-quick-featured-images-settings.php:391
|
744 |
-
msgid "Show additional column for featured images in lists of"
|
745 |
-
msgstr "Zeige eine zusätzliche Spalte für Beitragsbilder in Übersichten"
|
746 |
-
|
747 |
-
#: admin/class-quick-featured-images-settings.php:427
|
748 |
-
msgid "Show additional column in the library for posts with featured images"
|
749 |
-
msgstr ""
|
750 |
-
|
751 |
-
#: admin/views/section_errormsg.php:5
|
752 |
-
msgid "Solution"
|
753 |
-
msgstr "Lösung"
|
754 |
-
|
755 |
-
#: admin/views/form_start.php:62
|
756 |
-
msgid ""
|
757 |
-
"Some users reported that this button would not work in some WordPress "
|
758 |
-
"installations. If this should be the case you can take another way:"
|
759 |
-
msgstr ""
|
760 |
-
"Einige Anwender berichteten, dass diese Schaltfläche nicht in jeder "
|
761 |
-
"WordPress-Installation funktionieren würde. Sollte das hier der Fall sein, "
|
762 |
-
"kannst du einen anderen Weg gehen:"
|
763 |
-
|
764 |
-
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
765 |
-
#: admin/views/section_results.php:86
|
766 |
-
msgid "Start again"
|
767 |
-
msgstr "Beginne neu"
|
768 |
-
|
769 |
-
#: admin/class-quick-featured-images-tools.php:755
|
770 |
-
msgid "Start again and select which action you want to apply."
|
771 |
-
msgstr "Fange neu an und wähle aus, welche Aktion du anwenden willst."
|
772 |
-
|
773 |
-
#: admin/class-quick-featured-images-tools.php:603
|
774 |
-
msgid "Tag Filter"
|
775 |
-
msgstr "Schlagwortfilter"
|
776 |
-
|
777 |
-
#: admin/views/section_defaults.php:251
|
778 |
-
msgid "Text with images in WordPress editor"
|
779 |
-
msgstr "Text mit Bildern im WordPress-Editor"
|
780 |
-
|
781 |
-
#: admin/class-quick-featured-images-settings.php:705
|
782 |
-
msgid ""
|
783 |
-
"The additional column in the media library lists all posts for which the "
|
784 |
-
"image is set as featured."
|
785 |
-
msgstr ""
|
786 |
-
|
787 |
-
#: admin/class-quick-featured-images-settings.php:687
|
788 |
-
msgid ""
|
789 |
-
"The additional columns give you a quick overview about all used featured "
|
790 |
-
"images for every post. The Featured Image column is sortable."
|
791 |
-
msgstr ""
|
792 |
-
"Die zusätzlichen Spalten geben dir einen schnellen Überblick über alle "
|
793 |
-
"verwendeten Beitragsbilder eines jeden Beitrags. Die Spalte der "
|
794 |
-
"Beitragsbilder ist sortierbar."
|
795 |
-
|
796 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:219
|
797 |
-
msgid ""
|
798 |
-
"The current theme does not support featured images. Anyway you can use this "
|
799 |
-
"plugin. The effects are stored and will be visible in a theme which supports "
|
800 |
-
"featured images."
|
801 |
-
msgstr ""
|
802 |
-
"Das aktuelle Theme unterstützt keine Beitragsbilder. Jedoch kannst du das "
|
803 |
-
"Plugin nutzen. Die Auswirkungen werden gespeichert und werden in einem Theme,"
|
804 |
-
" das Beitragsbilder unterstützt, sichtbar."
|
805 |
-
|
806 |
-
#: admin/class-quick-featured-images-tools.php:758
|
807 |
-
#, php-format
|
808 |
-
msgid "The input field %s has an invalid value."
|
809 |
-
msgstr "Das Eingabefeld %s hat einen ungültigen Wert."
|
810 |
-
|
811 |
-
#: admin/class-quick-featured-images-tools.php:742
|
812 |
-
#, php-format
|
813 |
-
msgid "The input field %s is empty."
|
814 |
-
msgstr "Das Eingabefeld %s ist leer."
|
815 |
-
|
816 |
-
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
817 |
-
msgid ""
|
818 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
819 |
-
"post in a new window by clicking on its link in the list."
|
820 |
-
msgstr ""
|
821 |
-
"Die Liste ist alphabetisch nach Titel sortiert. Du kannst einen Beitrag in "
|
822 |
-
"einem neuen Fenster bearbeiten per Klick auf seinen Link in der Liste."
|
823 |
-
|
824 |
-
#: admin/class-quick-featured-images-admin.php:278
|
825 |
-
#, php-format
|
826 |
-
msgid ""
|
827 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
828 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
829 |
-
"to the latest version."
|
830 |
-
msgstr ""
|
831 |
-
"Das Plugin erfordert WordPress Version %s oder höher. Daher hat WordPress "
|
832 |
-
"es nicht aktiviert. Falls du dieses Plugin nutzen willst, aktualisiere die "
|
833 |
-
"WordPress-Dateien auf die neueste Version."
|
834 |
-
|
835 |
-
#: admin/class-quick-featured-images-settings.php:671
|
836 |
-
#, php-format
|
837 |
-
msgid ""
|
838 |
-
"The rules as set in “%s” work on posts independently of this "
|
839 |
-
"setting."
|
840 |
-
msgstr ""
|
841 |
-
"Die Regeln, wie in “%s” eingestellt, funktionieren unabhängig "
|
842 |
-
"von dieser Einstellung."
|
843 |
-
|
844 |
-
#: admin/views/filter_category.php:14
|
845 |
-
msgid "The selection of a category includes all of its subcategories."
|
846 |
-
msgstr ""
|
847 |
-
|
848 |
-
#: admin/views/form_refine.php:54
|
849 |
-
msgid ""
|
850 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
851 |
-
"clicking on the next button."
|
852 |
-
msgstr ""
|
853 |
-
"Du hast keinen Filter ausgewählt. Ändere deine Filterauswahl oder gehe "
|
854 |
-
"weiter per Klick auf die nächste Schaltfläche."
|
855 |
-
|
856 |
-
#: admin/views/filter_tag.php:20
|
857 |
-
msgid "There are no tags in use."
|
858 |
-
msgstr "Zur Zeit werden keine Schlagwörter genutzt."
|
859 |
-
|
860 |
-
#: admin/class-quick-featured-images-tools.php:750
|
861 |
-
msgid "There is no selected image."
|
862 |
-
msgstr "Es gibt kein ausgewähltes Bild."
|
863 |
-
|
864 |
-
#: admin/views/form_start.php:18
|
865 |
-
msgid ""
|
866 |
-
"There is no undo function! It is strongly recommended that you make a backup "
|
867 |
-
"of the WordPress database before you perform mass changes."
|
868 |
-
msgstr ""
|
869 |
-
"Es gibt keine Rücksetzfunktion! Es ist dringend empfohlen, dass du eine "
|
870 |
-
"Sicherung der WordPress-Datenbank erstellst, bevor du massenweise Änderungen "
|
871 |
-
"durchführst."
|
872 |
-
|
873 |
-
#: admin/views/form_start.php:102
|
874 |
-
msgid "These actions do not require a selected image."
|
875 |
-
msgstr "Diese Aktionen erfordern kein ausgewähltes Bild."
|
876 |
-
|
877 |
-
#: admin/views/form_start.php:68
|
878 |
-
msgid ""
|
879 |
-
"These actions require at least one selected image with the following button."
|
880 |
-
msgstr ""
|
881 |
-
"Diese Aktionen erfordern mindestens ein mit der folgenden Schaltfläche "
|
882 |
-
"ausgewähltes Bild."
|
883 |
-
|
884 |
-
#: admin/views/form_start.php:22
|
885 |
-
msgid "These actions require to select an image with the following button."
|
886 |
-
msgstr ""
|
887 |
-
"Diese Aktionen erfordern ein mit der folgenden Schaltfläche ausgewähltes "
|
888 |
-
"Bild."
|
889 |
-
|
890 |
-
#: admin/class-quick-featured-images-settings.php:677
|
891 |
-
msgid "This page is accessible for administrators only."
|
892 |
-
msgstr "Diese Seite ist nur Administratoren zugänglich."
|
893 |
-
|
894 |
-
#: admin/class-quick-featured-images-settings.php:676
|
895 |
-
msgid ""
|
896 |
-
"This setting controls as well whether a user will see in an image column the "
|
897 |
-
"thumbnails with action links or the thumbnails only. To switch image columns "
|
898 |
-
"on and off use the section above."
|
899 |
-
msgstr ""
|
900 |
-
"Diese Einstellung steuert auch, ob ein Nutzer in einer Bilderspalte die "
|
901 |
-
"Vorschaubilder mit zusätzlichen Optionen oder nur die Vorschaubilder sehen "
|
902 |
-
"wird. Um die Bilderspalten an- und auszuschalten, nutze den oberen Abschnitt."
|
903 |
-
|
904 |
-
#: admin/views/form_select.php:116
|
905 |
-
#| msgid ""
|
906 |
-
#| "This way is not as fast as one single run, but still much faster than "
|
907 |
-
#| "setting the images for each post manually."
|
908 |
-
msgid ""
|
909 |
-
"To achieve that use the filters and repeat the process until your task is "
|
910 |
-
"done. This way is not as fast as one single run, but still much faster than "
|
911 |
-
"setting the images for each post manually."
|
912 |
-
msgstr ""
|
913 |
-
|
914 |
-
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
915 |
-
msgid ""
|
916 |
-
"To select multiple images click on the button and use the CTRL key while "
|
917 |
-
"clicking on the images."
|
918 |
-
msgstr ""
|
919 |
-
"Um mehrere Bilder auszuwählen, klicke auf die Schaltfläche und halte die "
|
920 |
-
"STRG-Taste beim Klicken auf die Bilder gedrückt."
|
921 |
-
|
922 |
-
#: admin/views/section_defaults.php:211
|
923 |
-
msgid ""
|
924 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
925 |
-
"rule which is defined only partially will be ignored."
|
926 |
-
msgstr ""
|
927 |
-
"Definiere eine Regel, indem du sowohl ein Bild auswählst als auch eine "
|
928 |
-
"Taxonomie und einen Wert. Eine unvollständig angegebene Regel wird ignoriert."
|
929 |
-
|
930 |
-
#: admin/class-quick-featured-images-tools.php:743
|
931 |
-
msgid "Type in a value into the input field."
|
932 |
-
msgstr "Gebe in das Eingabefeld einen Wert ein."
|
933 |
-
|
934 |
-
#: admin/class-quick-featured-images-tools.php:759
|
935 |
-
msgid "Type in valid values in the input field."
|
936 |
-
msgstr "Gebe einen gültigen Wert in das Eingabefeld ein."
|
937 |
-
|
938 |
-
#: admin/class-quick-featured-images-tools.php:763
|
939 |
-
msgid "Type in values stored by WordPress."
|
940 |
-
msgstr "Gebe von WordPress gespeicherte Werte ein."
|
941 |
-
|
942 |
-
#: admin/views/section_results.php:20
|
943 |
-
msgid "Unchanged"
|
944 |
-
msgstr "Nicht geändert"
|
945 |
-
|
946 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:119
|
947 |
-
msgid "Use CTRL for multiple choice"
|
948 |
-
msgstr "Drücke STRG für Mehrfachauswahl"
|
949 |
-
|
950 |
-
#. title of the section.
|
951 |
-
#: admin/class-quick-featured-images-settings.php:455
|
952 |
-
msgid "Visibility of the plugin"
|
953 |
-
msgstr "Sichtbarkeit des Plugins"
|
954 |
-
|
955 |
-
#: admin/class-quick-featured-images-admin.php:484
|
956 |
-
#, php-format
|
957 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
958 |
-
msgstr "Willkommen zu %s! Du kannst das Plugin finden unter %s."
|
959 |
-
|
960 |
-
#: admin/views/form_start.php:12
|
961 |
-
msgid "What do you want to do?"
|
962 |
-
msgstr "Was willst du umsetzen?"
|
963 |
-
|
964 |
-
#: admin/views/form_refine.php:10
|
965 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
966 |
-
msgstr ""
|
967 |
-
"Was immer du machst: Du kannst deine Auswahl auf der folgenden Seite "
|
968 |
-
"überprüfen."
|
969 |
-
|
970 |
-
#: admin/views/form_start.php:15
|
971 |
-
msgid "Whatever you select: You can refine your choice on the next page."
|
972 |
-
msgstr ""
|
973 |
-
"Was du auch auswählst: Du kannst deine Auswahl auf der folgenden Seite "
|
974 |
-
"verfeinern."
|
975 |
-
|
976 |
-
#: admin/class-quick-featured-images-settings.php:463
|
977 |
-
msgid "Which user role may see the plugin?"
|
978 |
-
msgstr "Welche Nutzerrolle darf das Plugin sehen?"
|
979 |
-
|
980 |
-
#: admin/views/form_confirm.php:19
|
981 |
-
msgid "written on"
|
982 |
-
msgstr "geschrieben am"
|
983 |
-
|
984 |
-
#: admin/class-quick-featured-images-tools.php:473
|
985 |
-
#, php-format
|
986 |
-
msgid "Wrong image ID %d"
|
987 |
-
msgstr "Falsche Bild-ID %d"
|
988 |
-
|
989 |
-
#: admin/views/section_header_progress.php:17
|
990 |
-
msgid "You are here"
|
991 |
-
msgstr "Du bist hier"
|
992 |
-
|
993 |
-
#: admin/views/form_select.php:38 admin/views/form_select.php:48
|
994 |
-
msgid "You can control the process with the following options."
|
995 |
-
msgstr "Du kannst den Vorgang mit den folgenden Einstellungen steuern."
|
996 |
-
|
997 |
-
#: admin/views/form_confirm.php:121
|
998 |
-
msgid "You can not undo the operation!"
|
999 |
-
msgstr "Du kannst die Aktion nicht rückgängig machen!"
|
1000 |
-
|
1001 |
-
#: admin/views/form_select.php:89
|
1002 |
-
msgid ""
|
1003 |
-
"You can select multiple filters. They will return an intersection of their "
|
1004 |
-
"results."
|
1005 |
-
msgstr ""
|
1006 |
-
"Du kannst mehrere Filter auswählen. Sie geben eine Schnittmenge ihrer "
|
1007 |
-
"Ergebnisse zurück."
|
1008 |
-
|
1009 |
-
#: admin/views/form_select.php:18
|
1010 |
-
msgid "You can select multiple images. Select at least one image."
|
1011 |
-
msgstr "Du kannst mehrere Bilder auswählen. Wähle mindestens ein Bild aus."
|
1012 |
-
|
1013 |
-
#: admin/views/form_select.php:11
|
1014 |
-
msgid ""
|
1015 |
-
"You did not have selected an image from the list below. To go on select at "
|
1016 |
-
"least one image you want to replace by the selected image."
|
1017 |
-
msgstr ""
|
1018 |
-
"Du hast kein Bild aus der untenstehenden Liste ausgewählt. Um weiter zu "
|
1019 |
-
"kommen, wähle mindestens ein Bild aus, das durch das ausgewählte Bild "
|
1020 |
-
"ausgetauscht werden soll."
|
1021 |
-
|
1022 |
-
#: admin/class-quick-featured-images-tools.php:754
|
1023 |
-
#: admin/views/section_image.php:51
|
1024 |
-
msgid "You have not selected an action."
|
1025 |
-
msgstr "Du hast keine Aktion ausgewählt."
|
1026 |
-
|
1027 |
-
#: admin/views/section_image.php:42
|
1028 |
-
msgid "Your selected action"
|
1029 |
-
msgstr "Deine ausgewählte Aktion"
|
1030 |
-
|
1031 |
-
#: admin/views/section_image.php:90
|
1032 |
-
msgid "Your selected filters"
|
1033 |
-
msgstr "Deine ausgewählten Filter"
|
1034 |
-
|
1035 |
-
#: admin/views/section_image.php:68
|
1036 |
-
msgid "Your selected options"
|
1037 |
-
msgstr "Deine ausgewählten Optionen"
|
1038 |
-
|
1039 |
-
#: admin/views/section_image.php:9
|
1040 |
-
msgid "Your selected thumbnail"
|
1041 |
-
msgstr "Dein ausgewähltes Vorschaubild"
|
1042 |
-
|
1043 |
-
#: admin/views/section_image.php:23
|
1044 |
-
msgid "Your selected thumbnails"
|
1045 |
-
msgstr "Deine ausgewählten Vorschaubilder"
|
1046 |
-
|
1047 |
-
#: admin/views/section_image.php:1
|
1048 |
-
msgid "Your selection"
|
1049 |
-
msgstr "Deine Auswahl"
|
1050 |
-
|
1051 |
-
#. Description of the plugin
|
1052 |
-
#: admin/class-quick-featured-images-admin.php:215
|
1053 |
-
msgid ""
|
1054 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
1055 |
-
"delete them in bulk, in posts lists and set default images for future posts."
|
1056 |
-
msgstr ""
|
1057 |
-
"Dein Schweizer Taschenmesser für Beitragsbilder: Setze, ersetze und lösche "
|
1058 |
-
"sie massenhaft, in Beitragslisten und definiere Standardbilder für "
|
1059 |
-
"zukünftige Beiträge."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/quick-featured-images-el.mo
DELETED
Binary file
|
languages/quick-featured-images-el.po
DELETED
@@ -1,1051 +0,0 @@
|
|
1 |
-
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: 2020-12-16 16:05+0100\n"
|
6 |
-
"PO-Revision-Date: 2021-02-21 20:01+0000\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: Loco https://localise.biz/\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/views/form_confirm.php:2
|
21 |
-
#, php-format
|
22 |
-
msgid "%d matches found"
|
23 |
-
msgstr "Βρέθηκαν %d αντιστοιχίσεις"
|
24 |
-
|
25 |
-
#: admin/class-quick-featured-images-tools.php:746
|
26 |
-
#, php-format
|
27 |
-
msgid "%s is not defined."
|
28 |
-
msgstr "%s δεν ορίστηκε."
|
29 |
-
|
30 |
-
#: admin/class-quick-featured-images-columns.php:278
|
31 |
-
msgid "(external image)"
|
32 |
-
msgstr "(εξωτερική εικόνα)"
|
33 |
-
|
34 |
-
#: admin/views/form_start.php:63
|
35 |
-
msgid ""
|
36 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
37 |
-
"Further links are appearing, among them the link "Bulk set as featured "
|
38 |
-
"image". 3. After a click on it you can move on in this plugin."
|
39 |
-
msgstr ""
|
40 |
-
"1. Πηγαίνετε στη συλλογή μέσων. 2. Επιλέξτε την επιθυμητή εικόνα. "
|
41 |
-
"Εμφανίζονται σύνδεσμοι, μεταξύ των οποίων ο σύνδεσμος "Μαζικός ορισμός "
|
42 |
-
"ως προβεβλημένης εικόνας". 3. Αφ' ότου το κάνετε κλικ, μπορείτε να "
|
43 |
-
"συνεχίσετε με το πρόσθετο."
|
44 |
-
|
45 |
-
#: admin/views/form_start.php:21
|
46 |
-
msgid "Actions with a single image"
|
47 |
-
msgstr "Ενέργειες με μονή εικόνα"
|
48 |
-
|
49 |
-
#: admin/views/form_start.php:67
|
50 |
-
msgid "Actions with multiple images"
|
51 |
-
msgstr "Ενέργειες με πολλαπλές εικόνες"
|
52 |
-
|
53 |
-
#: admin/views/form_start.php:101
|
54 |
-
msgid "Actions without any selected image"
|
55 |
-
msgstr "Ενέργειες χωρίς επιλεγμένη εικόνα"
|
56 |
-
|
57 |
-
#: admin/class-quick-featured-images-settings.php:618
|
58 |
-
msgid ""
|
59 |
-
"Activate the checkbox to show the extra column in the media library. If you "
|
60 |
-
"would not see the new column in the library switch the appereance of the "
|
61 |
-
"library to List mode. The post titles are links to the respective post edit "
|
62 |
-
"page."
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: admin/class-quick-featured-images-settings.php:596
|
66 |
-
msgid ""
|
67 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
68 |
-
"post lists."
|
69 |
-
msgstr ""
|
70 |
-
"Επιλέξτε κάθε τύπο άρθρου για να εμφανιστούν εξτρά στήλες στις λίστες των "
|
71 |
-
"άρθρων."
|
72 |
-
|
73 |
-
#: admin/views/section_defaults.php:242
|
74 |
-
msgid ""
|
75 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
76 |
-
"a post"
|
77 |
-
msgstr ""
|
78 |
-
"Ενεργοποιείστε για να αντικαταστήσετε αυτόματα μια υπάρχουσα προβεβλημένη "
|
79 |
-
"εικόνα καθώς αποθηκεύετε ένα άρθρο"
|
80 |
-
|
81 |
-
#: admin/views/section_defaults.php:255
|
82 |
-
msgid ""
|
83 |
-
"Activate to automatically use the first content image if available in the "
|
84 |
-
"media library as featured image while saving a post"
|
85 |
-
msgstr ""
|
86 |
-
"Ενεργοποιήστε για να κάνετε αυτόματα τη χρήση της πρώτης εικόνας "
|
87 |
-
"περιεχομένου, αν είναι διαθέσιμη στη συλλογή πολυμέσων, ως προβεβλημένης "
|
88 |
-
"κατά την αποθήκευση του άρθρου"
|
89 |
-
|
90 |
-
#: admin/class-quick-featured-images-tools.php:576
|
91 |
-
msgid "Add filter"
|
92 |
-
msgstr "Προσθήκη φίλτρου"
|
93 |
-
|
94 |
-
#: admin/views/section_defaults.php:491
|
95 |
-
msgid "Add rule"
|
96 |
-
msgstr "Προσθήκη κανόνα"
|
97 |
-
|
98 |
-
#: admin/views/section_defaults.php:238
|
99 |
-
msgid "An image overwrites an existing image"
|
100 |
-
msgstr "Μια εικόνα αντικαθιστά την υπάρχουσα εικόνα"
|
101 |
-
|
102 |
-
#: admin/views/section_defaults.php:496
|
103 |
-
msgid "Are you sure to remove this rule?"
|
104 |
-
msgstr "Είστε βέβαιοι ότι θέλετε να αφαιρέσετε αυτόν τον κανόνα;"
|
105 |
-
|
106 |
-
#: admin/views/section_defaults.php:511
|
107 |
-
msgid ""
|
108 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
109 |
-
"the post it is unforeseeable which image will become the featured image."
|
110 |
-
msgstr ""
|
111 |
-
"Να έχετε υπ' όψη ότι αν δύο ή περισσότεροι κανόνες με την ίδια ταξινόμηση "
|
112 |
-
"ταιριάζουν στο άρθρο δεν είναι προβλέψιμο ποια εικόνα θα χρησιμοποιηθεί ως "
|
113 |
-
"προβεβλημένη."
|
114 |
-
|
115 |
-
#: admin/class-quick-featured-images-tools.php:2057
|
116 |
-
msgid "Bulk set as featured image"
|
117 |
-
msgstr "Μαζικός ορισμός ως προβεβλημένης εικόνας"
|
118 |
-
|
119 |
-
#: admin/class-quick-featured-images-tools.php:1948
|
120 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
121 |
-
msgstr ""
|
122 |
-
"Μαζικός ορισμός, αντικατάσταση και αφαίρεση προβεβλημένων εικόνων για "
|
123 |
-
"υπάρχοντα άρθρα"
|
124 |
-
|
125 |
-
#: admin/views/form_confirm.php:20
|
126 |
-
msgid "by"
|
127 |
-
msgstr "από"
|
128 |
-
|
129 |
-
#: admin/class-quick-featured-images-tools.php:602
|
130 |
-
msgid "Category Filter"
|
131 |
-
msgstr "Φίλτρο κατηγορίας"
|
132 |
-
|
133 |
-
#: admin/class-quick-featured-images-columns.php:279
|
134 |
-
#, php-format
|
135 |
-
msgid "Change “%s”"
|
136 |
-
msgstr "Αλλάξτε “%s”"
|
137 |
-
|
138 |
-
#: admin/views/section_results.php:19
|
139 |
-
msgid "Changed successfully"
|
140 |
-
msgstr "Αλλάχτηκε επιτυχώς"
|
141 |
-
|
142 |
-
#: admin/class-quick-featured-images-tools.php:747
|
143 |
-
msgid "Check how to define the value."
|
144 |
-
msgstr "Ελέγξτε πως θα ορίσετε την τιμή."
|
145 |
-
|
146 |
-
#: admin/views/form_start.php:57
|
147 |
-
msgid "Choose Image"
|
148 |
-
msgstr "Επιλέξτε εικόνα"
|
149 |
-
|
150 |
-
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
151 |
-
msgid "Choose Images"
|
152 |
-
msgstr "Επιλέξτε εικόνες"
|
153 |
-
|
154 |
-
#. title of the section.
|
155 |
-
#: admin/class-quick-featured-images-settings.php:419
|
156 |
-
msgid "Column in the library for posts with assigned featured image"
|
157 |
-
msgstr ""
|
158 |
-
|
159 |
-
#. title of the section.
|
160 |
-
#: admin/class-quick-featured-images-settings.php:383
|
161 |
-
msgid "Columns for featured images in posts lists"
|
162 |
-
msgstr "Στήλες για προβεβλημένες εικόνες στις λίστες των άρθρων"
|
163 |
-
|
164 |
-
#: admin/class-quick-featured-images-tools.php:578
|
165 |
-
msgid "Confirm"
|
166 |
-
msgstr "Επιβεβαίωση"
|
167 |
-
|
168 |
-
#: admin/views/form_confirm.php:120
|
169 |
-
msgid "Confirm the change"
|
170 |
-
msgstr "Επιβεβαιώστε την αλλαγή"
|
171 |
-
|
172 |
-
#: admin/class-quick-featured-images-tools.php:597
|
173 |
-
msgid "Consider only posts without any featured image"
|
174 |
-
msgstr "Να ληφθούν υπ' όψη μόνο τα άρθρα χωρίς προβεβλημένη εικόνα"
|
175 |
-
|
176 |
-
#: admin/class-quick-featured-images-settings.php:696
|
177 |
-
msgid "Controls which minimum user role can see the plugin."
|
178 |
-
msgstr "Ελέγχει τον ελάχιστο ρόλο χρήστη που μπορεί να δει το πρόσθετο."
|
179 |
-
|
180 |
-
#: admin/views/section_footer.php:16
|
181 |
-
msgid "Credits and informations"
|
182 |
-
msgstr "Ευχαριστίες και πληροφορίες"
|
183 |
-
|
184 |
-
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
185 |
-
msgid "Current Featured Image"
|
186 |
-
msgstr "Τρέχουσα προβεβλημένη εικόνα"
|
187 |
-
|
188 |
-
#: admin/views/section_defaults.php:208
|
189 |
-
msgid "Default featured images for future posts"
|
190 |
-
msgstr "Προεπιλεγμένες προβεβλημένες εικόνες για μελλοντικά άρθρα"
|
191 |
-
|
192 |
-
#: admin/views/section_defaults.php:210
|
193 |
-
msgid ""
|
194 |
-
"Define the rules to use images as default featured images automatically "
|
195 |
-
"every time a post is saved."
|
196 |
-
msgstr ""
|
197 |
-
"Ορίστε τους κανόνες για την προεπιλεγμένη αυτόματη χρήση εικόνων ως "
|
198 |
-
"προβεβλημένες, κάθε φορά που αποθηκεύεται ένα άρθρο."
|
199 |
-
|
200 |
-
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
201 |
-
msgid "Details"
|
202 |
-
msgstr "Λεπτομέρειες"
|
203 |
-
|
204 |
-
#: admin/class-quick-featured-images-settings.php:615
|
205 |
-
msgid ""
|
206 |
-
"Display a new column in the media library with the titles of the posts for "
|
207 |
-
"which the corresponding image is set as featured image"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:87
|
211 |
-
msgid "Do you like the plugin?"
|
212 |
-
msgstr "Σας άρεσε το πρόσθετο;"
|
213 |
-
|
214 |
-
#: admin/views/section_footer.php:19
|
215 |
-
msgid "Do you need support or have an idea for the plugin?"
|
216 |
-
msgstr "Χρειάζεστε υποστήριξη ή έχετε μια ιδέα για το πρόσθετο;"
|
217 |
-
|
218 |
-
#: admin/views/section_footer.php:20
|
219 |
-
#, php-format
|
220 |
-
msgid "Download plugin %s at %s!"
|
221 |
-
msgstr "Κάντε λήψη του %s πρόσθετου στο %s!"
|
222 |
-
|
223 |
-
#: admin/views/section_errormsg.php:1
|
224 |
-
msgid "Error"
|
225 |
-
msgstr "Σφάλμα"
|
226 |
-
|
227 |
-
#: admin/views/section_defaults.php:500
|
228 |
-
msgid ""
|
229 |
-
"Every time you save a post the post get the featured image if one of the "
|
230 |
-
"following rules match a property of the post. You can also set rules for "
|
231 |
-
"pages and all other current post types which support featured images."
|
232 |
-
msgstr ""
|
233 |
-
"Κάθε φορά που αποθηκεύετε ένα άρθρο, παίρνει την προβεβλημένη εικόνα αν ένας "
|
234 |
-
"από τους ακόλουθους κανόνες ταιριάζει με μια ιδιότητα του άρθρου. Μπορείτε "
|
235 |
-
"επίσης να ορίσετε κανόνες για τις σελίδες και τους άλλους τύπους άρθρων που "
|
236 |
-
"υποστηρίζουν προβεβλημένες εικόνες."
|
237 |
-
|
238 |
-
#: admin/views/form_select.php:115
|
239 |
-
#| msgid ""
|
240 |
-
#| "Facing a white blank page while trying to treat thousands of posts is the "
|
241 |
-
#| "effect of limited memory capacities on the website server. Instead of "
|
242 |
-
#| "treating a huge amount of posts in one single go try to treat small "
|
243 |
-
#| "amounts of posts multiple times successively. To achieve that do:"
|
244 |
-
msgid ""
|
245 |
-
"Facing a white blank page while trying to treat thousands of posts is the "
|
246 |
-
"effect of limited memory capacities on the website server. Instead of "
|
247 |
-
"treating a huge amount of posts in one single go try to treat small amounts "
|
248 |
-
"of posts multiple times successively."
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: admin/class-quick-featured-images-columns.php:652
|
252 |
-
msgid "Featured image for"
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: admin/views/form_refine.php:18
|
256 |
-
#, php-format
|
257 |
-
msgid "File %s is not available."
|
258 |
-
msgstr "Το αρχείο %s δεν είναι διαθέσιμο."
|
259 |
-
|
260 |
-
#: admin/views/section_defaults.php:258
|
261 |
-
msgid "For which post types should this rule be applied?"
|
262 |
-
msgstr "Σε ποιους τύπους άρθρων να εφαρμοστεί αυτός ο κανόνας;"
|
263 |
-
|
264 |
-
#: admin/views/section_defaults.php:503
|
265 |
-
msgid "found first content image. If not then..."
|
266 |
-
msgstr "βρέθηκε πρώτη εικόνα περιεχομένου. Αν όχι τότε..."
|
267 |
-
|
268 |
-
#: admin/views/form_confirm.php:18
|
269 |
-
msgid "Future Featured Image"
|
270 |
-
msgstr "Μελλοντική προβεβλημένη εικόνα"
|
271 |
-
|
272 |
-
#: admin/views/form_start.php:14
|
273 |
-
msgid ""
|
274 |
-
"Here you can add, replace and delete featured images to your posts. Select "
|
275 |
-
"one of the following actions and, if necessary, one or more images."
|
276 |
-
msgstr ""
|
277 |
-
"Εδώ μπορείτε να προσθέσετε, αντικαταστήσετε και διαγράψετε τις προβεβλημένες "
|
278 |
-
"εικόνες στα άρθρα σας. Επιλέξτε μια από τις ακόλουθες ενέργειες και -αν "
|
279 |
-
"είναι αναγκαίο- μια ή περισσότερες εικόνες."
|
280 |
-
|
281 |
-
#: admin/views/section_defaults.php:499
|
282 |
-
msgid "How the rules work"
|
283 |
-
msgstr "Πώς δουλεύουν οι κανόνες"
|
284 |
-
|
285 |
-
#. URI of the plugin
|
286 |
-
msgid "http://wordpress.org/plugins/quick-featured-images"
|
287 |
-
msgstr "http://wordpress.org/plugins/quick-featured-images"
|
288 |
-
|
289 |
-
#. Author URI of the plugin
|
290 |
-
msgid ""
|
291 |
-
"https://www.kybernetik-services.com/?"
|
292 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
293 |
-
"images&utm_content=author"
|
294 |
-
msgstr ""
|
295 |
-
"https://www.kybernetik-services.com/?"
|
296 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
297 |
-
"images&utm_content=author"
|
298 |
-
|
299 |
-
#: admin/views/section_defaults.php:244
|
300 |
-
msgid ""
|
301 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
302 |
-
"an existing featured image with the new one based on the following rules. Do "
|
303 |
-
"not use this if you want to keep manually set featured images."
|
304 |
-
msgstr ""
|
305 |
-
"Αν ενεργοποιηθεί, ο κανόνας χρησιμοποιείται αυτόματα κατά την αποθήκευση "
|
306 |
-
"ενός άρθρου, για να αντικαταστήσει μια υπάρχουσα προβεβλημένη εικόνα με τη "
|
307 |
-
"νέα, βάσει των ακόλουθων κανόνων. Μην το χρησιμοποιείτε αν θέλετε να ορίζετε "
|
308 |
-
"χειροκίνητα τις προβεβλημένες εικόνες."
|
309 |
-
|
310 |
-
#: admin/views/section_defaults.php:257
|
311 |
-
msgid ""
|
312 |
-
"If activated the rule is used automatically while saving a post to set the "
|
313 |
-
"first content image - if available in the media library - as the featured "
|
314 |
-
"image of the post. If the post has no content images the next rules will be "
|
315 |
-
"applied."
|
316 |
-
msgstr ""
|
317 |
-
"Εάν ενεργοποιηθεί, ο κανόνας χρησιμοποιείται αυτόματα κατά την αποθήκευση "
|
318 |
-
"ενός άρθρου, για να οριστεί η πρώτη εικόνα περιεχομένου - εάν είναι "
|
319 |
-
"διαθέσιμη στη συλλογή πολυμέσων - ως προβεβλημένη εικόνα του άρθρου. Εάν δεν "
|
320 |
-
"έχει εικόνες περιεχομένου, θα εφαρμοστούν οι επόμενοι κανόνες."
|
321 |
-
|
322 |
-
#: admin/views/form_start.php:61
|
323 |
-
msgid "If the button does not work, read this:"
|
324 |
-
msgstr "Αν το κουμπί δε δουλεύει, διαβάστε αυτό:"
|
325 |
-
|
326 |
-
#: admin/views/section_image.php:55
|
327 |
-
msgid "If wrong action start again"
|
328 |
-
msgstr "Αν είναι λάθος, αρχίστε ξανά"
|
329 |
-
|
330 |
-
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
331 |
-
msgid "If wrong image start again"
|
332 |
-
msgstr "Αν είναι λάθος η εικόνα, αρχίστε ξανά"
|
333 |
-
|
334 |
-
#: admin/views/form_select.php:114
|
335 |
-
msgid "If you encounter a white, blank page, read this"
|
336 |
-
msgstr "Αν αντιμετωπίσετε μια λευκή, κενή σελίδα, διαβάστε αυτό"
|
337 |
-
|
338 |
-
#: admin/views/form_select.php:88
|
339 |
-
msgid ""
|
340 |
-
"If you want select one of the following filters to narrow down the set of "
|
341 |
-
"concerned posts and pages."
|
342 |
-
msgstr ""
|
343 |
-
"Αν θέλετε, επιλέξετε ένα από τα κάτωθι φίλτρα για να περιορίσετε τα άρθρα "
|
344 |
-
"και τις σελίδες που σας ενδιαφέρουν."
|
345 |
-
|
346 |
-
#: admin/views/form_back_to_selection.php:3
|
347 |
-
msgid ""
|
348 |
-
"If you want to change your former selection just go back by clicking on this "
|
349 |
-
"button."
|
350 |
-
msgstr ""
|
351 |
-
"Αν θέλετε να αλλάξετε τις επιλογές σας, απλά πηγαίνετε πίσω κάνοντας κλικ σε "
|
352 |
-
"αυτό το κουμπί."
|
353 |
-
|
354 |
-
#: admin/class-quick-featured-images-tools.php:633
|
355 |
-
msgid "Image height in pixels lower than"
|
356 |
-
msgstr "Ύψος εικόνας σε pixel μικρότερο από"
|
357 |
-
|
358 |
-
#: admin/views/section_image.php:12
|
359 |
-
msgid "Image title"
|
360 |
-
msgstr "Τίτλος εικόνας"
|
361 |
-
|
362 |
-
#: admin/class-quick-featured-images-tools.php:632
|
363 |
-
msgid "Image width in pixels lower than"
|
364 |
-
msgstr "Πλάτος εικόνας σε pixel μικρότερο από"
|
365 |
-
|
366 |
-
#: admin/views/form_start.php:17
|
367 |
-
msgid "Important advice"
|
368 |
-
msgstr "Σημαντική συμβουλή"
|
369 |
-
|
370 |
-
#. Author of the plugin
|
371 |
-
msgid "Kybernetik Services"
|
372 |
-
msgstr "Kybernetik Services"
|
373 |
-
|
374 |
-
#: admin/views/section_footer.php:20
|
375 |
-
msgid ""
|
376 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
377 |
-
"fast plugin"
|
378 |
-
msgstr ""
|
379 |
-
"Επιτρέψτε τις μικρογραφίες να εμφανίζονται στη μικροεφαρμογή των πιο "
|
380 |
-
"πρόσφατων άρθρων με αυτό το γρήγορο πρόσθετο"
|
381 |
-
|
382 |
-
#: admin/views/section_overview.php:17
|
383 |
-
msgid "Manage featured images in a quick way"
|
384 |
-
msgstr "Διαχειριστείτε, με γρήγορο τρόπο, τις προβεβλημένες εικόνες"
|
385 |
-
|
386 |
-
#: admin/views/section_defaults.php:507
|
387 |
-
msgid "matched author. If not then..."
|
388 |
-
msgstr "αντιστοιχισμένος συντάκτης. Αν όχι τότε..."
|
389 |
-
|
390 |
-
#: admin/views/section_defaults.php:506
|
391 |
-
msgid "matched category. If not then..."
|
392 |
-
msgstr "αντιστοιχισμένη κατηγορία. Αν όχι τότε..."
|
393 |
-
|
394 |
-
#: admin/views/section_defaults.php:504
|
395 |
-
msgid "matched custom taxonomy. If not then..."
|
396 |
-
msgstr "αντιστοίχιση προσαρμοσμένης ταξινόμησης. Αν όχι τότε..."
|
397 |
-
|
398 |
-
#: admin/views/section_defaults.php:508
|
399 |
-
msgid "matched post type. If not then..."
|
400 |
-
msgstr "αντιστοιχισμένος τύπος άρθρου. Αν όχι τότε..."
|
401 |
-
|
402 |
-
#: admin/views/section_defaults.php:505
|
403 |
-
msgid "matched tag. If not then..."
|
404 |
-
msgstr "αντιστοιχισμένη ετικέτα. Αν όχι τότε..."
|
405 |
-
|
406 |
-
#: admin/views/section_defaults.php:16
|
407 |
-
msgid "matches"
|
408 |
-
msgstr "αντιστοιχίσεις"
|
409 |
-
|
410 |
-
#: admin/class-quick-featured-images-settings.php:630
|
411 |
-
msgid "Minimum user role to see the plugin in the backend"
|
412 |
-
msgstr "Ελάχιστος ρόλος χρήστη για να βλέπει το πρόσθετο στη διαχείριση"
|
413 |
-
|
414 |
-
#: admin/views/form_back_to_selection.php:42
|
415 |
-
msgid "Modify selection"
|
416 |
-
msgstr "Αλλαγή επιλογής"
|
417 |
-
|
418 |
-
#: admin/views/section_defaults.php:509
|
419 |
-
msgid "no featured image."
|
420 |
-
msgstr "χωρίς προβεβλημένη εικόνα."
|
421 |
-
|
422 |
-
#: admin/views/section_results.php:82
|
423 |
-
msgid "No matches found."
|
424 |
-
msgstr "Δε βρέθηκαν αντιστοιχίσεις."
|
425 |
-
|
426 |
-
#: admin/views/section_image.php:106
|
427 |
-
msgid "No selected filters"
|
428 |
-
msgstr "Καμία επιλογή φίλτρου"
|
429 |
-
|
430 |
-
#: admin/views/section_image.php:84
|
431 |
-
msgid "No selected options"
|
432 |
-
msgstr "Καμιά επιλογή"
|
433 |
-
|
434 |
-
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
435 |
-
#: admin/views/section_results.php:18
|
436 |
-
msgid "No."
|
437 |
-
msgstr "Όχι."
|
438 |
-
|
439 |
-
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
440 |
-
#: admin/views/section_defaults.php:217
|
441 |
-
msgid "Notice"
|
442 |
-
msgstr "Επισήμανση"
|
443 |
-
|
444 |
-
#: admin/views/form_refine.php:9
|
445 |
-
msgid ""
|
446 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
447 |
-
msgstr ""
|
448 |
-
"Τώρα μπορείτε να βρείτε άρθρα και σελίδες ταιριάζοντας παραμέτρους. "
|
449 |
-
"Βελτιστοποιήστε τις εδώ."
|
450 |
-
|
451 |
-
#: admin/views/form_select.php:121
|
452 |
-
msgid ""
|
453 |
-
"On the next page you can refine the filters. If you did not select any "
|
454 |
-
"filter you will go to the preview list directly."
|
455 |
-
msgstr ""
|
456 |
-
"Στην επόμενη σελίδα μπορείτε να βελτιστοποιήσετε τα φίλτρα. Αν δεν επιλέξατε "
|
457 |
-
"κάποιο, θα οδηγηθείτε άμεσα στην λίστα προεπισκόπησης."
|
458 |
-
|
459 |
-
#: admin/views/form_select.php:85
|
460 |
-
msgid "Optional: Add a filter"
|
461 |
-
msgstr "Προεραιτικό: Προσθέστε ένα φίλτρο"
|
462 |
-
|
463 |
-
#: admin/views/form_select.php:45
|
464 |
-
msgid "Optional: Select options"
|
465 |
-
msgstr "Προεραιτικό: Κάντε επιλογές"
|
466 |
-
|
467 |
-
#: admin/views/form_confirm.php:182
|
468 |
-
msgid "or refine your selection with the following form fields."
|
469 |
-
msgstr "ή βελτιστοποιήστε την επιλογή με τα ακόλουθα πεδία."
|
470 |
-
|
471 |
-
#: admin/views/form_select.php:53
|
472 |
-
msgid "Overwrite existing featured images with new ones"
|
473 |
-
msgstr "Αντικατάσταση υπαρχόντων προβεβλημένων εικόνων, με νέες"
|
474 |
-
|
475 |
-
#: admin/class-quick-featured-images-tools.php:596
|
476 |
-
msgid "Overwrite featured images"
|
477 |
-
msgstr "Αντικατάσταση προβεβλημένων εικόνων"
|
478 |
-
|
479 |
-
#: admin/class-quick-featured-images-tools.php:579
|
480 |
-
msgid "Perform"
|
481 |
-
msgstr "Εκτέλεση"
|
482 |
-
|
483 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:88
|
484 |
-
msgid "Please rate it at wordpress.org!"
|
485 |
-
msgstr "Παρακαλώ αξιολογήστε το στο wordpress.org!"
|
486 |
-
|
487 |
-
#: admin/class-quick-featured-images-settings.php:432
|
488 |
-
msgid "Post list column in the library"
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: admin/views/section_defaults.php:59
|
492 |
-
msgid "Post Type"
|
493 |
-
msgstr "Τύπος άρθρου"
|
494 |
-
|
495 |
-
#: admin/class-quick-featured-images-tools.php:601
|
496 |
-
msgid "Post Type Filter"
|
497 |
-
msgstr "Φίλτρο τύπου άρθρου"
|
498 |
-
|
499 |
-
#: admin/views/section_footer.php:19
|
500 |
-
msgid ""
|
501 |
-
"Post your questions and ideas about Quick Featured Images in the forum at "
|
502 |
-
"wordpress.org!"
|
503 |
-
msgstr ""
|
504 |
-
"Κάντε τις ερωτήσεις και τις ιδέες σας για το Quick Featured Images στο "
|
505 |
-
"φόρουμ του wordpress.org!"
|
506 |
-
|
507 |
-
#: admin/class-quick-featured-images-settings.php:396
|
508 |
-
msgid "Posts list with image column"
|
509 |
-
msgstr "Λίστα άρθρων με στήλη εικόνας"
|
510 |
-
|
511 |
-
#: admin/views/form_select.php:63
|
512 |
-
msgid ""
|
513 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
514 |
-
"checked"
|
515 |
-
msgstr ""
|
516 |
-
"Άρθρα με προβεβλημένες εικόνες θα αγνοηθούν, ακόμη και αν η επιλογή της "
|
517 |
-
"αντικατάστασης είναι επιλεγμένη"
|
518 |
-
|
519 |
-
#: admin/class-quick-featured-images-defaults.php:277
|
520 |
-
msgid "Preset Featured Images"
|
521 |
-
msgstr "Προεπιλογή προβεβλημένων εικόνων"
|
522 |
-
|
523 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:29
|
524 |
-
msgid "Preview filtering"
|
525 |
-
msgstr "Προεπισκόπηση φίλτρου"
|
526 |
-
|
527 |
-
#: admin/views/form_confirm.php:1
|
528 |
-
msgid "Preview of your selection"
|
529 |
-
msgstr "Προεπισκόπηση επιλογής"
|
530 |
-
|
531 |
-
#: admin/views/form_select.php:47
|
532 |
-
msgid "Process Options"
|
533 |
-
msgstr "Επιλογές επεξεργασίας"
|
534 |
-
|
535 |
-
#: admin/views/section_header_progress.php:15
|
536 |
-
msgid "Progress bar"
|
537 |
-
msgstr "Μπάρα προόδου"
|
538 |
-
|
539 |
-
#. Name of the plugin
|
540 |
-
msgid "Quick Featured Images"
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: admin/views/section_errormsg.php:3
|
544 |
-
msgid "Reason"
|
545 |
-
msgstr "Αιτία"
|
546 |
-
|
547 |
-
#: admin/class-quick-featured-images-tools.php:577
|
548 |
-
msgid "Refine"
|
549 |
-
msgstr "Βελτιστοποίηση"
|
550 |
-
|
551 |
-
#: admin/views/form_refine.php:8
|
552 |
-
msgid "Refine filters"
|
553 |
-
msgstr "Φίλτρα βελτιστοποίησης"
|
554 |
-
|
555 |
-
#: admin/views/form_refine.php:1
|
556 |
-
msgid "Refine your selection"
|
557 |
-
msgstr "Βελτιστοποιήστε την επιλογή"
|
558 |
-
|
559 |
-
#: admin/views/form_select.php:37
|
560 |
-
msgid "Refine your selections"
|
561 |
-
msgstr "Βελτιστοποιήστε τις επιλογές"
|
562 |
-
|
563 |
-
#: admin/views/section_defaults.php:501
|
564 |
-
msgid ""
|
565 |
-
"Regardless of the order in the list the rules are applied in the following "
|
566 |
-
"order until a rule and a property of the post fit together:"
|
567 |
-
msgstr ""
|
568 |
-
"Ανεξάρτητα από τη σειρά στην λίστα, οι κανόνες εφαρμόζονται με την ακόλουθη "
|
569 |
-
"σειρά έως ότου ένας κανόνας και μια ιδιότητα του άρθρου να ταιριάξουν:"
|
570 |
-
|
571 |
-
#: admin/class-quick-featured-images-columns.php:280
|
572 |
-
#, php-format
|
573 |
-
msgid "Remove “%s”"
|
574 |
-
msgstr "Αφαιρέστε “%s”"
|
575 |
-
|
576 |
-
#: admin/class-quick-featured-images-tools.php:589
|
577 |
-
msgid "Remove all featured images without existing image files"
|
578 |
-
msgstr ""
|
579 |
-
"Αφαίρεση όλων των προβεβλημένων εικόνων που δεν έχουν τα αρχεία εικόνων"
|
580 |
-
|
581 |
-
#: admin/class-quick-featured-images-tools.php:588
|
582 |
-
msgid "Remove any image as featured image"
|
583 |
-
msgstr "Αφαίρεση οποιασδήποτε εικόνας ως προβεβλημένης"
|
584 |
-
|
585 |
-
#: admin/class-quick-featured-images-tools.php:585
|
586 |
-
msgid "Remove the selected image as featured image"
|
587 |
-
msgstr "Αφαίρεση της επιλεγμένης εικόνας ως προβεβλημένης"
|
588 |
-
|
589 |
-
#: admin/class-quick-featured-images-tools.php:584
|
590 |
-
msgid "Replace featured images by the selected image"
|
591 |
-
msgstr "Αντικατάσταση προβεβλημένων εικόνων με την επιλεγμένη εικόνα"
|
592 |
-
|
593 |
-
#: admin/views/section_results.php:1
|
594 |
-
msgid "Results of the action"
|
595 |
-
msgstr "Αποτελέσματα της ενέργειας"
|
596 |
-
|
597 |
-
#: admin/views/form_select.php:94
|
598 |
-
msgid "Search by post type. By default all posts and pages will be affected."
|
599 |
-
msgstr ""
|
600 |
-
"Αναζήτηση βάσει τύπου άρθρου. Από προεπιλογή επηρεάζονται όλα τα άρθρα και "
|
601 |
-
"οι σελίδες."
|
602 |
-
|
603 |
-
#: admin/views/form_select.php:97
|
604 |
-
msgid "Search posts by category"
|
605 |
-
msgstr "Αναζήτηση άρθρων βάσει κατηγορίας"
|
606 |
-
|
607 |
-
#: admin/views/form_select.php:100
|
608 |
-
msgid "Search posts by tag"
|
609 |
-
msgstr "Αναζήτηση άρθρων βάση ετικέτας"
|
610 |
-
|
611 |
-
#: admin/class-quick-featured-images-tools.php:575
|
612 |
-
msgid "Select"
|
613 |
-
msgstr "Επιλέξτε"
|
614 |
-
|
615 |
-
#: admin/views/filter_category.php:3
|
616 |
-
msgid "Select a category"
|
617 |
-
msgstr "Επιλέξτε μια κατηγορία"
|
618 |
-
|
619 |
-
#: admin/views/filter_tag.php:7
|
620 |
-
msgid "Select a tag"
|
621 |
-
msgstr "Επιλογή ετικέτας"
|
622 |
-
|
623 |
-
#: admin/views/form_start.php:20
|
624 |
-
msgid "Select action"
|
625 |
-
msgstr "Επιλέξτε ενέργεια"
|
626 |
-
|
627 |
-
#: admin/class-quick-featured-images-tools.php:751
|
628 |
-
msgid "Select an image from the media library."
|
629 |
-
msgstr "Επιλέξτε μια εικόνα από την συλλογή."
|
630 |
-
|
631 |
-
#: admin/views/section_defaults.php:285
|
632 |
-
msgid ""
|
633 |
-
"Select at least one post type, otherwise all post types will be considered."
|
634 |
-
msgstr ""
|
635 |
-
"Επιλέξτε τουλάχιστο έναν τύπο άρθρου, αλλιώς όλοι οι τύποι θα συμπεριληφθούν."
|
636 |
-
|
637 |
-
#: admin/views/form_select.php:87
|
638 |
-
msgid "Select filters"
|
639 |
-
msgstr "Επιλογή φίλτρων"
|
640 |
-
|
641 |
-
#: admin/views/form_back_to_selection.php:2
|
642 |
-
msgid "Select filters and options again"
|
643 |
-
msgstr "Επιλέξτε ξανά φίλτρα και ρυθμίσεις"
|
644 |
-
|
645 |
-
#: admin/views/filter_post_types.php:2
|
646 |
-
msgid "Select post types"
|
647 |
-
msgstr "Επιλέξτε τύπους άρθρων"
|
648 |
-
|
649 |
-
#: admin/views/form_select.php:17
|
650 |
-
msgid "Select the featured images you want to replace by the selected image."
|
651 |
-
msgstr ""
|
652 |
-
"Επιλέξτε τις προβεβλημένες εικόνες που θέλετε να αντικαταστήσετε με την "
|
653 |
-
"επιλεγμένη εικόνα."
|
654 |
-
|
655 |
-
#: admin/views/form_start.php:35
|
656 |
-
msgid ""
|
657 |
-
"Select the image you want to add to, replace or delete from posts and pages "
|
658 |
-
"by clicking on the following button."
|
659 |
-
msgstr ""
|
660 |
-
"Επιλέξτε την εικόνα που θέλετε να προσθέσετε, αντικαταστήσετε ή διαγράψετε "
|
661 |
-
"από τα άρθρα και τις σελίδες σας, κάνοντας κλικ στο ακόλουθο κουμπί."
|
662 |
-
|
663 |
-
#: admin/class-quick-featured-images-settings.php:666
|
664 |
-
msgid "Select the minimum user role a user must have to see the plugin."
|
665 |
-
msgstr ""
|
666 |
-
"Επιλέξτε τον ελάχιστο ρόλο χρήστη που πρέπει να ισχύει ώστε να εμφανίζεται "
|
667 |
-
"το πρόσθετο."
|
668 |
-
|
669 |
-
#: admin/class-quick-featured-images-defaults.php:288
|
670 |
-
msgid "Set default featured images for future posts"
|
671 |
-
msgstr "Ορίστε την προεπιλογή για προβεβλημένες εικόνες των μελλοντικών άρθρων"
|
672 |
-
|
673 |
-
#: admin/class-quick-featured-images-columns.php:281
|
674 |
-
#, php-format
|
675 |
-
msgid "Set image for “%s”"
|
676 |
-
msgstr "Ορίστε εικόνα για “%s”"
|
677 |
-
|
678 |
-
#: admin/class-quick-featured-images-tools.php:592
|
679 |
-
msgid "Set multiple images randomly as featured images"
|
680 |
-
msgstr "Τυχαίος ορισμός πολλαπλών εικόνων ως προβεβλημένων"
|
681 |
-
|
682 |
-
#: admin/class-quick-featured-images-tools.php:583
|
683 |
-
msgid "Set the selected image as new featured image"
|
684 |
-
msgstr "Ορίστε την επιλεγμένη εικόνα ως νέα προβεβλημένη εικόνα"
|
685 |
-
|
686 |
-
#: admin/class-quick-featured-images-settings.php:232
|
687 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
688 |
-
msgstr ""
|
689 |
-
"Ορίστε την ορατότητα των στηλών των προβεβλημένων εικόνων στις λίστες των "
|
690 |
-
"άρθρων"
|
691 |
-
|
692 |
-
#: admin/class-quick-featured-images-tools.php:1937
|
693 |
-
msgid "Set, replace, remove"
|
694 |
-
msgstr "Ορίστε, αντικαταστήστε, αφαιρέστε"
|
695 |
-
|
696 |
-
#: admin/views/form_confirm.php:50
|
697 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
698 |
-
msgstr ""
|
699 |
-
"Να αφαιρεθούν οι πρόσθετες προβεβλημένες εικόνας από όλα τα επιλεγμένα άρθρα;"
|
700 |
-
|
701 |
-
#: admin/views/form_confirm.php:41
|
702 |
-
msgid ""
|
703 |
-
"Should the current set featured image be replaced by the selected image at "
|
704 |
-
"all listed posts?"
|
705 |
-
msgstr ""
|
706 |
-
"Να αντικατασταθεί το τρέχον σετ προβεβλημένων εικόνων από την επιλεγμένη "
|
707 |
-
"εικόνα στα άρθρα;"
|
708 |
-
|
709 |
-
#: admin/views/form_confirm.php:12
|
710 |
-
msgid ""
|
711 |
-
"Should the entries of featured images without image files be removed from "
|
712 |
-
"the database?"
|
713 |
-
msgstr ""
|
714 |
-
"Οι καταχωρήσεις προβεβλημένων εικόνων χωρίς εικόνες, να αφαιρεθούν από τη "
|
715 |
-
"βάση;"
|
716 |
-
|
717 |
-
#: admin/views/form_confirm.php:47
|
718 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
719 |
-
msgstr ""
|
720 |
-
"Να οριστούν οι μελλοντικές εικόνες ως προβεβλημένες στα επιλεγμένα άρθρα;"
|
721 |
-
|
722 |
-
#: admin/views/form_confirm.php:44
|
723 |
-
msgid "Should the selected image be removed from all listed posts?"
|
724 |
-
msgstr "Να αφαιρεθεί η εικόνα από όλα τα επιλεγμένα άρθρα;"
|
725 |
-
|
726 |
-
#: admin/views/form_confirm.php:35
|
727 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
728 |
-
msgstr "Να οριστεί η εικόνα ως προβεβλημένη στα επιλεγμένα άρθρα;"
|
729 |
-
|
730 |
-
#: admin/views/form_confirm.php:38
|
731 |
-
msgid ""
|
732 |
-
"Should the selected images be set randomly as featured images to all listed "
|
733 |
-
"posts?"
|
734 |
-
msgstr "Να οριστούν οι εικόνες ως προβεβλημένες στα επιλεγμένα άρθρα;"
|
735 |
-
|
736 |
-
#: admin/class-quick-featured-images-settings.php:391
|
737 |
-
msgid "Show additional column for featured images in lists of"
|
738 |
-
msgstr "Εμφάνιση πρόσθετης στήλης για προβεβλημένες εικόνες σε λίστες των"
|
739 |
-
|
740 |
-
#: admin/class-quick-featured-images-settings.php:427
|
741 |
-
msgid "Show additional column in the library for posts with featured images"
|
742 |
-
msgstr ""
|
743 |
-
|
744 |
-
#: admin/views/section_errormsg.php:5
|
745 |
-
msgid "Solution"
|
746 |
-
msgstr "Λύση"
|
747 |
-
|
748 |
-
#: admin/views/form_start.php:62
|
749 |
-
msgid ""
|
750 |
-
"Some users reported that this button would not work in some WordPress "
|
751 |
-
"installations. If this should be the case you can take another way:"
|
752 |
-
msgstr ""
|
753 |
-
"Κάποιοι χρήστες ανέφεραν ότι αυτό το κουμπί δε δουλεύει σε κάποιες "
|
754 |
-
"εγκαταστάσεις του WordPress. Αν συμβαίνει αυτό, μπορείτε να κάνετε κάτι "
|
755 |
-
"διαφορετικό:"
|
756 |
-
|
757 |
-
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
758 |
-
#: admin/views/section_results.php:86
|
759 |
-
msgid "Start again"
|
760 |
-
msgstr "Αρχίστε ξανά"
|
761 |
-
|
762 |
-
#: admin/class-quick-featured-images-tools.php:755
|
763 |
-
msgid "Start again and select which action you want to apply."
|
764 |
-
msgstr "Ξεκινήστε πάλι και επιλέξτε ποια ενέργεια θέλετε να εφαρμόσετε."
|
765 |
-
|
766 |
-
#: admin/class-quick-featured-images-tools.php:603
|
767 |
-
msgid "Tag Filter"
|
768 |
-
msgstr "Φίλτρο ετικέτας"
|
769 |
-
|
770 |
-
#: admin/views/section_defaults.php:251
|
771 |
-
msgid "Text with images in WordPress editor"
|
772 |
-
msgstr "Κείμενο με εικόνες στον διορθωτή του WordPress"
|
773 |
-
|
774 |
-
#: admin/class-quick-featured-images-settings.php:705
|
775 |
-
msgid ""
|
776 |
-
"The additional column in the media library lists all posts for which the "
|
777 |
-
"image is set as featured."
|
778 |
-
msgstr ""
|
779 |
-
|
780 |
-
#: admin/class-quick-featured-images-settings.php:687
|
781 |
-
msgid ""
|
782 |
-
"The additional columns give you a quick overview about all used featured "
|
783 |
-
"images for every post. The Featured Image column is sortable."
|
784 |
-
msgstr ""
|
785 |
-
"Οι πρόσθετες στήλες, σας δίνουν μια γρήγορη επισκόπηση για όλες τις "
|
786 |
-
"προβεβλημένες εικόνες σε χρήση για κάθε άρθρο. Η στήλη είναι ταξινομήσιμη."
|
787 |
-
|
788 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:219
|
789 |
-
msgid ""
|
790 |
-
"The current theme does not support featured images. Anyway you can use this "
|
791 |
-
"plugin. The effects are stored and will be visible in a theme which supports "
|
792 |
-
"featured images."
|
793 |
-
msgstr ""
|
794 |
-
"Το τρέχον θέμα δεν υποστηρίζει προβεβλημένες εικόνες. Μπορείτε όμως να "
|
795 |
-
"χρησιμοποιήσετε το πρόσθετο. Τα αποτελέσματα θα αποθηκευτούν και θα "
|
796 |
-
"εμφανιστούν όταν χρησιμοποιηθεί ένα θέμα που κάνει χρήση προβεβλημένων "
|
797 |
-
"εικόνων."
|
798 |
-
|
799 |
-
#: admin/class-quick-featured-images-tools.php:758
|
800 |
-
#, php-format
|
801 |
-
msgid "The input field %s has an invalid value."
|
802 |
-
msgstr "Το πεδίο %s έχει λανθασμένη τιμή."
|
803 |
-
|
804 |
-
#: admin/class-quick-featured-images-tools.php:742
|
805 |
-
#, php-format
|
806 |
-
msgid "The input field %s is empty."
|
807 |
-
msgstr "Το πεδίο %s είναι άδειο."
|
808 |
-
|
809 |
-
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
810 |
-
msgid ""
|
811 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
812 |
-
"post in a new window by clicking on its link in the list."
|
813 |
-
msgstr ""
|
814 |
-
"Η λίστα είναι σε αλφαβητική σειρά σύμφωνα με τον τίτλο του άρθρου. Μπορείτε "
|
815 |
-
"να επεξεργαστείτε ένα άρθρο σε νέο παράθυρο κλικάροντάς τον σύνδεσμό του."
|
816 |
-
|
817 |
-
#: admin/class-quick-featured-images-admin.php:278
|
818 |
-
#, php-format
|
819 |
-
msgid ""
|
820 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
821 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
822 |
-
"to the latest version."
|
823 |
-
msgstr ""
|
824 |
-
"Το πρόσθετο απαιτεί την έκδοση %s ή μεγαλύτερη του Wordpress. Γι'αυτό το "
|
825 |
-
"Wordpress δεν το ενεργοποίησε. Αν θέλετε να χρησιμοποιήσετε αυτό το πρόσθετο,"
|
826 |
-
" ενημερώστε τα αρχεία του Wordpress στην πιο πρόσφατη έκδοση."
|
827 |
-
|
828 |
-
#: admin/class-quick-featured-images-settings.php:671
|
829 |
-
#, php-format
|
830 |
-
msgid ""
|
831 |
-
"The rules as set in “%s” work on posts independently of this "
|
832 |
-
"setting."
|
833 |
-
msgstr ""
|
834 |
-
"Οι κανόνες όπως ορίστηκαν στο “%s” εφαρμόζονται στα άρθρα "
|
835 |
-
"ανεξάρτητα από αυτή τη ρύθμιση."
|
836 |
-
|
837 |
-
#: admin/views/filter_category.php:14
|
838 |
-
msgid "The selection of a category includes all of its subcategories."
|
839 |
-
msgstr ""
|
840 |
-
|
841 |
-
#: admin/views/form_refine.php:54
|
842 |
-
msgid ""
|
843 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
844 |
-
"clicking on the next button."
|
845 |
-
msgstr ""
|
846 |
-
"Δεν επιλέχθηκαν φίλτρα. Διαμορφώστε τα φίλτρα σας ή απλά συνεχίστε πατώντας "
|
847 |
-
"το επόμενο κουμπί."
|
848 |
-
|
849 |
-
#: admin/views/filter_tag.php:20
|
850 |
-
msgid "There are no tags in use."
|
851 |
-
msgstr "Δεν χρησιμοποιούνται ετικέτες."
|
852 |
-
|
853 |
-
#: admin/class-quick-featured-images-tools.php:750
|
854 |
-
msgid "There is no selected image."
|
855 |
-
msgstr "Δεν επιλέχθηκε εικόνα."
|
856 |
-
|
857 |
-
#: admin/views/form_start.php:18
|
858 |
-
msgid ""
|
859 |
-
"There is no undo function! It is strongly recommended that you make a backup "
|
860 |
-
"of the WordPress database before you perform mass changes."
|
861 |
-
msgstr ""
|
862 |
-
"Δεν υπάρχει δυνατότητα αναίρεσης! Συνιστάται να κάνετε αντίγραφο ασφαλείας "
|
863 |
-
"της βάσης δεδομένων του WordPress, πριν κάνετε μαζικές αλλαγές."
|
864 |
-
|
865 |
-
#: admin/views/form_start.php:102
|
866 |
-
msgid "These actions do not require a selected image."
|
867 |
-
msgstr "Αυτές οι ενέργειες δεν απαιτούν επιλογή εικόνας."
|
868 |
-
|
869 |
-
#: admin/views/form_start.php:68
|
870 |
-
msgid ""
|
871 |
-
"These actions require at least one selected image with the following button."
|
872 |
-
msgstr ""
|
873 |
-
"Αυτές οι ενέργειες προϋποθέτουν την επιλογή τουλάχιστον μιας εικόνας με το "
|
874 |
-
"ακόλουθο κουμπί."
|
875 |
-
|
876 |
-
#: admin/views/form_start.php:22
|
877 |
-
msgid "These actions require to select an image with the following button."
|
878 |
-
msgstr ""
|
879 |
-
"Αυτές οι ενέργειες προϋποθέτουν να επιλέξετε μια εικόνα με το ακόλουθο "
|
880 |
-
"κουμπί."
|
881 |
-
|
882 |
-
#: admin/class-quick-featured-images-settings.php:677
|
883 |
-
msgid "This page is accessible for administrators only."
|
884 |
-
msgstr "Αυτή η σελίδα είναι προσβάσιμη μόνο σε διαχειριστές."
|
885 |
-
|
886 |
-
#: admin/class-quick-featured-images-settings.php:676
|
887 |
-
msgid ""
|
888 |
-
"This setting controls as well whether a user will see in an image column the "
|
889 |
-
"thumbnails with action links or the thumbnails only. To switch image columns "
|
890 |
-
"on and off use the section above."
|
891 |
-
msgstr ""
|
892 |
-
"Αυτή η ρύθμιση ελέγχει αν ο χρήστης θα βλέπει τις μικρογραφίες σε μια στήλη "
|
893 |
-
"εικόνων με συνδέσμους ενεργειών ή μόνο τις μικρογραφίες. Για την "
|
894 |
-
"ενεργοποίηση ή όχι χρησιμοποιήστε τη ρύθμιση πιο πάνω."
|
895 |
-
|
896 |
-
#: admin/views/form_select.php:116
|
897 |
-
#| msgid ""
|
898 |
-
#| "This way is not as fast as one single run, but still much faster than "
|
899 |
-
#| "setting the images for each post manually."
|
900 |
-
msgid ""
|
901 |
-
"To achieve that use the filters and repeat the process until your task is "
|
902 |
-
"done. This way is not as fast as one single run, but still much faster than "
|
903 |
-
"setting the images for each post manually."
|
904 |
-
msgstr ""
|
905 |
-
|
906 |
-
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
907 |
-
msgid ""
|
908 |
-
"To select multiple images click on the button and use the CTRL key while "
|
909 |
-
"clicking on the images."
|
910 |
-
msgstr ""
|
911 |
-
"Για να επιλέξετε πολλαπλές εικόνες, κάντε κλικ στο κουμπί και χρησιμοποιήστε "
|
912 |
-
"το CTRL καθώς κάνετε τις επιλογές."
|
913 |
-
|
914 |
-
#: admin/views/section_defaults.php:211
|
915 |
-
msgid ""
|
916 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
917 |
-
"rule which is defined only partially will be ignored."
|
918 |
-
msgstr ""
|
919 |
-
"Για να κάνετε χρήση ενός κανόνα, επιλέξτε την εικόνα και ορίστε την "
|
920 |
-
"ταξινόμηση και τη τιμή. Αν ο κανόνας οριστεί μερικώς, θα αγνοηθεί."
|
921 |
-
|
922 |
-
#: admin/class-quick-featured-images-tools.php:743
|
923 |
-
msgid "Type in a value into the input field."
|
924 |
-
msgstr "Δώστε μια τιμή στο πεδίο."
|
925 |
-
|
926 |
-
#: admin/class-quick-featured-images-tools.php:759
|
927 |
-
msgid "Type in valid values in the input field."
|
928 |
-
msgstr "Δώστε έγκυρες τιμές στο πεδίο."
|
929 |
-
|
930 |
-
#: admin/class-quick-featured-images-tools.php:763
|
931 |
-
msgid "Type in values stored by WordPress."
|
932 |
-
msgstr "Δώστε αποθηκευμένες τιμές από το WordPress."
|
933 |
-
|
934 |
-
#: admin/views/section_results.php:20
|
935 |
-
msgid "Unchanged"
|
936 |
-
msgstr "Χωρίς αλλαγή"
|
937 |
-
|
938 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:119
|
939 |
-
msgid "Use CTRL for multiple choice"
|
940 |
-
msgstr "Χρησιμοποιήστε το CTRL για πολλαπλές επιλογές"
|
941 |
-
|
942 |
-
#. title of the section.
|
943 |
-
#: admin/class-quick-featured-images-settings.php:455
|
944 |
-
msgid "Visibility of the plugin"
|
945 |
-
msgstr "Ορατότητα του πρόσθετου"
|
946 |
-
|
947 |
-
#: admin/class-quick-featured-images-admin.php:484
|
948 |
-
#, php-format
|
949 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
950 |
-
msgstr "Καλώς ήλθατε στο %s! Μπορείτε να βρείτε το πρόσθετο στο %s."
|
951 |
-
|
952 |
-
#: admin/views/form_start.php:12
|
953 |
-
msgid "What do you want to do?"
|
954 |
-
msgstr "Τι θέλετε να κάνετε;"
|
955 |
-
|
956 |
-
#: admin/views/form_refine.php:10
|
957 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
958 |
-
msgstr ""
|
959 |
-
"Ό,τι και αν κάνετε: Μπορείτε να επιβεβαιώσετε την επιλογή σας στην επόμενη "
|
960 |
-
"σελίδα."
|
961 |
-
|
962 |
-
#: admin/views/form_start.php:15
|
963 |
-
msgid "Whatever you select: You can refine your choice on the next page."
|
964 |
-
msgstr ""
|
965 |
-
"Ό,τι και αν επιλέξετε: Μπορείτε να βελτιστοποιήσετε την επιλογή σας στην "
|
966 |
-
"επόμενη σελίδα."
|
967 |
-
|
968 |
-
#: admin/class-quick-featured-images-settings.php:463
|
969 |
-
msgid "Which user role may see the plugin?"
|
970 |
-
msgstr "Ποιο προφίλ χρήστη μπορεί να δει το πρόσθετο;"
|
971 |
-
|
972 |
-
#: admin/views/form_confirm.php:19
|
973 |
-
msgid "written on"
|
974 |
-
msgstr "γράφτηκε την"
|
975 |
-
|
976 |
-
#: admin/class-quick-featured-images-tools.php:473
|
977 |
-
#, php-format
|
978 |
-
msgid "Wrong image ID %d"
|
979 |
-
msgstr "Λάθος ταυτότητα εικόνας %d"
|
980 |
-
|
981 |
-
#: admin/views/section_header_progress.php:17
|
982 |
-
msgid "You are here"
|
983 |
-
msgstr "Είστε εδώ"
|
984 |
-
|
985 |
-
#: admin/views/form_select.php:38 admin/views/form_select.php:48
|
986 |
-
msgid "You can control the process with the following options."
|
987 |
-
msgstr "Μπορείτε να ελέγξετε τη διαδικασία με τις ακόλουθες επιλογές."
|
988 |
-
|
989 |
-
#: admin/views/form_confirm.php:121
|
990 |
-
msgid "You can not undo the operation!"
|
991 |
-
msgstr "Δεν μπορείτε να αναιρέσετε την ενέργεια!"
|
992 |
-
|
993 |
-
#: admin/views/form_select.php:89
|
994 |
-
msgid ""
|
995 |
-
"You can select multiple filters. They will return an intersection of their "
|
996 |
-
"results."
|
997 |
-
msgstr ""
|
998 |
-
"Μπορείτε να επιλέξετε πολλαπλά φίλτρα. Θα επιστρέψουν έναν συνδυασμό των "
|
999 |
-
"αποτελεσμάτων."
|
1000 |
-
|
1001 |
-
#: admin/views/form_select.php:18
|
1002 |
-
msgid "You can select multiple images. Select at least one image."
|
1003 |
-
msgstr ""
|
1004 |
-
"Μπορείτε να επιλέξετε πολλαπλές εικόνες. Επιλέξτε τουλάχιστο μια εικόνα."
|
1005 |
-
|
1006 |
-
#: admin/views/form_select.php:11
|
1007 |
-
msgid ""
|
1008 |
-
"You did not have selected an image from the list below. To go on select at "
|
1009 |
-
"least one image you want to replace by the selected image."
|
1010 |
-
msgstr ""
|
1011 |
-
"Δεν επιλέξατε εικόνα από την παρακάτω λίστα. Για να συνεχίσετε, επιλέξτε "
|
1012 |
-
"τουλάχιστο μια εικόνα που θέλετε να αντικατασταθεί από την επιλεγμένη εικόνα."
|
1013 |
-
|
1014 |
-
#: admin/class-quick-featured-images-tools.php:754
|
1015 |
-
#: admin/views/section_image.php:51
|
1016 |
-
msgid "You have not selected an action."
|
1017 |
-
msgstr "Δεν επιλέξατε ενέργεια."
|
1018 |
-
|
1019 |
-
#: admin/views/section_image.php:42
|
1020 |
-
msgid "Your selected action"
|
1021 |
-
msgstr "Η επιλεγμένη σας ενέργεια"
|
1022 |
-
|
1023 |
-
#: admin/views/section_image.php:90
|
1024 |
-
msgid "Your selected filters"
|
1025 |
-
msgstr "Τα επιλεγμένα σας φίλτρα"
|
1026 |
-
|
1027 |
-
#: admin/views/section_image.php:68
|
1028 |
-
msgid "Your selected options"
|
1029 |
-
msgstr "Οι επιλογές σας"
|
1030 |
-
|
1031 |
-
#: admin/views/section_image.php:9
|
1032 |
-
msgid "Your selected thumbnail"
|
1033 |
-
msgstr "Η επιλεγμένη σας μικρογραφία"
|
1034 |
-
|
1035 |
-
#: admin/views/section_image.php:23
|
1036 |
-
msgid "Your selected thumbnails"
|
1037 |
-
msgstr "Οι επιλεγμένες σας μικρογραφίες"
|
1038 |
-
|
1039 |
-
#: admin/views/section_image.php:1
|
1040 |
-
msgid "Your selection"
|
1041 |
-
msgstr "Η επιλογή σας"
|
1042 |
-
|
1043 |
-
#. Description of the plugin
|
1044 |
-
#: admin/class-quick-featured-images-admin.php:215
|
1045 |
-
msgid ""
|
1046 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
1047 |
-
"delete them in bulk, in posts lists and set default images for future posts."
|
1048 |
-
msgstr ""
|
1049 |
-
"Ο Ελβετικός σουγιάς που σας γλιτώνει χρόνο για τις προβεβλημένες εικόνες: "
|
1050 |
-
"Ορίστε, αντικαταστήστε και διαγράψτε τις μαζικά, σε λίστες άρθρων και ορίστε "
|
1051 |
-
"προεπιλεγμένες εικόνες για τα μελλοντικά άρθρα."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/quick-featured-images-es_ES.mo
DELETED
Binary file
|
languages/quick-featured-images-es_ES.po
DELETED
@@ -1,1064 +0,0 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date: 2020-12-16 16:05+0100\n"
|
8 |
-
"PO-Revision-Date: 2021-02-21 20:02+0000\n"
|
9 |
-
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
-
"Language-Team: Spanish (Spain)\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: Loco https://localise.biz/\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/views/form_confirm.php:2
|
23 |
-
#, php-format
|
24 |
-
msgid "%d matches found"
|
25 |
-
msgstr "%d Las coincidencias encontradas"
|
26 |
-
|
27 |
-
#: admin/class-quick-featured-images-tools.php:746
|
28 |
-
#, php-format
|
29 |
-
msgid "%s is not defined."
|
30 |
-
msgstr "%s no está definido."
|
31 |
-
|
32 |
-
#: admin/class-quick-featured-images-columns.php:278
|
33 |
-
msgid "(external image)"
|
34 |
-
msgstr "(imagen externa)"
|
35 |
-
|
36 |
-
#: admin/views/form_start.php:63
|
37 |
-
msgid ""
|
38 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
39 |
-
"Further links are appearing, among them the link "Bulk set as featured "
|
40 |
-
"image". 3. After a click on it you can move on in this plugin."
|
41 |
-
msgstr ""
|
42 |
-
"1. Ve a MediaLibrary (biblioteca multimedia) 2. Mueva el ratón sobre la "
|
43 |
-
"imagen deseada. Los enlaces siguientes están apareciendo, entre ellos el "
|
44 |
-
"enlace "Bulk establecido como la imagen destacada image". 3. Al "
|
45 |
-
"hacer el clic en el enlace, puedes seguir adelante en este plugin."
|
46 |
-
|
47 |
-
#: admin/views/form_start.php:21
|
48 |
-
msgid "Actions with a single image"
|
49 |
-
msgstr "Las acciones con una sola imagen"
|
50 |
-
|
51 |
-
#: admin/views/form_start.php:67
|
52 |
-
msgid "Actions with multiple images"
|
53 |
-
msgstr "Las acciones con imágenes múltiples"
|
54 |
-
|
55 |
-
#: admin/views/form_start.php:101
|
56 |
-
msgid "Actions without any selected image"
|
57 |
-
msgstr "Las acciones sin imagen seleccionada"
|
58 |
-
|
59 |
-
#: admin/class-quick-featured-images-settings.php:618
|
60 |
-
msgid ""
|
61 |
-
"Activate the checkbox to show the extra column in the media library. If you "
|
62 |
-
"would not see the new column in the library switch the appereance of the "
|
63 |
-
"library to List mode. The post titles are links to the respective post edit "
|
64 |
-
"page."
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/class-quick-featured-images-settings.php:596
|
68 |
-
msgid ""
|
69 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
70 |
-
"post lists."
|
71 |
-
msgstr ""
|
72 |
-
"Activa las casillas de verificación (los checkboxes) en cada tipo de "
|
73 |
-
"contenido para mostrar las columnas extras en las listas de post."
|
74 |
-
|
75 |
-
#: admin/views/section_defaults.php:242
|
76 |
-
msgid ""
|
77 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
78 |
-
"a post"
|
79 |
-
msgstr ""
|
80 |
-
"Actívalo para sobrescribir la imagen destacada existente mientras se está "
|
81 |
-
"guardando el post"
|
82 |
-
|
83 |
-
#: admin/views/section_defaults.php:255
|
84 |
-
msgid ""
|
85 |
-
"Activate to automatically use the first content image if available in the "
|
86 |
-
"media library as featured image while saving a post"
|
87 |
-
msgstr ""
|
88 |
-
"Actívalo para usar automáticamente la primera imagen del contenido si está "
|
89 |
-
"disponible en Media Library como la imagen destacada mientras se está "
|
90 |
-
"guardando el post"
|
91 |
-
|
92 |
-
#: admin/class-quick-featured-images-tools.php:576
|
93 |
-
msgid "Add filter"
|
94 |
-
msgstr "Añade el filtro"
|
95 |
-
|
96 |
-
#: admin/views/section_defaults.php:491
|
97 |
-
msgid "Add rule"
|
98 |
-
msgstr "Añade la regla"
|
99 |
-
|
100 |
-
#: admin/views/section_defaults.php:238
|
101 |
-
msgid "An image overwrites an existing image"
|
102 |
-
msgstr "La imagen sobrescribe la imagen existente"
|
103 |
-
|
104 |
-
#: admin/views/section_defaults.php:496
|
105 |
-
msgid "Are you sure to remove this rule?"
|
106 |
-
msgstr "¿Estás seguro de que deseas eliminar esta regla?"
|
107 |
-
|
108 |
-
#: admin/views/section_defaults.php:511
|
109 |
-
msgid ""
|
110 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
111 |
-
"the post it is unforeseeable which image will become the featured image."
|
112 |
-
msgstr ""
|
113 |
-
"Ten en cuenta que si dos reglas o más de misma taxonomía encajan en el post, "
|
114 |
-
"es imprevisible cual imagen llegará a ser la imagen destacada."
|
115 |
-
|
116 |
-
#: admin/class-quick-featured-images-tools.php:2057
|
117 |
-
msgid "Bulk set as featured image"
|
118 |
-
msgstr "El bulk configurado como la imagen destacada"
|
119 |
-
|
120 |
-
#: admin/class-quick-featured-images-tools.php:1948
|
121 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
122 |
-
msgstr ""
|
123 |
-
"Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
|
124 |
-
"existentes"
|
125 |
-
|
126 |
-
#: admin/views/form_confirm.php:20
|
127 |
-
msgid "by"
|
128 |
-
msgstr "por"
|
129 |
-
|
130 |
-
#: admin/class-quick-featured-images-tools.php:602
|
131 |
-
msgid "Category Filter"
|
132 |
-
msgstr "El filtro de la categoría"
|
133 |
-
|
134 |
-
#: admin/class-quick-featured-images-columns.php:279
|
135 |
-
#, php-format
|
136 |
-
msgid "Change “%s”"
|
137 |
-
msgstr "Cambia “%s”"
|
138 |
-
|
139 |
-
#: admin/views/section_results.php:19
|
140 |
-
msgid "Changed successfully"
|
141 |
-
msgstr "Cambiado con éxito"
|
142 |
-
|
143 |
-
#: admin/class-quick-featured-images-tools.php:747
|
144 |
-
msgid "Check how to define the value."
|
145 |
-
msgstr "Comprueba cómo definir el valor."
|
146 |
-
|
147 |
-
#: admin/views/form_start.php:57
|
148 |
-
msgid "Choose Image"
|
149 |
-
msgstr "Selecciona la imagen"
|
150 |
-
|
151 |
-
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
152 |
-
msgid "Choose Images"
|
153 |
-
msgstr "Selecciona las imágenes"
|
154 |
-
|
155 |
-
#. title of the section.
|
156 |
-
#: admin/class-quick-featured-images-settings.php:419
|
157 |
-
msgid "Column in the library for posts with assigned featured image"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#. title of the section.
|
161 |
-
#: admin/class-quick-featured-images-settings.php:383
|
162 |
-
msgid "Columns for featured images in posts lists"
|
163 |
-
msgstr "Las columnas para las imágenes destacadas en las listas de posts"
|
164 |
-
|
165 |
-
#: admin/class-quick-featured-images-tools.php:578
|
166 |
-
msgid "Confirm"
|
167 |
-
msgstr "Confirmar"
|
168 |
-
|
169 |
-
#: admin/views/form_confirm.php:120
|
170 |
-
msgid "Confirm the change"
|
171 |
-
msgstr "Confirma el cambio"
|
172 |
-
|
173 |
-
#: admin/class-quick-featured-images-tools.php:597
|
174 |
-
msgid "Consider only posts without any featured image"
|
175 |
-
msgstr "Considera solamente posts sin cualquier imagen destacada"
|
176 |
-
|
177 |
-
#: admin/class-quick-featured-images-settings.php:696
|
178 |
-
msgid "Controls which minimum user role can see the plugin."
|
179 |
-
msgstr "Controla qué papel mínimo el usuario puede ver el plugin."
|
180 |
-
|
181 |
-
#: admin/views/section_footer.php:16
|
182 |
-
msgid "Credits and informations"
|
183 |
-
msgstr "Los créditos y las informaciones"
|
184 |
-
|
185 |
-
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
186 |
-
msgid "Current Featured Image"
|
187 |
-
msgstr "La imagen destacada actual"
|
188 |
-
|
189 |
-
#: admin/views/section_defaults.php:208
|
190 |
-
msgid "Default featured images for future posts"
|
191 |
-
msgstr "Las imágenes destacadas predeterminadas para los post futuros"
|
192 |
-
|
193 |
-
#: admin/views/section_defaults.php:210
|
194 |
-
msgid ""
|
195 |
-
"Define the rules to use images as default featured images automatically "
|
196 |
-
"every time a post is saved."
|
197 |
-
msgstr ""
|
198 |
-
"Define las reglas de usar imágenes como las imágenes destacadas "
|
199 |
-
"predeterminadas automáticamente cada vez que se guarda un post."
|
200 |
-
|
201 |
-
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
202 |
-
msgid "Details"
|
203 |
-
msgstr "Los detalles"
|
204 |
-
|
205 |
-
#: admin/class-quick-featured-images-settings.php:615
|
206 |
-
msgid ""
|
207 |
-
"Display a new column in the media library with the titles of the posts for "
|
208 |
-
"which the corresponding image is set as featured image"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:87
|
212 |
-
msgid "Do you like the plugin?"
|
213 |
-
msgstr "¿Te gusta el plugin?"
|
214 |
-
|
215 |
-
#: admin/views/section_footer.php:19
|
216 |
-
msgid "Do you need support or have an idea for the plugin?"
|
217 |
-
msgstr "¿Necesitas el soporte, o tienes alguna idea sobre el plugin?"
|
218 |
-
|
219 |
-
#: admin/views/section_footer.php:20
|
220 |
-
#, php-format
|
221 |
-
msgid "Download plugin %s at %s!"
|
222 |
-
msgstr "Descargar plugin %s en %s!"
|
223 |
-
|
224 |
-
#: admin/views/section_errormsg.php:1
|
225 |
-
msgid "Error"
|
226 |
-
msgstr "Error"
|
227 |
-
|
228 |
-
#: admin/views/section_defaults.php:500
|
229 |
-
msgid ""
|
230 |
-
"Every time you save a post the post get the featured image if one of the "
|
231 |
-
"following rules match a property of the post. You can also set rules for "
|
232 |
-
"pages and all other current post types which support featured images."
|
233 |
-
msgstr ""
|
234 |
-
"Cada vez que guardas el post, el post obtiene la imagen destacada si una de "
|
235 |
-
"las reglas siguientes coincide con la propiedad del post. También puedes "
|
236 |
-
"establecer las reglas para las páginas y todos otros tipos de contenidos "
|
237 |
-
"actuales que soportan imágenes destacadas."
|
238 |
-
|
239 |
-
#: admin/views/form_select.php:115
|
240 |
-
#| msgid ""
|
241 |
-
#| "Facing a white blank page while trying to treat thousands of posts is the "
|
242 |
-
#| "effect of limited memory capacities on the website server. Instead of "
|
243 |
-
#| "treating a huge amount of posts in one single go try to treat small "
|
244 |
-
#| "amounts of posts multiple times successively. To achieve that do:"
|
245 |
-
msgid ""
|
246 |
-
"Facing a white blank page while trying to treat thousands of posts is the "
|
247 |
-
"effect of limited memory capacities on the website server. Instead of "
|
248 |
-
"treating a huge amount of posts in one single go try to treat small amounts "
|
249 |
-
"of posts multiple times successively."
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: admin/class-quick-featured-images-columns.php:652
|
253 |
-
msgid "Featured image for"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: admin/views/form_refine.php:18
|
257 |
-
#, php-format
|
258 |
-
msgid "File %s is not available."
|
259 |
-
msgstr "El %s archivo no está disponible."
|
260 |
-
|
261 |
-
#: admin/views/section_defaults.php:258
|
262 |
-
msgid "For which post types should this rule be applied?"
|
263 |
-
msgstr "¿Para qué tipos de contenidos debe aplicarse esta regla?"
|
264 |
-
|
265 |
-
#: admin/views/section_defaults.php:503
|
266 |
-
msgid "found first content image. If not then..."
|
267 |
-
msgstr "la primera imagen del contenido encontrada. Si no es así, entonces…."
|
268 |
-
|
269 |
-
#: admin/views/form_confirm.php:18
|
270 |
-
msgid "Future Featured Image"
|
271 |
-
msgstr "La imagen destacada futura"
|
272 |
-
|
273 |
-
#: admin/views/form_start.php:14
|
274 |
-
msgid ""
|
275 |
-
"Here you can add, replace and delete featured images to your posts. Select "
|
276 |
-
"one of the following actions and, if necessary, one or more images."
|
277 |
-
msgstr ""
|
278 |
-
"Aquí puedes añadir, reemplazar y borrar las imágenes destacadas en tus post. "
|
279 |
-
"Selecciona una de las acciones siguientes, y si es necesario, una o más "
|
280 |
-
"imágenes."
|
281 |
-
|
282 |
-
#: admin/views/section_defaults.php:499
|
283 |
-
msgid "How the rules work"
|
284 |
-
msgstr "Cómo funcionan las reglas"
|
285 |
-
|
286 |
-
#. URI of the plugin
|
287 |
-
msgid "http://wordpress.org/plugins/quick-featured-images"
|
288 |
-
msgstr "http://wordpress.org/plugins/quick-featured-images"
|
289 |
-
|
290 |
-
#. Author URI of the plugin
|
291 |
-
msgid ""
|
292 |
-
"https://www.kybernetik-services.com/?"
|
293 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
294 |
-
"images&utm_content=author"
|
295 |
-
msgstr ""
|
296 |
-
"https://www.kybernetik-services.com/?"
|
297 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
298 |
-
"images&utm_content=author"
|
299 |
-
|
300 |
-
#: admin/views/section_defaults.php:244
|
301 |
-
msgid ""
|
302 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
303 |
-
"an existing featured image with the new one based on the following rules. Do "
|
304 |
-
"not use this if you want to keep manually set featured images."
|
305 |
-
msgstr ""
|
306 |
-
"Una vez activada, la regla se usa automáticamente mientras se está guardando "
|
307 |
-
"el post, para sobrescribir la imagen destacada con la nueva basada en las "
|
308 |
-
"reglas siguientes. No uses esta función si quieres mantener el "
|
309 |
-
"establecimiento de las imágenes destacadas de forma manual."
|
310 |
-
|
311 |
-
#: admin/views/section_defaults.php:257
|
312 |
-
msgid ""
|
313 |
-
"If activated the rule is used automatically while saving a post to set the "
|
314 |
-
"first content image - if available in the media library - as the featured "
|
315 |
-
"image of the post. If the post has no content images the next rules will be "
|
316 |
-
"applied."
|
317 |
-
msgstr ""
|
318 |
-
"Una vez activada, la regla se usa automáticamente mientras se está guardando "
|
319 |
-
"el post para establecer la primera imagen de contenido-si está disponible en "
|
320 |
-
"MediaLibrary (biblioteca multimedia)- como la imagen destacada del post.Si "
|
321 |
-
"el post no tiene las imágenes del contenido se aplicarán las reglas "
|
322 |
-
"siguientes."
|
323 |
-
|
324 |
-
#: admin/views/form_start.php:61
|
325 |
-
msgid "If the button does not work, read this:"
|
326 |
-
msgstr "Si el botón no funciona, lee lo siguiente:"
|
327 |
-
|
328 |
-
#: admin/views/section_image.php:55
|
329 |
-
msgid "If wrong action start again"
|
330 |
-
msgstr "Si la acción es equivocada empieza de nuevo"
|
331 |
-
|
332 |
-
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
333 |
-
msgid "If wrong image start again"
|
334 |
-
msgstr "Si la imagen es equivocada empieza de nuevo"
|
335 |
-
|
336 |
-
#: admin/views/form_select.php:114
|
337 |
-
msgid "If you encounter a white, blank page, read this"
|
338 |
-
msgstr "Si surge la página en blanco, lee esto"
|
339 |
-
|
340 |
-
#: admin/views/form_select.php:88
|
341 |
-
msgid ""
|
342 |
-
"If you want select one of the following filters to narrow down the set of "
|
343 |
-
"concerned posts and pages."
|
344 |
-
msgstr ""
|
345 |
-
"Si quieres, selecciona uno de los filtros siguientes para limitar el "
|
346 |
-
"conjunto de los post y páginas correspondientes."
|
347 |
-
|
348 |
-
#: admin/views/form_back_to_selection.php:3
|
349 |
-
msgid ""
|
350 |
-
"If you want to change your former selection just go back by clicking on this "
|
351 |
-
"button."
|
352 |
-
msgstr ""
|
353 |
-
"Si quieres cambiar de su selección antigua, vuelve atrás haciendo clic en "
|
354 |
-
"ese botón."
|
355 |
-
|
356 |
-
#: admin/class-quick-featured-images-tools.php:633
|
357 |
-
msgid "Image height in pixels lower than"
|
358 |
-
msgstr "La altura de la imagen en píxeles es inferior al"
|
359 |
-
|
360 |
-
#: admin/views/section_image.php:12
|
361 |
-
msgid "Image title"
|
362 |
-
msgstr "El titulo de la imagen"
|
363 |
-
|
364 |
-
#: admin/class-quick-featured-images-tools.php:632
|
365 |
-
msgid "Image width in pixels lower than"
|
366 |
-
msgstr "El tipo del campo personalizado"
|
367 |
-
|
368 |
-
#: admin/views/form_start.php:17
|
369 |
-
msgid "Important advice"
|
370 |
-
msgstr "Un consejo importante"
|
371 |
-
|
372 |
-
#. Author of the plugin
|
373 |
-
msgid "Kybernetik Services"
|
374 |
-
msgstr "Kybernetik Services"
|
375 |
-
|
376 |
-
#: admin/views/section_footer.php:20
|
377 |
-
msgid ""
|
378 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
379 |
-
"fast plugin"
|
380 |
-
msgstr ""
|
381 |
-
"Deje que las imágenes en miniatura aparecen en el widget de los mensajes más "
|
382 |
-
"recientes con este plugin rápida"
|
383 |
-
|
384 |
-
#: admin/views/section_overview.php:17
|
385 |
-
msgid "Manage featured images in a quick way"
|
386 |
-
msgstr "Gestiona las imágenes destacadas de manera rápida"
|
387 |
-
|
388 |
-
#: admin/views/section_defaults.php:507
|
389 |
-
msgid "matched author. If not then..."
|
390 |
-
msgstr "el autor correspondiente. Si no es así, entonces….."
|
391 |
-
|
392 |
-
#: admin/views/section_defaults.php:506
|
393 |
-
msgid "matched category. If not then..."
|
394 |
-
msgstr "la categoría correspondiente. Si no es así, entonces…."
|
395 |
-
|
396 |
-
#: admin/views/section_defaults.php:504
|
397 |
-
msgid "matched custom taxonomy. If not then..."
|
398 |
-
msgstr "la taxonomía correspondiente personalizada. Si no es así entonces…."
|
399 |
-
|
400 |
-
#: admin/views/section_defaults.php:508
|
401 |
-
msgid "matched post type. If not then..."
|
402 |
-
msgstr "el tipo de contenido correspondiente. Si no es así, entonces….."
|
403 |
-
|
404 |
-
#: admin/views/section_defaults.php:505
|
405 |
-
msgid "matched tag. If not then..."
|
406 |
-
msgstr "la etiqueta correspondiente. Si no es así, entonces…."
|
407 |
-
|
408 |
-
#: admin/views/section_defaults.php:16
|
409 |
-
msgid "matches"
|
410 |
-
msgstr "coincide con"
|
411 |
-
|
412 |
-
#: admin/class-quick-featured-images-settings.php:630
|
413 |
-
msgid "Minimum user role to see the plugin in the backend"
|
414 |
-
msgstr "Papel del usuario mínima para ver el plugin en el backend"
|
415 |
-
|
416 |
-
#: admin/views/form_back_to_selection.php:42
|
417 |
-
msgid "Modify selection"
|
418 |
-
msgstr "Modifica la selección"
|
419 |
-
|
420 |
-
#: admin/views/section_defaults.php:509
|
421 |
-
msgid "no featured image."
|
422 |
-
msgstr "no hay ninguna imagen destacada."
|
423 |
-
|
424 |
-
#: admin/views/section_results.php:82
|
425 |
-
msgid "No matches found."
|
426 |
-
msgstr "No se han encontrado coincidencias."
|
427 |
-
|
428 |
-
#: admin/views/section_image.php:106
|
429 |
-
msgid "No selected filters"
|
430 |
-
msgstr "No hay filtros seleccionados"
|
431 |
-
|
432 |
-
#: admin/views/section_image.php:84
|
433 |
-
msgid "No selected options"
|
434 |
-
msgstr "No hay opciones seleccionadas"
|
435 |
-
|
436 |
-
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
437 |
-
#: admin/views/section_results.php:18
|
438 |
-
msgid "No."
|
439 |
-
msgstr "Nro."
|
440 |
-
|
441 |
-
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
442 |
-
#: admin/views/section_defaults.php:217
|
443 |
-
msgid "Notice"
|
444 |
-
msgstr "Un aviso"
|
445 |
-
|
446 |
-
#: admin/views/form_refine.php:9
|
447 |
-
msgid ""
|
448 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
449 |
-
msgstr ""
|
450 |
-
"Ahora puedes encontrar los post y las páginas mediante los parámetros de "
|
451 |
-
"correspondencia. Refínalos aquí."
|
452 |
-
|
453 |
-
#: admin/views/form_select.php:121
|
454 |
-
msgid ""
|
455 |
-
"On the next page you can refine the filters. If you did not select any "
|
456 |
-
"filter you will go to the preview list directly."
|
457 |
-
msgstr ""
|
458 |
-
"El la página siguiente puedes refinar sus filtros. Si no has seleccionado "
|
459 |
-
"ningún, filtro te vas a la lista previa directamente."
|
460 |
-
|
461 |
-
#: admin/views/form_select.php:85
|
462 |
-
msgid "Optional: Add a filter"
|
463 |
-
msgstr "Opcional: Añade el filtro"
|
464 |
-
|
465 |
-
#: admin/views/form_select.php:45
|
466 |
-
msgid "Optional: Select options"
|
467 |
-
msgstr "Opcional: selecciona las opciones"
|
468 |
-
|
469 |
-
#: admin/views/form_confirm.php:182
|
470 |
-
msgid "or refine your selection with the following form fields."
|
471 |
-
msgstr "o refina su selección con los siguientes campos del formulario."
|
472 |
-
|
473 |
-
#: admin/views/form_select.php:53
|
474 |
-
msgid "Overwrite existing featured images with new ones"
|
475 |
-
msgstr "Sobrescribe las imágenes destacadas existentes con otras nuevas"
|
476 |
-
|
477 |
-
#: admin/class-quick-featured-images-tools.php:596
|
478 |
-
msgid "Overwrite featured images"
|
479 |
-
msgstr "Sobrescribe las imágenes destacadas"
|
480 |
-
|
481 |
-
#: admin/class-quick-featured-images-tools.php:579
|
482 |
-
msgid "Perform"
|
483 |
-
msgstr "Realizar"
|
484 |
-
|
485 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:88
|
486 |
-
msgid "Please rate it at wordpress.org!"
|
487 |
-
msgstr "¡Por favor califícalo en at wordpress.org!"
|
488 |
-
|
489 |
-
#: admin/class-quick-featured-images-settings.php:432
|
490 |
-
msgid "Post list column in the library"
|
491 |
-
msgstr ""
|
492 |
-
|
493 |
-
#: admin/views/section_defaults.php:59
|
494 |
-
msgid "Post Type"
|
495 |
-
msgstr "El tipo de contenido"
|
496 |
-
|
497 |
-
#: admin/class-quick-featured-images-tools.php:601
|
498 |
-
msgid "Post Type Filter"
|
499 |
-
msgstr "El filtro de tipo de contenido"
|
500 |
-
|
501 |
-
#: admin/views/section_footer.php:19
|
502 |
-
msgid ""
|
503 |
-
"Post your questions and ideas about Quick Featured Images in the forum at "
|
504 |
-
"wordpress.org!"
|
505 |
-
msgstr ""
|
506 |
-
"¡Envía sus preguntas e ideas sobre Quick Featured Images al foro en "
|
507 |
-
"wordpress.org!"
|
508 |
-
|
509 |
-
#: admin/class-quick-featured-images-settings.php:396
|
510 |
-
msgid "Posts list with image column"
|
511 |
-
msgstr ""
|
512 |
-
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
513 |
-
"de"
|
514 |
-
|
515 |
-
#: admin/views/form_select.php:63
|
516 |
-
msgid ""
|
517 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
518 |
-
"checked"
|
519 |
-
msgstr ""
|
520 |
-
"Los post que contienen las imágenes destacadas serán ignorados, incluso si "
|
521 |
-
"la opción Sobrescribe está marcada"
|
522 |
-
|
523 |
-
#: admin/class-quick-featured-images-defaults.php:277
|
524 |
-
msgid "Preset Featured Images"
|
525 |
-
msgstr "Restablece las imágenes destacadas"
|
526 |
-
|
527 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:29
|
528 |
-
msgid "Preview filtering"
|
529 |
-
msgstr "La vista previa de filtrado"
|
530 |
-
|
531 |
-
#: admin/views/form_confirm.php:1
|
532 |
-
msgid "Preview of your selection"
|
533 |
-
msgstr "La vista previa de su selección"
|
534 |
-
|
535 |
-
#: admin/views/form_select.php:47
|
536 |
-
msgid "Process Options"
|
537 |
-
msgstr "Las opciones del proceso"
|
538 |
-
|
539 |
-
#: admin/views/section_header_progress.php:15
|
540 |
-
msgid "Progress bar"
|
541 |
-
msgstr "La barra de progreso"
|
542 |
-
|
543 |
-
#. Name of the plugin
|
544 |
-
msgid "Quick Featured Images"
|
545 |
-
msgstr "Quick Featured Images"
|
546 |
-
|
547 |
-
#: admin/views/section_errormsg.php:3
|
548 |
-
msgid "Reason"
|
549 |
-
msgstr "La razón"
|
550 |
-
|
551 |
-
#: admin/class-quick-featured-images-tools.php:577
|
552 |
-
msgid "Refine"
|
553 |
-
msgstr "Refinar"
|
554 |
-
|
555 |
-
#: admin/views/form_refine.php:8
|
556 |
-
msgid "Refine filters"
|
557 |
-
msgstr "Refina los filtros"
|
558 |
-
|
559 |
-
#: admin/views/form_refine.php:1
|
560 |
-
msgid "Refine your selection"
|
561 |
-
msgstr "Refina su selección"
|
562 |
-
|
563 |
-
#: admin/views/form_select.php:37
|
564 |
-
msgid "Refine your selections"
|
565 |
-
msgstr "Refina sus selecciones"
|
566 |
-
|
567 |
-
#: admin/views/section_defaults.php:501
|
568 |
-
msgid ""
|
569 |
-
"Regardless of the order in the list the rules are applied in the following "
|
570 |
-
"order until a rule and a property of the post fit together:"
|
571 |
-
msgstr ""
|
572 |
-
"Independientemente del orden de la lista, las reglas se aplican en el orden "
|
573 |
-
"siguiente hasta que la regla y la propiedad encajen bien:"
|
574 |
-
|
575 |
-
#: admin/class-quick-featured-images-columns.php:280
|
576 |
-
#, php-format
|
577 |
-
msgid "Remove “%s”"
|
578 |
-
msgstr "Eliminar “%s”"
|
579 |
-
|
580 |
-
#: admin/class-quick-featured-images-tools.php:589
|
581 |
-
msgid "Remove all featured images without existing image files"
|
582 |
-
msgstr ""
|
583 |
-
"Eliminar todas las imágenes destacadas sin archivos de imagen existentes"
|
584 |
-
|
585 |
-
#: admin/class-quick-featured-images-tools.php:588
|
586 |
-
msgid "Remove any image as featured image"
|
587 |
-
msgstr "Elimina cualquiera imagen como la imagen destacada"
|
588 |
-
|
589 |
-
#: admin/class-quick-featured-images-tools.php:585
|
590 |
-
msgid "Remove the selected image as featured image"
|
591 |
-
msgstr "Elimina la imagen seleccionada como la imagen destacada"
|
592 |
-
|
593 |
-
#: admin/class-quick-featured-images-tools.php:584
|
594 |
-
msgid "Replace featured images by the selected image"
|
595 |
-
msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
|
596 |
-
|
597 |
-
#: admin/views/section_results.php:1
|
598 |
-
msgid "Results of the action"
|
599 |
-
msgstr "Los resultados de la acción"
|
600 |
-
|
601 |
-
#: admin/views/form_select.php:94
|
602 |
-
msgid "Search by post type. By default all posts and pages will be affected."
|
603 |
-
msgstr ""
|
604 |
-
"Busca por el tipo de contenido. De forma predeterminada todos los post y "
|
605 |
-
"páginas serán afectados."
|
606 |
-
|
607 |
-
#: admin/views/form_select.php:97
|
608 |
-
msgid "Search posts by category"
|
609 |
-
msgstr "Busca los post por la categoría"
|
610 |
-
|
611 |
-
#: admin/views/form_select.php:100
|
612 |
-
msgid "Search posts by tag"
|
613 |
-
msgstr "Busca los post por la etiqueta"
|
614 |
-
|
615 |
-
#: admin/class-quick-featured-images-tools.php:575
|
616 |
-
msgid "Select"
|
617 |
-
msgstr "Selecciona"
|
618 |
-
|
619 |
-
#: admin/views/filter_category.php:3
|
620 |
-
msgid "Select a category"
|
621 |
-
msgstr "Selecciona la categoría"
|
622 |
-
|
623 |
-
#: admin/views/filter_tag.php:7
|
624 |
-
msgid "Select a tag"
|
625 |
-
msgstr "Selecciona la etiqueta"
|
626 |
-
|
627 |
-
#: admin/views/form_start.php:20
|
628 |
-
msgid "Select action"
|
629 |
-
msgstr "Selecciona la acción"
|
630 |
-
|
631 |
-
#: admin/class-quick-featured-images-tools.php:751
|
632 |
-
msgid "Select an image from the media library."
|
633 |
-
msgstr "Selecciona la imagen de Media library (la biblioteca multimedia)."
|
634 |
-
|
635 |
-
#: admin/views/section_defaults.php:285
|
636 |
-
msgid ""
|
637 |
-
"Select at least one post type, otherwise all post types will be considered."
|
638 |
-
msgstr ""
|
639 |
-
"Seleccione al menos un tipo de contenido, de lo contrario se considerarán "
|
640 |
-
"todos los tipos de contenidos."
|
641 |
-
|
642 |
-
#: admin/views/form_select.php:87
|
643 |
-
msgid "Select filters"
|
644 |
-
msgstr "Selecciona los filtros"
|
645 |
-
|
646 |
-
#: admin/views/form_back_to_selection.php:2
|
647 |
-
msgid "Select filters and options again"
|
648 |
-
msgstr "Selecciona los filtros y las opciones de nuevo"
|
649 |
-
|
650 |
-
#: admin/views/filter_post_types.php:2
|
651 |
-
msgid "Select post types"
|
652 |
-
msgstr "Selecciona el tipo de contenido"
|
653 |
-
|
654 |
-
#: admin/views/form_select.php:17
|
655 |
-
msgid "Select the featured images you want to replace by the selected image."
|
656 |
-
msgstr ""
|
657 |
-
"Selecciona las imágenes destacadas que quieres reemplazar por la imagen "
|
658 |
-
"seleccionada."
|
659 |
-
|
660 |
-
#: admin/views/form_start.php:35
|
661 |
-
msgid ""
|
662 |
-
"Select the image you want to add to, replace or delete from posts and pages "
|
663 |
-
"by clicking on the following button."
|
664 |
-
msgstr ""
|
665 |
-
"Selecciona la imagen que quieres añadir, reemplazar o borrar de post o "
|
666 |
-
"páginas, haciendo clic en siguiente botón."
|
667 |
-
|
668 |
-
#: admin/class-quick-featured-images-settings.php:666
|
669 |
-
msgid "Select the minimum user role a user must have to see the plugin."
|
670 |
-
msgstr ""
|
671 |
-
"Selecciona el rol de usuario mínimo un usuario debe tener para ver el plugin."
|
672 |
-
|
673 |
-
#: admin/class-quick-featured-images-defaults.php:288
|
674 |
-
msgid "Set default featured images for future posts"
|
675 |
-
msgstr ""
|
676 |
-
"Establece las imágenes destacadas predeterminadas para los futuros posts"
|
677 |
-
|
678 |
-
#: admin/class-quick-featured-images-columns.php:281
|
679 |
-
#, php-format
|
680 |
-
msgid "Set image for “%s”"
|
681 |
-
msgstr "Establecer imagen para “%s”"
|
682 |
-
|
683 |
-
#: admin/class-quick-featured-images-tools.php:592
|
684 |
-
msgid "Set multiple images randomly as featured images"
|
685 |
-
msgstr "Establece las imágenes múltiples al azar como la imagen destacada"
|
686 |
-
|
687 |
-
#: admin/class-quick-featured-images-tools.php:583
|
688 |
-
msgid "Set the selected image as new featured image"
|
689 |
-
msgstr "Establece la imagen seleccionada como la imagen destacada nueva"
|
690 |
-
|
691 |
-
#: admin/class-quick-featured-images-settings.php:232
|
692 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
693 |
-
msgstr ""
|
694 |
-
"Establece la visibilidad de las columnas de imágenes destacadas en las "
|
695 |
-
"listas de post"
|
696 |
-
|
697 |
-
#: admin/class-quick-featured-images-tools.php:1937
|
698 |
-
msgid "Set, replace, remove"
|
699 |
-
msgstr "Establece, reemplaza, elimina"
|
700 |
-
|
701 |
-
#: admin/views/form_confirm.php:50
|
702 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
703 |
-
msgstr ""
|
704 |
-
"¿Deberían las imágenes destacadas añadidas ser eliminadas de todos los post "
|
705 |
-
"listados?"
|
706 |
-
|
707 |
-
#: admin/views/form_confirm.php:41
|
708 |
-
msgid ""
|
709 |
-
"Should the current set featured image be replaced by the selected image at "
|
710 |
-
"all listed posts?"
|
711 |
-
msgstr ""
|
712 |
-
"¿Debería la imagen destacada actual ser reemplazada por la imagen "
|
713 |
-
"seleccionada en todos los post listados?"
|
714 |
-
|
715 |
-
#: admin/views/form_confirm.php:12
|
716 |
-
msgid ""
|
717 |
-
"Should the entries of featured images without image files be removed from "
|
718 |
-
"the database?"
|
719 |
-
msgstr ""
|
720 |
-
"¿Deberían eliminarse de la base de datos las entradas de imágenes destacadas "
|
721 |
-
"sin archivos de imagen?"
|
722 |
-
|
723 |
-
#: admin/views/form_confirm.php:47
|
724 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
725 |
-
msgstr ""
|
726 |
-
"¿Deberían las imágenes futuras estar establecidas como las imágenes "
|
727 |
-
"destacadas en todos los post listados?"
|
728 |
-
|
729 |
-
#: admin/views/form_confirm.php:44
|
730 |
-
msgid "Should the selected image be removed from all listed posts?"
|
731 |
-
msgstr ""
|
732 |
-
"¿Debería la imagen seleccionada ser eliminada de todos los post listados?"
|
733 |
-
|
734 |
-
#: admin/views/form_confirm.php:35
|
735 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
736 |
-
msgstr ""
|
737 |
-
"¿Debería la imagen seleccionada estar establecida como la imagen destacada "
|
738 |
-
"en todos los post listados?"
|
739 |
-
|
740 |
-
#: admin/views/form_confirm.php:38
|
741 |
-
msgid ""
|
742 |
-
"Should the selected images be set randomly as featured images to all listed "
|
743 |
-
"posts?"
|
744 |
-
msgstr ""
|
745 |
-
"¿Deberían las imágenes seleccionadas estar establecidas al azar como las "
|
746 |
-
"imágenes destacadas en todos los post listados?"
|
747 |
-
|
748 |
-
#: admin/class-quick-featured-images-settings.php:391
|
749 |
-
msgid "Show additional column for featured images in lists of"
|
750 |
-
msgstr ""
|
751 |
-
"Muestra las columnas adicionales para las imágenes destacadas en las listas "
|
752 |
-
"de"
|
753 |
-
|
754 |
-
#: admin/class-quick-featured-images-settings.php:427
|
755 |
-
msgid "Show additional column in the library for posts with featured images"
|
756 |
-
msgstr ""
|
757 |
-
|
758 |
-
#: admin/views/section_errormsg.php:5
|
759 |
-
msgid "Solution"
|
760 |
-
msgstr "La solución"
|
761 |
-
|
762 |
-
#: admin/views/form_start.php:62
|
763 |
-
msgid ""
|
764 |
-
"Some users reported that this button would not work in some WordPress "
|
765 |
-
"installations. If this should be the case you can take another way:"
|
766 |
-
msgstr ""
|
767 |
-
"Algunos usuarios han reportado que ese botón no funciona en algunas "
|
768 |
-
"instalaciones de WordPress. Si es así, puedes tomar otro camino:"
|
769 |
-
|
770 |
-
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
771 |
-
#: admin/views/section_results.php:86
|
772 |
-
msgid "Start again"
|
773 |
-
msgstr "Empieza de nuevo"
|
774 |
-
|
775 |
-
#: admin/class-quick-featured-images-tools.php:755
|
776 |
-
msgid "Start again and select which action you want to apply."
|
777 |
-
msgstr "Empieza de nuevo y selecciona la acción que quieres aplicar."
|
778 |
-
|
779 |
-
#: admin/class-quick-featured-images-tools.php:603
|
780 |
-
msgid "Tag Filter"
|
781 |
-
msgstr "El filtro de las etiquetas"
|
782 |
-
|
783 |
-
#: admin/views/section_defaults.php:251
|
784 |
-
msgid "Text with images in WordPress editor"
|
785 |
-
msgstr "Los textos con imágenes en el editor de WordPress"
|
786 |
-
|
787 |
-
#: admin/class-quick-featured-images-settings.php:705
|
788 |
-
msgid ""
|
789 |
-
"The additional column in the media library lists all posts for which the "
|
790 |
-
"image is set as featured."
|
791 |
-
msgstr ""
|
792 |
-
|
793 |
-
#: admin/class-quick-featured-images-settings.php:687
|
794 |
-
msgid ""
|
795 |
-
"The additional columns give you a quick overview about all used featured "
|
796 |
-
"images for every post. The Featured Image column is sortable."
|
797 |
-
msgstr ""
|
798 |
-
"Las columnas adicionales te ofrecen una rápida visión general de todas las "
|
799 |
-
"imágenes destacadas usadas por cada post La columna de la imagen destacada "
|
800 |
-
"es clasificable."
|
801 |
-
|
802 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:219
|
803 |
-
msgid ""
|
804 |
-
"The current theme does not support featured images. Anyway you can use this "
|
805 |
-
"plugin. The effects are stored and will be visible in a theme which supports "
|
806 |
-
"featured images."
|
807 |
-
msgstr ""
|
808 |
-
"El tema actual no soporta las imágenes destacadas. Sea lo que sea, puedes "
|
809 |
-
"usar este plugin. Los efectos son almacenados y serán visibles en el tema "
|
810 |
-
"que soporta las imágenes destacadas."
|
811 |
-
|
812 |
-
#: admin/class-quick-featured-images-tools.php:758
|
813 |
-
#, php-format
|
814 |
-
msgid "The input field %s has an invalid value."
|
815 |
-
msgstr "El valor del campo %s de la entrada es inválido."
|
816 |
-
|
817 |
-
#: admin/class-quick-featured-images-tools.php:742
|
818 |
-
#, php-format
|
819 |
-
msgid "The input field %s is empty."
|
820 |
-
msgstr "El campo de entrada %s está vacío."
|
821 |
-
|
822 |
-
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
823 |
-
msgid ""
|
824 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
825 |
-
"post in a new window by clicking on its link in the list."
|
826 |
-
msgstr ""
|
827 |
-
"La lista está ordenada alfabéticamente por el titulo de post. Puedes editar "
|
828 |
-
"post en una ventana nueva al hacer clic en su enlace en la lista."
|
829 |
-
|
830 |
-
#: admin/class-quick-featured-images-admin.php:278
|
831 |
-
#, php-format
|
832 |
-
msgid ""
|
833 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
834 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
835 |
-
"to the latest version."
|
836 |
-
msgstr ""
|
837 |
-
"El plugin requiere la versión %s de WordPress o superior. Por lo tanto "
|
838 |
-
"WordPress no lo ha activado. Si quieres usar este plugin debes actualizar "
|
839 |
-
"los archivos de Word Press a la última versión."
|
840 |
-
|
841 |
-
#: admin/class-quick-featured-images-settings.php:671
|
842 |
-
#, php-format
|
843 |
-
msgid ""
|
844 |
-
"The rules as set in “%s” work on posts independently of this "
|
845 |
-
"setting."
|
846 |
-
msgstr ""
|
847 |
-
"Las normas que figuran en “%s” funciona en los mensajes "
|
848 |
-
"independientemente de este ajuste."
|
849 |
-
|
850 |
-
#: admin/views/filter_category.php:14
|
851 |
-
msgid "The selection of a category includes all of its subcategories."
|
852 |
-
msgstr ""
|
853 |
-
|
854 |
-
#: admin/views/form_refine.php:54
|
855 |
-
msgid ""
|
856 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
857 |
-
"clicking on the next button."
|
858 |
-
msgstr ""
|
859 |
-
"No hay ningún filtro seleccionado. Modifica su selección de los filtros o "
|
860 |
-
"simplemente continúa haciendo clic en el botón siguiente."
|
861 |
-
|
862 |
-
#: admin/views/filter_tag.php:20
|
863 |
-
msgid "There are no tags in use."
|
864 |
-
msgstr "No hay ninguna etiqueta en uso."
|
865 |
-
|
866 |
-
#: admin/class-quick-featured-images-tools.php:750
|
867 |
-
msgid "There is no selected image."
|
868 |
-
msgstr "No hay ninguna imagen seleccionada."
|
869 |
-
|
870 |
-
#: admin/views/form_start.php:18
|
871 |
-
msgid ""
|
872 |
-
"There is no undo function! It is strongly recommended that you make a backup "
|
873 |
-
"of the WordPress database before you perform mass changes."
|
874 |
-
msgstr ""
|
875 |
-
"¡No hay función ‘’ deshacer’’! Se recomienda encarecidamente que hagas una "
|
876 |
-
"copia de seguridad de la base de datos de WordPress antes de que realices "
|
877 |
-
"modificaciones en masa."
|
878 |
-
|
879 |
-
#: admin/views/form_start.php:102
|
880 |
-
msgid "These actions do not require a selected image."
|
881 |
-
msgstr "Estas acciones no requieren la imagen seleccionada."
|
882 |
-
|
883 |
-
#: admin/views/form_start.php:68
|
884 |
-
msgid ""
|
885 |
-
"These actions require at least one selected image with the following button."
|
886 |
-
msgstr ""
|
887 |
-
"Estas acciones requieren por lo menos una imagen seleccionada por el "
|
888 |
-
"siguiente botón."
|
889 |
-
|
890 |
-
#: admin/views/form_start.php:22
|
891 |
-
msgid "These actions require to select an image with the following button."
|
892 |
-
msgstr ""
|
893 |
-
"Estas acciones requieren que se seleccione una imagen con el siguiente botón."
|
894 |
-
|
895 |
-
#: admin/class-quick-featured-images-settings.php:677
|
896 |
-
msgid "This page is accessible for administrators only."
|
897 |
-
msgstr "Esta página es accesible sólo para los administradores."
|
898 |
-
|
899 |
-
#: admin/class-quick-featured-images-settings.php:676
|
900 |
-
msgid ""
|
901 |
-
"This setting controls as well whether a user will see in an image column the "
|
902 |
-
"thumbnails with action links or the thumbnails only. To switch image columns "
|
903 |
-
"on and off use the section above."
|
904 |
-
msgstr ""
|
905 |
-
"Este ajuste controla así si un usuario verá en una columna de imagen "
|
906 |
-
"destacada con los enlaces de acción o sólo las imágenes destacadas. Para "
|
907 |
-
"controlar la columna usando la porción superior."
|
908 |
-
|
909 |
-
#: admin/views/form_select.php:116
|
910 |
-
#| msgid ""
|
911 |
-
#| "This way is not as fast as one single run, but still much faster than "
|
912 |
-
#| "setting the images for each post manually."
|
913 |
-
msgid ""
|
914 |
-
"To achieve that use the filters and repeat the process until your task is "
|
915 |
-
"done. This way is not as fast as one single run, but still much faster than "
|
916 |
-
"setting the images for each post manually."
|
917 |
-
msgstr ""
|
918 |
-
|
919 |
-
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
920 |
-
msgid ""
|
921 |
-
"To select multiple images click on the button and use the CTRL key while "
|
922 |
-
"clicking on the images."
|
923 |
-
msgstr ""
|
924 |
-
"Para seleccionar las imágenes múltiples, haz el clic en el botón y usa la "
|
925 |
-
"tecla CTRL mientras estás haciendo clic en las imágenes."
|
926 |
-
|
927 |
-
#: admin/views/section_defaults.php:211
|
928 |
-
msgid ""
|
929 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
930 |
-
"rule which is defined only partially will be ignored."
|
931 |
-
msgstr ""
|
932 |
-
"Para usar la regla, elige la imagen y establece la taxonomía y el valor. La "
|
933 |
-
"regla que es sólo parcialmente definida, será ignorada."
|
934 |
-
|
935 |
-
#: admin/class-quick-featured-images-tools.php:743
|
936 |
-
msgid "Type in a value into the input field."
|
937 |
-
msgstr "Escribe el valor en el campo de la entrada."
|
938 |
-
|
939 |
-
#: admin/class-quick-featured-images-tools.php:759
|
940 |
-
msgid "Type in valid values in the input field."
|
941 |
-
msgstr "El valor del campo de la entrada es inválido."
|
942 |
-
|
943 |
-
#: admin/class-quick-featured-images-tools.php:763
|
944 |
-
msgid "Type in values stored by WordPress."
|
945 |
-
msgstr "Escribe los valores válidos en el campo de la entrada."
|
946 |
-
|
947 |
-
#: admin/views/section_results.php:20
|
948 |
-
msgid "Unchanged"
|
949 |
-
msgstr "Sin alterar"
|
950 |
-
|
951 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:119
|
952 |
-
msgid "Use CTRL for multiple choice"
|
953 |
-
msgstr "Utilice CTRL para selección múltiple"
|
954 |
-
|
955 |
-
#. title of the section.
|
956 |
-
#: admin/class-quick-featured-images-settings.php:455
|
957 |
-
msgid "Visibility of the plugin"
|
958 |
-
msgstr "Visibilidad del plugin"
|
959 |
-
|
960 |
-
#: admin/class-quick-featured-images-admin.php:484
|
961 |
-
#, php-format
|
962 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
963 |
-
msgstr "Bienvenido a %s! Puedes encontrar el plugin en %s."
|
964 |
-
|
965 |
-
#: admin/views/form_start.php:12
|
966 |
-
msgid "What do you want to do?"
|
967 |
-
msgstr "¿Qué quieres hacer?"
|
968 |
-
|
969 |
-
#: admin/views/form_refine.php:10
|
970 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
971 |
-
msgstr "Haga lo que haga: Puedes confirmar su elección en la página siguiente."
|
972 |
-
|
973 |
-
#: admin/views/form_start.php:15
|
974 |
-
msgid "Whatever you select: You can refine your choice on the next page."
|
975 |
-
msgstr ""
|
976 |
-
"Cualquier cosa que selecciones: puedes refinar su selección en la página "
|
977 |
-
"siguiente."
|
978 |
-
|
979 |
-
#: admin/class-quick-featured-images-settings.php:463
|
980 |
-
msgid "Which user role may see the plugin?"
|
981 |
-
msgstr "¿Qué rol de usuario puede ver el plugin?"
|
982 |
-
|
983 |
-
#: admin/views/form_confirm.php:19
|
984 |
-
msgid "written on"
|
985 |
-
msgstr "escrito en"
|
986 |
-
|
987 |
-
#: admin/class-quick-featured-images-tools.php:473
|
988 |
-
#, php-format
|
989 |
-
msgid "Wrong image ID %d"
|
990 |
-
msgstr "La identificación de la imagen incorrecta ID %d"
|
991 |
-
|
992 |
-
#: admin/views/section_header_progress.php:17
|
993 |
-
msgid "You are here"
|
994 |
-
msgstr "Tu estas aquí"
|
995 |
-
|
996 |
-
#: admin/views/form_select.php:38 admin/views/form_select.php:48
|
997 |
-
msgid "You can control the process with the following options."
|
998 |
-
msgstr "Puedes controlar el proceso con las opciones siguientes."
|
999 |
-
|
1000 |
-
#: admin/views/form_confirm.php:121
|
1001 |
-
msgid "You can not undo the operation!"
|
1002 |
-
msgstr "¡No puedes deshacer la operación!"
|
1003 |
-
|
1004 |
-
#: admin/views/form_select.php:89
|
1005 |
-
msgid ""
|
1006 |
-
"You can select multiple filters. They will return an intersection of their "
|
1007 |
-
"results."
|
1008 |
-
msgstr ""
|
1009 |
-
"Puedes seleccionar los filtros múltiples. Ellos devolverán la intersección "
|
1010 |
-
"de sus resultados."
|
1011 |
-
|
1012 |
-
#: admin/views/form_select.php:18
|
1013 |
-
msgid "You can select multiple images. Select at least one image."
|
1014 |
-
msgstr ""
|
1015 |
-
"Puedes seleccionar las imágenes múltiples. Selecciona una imagen por lo "
|
1016 |
-
"menos."
|
1017 |
-
|
1018 |
-
#: admin/views/form_select.php:11
|
1019 |
-
msgid ""
|
1020 |
-
"You did not have selected an image from the list below. To go on select at "
|
1021 |
-
"least one image you want to replace by the selected image."
|
1022 |
-
msgstr ""
|
1023 |
-
"No has seleccionado la imagen de la lista que aparece a continuación. Para "
|
1024 |
-
"continuar, selecciona por lo menos una imagen que quieres reemplazar por la "
|
1025 |
-
"imagen seleccionada."
|
1026 |
-
|
1027 |
-
#: admin/class-quick-featured-images-tools.php:754
|
1028 |
-
#: admin/views/section_image.php:51
|
1029 |
-
msgid "You have not selected an action."
|
1030 |
-
msgstr "No has seleccionado ninguna acción."
|
1031 |
-
|
1032 |
-
#: admin/views/section_image.php:42
|
1033 |
-
msgid "Your selected action"
|
1034 |
-
msgstr "Tu acción seleccionada"
|
1035 |
-
|
1036 |
-
#: admin/views/section_image.php:90
|
1037 |
-
msgid "Your selected filters"
|
1038 |
-
msgstr "Tus filtros seleccionados"
|
1039 |
-
|
1040 |
-
#: admin/views/section_image.php:68
|
1041 |
-
msgid "Your selected options"
|
1042 |
-
msgstr "Tus opciones seleccionadas"
|
1043 |
-
|
1044 |
-
#: admin/views/section_image.php:9
|
1045 |
-
msgid "Your selected thumbnail"
|
1046 |
-
msgstr "Tu miniatura seleccionada"
|
1047 |
-
|
1048 |
-
#: admin/views/section_image.php:23
|
1049 |
-
msgid "Your selected thumbnails"
|
1050 |
-
msgstr "Tus miniaturas seleccionadas"
|
1051 |
-
|
1052 |
-
#: admin/views/section_image.php:1
|
1053 |
-
msgid "Your selection"
|
1054 |
-
msgstr "Tu selección"
|
1055 |
-
|
1056 |
-
#. Description of the plugin
|
1057 |
-
#: admin/class-quick-featured-images-admin.php:215
|
1058 |
-
msgid ""
|
1059 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
1060 |
-
"delete them in bulk, in posts lists and set default images for future posts."
|
1061 |
-
msgstr ""
|
1062 |
-
"Tu ahorro de tiempo, la navaja suiza para las imágenes destacadas: "
|
1063 |
-
"Establécelas, reemplázalas y bórralas a granel, en la lista de mensajes y "
|
1064 |
-
"configurar imágenes por defecto para mensajes futuros."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/quick-featured-images-fr_FR.mo
DELETED
Binary file
|
languages/quick-featured-images-fr_FR.po
DELETED
@@ -1,1059 +0,0 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Quick Featured Images\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date: 2020-12-16 16:06+0100\n"
|
8 |
-
"PO-Revision-Date: 2021-02-21 20:02+0000\n"
|
9 |
-
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
-
"Language-Team: French (France)\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: Loco https://localise.biz/\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/views/form_confirm.php:2
|
23 |
-
#, php-format
|
24 |
-
msgid "%d matches found"
|
25 |
-
msgstr "%d résultats trouvés"
|
26 |
-
|
27 |
-
#: admin/class-quick-featured-images-tools.php:746
|
28 |
-
#, php-format
|
29 |
-
msgid "%s is not defined."
|
30 |
-
msgstr "%s n'est pas défini."
|
31 |
-
|
32 |
-
#: admin/class-quick-featured-images-columns.php:278
|
33 |
-
msgid "(external image)"
|
34 |
-
msgstr "(image externe)"
|
35 |
-
|
36 |
-
#: admin/views/form_start.php:63
|
37 |
-
msgid ""
|
38 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
39 |
-
"Further links are appearing, among them the link "Bulk set as featured "
|
40 |
-
"image". 3. After a click on it you can move on in this plugin."
|
41 |
-
msgstr ""
|
42 |
-
"1. Allez dans la bibliothèque de médias. 2. Positionnez la souris sur "
|
43 |
-
"l’image souhaitée. Des liens vont apparaître, dont le lien « installer en "
|
44 |
-
"image mise en avant ». 3. Après un clic dessus, vous pouvez passer à cette "
|
45 |
-
"extension."
|
46 |
-
|
47 |
-
#: admin/views/form_start.php:21
|
48 |
-
msgid "Actions with a single image"
|
49 |
-
msgstr "Actions avec une seule image"
|
50 |
-
|
51 |
-
#: admin/views/form_start.php:67
|
52 |
-
msgid "Actions with multiple images"
|
53 |
-
msgstr "Actions avec plusieurs images"
|
54 |
-
|
55 |
-
#: admin/views/form_start.php:101
|
56 |
-
msgid "Actions without any selected image"
|
57 |
-
msgstr "Actions sans image sélectionnée"
|
58 |
-
|
59 |
-
#: admin/class-quick-featured-images-settings.php:618
|
60 |
-
msgid ""
|
61 |
-
"Activate the checkbox to show the extra column in the media library. If you "
|
62 |
-
"would not see the new column in the library switch the appereance of the "
|
63 |
-
"library to List mode. The post titles are links to the respective post edit "
|
64 |
-
"page."
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/class-quick-featured-images-settings.php:596
|
68 |
-
msgid ""
|
69 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
70 |
-
"post lists."
|
71 |
-
msgstr ""
|
72 |
-
"Activer les checkboxes dans chaque type de contenu pour voir les colonnes "
|
73 |
-
"supplémentaires dans les listes d'articles."
|
74 |
-
|
75 |
-
#: admin/views/section_defaults.php:242
|
76 |
-
msgid ""
|
77 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
78 |
-
"a post"
|
79 |
-
msgstr ""
|
80 |
-
"Activer pour remplacer automatiquement une image en avant existante lors de "
|
81 |
-
"la sauvegarde de l'article"
|
82 |
-
|
83 |
-
#: admin/views/section_defaults.php:255
|
84 |
-
msgid ""
|
85 |
-
"Activate to automatically use the first content image if available in the "
|
86 |
-
"media library as featured image while saving a post"
|
87 |
-
msgstr ""
|
88 |
-
"Activez pour utiliser automatiquement la première image de contenu si "
|
89 |
-
"disponible dans la bibliothèque multimédia comme image mise en avant lors de "
|
90 |
-
"la sauvegarde d'une publication."
|
91 |
-
|
92 |
-
#: admin/class-quick-featured-images-tools.php:576
|
93 |
-
msgid "Add filter"
|
94 |
-
msgstr "Ajouter un filtre"
|
95 |
-
|
96 |
-
#: admin/views/section_defaults.php:491
|
97 |
-
msgid "Add rule"
|
98 |
-
msgstr "Ajouter une règle"
|
99 |
-
|
100 |
-
#: admin/views/section_defaults.php:238
|
101 |
-
msgid "An image overwrites an existing image"
|
102 |
-
msgstr "Une image remplace une image existante"
|
103 |
-
|
104 |
-
#: admin/views/section_defaults.php:496
|
105 |
-
msgid "Are you sure to remove this rule?"
|
106 |
-
msgstr "Voulez-vous vraiment retirer cette règle ?"
|
107 |
-
|
108 |
-
#: admin/views/section_defaults.php:511
|
109 |
-
msgid ""
|
110 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
111 |
-
"the post it is unforeseeable which image will become the featured image."
|
112 |
-
msgstr ""
|
113 |
-
"Gardez en mémoire que si 2 règles ou plus avec la même taxinomie "
|
114 |
-
"correspondaient à l’article, il est imprévisible de savoir quelle image sera "
|
115 |
-
"installée comme image mise en avant."
|
116 |
-
|
117 |
-
#: admin/class-quick-featured-images-tools.php:2057
|
118 |
-
msgid "Bulk set as featured image"
|
119 |
-
msgstr "Traitement en masse: Installation comme images en avant"
|
120 |
-
|
121 |
-
#: admin/class-quick-featured-images-tools.php:1948
|
122 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
123 |
-
msgstr ""
|
124 |
-
"Traitement en masse: Installation, remplacement, suppression d'images en "
|
125 |
-
"avant dans des articles existants"
|
126 |
-
|
127 |
-
#: admin/views/form_confirm.php:20
|
128 |
-
msgid "by"
|
129 |
-
msgstr "par"
|
130 |
-
|
131 |
-
#: admin/class-quick-featured-images-tools.php:602
|
132 |
-
msgid "Category Filter"
|
133 |
-
msgstr "Filtre de catégorie"
|
134 |
-
|
135 |
-
#: admin/class-quick-featured-images-columns.php:279
|
136 |
-
#, php-format
|
137 |
-
msgid "Change “%s”"
|
138 |
-
msgstr "Changer “%s”"
|
139 |
-
|
140 |
-
#: admin/views/section_results.php:19
|
141 |
-
msgid "Changed successfully"
|
142 |
-
msgstr "Changés avec succès"
|
143 |
-
|
144 |
-
#: admin/class-quick-featured-images-tools.php:747
|
145 |
-
msgid "Check how to define the value."
|
146 |
-
msgstr "Voir comment définir la valeur."
|
147 |
-
|
148 |
-
#: admin/views/form_start.php:57
|
149 |
-
msgid "Choose Image"
|
150 |
-
msgstr "Choisir une image"
|
151 |
-
|
152 |
-
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
153 |
-
msgid "Choose Images"
|
154 |
-
msgstr "Choisir les images"
|
155 |
-
|
156 |
-
#. title of the section.
|
157 |
-
#: admin/class-quick-featured-images-settings.php:419
|
158 |
-
msgid "Column in the library for posts with assigned featured image"
|
159 |
-
msgstr ""
|
160 |
-
|
161 |
-
#. title of the section.
|
162 |
-
#: admin/class-quick-featured-images-settings.php:383
|
163 |
-
msgid "Columns for featured images in posts lists"
|
164 |
-
msgstr "Colonnes pour les « images mises en avant » dans les listes d’articles"
|
165 |
-
|
166 |
-
#: admin/class-quick-featured-images-tools.php:578
|
167 |
-
msgid "Confirm"
|
168 |
-
msgstr "Valider"
|
169 |
-
|
170 |
-
#: admin/views/form_confirm.php:120
|
171 |
-
msgid "Confirm the change"
|
172 |
-
msgstr "Confirmer le changement"
|
173 |
-
|
174 |
-
#: admin/class-quick-featured-images-tools.php:597
|
175 |
-
msgid "Consider only posts without any featured image"
|
176 |
-
msgstr "Ne considérer que les articles sans image en avant"
|
177 |
-
|
178 |
-
#: admin/class-quick-featured-images-settings.php:696
|
179 |
-
msgid "Controls which minimum user role can see the plugin."
|
180 |
-
msgstr "Controle quels niveaux d'autorisation peuvent voir le plugin."
|
181 |
-
|
182 |
-
#: admin/views/section_footer.php:16
|
183 |
-
msgid "Credits and informations"
|
184 |
-
msgstr "Crédits et informations"
|
185 |
-
|
186 |
-
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
187 |
-
msgid "Current Featured Image"
|
188 |
-
msgstr "Image en avant actuelle"
|
189 |
-
|
190 |
-
#: admin/views/section_defaults.php:208
|
191 |
-
msgid "Default featured images for future posts"
|
192 |
-
msgstr "Image mise en avant par défaut pour les futurs articles"
|
193 |
-
|
194 |
-
#: admin/views/section_defaults.php:210
|
195 |
-
msgid ""
|
196 |
-
"Define the rules to use images as default featured images automatically "
|
197 |
-
"every time a post is saved."
|
198 |
-
msgstr ""
|
199 |
-
"Définir les règles pour utiliser les images installées comme images en avant "
|
200 |
-
"par défaut chaque fois que l'article est sauvegardé."
|
201 |
-
|
202 |
-
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
203 |
-
msgid "Details"
|
204 |
-
msgstr "Détails"
|
205 |
-
|
206 |
-
#: admin/class-quick-featured-images-settings.php:615
|
207 |
-
msgid ""
|
208 |
-
"Display a new column in the media library with the titles of the posts for "
|
209 |
-
"which the corresponding image is set as featured image"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:87
|
213 |
-
msgid "Do you like the plugin?"
|
214 |
-
msgstr "Aimez-vous cette extension ?"
|
215 |
-
|
216 |
-
#: admin/views/section_footer.php:19
|
217 |
-
msgid "Do you need support or have an idea for the plugin?"
|
218 |
-
msgstr ""
|
219 |
-
"Avez-vous besoin d’aide ou avez-vous une suggestion pour cette extension ?"
|
220 |
-
|
221 |
-
#: admin/views/section_footer.php:20
|
222 |
-
#, php-format
|
223 |
-
msgid "Download plugin %s at %s!"
|
224 |
-
msgstr "Téléchargez l’extension %s à %s !"
|
225 |
-
|
226 |
-
#: admin/views/section_errormsg.php:1
|
227 |
-
msgid "Error"
|
228 |
-
msgstr "Erreur"
|
229 |
-
|
230 |
-
#: admin/views/section_defaults.php:500
|
231 |
-
msgid ""
|
232 |
-
"Every time you save a post the post get the featured image if one of the "
|
233 |
-
"following rules match a property of the post. You can also set rules for "
|
234 |
-
"pages and all other current post types which support featured images."
|
235 |
-
msgstr ""
|
236 |
-
"Chaque fois que vous enregistrez un contenu, la publication récupère l’image "
|
237 |
-
"mise en avant si l'une des règles suivantes correspond à une propriété de la "
|
238 |
-
"publication. Vous pouvez également définir des règles pour les pages et tous "
|
239 |
-
"les autres types de messages actuels qui prennent en charge les images mises "
|
240 |
-
"en avant."
|
241 |
-
|
242 |
-
#: admin/views/form_select.php:115
|
243 |
-
#| msgid ""
|
244 |
-
#| "Facing a white blank page while trying to treat thousands of posts is the "
|
245 |
-
#| "effect of limited memory capacities on the website server. Instead of "
|
246 |
-
#| "treating a huge amount of posts in one single go try to treat small "
|
247 |
-
#| "amounts of posts multiple times successively. To achieve that do:"
|
248 |
-
msgid ""
|
249 |
-
"Facing a white blank page while trying to treat thousands of posts is the "
|
250 |
-
"effect of limited memory capacities on the website server. Instead of "
|
251 |
-
"treating a huge amount of posts in one single go try to treat small amounts "
|
252 |
-
"of posts multiple times successively."
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: admin/class-quick-featured-images-columns.php:652
|
256 |
-
msgid "Featured image for"
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#: admin/views/form_refine.php:18
|
260 |
-
#, php-format
|
261 |
-
msgid "File %s is not available."
|
262 |
-
msgstr "Le fichier %s n'est pas disponible."
|
263 |
-
|
264 |
-
#: admin/views/section_defaults.php:258
|
265 |
-
msgid "For which post types should this rule be applied?"
|
266 |
-
msgstr "À quels types de contenu cette règle doit-elle être appliquée ?"
|
267 |
-
|
268 |
-
#: admin/views/section_defaults.php:503
|
269 |
-
msgid "found first content image. If not then..."
|
270 |
-
msgstr "a trouvé la première image du contenu. Sinon..."
|
271 |
-
|
272 |
-
#: admin/views/form_confirm.php:18
|
273 |
-
msgid "Future Featured Image"
|
274 |
-
msgstr "Future image en avant"
|
275 |
-
|
276 |
-
#: admin/views/form_start.php:14
|
277 |
-
msgid ""
|
278 |
-
"Here you can add, replace and delete featured images to your posts. Select "
|
279 |
-
"one of the following actions and, if necessary, one or more images."
|
280 |
-
msgstr ""
|
281 |
-
"Vous pouvez ici ajouter, remplacer et supprimer les images en avant de vos "
|
282 |
-
"messages. Chosissez une des actions suivantes et si nécessaire, une ou "
|
283 |
-
"plusieurs images."
|
284 |
-
|
285 |
-
#: admin/views/section_defaults.php:499
|
286 |
-
msgid "How the rules work"
|
287 |
-
msgstr "Comment fonctionnent les règles"
|
288 |
-
|
289 |
-
#. URI of the plugin
|
290 |
-
msgid "http://wordpress.org/plugins/quick-featured-images"
|
291 |
-
msgstr "http://wordpress.org/plugins/quick-featured-images"
|
292 |
-
|
293 |
-
#. Author URI of the plugin
|
294 |
-
msgid ""
|
295 |
-
"https://www.kybernetik-services.com/?"
|
296 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
297 |
-
"images&utm_content=author"
|
298 |
-
msgstr ""
|
299 |
-
"https://www.kybernetik-services.com/?"
|
300 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
301 |
-
"images&utm_content=author"
|
302 |
-
|
303 |
-
#: admin/views/section_defaults.php:244
|
304 |
-
msgid ""
|
305 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
306 |
-
"an existing featured image with the new one based on the following rules. Do "
|
307 |
-
"not use this if you want to keep manually set featured images."
|
308 |
-
msgstr ""
|
309 |
-
"Si activée, cette règle est utilisée pour automatiquement remplacer une "
|
310 |
-
"image en avant par une nouvelle choisie en fonction des règles, lors de la "
|
311 |
-
"sauvegarde d'un article. Ne l'utilisez pas si vous voulez garder l'image en "
|
312 |
-
"avant présente."
|
313 |
-
|
314 |
-
#: admin/views/section_defaults.php:257
|
315 |
-
msgid ""
|
316 |
-
"If activated the rule is used automatically while saving a post to set the "
|
317 |
-
"first content image - if available in the media library - as the featured "
|
318 |
-
"image of the post. If the post has no content images the next rules will be "
|
319 |
-
"applied."
|
320 |
-
msgstr ""
|
321 |
-
"Si activée, la règle est utilisée automatiquement lors de la sauvegarde "
|
322 |
-
"d’une publication pour définir la première image de contenu (si disponible "
|
323 |
-
"dans la bibliothèque multimédia) comme image mise en avant de la publication."
|
324 |
-
" Si la publication n’a pas d’images de contenu, les règles suivantes seront "
|
325 |
-
"appliquées."
|
326 |
-
|
327 |
-
#: admin/views/form_start.php:61
|
328 |
-
msgid "If the button does not work, read this:"
|
329 |
-
msgstr "Si le bouton ne fonctionne pas, lisez ceci :"
|
330 |
-
|
331 |
-
#: admin/views/section_image.php:55
|
332 |
-
msgid "If wrong action start again"
|
333 |
-
msgstr "En cas d'erreur d'action, recommencez"
|
334 |
-
|
335 |
-
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
336 |
-
msgid "If wrong image start again"
|
337 |
-
msgstr "En cas de mauvaise image, recommencez"
|
338 |
-
|
339 |
-
#: admin/views/form_select.php:114
|
340 |
-
msgid "If you encounter a white, blank page, read this"
|
341 |
-
msgstr "En cas de page vide lisez ceci"
|
342 |
-
|
343 |
-
#: admin/views/form_select.php:88
|
344 |
-
msgid ""
|
345 |
-
"If you want select one of the following filters to narrow down the set of "
|
346 |
-
"concerned posts and pages."
|
347 |
-
msgstr ""
|
348 |
-
"Si vous voulez, choisissez un des filtres suivants pour réduire la liste des "
|
349 |
-
"articles et pages concernés."
|
350 |
-
|
351 |
-
#: admin/views/form_back_to_selection.php:3
|
352 |
-
msgid ""
|
353 |
-
"If you want to change your former selection just go back by clicking on this "
|
354 |
-
"button."
|
355 |
-
msgstr ""
|
356 |
-
"Si vous voulez changer votre précédente sélection revenez en arrière en "
|
357 |
-
"cliquant sur ce bouton."
|
358 |
-
|
359 |
-
#: admin/class-quick-featured-images-tools.php:633
|
360 |
-
msgid "Image height in pixels lower than"
|
361 |
-
msgstr "Hauteur d'image en pixels inférieure à"
|
362 |
-
|
363 |
-
#: admin/views/section_image.php:12
|
364 |
-
msgid "Image title"
|
365 |
-
msgstr "Titre de l’image"
|
366 |
-
|
367 |
-
#: admin/class-quick-featured-images-tools.php:632
|
368 |
-
msgid "Image width in pixels lower than"
|
369 |
-
msgstr "Largeur d'image en pixels inférieure à"
|
370 |
-
|
371 |
-
#: admin/views/form_start.php:17
|
372 |
-
msgid "Important advice"
|
373 |
-
msgstr "Conseil important"
|
374 |
-
|
375 |
-
#. Author of the plugin
|
376 |
-
msgid "Kybernetik Services"
|
377 |
-
msgstr "Kybernetik Services"
|
378 |
-
|
379 |
-
#: admin/views/section_footer.php:20
|
380 |
-
msgid ""
|
381 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
382 |
-
"fast plugin"
|
383 |
-
msgstr ""
|
384 |
-
"Laissez les miniatures apparaître dans le widget des articles les plus "
|
385 |
-
"récents avec cette extension rapide."
|
386 |
-
|
387 |
-
#: admin/views/section_overview.php:17
|
388 |
-
msgid "Manage featured images in a quick way"
|
389 |
-
msgstr "Gérer les images en avant de manière rapide"
|
390 |
-
|
391 |
-
#: admin/views/section_defaults.php:507
|
392 |
-
msgid "matched author. If not then..."
|
393 |
-
msgstr "a correspondu avec l'auteur. Sinon..."
|
394 |
-
|
395 |
-
#: admin/views/section_defaults.php:506
|
396 |
-
msgid "matched category. If not then..."
|
397 |
-
msgstr "a correspondu avec la catégorie. Sinon..."
|
398 |
-
|
399 |
-
#: admin/views/section_defaults.php:504
|
400 |
-
msgid "matched custom taxonomy. If not then..."
|
401 |
-
msgstr "a correspondu avec la taxinomie voulue. Sinon..."
|
402 |
-
|
403 |
-
#: admin/views/section_defaults.php:508
|
404 |
-
msgid "matched post type. If not then..."
|
405 |
-
msgstr "a correspondu avec le type de contenu. Sinon..."
|
406 |
-
|
407 |
-
#: admin/views/section_defaults.php:505
|
408 |
-
msgid "matched tag. If not then..."
|
409 |
-
msgstr "a correspondu avec l'étiquette. Sinon..."
|
410 |
-
|
411 |
-
#: admin/views/section_defaults.php:16
|
412 |
-
msgid "matches"
|
413 |
-
msgstr "corresponds"
|
414 |
-
|
415 |
-
#: admin/class-quick-featured-images-settings.php:630
|
416 |
-
msgid "Minimum user role to see the plugin in the backend"
|
417 |
-
msgstr "Niveau minimum requis pour voir le plugin"
|
418 |
-
|
419 |
-
#: admin/views/form_back_to_selection.php:42
|
420 |
-
msgid "Modify selection"
|
421 |
-
msgstr "Changer la sélection"
|
422 |
-
|
423 |
-
#: admin/views/section_defaults.php:509
|
424 |
-
msgid "no featured image."
|
425 |
-
msgstr "aucune image mise en avant."
|
426 |
-
|
427 |
-
#: admin/views/section_results.php:82
|
428 |
-
msgid "No matches found."
|
429 |
-
msgstr "Rien de trouvé."
|
430 |
-
|
431 |
-
#: admin/views/section_image.php:106
|
432 |
-
msgid "No selected filters"
|
433 |
-
msgstr "Pas de filtre sélectionné"
|
434 |
-
|
435 |
-
#: admin/views/section_image.php:84
|
436 |
-
msgid "No selected options"
|
437 |
-
msgstr "Aucune option sélectionnée"
|
438 |
-
|
439 |
-
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
440 |
-
#: admin/views/section_results.php:18
|
441 |
-
msgid "No."
|
442 |
-
msgstr "Aucun."
|
443 |
-
|
444 |
-
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
445 |
-
#: admin/views/section_defaults.php:217
|
446 |
-
msgid "Notice"
|
447 |
-
msgstr "Avertissement"
|
448 |
-
|
449 |
-
#: admin/views/form_refine.php:9
|
450 |
-
msgid ""
|
451 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
452 |
-
msgstr ""
|
453 |
-
"Vous pouvez maintenant trouver articles et pages par correspondance de "
|
454 |
-
"paramètres. Affinez-les ici."
|
455 |
-
|
456 |
-
#: admin/views/form_select.php:121
|
457 |
-
msgid ""
|
458 |
-
"On the next page you can refine the filters. If you did not select any "
|
459 |
-
"filter you will go to the preview list directly."
|
460 |
-
msgstr ""
|
461 |
-
"Sur la page suivante vous pouvez redéfinir les filtres. Si vous n'en "
|
462 |
-
"choisissez aucun vous irez directement sur la prévisualisation de la liste."
|
463 |
-
|
464 |
-
#: admin/views/form_select.php:85
|
465 |
-
msgid "Optional: Add a filter"
|
466 |
-
msgstr "Option : ajouter un filtre"
|
467 |
-
|
468 |
-
#: admin/views/form_select.php:45
|
469 |
-
msgid "Optional: Select options"
|
470 |
-
msgstr "Option: Choix des options"
|
471 |
-
|
472 |
-
#: admin/views/form_confirm.php:182
|
473 |
-
msgid "or refine your selection with the following form fields."
|
474 |
-
msgstr "ou affinez votre sélection avec les champs suivants."
|
475 |
-
|
476 |
-
#: admin/views/form_select.php:53
|
477 |
-
msgid "Overwrite existing featured images with new ones"
|
478 |
-
msgstr "Remplacer les images en avant existantes par des nouvelles"
|
479 |
-
|
480 |
-
#: admin/class-quick-featured-images-tools.php:596
|
481 |
-
msgid "Overwrite featured images"
|
482 |
-
msgstr "Remplacer les images en avant"
|
483 |
-
|
484 |
-
#: admin/class-quick-featured-images-tools.php:579
|
485 |
-
msgid "Perform"
|
486 |
-
msgstr "Exécuter"
|
487 |
-
|
488 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:88
|
489 |
-
msgid "Please rate it at wordpress.org!"
|
490 |
-
msgstr "Veuillez mettre une évaluation sur WordPress.org !"
|
491 |
-
|
492 |
-
#: admin/class-quick-featured-images-settings.php:432
|
493 |
-
msgid "Post list column in the library"
|
494 |
-
msgstr ""
|
495 |
-
|
496 |
-
#: admin/views/section_defaults.php:59
|
497 |
-
msgid "Post Type"
|
498 |
-
msgstr "Type de contenu"
|
499 |
-
|
500 |
-
#: admin/class-quick-featured-images-tools.php:601
|
501 |
-
msgid "Post Type Filter"
|
502 |
-
msgstr "Filtre de type de contenu"
|
503 |
-
|
504 |
-
#: admin/views/section_footer.php:19
|
505 |
-
msgid ""
|
506 |
-
"Post your questions and ideas about Quick Featured Images in the forum at "
|
507 |
-
"wordpress.org!"
|
508 |
-
msgstr ""
|
509 |
-
"Postez vos questions et idées sur Quick Featured Images dans le forum de "
|
510 |
-
"WordPress.org !"
|
511 |
-
|
512 |
-
#: admin/class-quick-featured-images-settings.php:396
|
513 |
-
msgid "Posts list with image column"
|
514 |
-
msgstr "Liste des articles avec la colonne d'images"
|
515 |
-
|
516 |
-
#: admin/views/form_select.php:63
|
517 |
-
msgid ""
|
518 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
519 |
-
"checked"
|
520 |
-
msgstr ""
|
521 |
-
"Les articles avec des images en avant seront ignorés, même si l'option "
|
522 |
-
"Remplacer est sélectionnée"
|
523 |
-
|
524 |
-
#: admin/class-quick-featured-images-defaults.php:277
|
525 |
-
msgid "Preset Featured Images"
|
526 |
-
msgstr "Préparer les images en avant"
|
527 |
-
|
528 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:29
|
529 |
-
msgid "Preview filtering"
|
530 |
-
msgstr "Prévisualiser le filtrage"
|
531 |
-
|
532 |
-
#: admin/views/form_confirm.php:1
|
533 |
-
msgid "Preview of your selection"
|
534 |
-
msgstr "Prévisualisation de votre sélection"
|
535 |
-
|
536 |
-
#: admin/views/form_select.php:47
|
537 |
-
msgid "Process Options"
|
538 |
-
msgstr "Option du processus"
|
539 |
-
|
540 |
-
#: admin/views/section_header_progress.php:15
|
541 |
-
msgid "Progress bar"
|
542 |
-
msgstr "Barre d’évolution du processus"
|
543 |
-
|
544 |
-
#. Name of the plugin
|
545 |
-
msgid "Quick Featured Images"
|
546 |
-
msgstr "Quick Featured Images"
|
547 |
-
|
548 |
-
#: admin/views/section_errormsg.php:3
|
549 |
-
msgid "Reason"
|
550 |
-
msgstr "Raison"
|
551 |
-
|
552 |
-
#: admin/class-quick-featured-images-tools.php:577
|
553 |
-
msgid "Refine"
|
554 |
-
msgstr "Peaufiner"
|
555 |
-
|
556 |
-
#: admin/views/form_refine.php:8
|
557 |
-
msgid "Refine filters"
|
558 |
-
msgstr "Affiner les filtres"
|
559 |
-
|
560 |
-
#: admin/views/form_refine.php:1
|
561 |
-
msgid "Refine your selection"
|
562 |
-
msgstr "Affiner votre sélection"
|
563 |
-
|
564 |
-
#: admin/views/form_select.php:37
|
565 |
-
msgid "Refine your selections"
|
566 |
-
msgstr "Affinez votre sélection"
|
567 |
-
|
568 |
-
#: admin/views/section_defaults.php:501
|
569 |
-
msgid ""
|
570 |
-
"Regardless of the order in the list the rules are applied in the following "
|
571 |
-
"order until a rule and a property of the post fit together:"
|
572 |
-
msgstr ""
|
573 |
-
"Quelque soit l'ordre dans la liste, les règles sont appliquées dans l'ordre "
|
574 |
-
"jusqu'à ce que la condition nécessaire soit remplie:"
|
575 |
-
|
576 |
-
#: admin/class-quick-featured-images-columns.php:280
|
577 |
-
#, php-format
|
578 |
-
msgid "Remove “%s”"
|
579 |
-
msgstr "Supprimer “%s”"
|
580 |
-
|
581 |
-
#: admin/class-quick-featured-images-tools.php:589
|
582 |
-
msgid "Remove all featured images without existing image files"
|
583 |
-
msgstr "Retirer les « images mises en avant » sans fichier image"
|
584 |
-
|
585 |
-
#: admin/class-quick-featured-images-tools.php:588
|
586 |
-
msgid "Remove any image as featured image"
|
587 |
-
msgstr "Supprimer toutes les images en avant"
|
588 |
-
|
589 |
-
#: admin/class-quick-featured-images-tools.php:585
|
590 |
-
msgid "Remove the selected image as featured image"
|
591 |
-
msgstr "Supprimer \"image en avant\" selectionnée"
|
592 |
-
|
593 |
-
#: admin/class-quick-featured-images-tools.php:584
|
594 |
-
msgid "Replace featured images by the selected image"
|
595 |
-
msgstr "Remplacer les \"images en avant\" par l'image sélectionnée"
|
596 |
-
|
597 |
-
#: admin/views/section_results.php:1
|
598 |
-
msgid "Results of the action"
|
599 |
-
msgstr "Résultats de l'action"
|
600 |
-
|
601 |
-
#: admin/views/form_select.php:94
|
602 |
-
msgid "Search by post type. By default all posts and pages will be affected."
|
603 |
-
msgstr ""
|
604 |
-
"Recherche par type de contenu. Par défaut, tous les articles et les pages "
|
605 |
-
"seront affectés."
|
606 |
-
|
607 |
-
#: admin/views/form_select.php:97
|
608 |
-
msgid "Search posts by category"
|
609 |
-
msgstr "Recherche des articles par catégorie"
|
610 |
-
|
611 |
-
#: admin/views/form_select.php:100
|
612 |
-
msgid "Search posts by tag"
|
613 |
-
msgstr "Recherche des articles par étiquette"
|
614 |
-
|
615 |
-
#: admin/class-quick-featured-images-tools.php:575
|
616 |
-
msgid "Select"
|
617 |
-
msgstr "Sélectionner"
|
618 |
-
|
619 |
-
#: admin/views/filter_category.php:3
|
620 |
-
msgid "Select a category"
|
621 |
-
msgstr "Sélectionner une catégorie"
|
622 |
-
|
623 |
-
#: admin/views/filter_tag.php:7
|
624 |
-
msgid "Select a tag"
|
625 |
-
msgstr "Sélectionner une étiquette"
|
626 |
-
|
627 |
-
#: admin/views/form_start.php:20
|
628 |
-
msgid "Select action"
|
629 |
-
msgstr "Choisissez une action"
|
630 |
-
|
631 |
-
#: admin/class-quick-featured-images-tools.php:751
|
632 |
-
msgid "Select an image from the media library."
|
633 |
-
msgstr "Choisir une image dans la bibliothèque de médias."
|
634 |
-
|
635 |
-
#: admin/views/section_defaults.php:285
|
636 |
-
msgid ""
|
637 |
-
"Select at least one post type, otherwise all post types will be considered."
|
638 |
-
msgstr ""
|
639 |
-
"Sélectionnez au moins un type de contenu, sinon tous les types de contenu "
|
640 |
-
"seront pris en compte."
|
641 |
-
|
642 |
-
#: admin/views/form_select.php:87
|
643 |
-
msgid "Select filters"
|
644 |
-
msgstr "Sélectionner les filtres"
|
645 |
-
|
646 |
-
#: admin/views/form_back_to_selection.php:2
|
647 |
-
msgid "Select filters and options again"
|
648 |
-
msgstr "Sélectionner à nouveau les filtres et options"
|
649 |
-
|
650 |
-
#: admin/views/filter_post_types.php:2
|
651 |
-
msgid "Select post types"
|
652 |
-
msgstr "Choisir le type de contenu"
|
653 |
-
|
654 |
-
#: admin/views/form_select.php:17
|
655 |
-
msgid "Select the featured images you want to replace by the selected image."
|
656 |
-
msgstr ""
|
657 |
-
"Choisissez l'image en avant que vous voulez remplacer par l'image "
|
658 |
-
"selectionnée."
|
659 |
-
|
660 |
-
#: admin/views/form_start.php:35
|
661 |
-
msgid ""
|
662 |
-
"Select the image you want to add to, replace or delete from posts and pages "
|
663 |
-
"by clicking on the following button."
|
664 |
-
msgstr ""
|
665 |
-
"Choisissez l'image que vous voulez ajouter, remplacer ou supprimer "
|
666 |
-
"d'articles en cliquant sur le bouton suivant."
|
667 |
-
|
668 |
-
#: admin/class-quick-featured-images-settings.php:666
|
669 |
-
msgid "Select the minimum user role a user must have to see the plugin."
|
670 |
-
msgstr ""
|
671 |
-
"Sélectionner le niveau minimum que doit avoir l'utilisateur pour voir le "
|
672 |
-
"plugin."
|
673 |
-
|
674 |
-
#: admin/class-quick-featured-images-defaults.php:288
|
675 |
-
msgid "Set default featured images for future posts"
|
676 |
-
msgstr "Définir l’image en avant par défaut pour les futurs articles"
|
677 |
-
|
678 |
-
#: admin/class-quick-featured-images-columns.php:281
|
679 |
-
#, php-format
|
680 |
-
msgid "Set image for “%s”"
|
681 |
-
msgstr "Définir l'image pour “%s”"
|
682 |
-
|
683 |
-
#: admin/class-quick-featured-images-tools.php:592
|
684 |
-
msgid "Set multiple images randomly as featured images"
|
685 |
-
msgstr "Installer au hasard des images comme images en avant"
|
686 |
-
|
687 |
-
#: admin/class-quick-featured-images-tools.php:583
|
688 |
-
msgid "Set the selected image as new featured image"
|
689 |
-
msgstr "Installer l'image sélectionnée comme nouvelle image en avant"
|
690 |
-
|
691 |
-
#: admin/class-quick-featured-images-settings.php:232
|
692 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
693 |
-
msgstr ""
|
694 |
-
"Afficher la colonne « images mises en avant » dans la liste des articles"
|
695 |
-
|
696 |
-
#: admin/class-quick-featured-images-tools.php:1937
|
697 |
-
msgid "Set, replace, remove"
|
698 |
-
msgstr "Definir, remplacer, supprimer"
|
699 |
-
|
700 |
-
#: admin/views/form_confirm.php:50
|
701 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
702 |
-
msgstr ""
|
703 |
-
"Les images mises en avant ajoutées doivent-elles être supprimées de "
|
704 |
-
"l’ensemble des articles listés ?"
|
705 |
-
|
706 |
-
#: admin/views/form_confirm.php:41
|
707 |
-
msgid ""
|
708 |
-
"Should the current set featured image be replaced by the selected image at "
|
709 |
-
"all listed posts?"
|
710 |
-
msgstr ""
|
711 |
-
"L’image mise en avant actuellement sélectionnée doit-elle être remplacée par "
|
712 |
-
"l’image sélectionnée dans l’ensemble des articles listés ?"
|
713 |
-
|
714 |
-
#: admin/views/form_confirm.php:12
|
715 |
-
msgid ""
|
716 |
-
"Should the entries of featured images without image files be removed from "
|
717 |
-
"the database?"
|
718 |
-
msgstr ""
|
719 |
-
"Les entrées d'images en avant sans fichier d'images doivent-elles être "
|
720 |
-
"supprimées de la base?"
|
721 |
-
|
722 |
-
#: admin/views/form_confirm.php:47
|
723 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
724 |
-
msgstr ""
|
725 |
-
"La future image doit-elle être installée comme image mise en avant pour "
|
726 |
-
"l’ensemble des articles listés ?"
|
727 |
-
|
728 |
-
#: admin/views/form_confirm.php:44
|
729 |
-
msgid "Should the selected image be removed from all listed posts?"
|
730 |
-
msgstr ""
|
731 |
-
"L'image sélectionnée doit-elle être supprimée dans l’ensemble des articles "
|
732 |
-
"listés ?"
|
733 |
-
|
734 |
-
#: admin/views/form_confirm.php:35
|
735 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
736 |
-
msgstr ""
|
737 |
-
"L’image en avant sélectionnée doit-elle être installée comme image mise en "
|
738 |
-
"avant pour l’ensemble des articles listés ?"
|
739 |
-
|
740 |
-
#: admin/views/form_confirm.php:38
|
741 |
-
msgid ""
|
742 |
-
"Should the selected images be set randomly as featured images to all listed "
|
743 |
-
"posts?"
|
744 |
-
msgstr ""
|
745 |
-
"Les images sélectionnées doivent-elle être choisies au hasard comme image "
|
746 |
-
"mise en avant pour l’ensemble des articles listés ?"
|
747 |
-
|
748 |
-
#: admin/class-quick-featured-images-settings.php:391
|
749 |
-
msgid "Show additional column for featured images in lists of"
|
750 |
-
msgstr ""
|
751 |
-
"Afficher une colonne supplémentaire pour les \"images en avant\" dans les "
|
752 |
-
"listes de"
|
753 |
-
|
754 |
-
#: admin/class-quick-featured-images-settings.php:427
|
755 |
-
msgid "Show additional column in the library for posts with featured images"
|
756 |
-
msgstr ""
|
757 |
-
|
758 |
-
#: admin/views/section_errormsg.php:5
|
759 |
-
msgid "Solution"
|
760 |
-
msgstr "Solution"
|
761 |
-
|
762 |
-
#: admin/views/form_start.php:62
|
763 |
-
msgid ""
|
764 |
-
"Some users reported that this button would not work in some WordPress "
|
765 |
-
"installations. If this should be the case you can take another way:"
|
766 |
-
msgstr ""
|
767 |
-
"Il a été reporté par des utilisateurs que parfois le bouton ne fonctionne "
|
768 |
-
"pas sur certaines installations WordPress. Dans ce cas vous pouvez faire "
|
769 |
-
"autrement :"
|
770 |
-
|
771 |
-
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
772 |
-
#: admin/views/section_results.php:86
|
773 |
-
msgid "Start again"
|
774 |
-
msgstr "Recommencer"
|
775 |
-
|
776 |
-
#: admin/class-quick-featured-images-tools.php:755
|
777 |
-
msgid "Start again and select which action you want to apply."
|
778 |
-
msgstr "Recommencer et choisir une action a effectuer."
|
779 |
-
|
780 |
-
#: admin/class-quick-featured-images-tools.php:603
|
781 |
-
msgid "Tag Filter"
|
782 |
-
msgstr "Filtre d'étiquette"
|
783 |
-
|
784 |
-
#: admin/views/section_defaults.php:251
|
785 |
-
msgid "Text with images in WordPress editor"
|
786 |
-
msgstr "Texte avec des images dans l'editeur WordPress"
|
787 |
-
|
788 |
-
#: admin/class-quick-featured-images-settings.php:705
|
789 |
-
msgid ""
|
790 |
-
"The additional column in the media library lists all posts for which the "
|
791 |
-
"image is set as featured."
|
792 |
-
msgstr ""
|
793 |
-
|
794 |
-
#: admin/class-quick-featured-images-settings.php:687
|
795 |
-
msgid ""
|
796 |
-
"The additional columns give you a quick overview about all used featured "
|
797 |
-
"images for every post. The Featured Image column is sortable."
|
798 |
-
msgstr ""
|
799 |
-
"Les colonnes additionnelles vous montrent les \"images en avant\"pour chaque "
|
800 |
-
"article. La colonne de l' \"image en avant\" peut être tréee."
|
801 |
-
|
802 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:219
|
803 |
-
msgid ""
|
804 |
-
"The current theme does not support featured images. Anyway you can use this "
|
805 |
-
"plugin. The effects are stored and will be visible in a theme which supports "
|
806 |
-
"featured images."
|
807 |
-
msgstr ""
|
808 |
-
"Le thème actuel ne supporte pas les images en avant. Vous pouvez toutefois "
|
809 |
-
"utiliser ce plugin. Les modifications seront stockées et pourront être "
|
810 |
-
"utilisées dans un thème qui supporte les images en avant."
|
811 |
-
|
812 |
-
#: admin/class-quick-featured-images-tools.php:758
|
813 |
-
#, php-format
|
814 |
-
msgid "The input field %s has an invalid value."
|
815 |
-
msgstr "Valeur incorrecte dans le champ %s."
|
816 |
-
|
817 |
-
#: admin/class-quick-featured-images-tools.php:742
|
818 |
-
#, php-format
|
819 |
-
msgid "The input field %s is empty."
|
820 |
-
msgstr "Le champ %s est vide."
|
821 |
-
|
822 |
-
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
823 |
-
msgid ""
|
824 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
825 |
-
"post in a new window by clicking on its link in the list."
|
826 |
-
msgstr ""
|
827 |
-
"Le classement est fait par ordre alphabétique selon le titre de l'article. "
|
828 |
-
"Vous pouvez éditer un article dans une nouvelle fenêtre en cliquant sur son "
|
829 |
-
"lien dans la liste."
|
830 |
-
|
831 |
-
#: admin/class-quick-featured-images-admin.php:278
|
832 |
-
#, php-format
|
833 |
-
msgid ""
|
834 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
835 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
836 |
-
"to the latest version."
|
837 |
-
msgstr ""
|
838 |
-
"Ce plugin nécessite au minimum la version %s de WordPress. Il n'a donc pas "
|
839 |
-
"été activé. Pour l'utiliser, mettez WordPress à jour."
|
840 |
-
|
841 |
-
#: admin/class-quick-featured-images-settings.php:671
|
842 |
-
#, php-format
|
843 |
-
msgid ""
|
844 |
-
"The rules as set in “%s” work on posts independently of this "
|
845 |
-
"setting."
|
846 |
-
msgstr ""
|
847 |
-
"Les règles telles que définies à “%s” sont appliquées aux "
|
848 |
-
"articles indépendement de ce règlage."
|
849 |
-
|
850 |
-
#: admin/views/filter_category.php:14
|
851 |
-
msgid "The selection of a category includes all of its subcategories."
|
852 |
-
msgstr ""
|
853 |
-
|
854 |
-
#: admin/views/form_refine.php:54
|
855 |
-
msgid ""
|
856 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
857 |
-
"clicking on the next button."
|
858 |
-
msgstr ""
|
859 |
-
"Il n'y a pas de filtre sélectionné. Modifiez votre sélection ou continuez en "
|
860 |
-
"cliquant sur le bouton suite."
|
861 |
-
|
862 |
-
#: admin/views/filter_tag.php:20
|
863 |
-
msgid "There are no tags in use."
|
864 |
-
msgstr "Il n'y a pas d'étiquette utilisée."
|
865 |
-
|
866 |
-
#: admin/class-quick-featured-images-tools.php:750
|
867 |
-
msgid "There is no selected image."
|
868 |
-
msgstr "Pas d'image sélectionnée."
|
869 |
-
|
870 |
-
#: admin/views/form_start.php:18
|
871 |
-
msgid ""
|
872 |
-
"There is no undo function! It is strongly recommended that you make a backup "
|
873 |
-
"of the WordPress database before you perform mass changes."
|
874 |
-
msgstr ""
|
875 |
-
"Vous ne pouvez pas annuler cette action. Il est recommendé de sauvegarder la "
|
876 |
-
"base de données WordPress avant d'effectuer des changements en batch."
|
877 |
-
|
878 |
-
#: admin/views/form_start.php:102
|
879 |
-
msgid "These actions do not require a selected image."
|
880 |
-
msgstr "Ces actions ne nécessitent pas de sélectionner une image."
|
881 |
-
|
882 |
-
#: admin/views/form_start.php:68
|
883 |
-
msgid ""
|
884 |
-
"These actions require at least one selected image with the following button."
|
885 |
-
msgstr ""
|
886 |
-
"Ces actions impliquent au moins de sélectionner une image avec le bouton "
|
887 |
-
"suivant."
|
888 |
-
|
889 |
-
#: admin/views/form_start.php:22
|
890 |
-
msgid "These actions require to select an image with the following button."
|
891 |
-
msgstr "Ces actions impliquent de choisir une image avec le bouton suivant."
|
892 |
-
|
893 |
-
#: admin/class-quick-featured-images-settings.php:677
|
894 |
-
msgid "This page is accessible for administrators only."
|
895 |
-
msgstr "Cette page est accessible uniquement aux administrateurs."
|
896 |
-
|
897 |
-
#: admin/class-quick-featured-images-settings.php:676
|
898 |
-
msgid ""
|
899 |
-
"This setting controls as well whether a user will see in an image column the "
|
900 |
-
"thumbnails with action links or the thumbnails only. To switch image columns "
|
901 |
-
"on and off use the section above."
|
902 |
-
msgstr ""
|
903 |
-
"Ce paramètre contrôle si l'utilisateur verra la vignette et les liens de "
|
904 |
-
"modification dans la colonne d'images, ou bien la vignette seule. Pour "
|
905 |
-
"afficher/supprimer la colonne d'images, utiliser la section ci-dessus."
|
906 |
-
|
907 |
-
#: admin/views/form_select.php:116
|
908 |
-
#| msgid ""
|
909 |
-
#| "This way is not as fast as one single run, but still much faster than "
|
910 |
-
#| "setting the images for each post manually."
|
911 |
-
msgid ""
|
912 |
-
"To achieve that use the filters and repeat the process until your task is "
|
913 |
-
"done. This way is not as fast as one single run, but still much faster than "
|
914 |
-
"setting the images for each post manually."
|
915 |
-
msgstr ""
|
916 |
-
|
917 |
-
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
918 |
-
msgid ""
|
919 |
-
"To select multiple images click on the button and use the CTRL key while "
|
920 |
-
"clicking on the images."
|
921 |
-
msgstr ""
|
922 |
-
"Pour sélectionner plusieurs images cliquez sur le bouton et maintenez "
|
923 |
-
"enfoncee la touche CTRL de votre clavier en cliquant sur les images."
|
924 |
-
|
925 |
-
#: admin/views/section_defaults.php:211
|
926 |
-
msgid ""
|
927 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
928 |
-
"rule which is defined only partially will be ignored."
|
929 |
-
msgstr ""
|
930 |
-
"Pour utiliser une règle choisissez l'image et définissez la taxonomie et la "
|
931 |
-
"valeur, faute de quoi la règle sera ignorée."
|
932 |
-
|
933 |
-
#: admin/class-quick-featured-images-tools.php:743
|
934 |
-
msgid "Type in a value into the input field."
|
935 |
-
msgstr "Entrer une valeur dans le champ de saisie."
|
936 |
-
|
937 |
-
#: admin/class-quick-featured-images-tools.php:759
|
938 |
-
msgid "Type in valid values in the input field."
|
939 |
-
msgstr "Entrez une valeur correcte."
|
940 |
-
|
941 |
-
#: admin/class-quick-featured-images-tools.php:763
|
942 |
-
msgid "Type in values stored by WordPress."
|
943 |
-
msgstr "Indiquez dans les valeurs de WordPress."
|
944 |
-
|
945 |
-
#: admin/views/section_results.php:20
|
946 |
-
msgid "Unchanged"
|
947 |
-
msgstr "Inchangés"
|
948 |
-
|
949 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:119
|
950 |
-
msgid "Use CTRL for multiple choice"
|
951 |
-
msgstr "Utilisez CTRL pour un choix multiple"
|
952 |
-
|
953 |
-
#. title of the section.
|
954 |
-
#: admin/class-quick-featured-images-settings.php:455
|
955 |
-
msgid "Visibility of the plugin"
|
956 |
-
msgstr "Visibilité du plugin"
|
957 |
-
|
958 |
-
#: admin/class-quick-featured-images-admin.php:484
|
959 |
-
#, php-format
|
960 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
961 |
-
msgstr "Bienvenue, %s! Vous pouvez trouver l’extension à %s."
|
962 |
-
|
963 |
-
#: admin/views/form_start.php:12
|
964 |
-
msgid "What do you want to do?"
|
965 |
-
msgstr "Que voulez-vous faire ?"
|
966 |
-
|
967 |
-
#: admin/views/form_refine.php:10
|
968 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
969 |
-
msgstr ""
|
970 |
-
"Quelque soit votre action, vous pouvez confirmer votre choix sur la page "
|
971 |
-
"suivante."
|
972 |
-
|
973 |
-
#: admin/views/form_start.php:15
|
974 |
-
msgid "Whatever you select: You can refine your choice on the next page."
|
975 |
-
msgstr ""
|
976 |
-
"Quelque soit votre choix, vous pourrez le changer sur la page suivante."
|
977 |
-
|
978 |
-
#: admin/class-quick-featured-images-settings.php:463
|
979 |
-
msgid "Which user role may see the plugin?"
|
980 |
-
msgstr "Quel niveau d’utilisateur peut voir l’extension ?"
|
981 |
-
|
982 |
-
#: admin/views/form_confirm.php:19
|
983 |
-
msgid "written on"
|
984 |
-
msgstr "écrit le"
|
985 |
-
|
986 |
-
#: admin/class-quick-featured-images-tools.php:473
|
987 |
-
#, php-format
|
988 |
-
msgid "Wrong image ID %d"
|
989 |
-
msgstr "Numéro d'image %d invalide"
|
990 |
-
|
991 |
-
#: admin/views/section_header_progress.php:17
|
992 |
-
msgid "You are here"
|
993 |
-
msgstr "Vous êtes ici"
|
994 |
-
|
995 |
-
#: admin/views/form_select.php:38 admin/views/form_select.php:48
|
996 |
-
msgid "You can control the process with the following options."
|
997 |
-
msgstr "Contrôlez le processus avec les fonctions suivantes."
|
998 |
-
|
999 |
-
#: admin/views/form_confirm.php:121
|
1000 |
-
msgid "You can not undo the operation!"
|
1001 |
-
msgstr "Vous ne pouvez pas annuler l’opération !"
|
1002 |
-
|
1003 |
-
#: admin/views/form_select.php:89
|
1004 |
-
msgid ""
|
1005 |
-
"You can select multiple filters. They will return an intersection of their "
|
1006 |
-
"results."
|
1007 |
-
msgstr "Vous pouvez choisir plusieurs filtres."
|
1008 |
-
|
1009 |
-
#: admin/views/form_select.php:18
|
1010 |
-
msgid "You can select multiple images. Select at least one image."
|
1011 |
-
msgstr "Vous pouvez sélectionner plusieurs images. Choisissez-en au moins une."
|
1012 |
-
|
1013 |
-
#: admin/views/form_select.php:11
|
1014 |
-
msgid ""
|
1015 |
-
"You did not have selected an image from the list below. To go on select at "
|
1016 |
-
"least one image you want to replace by the selected image."
|
1017 |
-
msgstr ""
|
1018 |
-
"Vous n'avez pas choisi d'image dans la liste ci-dessous. Pour continuer vous "
|
1019 |
-
"devez choisir au moins une image que vous voulez remplacer par l'image "
|
1020 |
-
"sélectionnée."
|
1021 |
-
|
1022 |
-
#: admin/class-quick-featured-images-tools.php:754
|
1023 |
-
#: admin/views/section_image.php:51
|
1024 |
-
msgid "You have not selected an action."
|
1025 |
-
msgstr "Vous n'avez pas fait de choix d'action."
|
1026 |
-
|
1027 |
-
#: admin/views/section_image.php:42
|
1028 |
-
msgid "Your selected action"
|
1029 |
-
msgstr "Votre action sélectionnée"
|
1030 |
-
|
1031 |
-
#: admin/views/section_image.php:90
|
1032 |
-
msgid "Your selected filters"
|
1033 |
-
msgstr "Vos filtres sélectionnés"
|
1034 |
-
|
1035 |
-
#: admin/views/section_image.php:68
|
1036 |
-
msgid "Your selected options"
|
1037 |
-
msgstr "Vos options sélectionnées"
|
1038 |
-
|
1039 |
-
#: admin/views/section_image.php:9
|
1040 |
-
msgid "Your selected thumbnail"
|
1041 |
-
msgstr "Votre vignette sélectionnée"
|
1042 |
-
|
1043 |
-
#: admin/views/section_image.php:23
|
1044 |
-
msgid "Your selected thumbnails"
|
1045 |
-
msgstr "Vos vignettes sélectionnées"
|
1046 |
-
|
1047 |
-
#: admin/views/section_image.php:1
|
1048 |
-
msgid "Your selection"
|
1049 |
-
msgstr "Votre sélection"
|
1050 |
-
|
1051 |
-
#. Description of the plugin
|
1052 |
-
#: admin/class-quick-featured-images-admin.php:215
|
1053 |
-
msgid ""
|
1054 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
1055 |
-
"delete them in bulk, in posts lists and set default images for future posts."
|
1056 |
-
msgstr ""
|
1057 |
-
"Votre Couteau Suisse pour les « images mises en avant » : régler, remplacer, "
|
1058 |
-
"supprimer en masse dans les listes d’articles, et installer les « images "
|
1059 |
-
"mises en avant » par défaut pour les futurs articles."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/quick-featured-images-ja.mo
DELETED
Binary file
|
languages/quick-featured-images-ja.po
DELETED
@@ -1,958 +0,0 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date: 2020-12-16 16:06+0100\n"
|
8 |
-
"PO-Revision-Date: 2021-02-21 20:03+0000\n"
|
9 |
-
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
-
"Language-Team: Japanese\n"
|
11 |
-
"Language: ja\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: Loco https://localise.biz/\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/views/form_confirm.php:2
|
23 |
-
#, php-format
|
24 |
-
msgid "%d matches found"
|
25 |
-
msgstr "一致: %d 件"
|
26 |
-
|
27 |
-
#: admin/class-quick-featured-images-tools.php:746
|
28 |
-
#, php-format
|
29 |
-
msgid "%s is not defined."
|
30 |
-
msgstr "%s が定義されていません。"
|
31 |
-
|
32 |
-
#: admin/class-quick-featured-images-columns.php:278
|
33 |
-
msgid "(external image)"
|
34 |
-
msgstr "(外部画像)"
|
35 |
-
|
36 |
-
#: admin/views/form_start.php:63
|
37 |
-
msgid ""
|
38 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
39 |
-
"Further links are appearing, among them the link "Bulk set as featured "
|
40 |
-
"image". 3. After a click on it you can move on in this plugin."
|
41 |
-
msgstr ""
|
42 |
-
"1. メディアライブラリを開く。2. 目的の画像にマウスポインタを合わせて "アイキャッチ画像に設定" リンクを表示させる。3. "
|
43 |
-
"そのリンクをクリックしてプラグインの画面に戻る。"
|
44 |
-
|
45 |
-
#: admin/views/form_start.php:21
|
46 |
-
msgid "Actions with a single image"
|
47 |
-
msgstr "画像を1枚必要とするアクション"
|
48 |
-
|
49 |
-
#: admin/views/form_start.php:67
|
50 |
-
msgid "Actions with multiple images"
|
51 |
-
msgstr "複数の画像を必要とするアクション"
|
52 |
-
|
53 |
-
#: admin/views/form_start.php:101
|
54 |
-
msgid "Actions without any selected image"
|
55 |
-
msgstr "画像の選択が必要ないアクション"
|
56 |
-
|
57 |
-
#: admin/class-quick-featured-images-settings.php:618
|
58 |
-
msgid ""
|
59 |
-
"Activate the checkbox to show the extra column in the media library. If you "
|
60 |
-
"would not see the new column in the library switch the appereance of the "
|
61 |
-
"library to List mode. The post titles are links to the respective post edit "
|
62 |
-
"page."
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: admin/class-quick-featured-images-settings.php:596
|
66 |
-
msgid ""
|
67 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
68 |
-
"post lists."
|
69 |
-
msgstr "チェックボックスをオンにした投稿タイプの投稿リストに画像カラムが追加されます。"
|
70 |
-
|
71 |
-
#: admin/views/section_defaults.php:242
|
72 |
-
msgid ""
|
73 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
74 |
-
"a post"
|
75 |
-
msgstr "投稿の保存時に既存のアイキャッチ画像を自動的に上書きする"
|
76 |
-
|
77 |
-
#: admin/views/section_defaults.php:255
|
78 |
-
msgid ""
|
79 |
-
"Activate to automatically use the first content image if available in the "
|
80 |
-
"media library as featured image while saving a post"
|
81 |
-
msgstr "投稿の保存時に、投稿の最初の画像 (メディアライブラリにある画像) を自動的にアイキャッチ画像に設定する"
|
82 |
-
|
83 |
-
#: admin/class-quick-featured-images-tools.php:576
|
84 |
-
msgid "Add filter"
|
85 |
-
msgstr "フィルタの追加"
|
86 |
-
|
87 |
-
#: admin/views/section_defaults.php:491
|
88 |
-
msgid "Add rule"
|
89 |
-
msgstr "ルールを追加"
|
90 |
-
|
91 |
-
# alt text for sample screen image
|
92 |
-
#: admin/views/section_defaults.php:238
|
93 |
-
msgid "An image overwrites an existing image"
|
94 |
-
msgstr "既存の画像の上書き"
|
95 |
-
|
96 |
-
#: admin/views/section_defaults.php:496
|
97 |
-
msgid "Are you sure to remove this rule?"
|
98 |
-
msgstr "このルールを削除しますか?"
|
99 |
-
|
100 |
-
#: admin/views/section_defaults.php:511
|
101 |
-
msgid ""
|
102 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
103 |
-
"the post it is unforeseeable which image will become the featured image."
|
104 |
-
msgstr "同じタクソノミーの2つ以上のルールが当てはまった場合、どの画像がアイキャッチ画像に設定されるか予期できなくなることに注意してください。"
|
105 |
-
|
106 |
-
#: admin/class-quick-featured-images-tools.php:2057
|
107 |
-
msgid "Bulk set as featured image"
|
108 |
-
msgstr "アイキャッチ画像に設定"
|
109 |
-
|
110 |
-
#: admin/class-quick-featured-images-tools.php:1948
|
111 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
112 |
-
msgstr "アイキャッチ画像を一括で設定・変更・削除します。"
|
113 |
-
|
114 |
-
#: admin/views/form_confirm.php:20
|
115 |
-
msgid "by"
|
116 |
-
msgstr "作成者:"
|
117 |
-
|
118 |
-
#: admin/class-quick-featured-images-tools.php:602
|
119 |
-
msgid "Category Filter"
|
120 |
-
msgstr "カテゴリーフィルタ"
|
121 |
-
|
122 |
-
#: admin/class-quick-featured-images-columns.php:279
|
123 |
-
#, php-format
|
124 |
-
msgid "Change “%s”"
|
125 |
-
msgstr "“%s”の変更"
|
126 |
-
|
127 |
-
#: admin/views/section_results.php:19
|
128 |
-
msgid "Changed successfully"
|
129 |
-
msgstr "変更完了"
|
130 |
-
|
131 |
-
#: admin/class-quick-featured-images-tools.php:747
|
132 |
-
msgid "Check how to define the value."
|
133 |
-
msgstr "値の設定のしかたを確認"
|
134 |
-
|
135 |
-
#: admin/views/form_start.php:57
|
136 |
-
msgid "Choose Image"
|
137 |
-
msgstr "画像の選択"
|
138 |
-
|
139 |
-
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
140 |
-
msgid "Choose Images"
|
141 |
-
msgstr "画像の選択"
|
142 |
-
|
143 |
-
#. title of the section.
|
144 |
-
#: admin/class-quick-featured-images-settings.php:419
|
145 |
-
msgid "Column in the library for posts with assigned featured image"
|
146 |
-
msgstr ""
|
147 |
-
|
148 |
-
#. title of the section.
|
149 |
-
#: admin/class-quick-featured-images-settings.php:383
|
150 |
-
msgid "Columns for featured images in posts lists"
|
151 |
-
msgstr "投稿リストのアイキャッチ画像のカラム"
|
152 |
-
|
153 |
-
#: admin/class-quick-featured-images-tools.php:578
|
154 |
-
msgid "Confirm"
|
155 |
-
msgstr "確認"
|
156 |
-
|
157 |
-
#: admin/views/form_confirm.php:120
|
158 |
-
msgid "Confirm the change"
|
159 |
-
msgstr "変更の確認"
|
160 |
-
|
161 |
-
#: admin/class-quick-featured-images-tools.php:597
|
162 |
-
msgid "Consider only posts without any featured image"
|
163 |
-
msgstr "アイキャッチ画像が設定されていない投稿だけを対象にする"
|
164 |
-
|
165 |
-
#: admin/class-quick-featured-images-settings.php:696
|
166 |
-
msgid "Controls which minimum user role can see the plugin."
|
167 |
-
msgstr "プラグイン画面を表示できるユーザー権限を設定します。"
|
168 |
-
|
169 |
-
#: admin/views/section_footer.php:16
|
170 |
-
msgid "Credits and informations"
|
171 |
-
msgstr "クレジットと情報"
|
172 |
-
|
173 |
-
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
174 |
-
msgid "Current Featured Image"
|
175 |
-
msgstr "現在のアイキャッチ画像"
|
176 |
-
|
177 |
-
#: admin/views/section_defaults.php:208
|
178 |
-
msgid "Default featured images for future posts"
|
179 |
-
msgstr "新規投稿のデフォルトのアイキャッチ画像"
|
180 |
-
|
181 |
-
#: admin/views/section_defaults.php:210
|
182 |
-
msgid ""
|
183 |
-
"Define the rules to use images as default featured images automatically "
|
184 |
-
"every time a post is saved."
|
185 |
-
msgstr "投稿が保存されるときにデフォルトのアイキャッチ画像を設定するルールを定義します。"
|
186 |
-
|
187 |
-
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
188 |
-
msgid "Details"
|
189 |
-
msgstr "詳細"
|
190 |
-
|
191 |
-
#: admin/class-quick-featured-images-settings.php:615
|
192 |
-
msgid ""
|
193 |
-
"Display a new column in the media library with the titles of the posts for "
|
194 |
-
"which the corresponding image is set as featured image"
|
195 |
-
msgstr ""
|
196 |
-
|
197 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:87
|
198 |
-
msgid "Do you like the plugin?"
|
199 |
-
msgstr "プラグインを気に入りましたか?"
|
200 |
-
|
201 |
-
#: admin/views/section_footer.php:19
|
202 |
-
msgid "Do you need support or have an idea for the plugin?"
|
203 |
-
msgstr "サポートが必要ですか? アイデアをお持ちですか?"
|
204 |
-
|
205 |
-
#: admin/views/section_footer.php:20
|
206 |
-
#, php-format
|
207 |
-
msgid "Download plugin %s at %s!"
|
208 |
-
msgstr "%s プラグインを %s からダウンロード!"
|
209 |
-
|
210 |
-
#: admin/views/section_errormsg.php:1
|
211 |
-
msgid "Error"
|
212 |
-
msgstr "エラー"
|
213 |
-
|
214 |
-
#: admin/views/section_defaults.php:500
|
215 |
-
msgid ""
|
216 |
-
"Every time you save a post the post get the featured image if one of the "
|
217 |
-
"following rules match a property of the post. You can also set rules for "
|
218 |
-
"pages and all other current post types which support featured images."
|
219 |
-
msgstr ""
|
220 |
-
"下記のルールが当てはまれる投稿には、保存時にアイキャッチ画像が自動的に設定されます。アイキャッチ画像をサポートしている固定ページやその他の投稿タイプにもルールを設定できます。"
|
221 |
-
|
222 |
-
#: admin/views/form_select.php:115
|
223 |
-
#| msgid ""
|
224 |
-
#| "Facing a white blank page while trying to treat thousands of posts is the "
|
225 |
-
#| "effect of limited memory capacities on the website server. Instead of "
|
226 |
-
#| "treating a huge amount of posts in one single go try to treat small "
|
227 |
-
#| "amounts of posts multiple times successively. To achieve that do:"
|
228 |
-
msgid ""
|
229 |
-
"Facing a white blank page while trying to treat thousands of posts is the "
|
230 |
-
"effect of limited memory capacities on the website server. Instead of "
|
231 |
-
"treating a huge amount of posts in one single go try to treat small amounts "
|
232 |
-
"of posts multiple times successively."
|
233 |
-
msgstr ""
|
234 |
-
|
235 |
-
#: admin/class-quick-featured-images-columns.php:652
|
236 |
-
msgid "Featured image for"
|
237 |
-
msgstr ""
|
238 |
-
|
239 |
-
#: admin/views/form_refine.php:18
|
240 |
-
#, php-format
|
241 |
-
msgid "File %s is not available."
|
242 |
-
msgstr "%sファイルは利用できません。"
|
243 |
-
|
244 |
-
#: admin/views/section_defaults.php:258
|
245 |
-
msgid "For which post types should this rule be applied?"
|
246 |
-
msgstr "このルールを適用する投稿タイプ"
|
247 |
-
|
248 |
-
#: admin/views/section_defaults.php:503
|
249 |
-
msgid "found first content image. If not then..."
|
250 |
-
msgstr "最初の画像を探す。もしなければ..."
|
251 |
-
|
252 |
-
#: admin/views/form_confirm.php:18
|
253 |
-
msgid "Future Featured Image"
|
254 |
-
msgstr "新しいアイキャッチ画像"
|
255 |
-
|
256 |
-
#: admin/views/form_start.php:14
|
257 |
-
msgid ""
|
258 |
-
"Here you can add, replace and delete featured images to your posts. Select "
|
259 |
-
"one of the following actions and, if necessary, one or more images."
|
260 |
-
msgstr ""
|
261 |
-
"投稿のアイキャッチ画像の設定、変更、削除ができます。下記のラジオボタンの中から目的のアクションを1つ選び、必要に応じて1枚または複数の画像も選択してください。"
|
262 |
-
|
263 |
-
#: admin/views/section_defaults.php:499
|
264 |
-
msgid "How the rules work"
|
265 |
-
msgstr "ルールの仕組み"
|
266 |
-
|
267 |
-
#. URI of the plugin
|
268 |
-
msgid "http://wordpress.org/plugins/quick-featured-images"
|
269 |
-
msgstr "http://wordpress.org/plugins/quick-featured-images"
|
270 |
-
|
271 |
-
#. Author URI of the plugin
|
272 |
-
msgid ""
|
273 |
-
"https://www.kybernetik-services.com/?"
|
274 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
275 |
-
"images&utm_content=author"
|
276 |
-
msgstr ""
|
277 |
-
"https://www.kybernetik-services.com/?"
|
278 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
279 |
-
"images&utm_content=author"
|
280 |
-
|
281 |
-
#: admin/views/section_defaults.php:244
|
282 |
-
msgid ""
|
283 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
284 |
-
"an existing featured image with the new one based on the following rules. Do "
|
285 |
-
"not use this if you want to keep manually set featured images."
|
286 |
-
msgstr ""
|
287 |
-
"オンにすると、すでに設定されているアイキャッチ画像も、以下のルールに基づいて決定される新しい画像で上書きされます。設定済のアイキャッチ画像を残したい場合は、このオプションをオンにしないでください。"
|
288 |
-
|
289 |
-
#: admin/views/section_defaults.php:257
|
290 |
-
msgid ""
|
291 |
-
"If activated the rule is used automatically while saving a post to set the "
|
292 |
-
"first content image - if available in the media library - as the featured "
|
293 |
-
"image of the post. If the post has no content images the next rules will be "
|
294 |
-
"applied."
|
295 |
-
msgstr ""
|
296 |
-
"オンにすると、投稿の保存時に、投稿の最初の画像 (メディアライブラリの画像) "
|
297 |
-
"をアイキャッチ画像に設定するルールが適用されます。画像が見つからない場合は、次のルールが適用されます。"
|
298 |
-
|
299 |
-
#: admin/views/form_start.php:61
|
300 |
-
msgid "If the button does not work, read this:"
|
301 |
-
msgstr "ボタンが機能しないときは:"
|
302 |
-
|
303 |
-
#: admin/views/section_image.php:55
|
304 |
-
msgid "If wrong action start again"
|
305 |
-
msgstr "アクションを選択し直す"
|
306 |
-
|
307 |
-
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
308 |
-
msgid "If wrong image start again"
|
309 |
-
msgstr "画像を選択し直す"
|
310 |
-
|
311 |
-
#: admin/views/form_select.php:114
|
312 |
-
msgid "If you encounter a white, blank page, read this"
|
313 |
-
msgstr "ページが真っ白になったときは..."
|
314 |
-
|
315 |
-
#: admin/views/form_select.php:88
|
316 |
-
msgid ""
|
317 |
-
"If you want select one of the following filters to narrow down the set of "
|
318 |
-
"concerned posts and pages."
|
319 |
-
msgstr "下記のフィルタで、対象の投稿やページを絞り込むことができます。"
|
320 |
-
|
321 |
-
#: admin/views/form_back_to_selection.php:3
|
322 |
-
msgid ""
|
323 |
-
"If you want to change your former selection just go back by clicking on this "
|
324 |
-
"button."
|
325 |
-
msgstr "選択を変更するには、このボタンをクリックして戻ってください。"
|
326 |
-
|
327 |
-
#: admin/class-quick-featured-images-tools.php:633
|
328 |
-
msgid "Image height in pixels lower than"
|
329 |
-
msgstr "画像の高さの最大サイズ"
|
330 |
-
|
331 |
-
#: admin/views/section_image.php:12
|
332 |
-
msgid "Image title"
|
333 |
-
msgstr "画像タイトル"
|
334 |
-
|
335 |
-
#: admin/class-quick-featured-images-tools.php:632
|
336 |
-
msgid "Image width in pixels lower than"
|
337 |
-
msgstr "画像の幅の最大サイズ"
|
338 |
-
|
339 |
-
#: admin/views/form_start.php:17
|
340 |
-
msgid "Important advice"
|
341 |
-
msgstr "重要"
|
342 |
-
|
343 |
-
#. Author of the plugin
|
344 |
-
msgid "Kybernetik Services"
|
345 |
-
msgstr "Kybernetik Services"
|
346 |
-
|
347 |
-
#: admin/views/section_footer.php:20
|
348 |
-
msgid ""
|
349 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
350 |
-
"fast plugin"
|
351 |
-
msgstr "高速なプラグインで、最近の投稿ウィジェットにサムネイルを表示しましょう"
|
352 |
-
|
353 |
-
#: admin/views/section_overview.php:17
|
354 |
-
msgid "Manage featured images in a quick way"
|
355 |
-
msgstr "アイキャッチ画像をすばやく設定"
|
356 |
-
|
357 |
-
#: admin/views/section_defaults.php:507
|
358 |
-
msgid "matched author. If not then..."
|
359 |
-
msgstr "一致する作成者を探す。なければ..."
|
360 |
-
|
361 |
-
#: admin/views/section_defaults.php:506
|
362 |
-
msgid "matched category. If not then..."
|
363 |
-
msgstr "一致するカテゴリーを探す。なければ..."
|
364 |
-
|
365 |
-
#: admin/views/section_defaults.php:504
|
366 |
-
msgid "matched custom taxonomy. If not then..."
|
367 |
-
msgstr "一致するカスタムタクソノミーを探す。なければ..."
|
368 |
-
|
369 |
-
#: admin/views/section_defaults.php:508
|
370 |
-
msgid "matched post type. If not then..."
|
371 |
-
msgstr "一致する投稿タイプを探す。なければ..."
|
372 |
-
|
373 |
-
#: admin/views/section_defaults.php:505
|
374 |
-
msgid "matched tag. If not then..."
|
375 |
-
msgstr "一致するタグを探す。なければ..."
|
376 |
-
|
377 |
-
#: admin/views/section_defaults.php:16
|
378 |
-
msgid "matches"
|
379 |
-
msgstr "条件"
|
380 |
-
|
381 |
-
#: admin/class-quick-featured-images-settings.php:630
|
382 |
-
msgid "Minimum user role to see the plugin in the backend"
|
383 |
-
msgstr "プラグイン画面を表示するのに必要なユーザー権限"
|
384 |
-
|
385 |
-
#: admin/views/form_back_to_selection.php:42
|
386 |
-
msgid "Modify selection"
|
387 |
-
msgstr "選択を変更する"
|
388 |
-
|
389 |
-
#: admin/views/section_defaults.php:509
|
390 |
-
msgid "no featured image."
|
391 |
-
msgstr "アイキャッチ画像を設定しない。"
|
392 |
-
|
393 |
-
#: admin/views/section_results.php:82
|
394 |
-
msgid "No matches found."
|
395 |
-
msgstr "条件を満たすものがありません。"
|
396 |
-
|
397 |
-
#: admin/views/section_image.php:106
|
398 |
-
msgid "No selected filters"
|
399 |
-
msgstr "フィルタ未選択"
|
400 |
-
|
401 |
-
#: admin/views/section_image.php:84
|
402 |
-
msgid "No selected options"
|
403 |
-
msgstr "オプション未選択"
|
404 |
-
|
405 |
-
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
406 |
-
#: admin/views/section_results.php:18
|
407 |
-
msgid "No."
|
408 |
-
msgstr "いいえ。"
|
409 |
-
|
410 |
-
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
411 |
-
#: admin/views/section_defaults.php:217
|
412 |
-
msgid "Notice"
|
413 |
-
msgstr "通知"
|
414 |
-
|
415 |
-
#: admin/views/form_refine.php:9
|
416 |
-
msgid ""
|
417 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
418 |
-
msgstr "条件を満たす投稿と固定ページを抽出します。下記で条件を調整できます。"
|
419 |
-
|
420 |
-
#: admin/views/form_select.php:121
|
421 |
-
msgid ""
|
422 |
-
"On the next page you can refine the filters. If you did not select any "
|
423 |
-
"filter you will go to the preview list directly."
|
424 |
-
msgstr "次のページでフィルタを調整できます。フィルタを選択していない場合は、プレビューリストが表示されます。"
|
425 |
-
|
426 |
-
#: admin/views/form_select.php:85
|
427 |
-
msgid "Optional: Add a filter"
|
428 |
-
msgstr "フィルタを追加"
|
429 |
-
|
430 |
-
#: admin/views/form_select.php:45
|
431 |
-
msgid "Optional: Select options"
|
432 |
-
msgstr "オプションを選択"
|
433 |
-
|
434 |
-
#: admin/views/form_confirm.php:182
|
435 |
-
msgid "or refine your selection with the following form fields."
|
436 |
-
msgstr "または、下記のフォーム項目で選択を調整してください。"
|
437 |
-
|
438 |
-
#: admin/views/form_select.php:53
|
439 |
-
msgid "Overwrite existing featured images with new ones"
|
440 |
-
msgstr "現在のアイキャッチ画像を新しい画像に置き換えます。"
|
441 |
-
|
442 |
-
#: admin/class-quick-featured-images-tools.php:596
|
443 |
-
msgid "Overwrite featured images"
|
444 |
-
msgstr "アイキャッチ画像を上書きする"
|
445 |
-
|
446 |
-
#: admin/class-quick-featured-images-tools.php:579
|
447 |
-
msgid "Perform"
|
448 |
-
msgstr "実行"
|
449 |
-
|
450 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:88
|
451 |
-
msgid "Please rate it at wordpress.org!"
|
452 |
-
msgstr "wordpress.org で評価してください!"
|
453 |
-
|
454 |
-
#: admin/class-quick-featured-images-settings.php:432
|
455 |
-
msgid "Post list column in the library"
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: admin/views/section_defaults.php:59
|
459 |
-
msgid "Post Type"
|
460 |
-
msgstr "投稿タイプ"
|
461 |
-
|
462 |
-
#: admin/class-quick-featured-images-tools.php:601
|
463 |
-
msgid "Post Type Filter"
|
464 |
-
msgstr "投稿タイプフィルタ"
|
465 |
-
|
466 |
-
#: admin/views/section_footer.php:19
|
467 |
-
msgid ""
|
468 |
-
"Post your questions and ideas about Quick Featured Images in the forum at "
|
469 |
-
"wordpress.org!"
|
470 |
-
msgstr "wordpress.org のフォーラムに Quick Featured Images の質問やアイデアを投稿してください!"
|
471 |
-
|
472 |
-
#: admin/class-quick-featured-images-settings.php:396
|
473 |
-
msgid "Posts list with image column"
|
474 |
-
msgstr "画像カラム付の投稿リスト"
|
475 |
-
|
476 |
-
#: admin/views/form_select.php:63
|
477 |
-
msgid ""
|
478 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
479 |
-
"checked"
|
480 |
-
msgstr "上書きオプションがオンになっていても、アイキャッチ画像が設定されている投稿は除外します。"
|
481 |
-
|
482 |
-
#: admin/class-quick-featured-images-defaults.php:277
|
483 |
-
msgid "Preset Featured Images"
|
484 |
-
msgstr "アイキャッチ画像のプリセット"
|
485 |
-
|
486 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:29
|
487 |
-
msgid "Preview filtering"
|
488 |
-
msgstr "絞り込みのプレビュー"
|
489 |
-
|
490 |
-
#: admin/views/form_confirm.php:1
|
491 |
-
msgid "Preview of your selection"
|
492 |
-
msgstr "選択のプレビュー"
|
493 |
-
|
494 |
-
#: admin/views/form_select.php:47
|
495 |
-
msgid "Process Options"
|
496 |
-
msgstr "処理オプション"
|
497 |
-
|
498 |
-
#: admin/views/section_header_progress.php:15
|
499 |
-
msgid "Progress bar"
|
500 |
-
msgstr "プログレスバー"
|
501 |
-
|
502 |
-
#. Name of the plugin
|
503 |
-
msgid "Quick Featured Images"
|
504 |
-
msgstr "Quick Featured Images"
|
505 |
-
|
506 |
-
#: admin/views/section_errormsg.php:3
|
507 |
-
msgid "Reason"
|
508 |
-
msgstr "原因"
|
509 |
-
|
510 |
-
#: admin/class-quick-featured-images-tools.php:577
|
511 |
-
msgid "Refine"
|
512 |
-
msgstr "調整"
|
513 |
-
|
514 |
-
#: admin/views/form_refine.php:8
|
515 |
-
msgid "Refine filters"
|
516 |
-
msgstr "フィルタの調整"
|
517 |
-
|
518 |
-
#: admin/views/form_refine.php:1
|
519 |
-
msgid "Refine your selection"
|
520 |
-
msgstr "選択の調整"
|
521 |
-
|
522 |
-
#: admin/views/form_select.php:37
|
523 |
-
msgid "Refine your selections"
|
524 |
-
msgstr "選択を調整する"
|
525 |
-
|
526 |
-
#: admin/views/section_defaults.php:501
|
527 |
-
msgid ""
|
528 |
-
"Regardless of the order in the list the rules are applied in the following "
|
529 |
-
"order until a rule and a property of the post fit together:"
|
530 |
-
msgstr "リストの順番にかかわらず、投稿のプロパティがルールに当てはまるまで、下記の順番でルールが適用されます。"
|
531 |
-
|
532 |
-
#: admin/class-quick-featured-images-columns.php:280
|
533 |
-
#, php-format
|
534 |
-
msgid "Remove “%s”"
|
535 |
-
msgstr "“%s”の削除"
|
536 |
-
|
537 |
-
#: admin/class-quick-featured-images-tools.php:589
|
538 |
-
msgid "Remove all featured images without existing image files"
|
539 |
-
msgstr "ファイルが存在しないアイキャッチ画像を削除する"
|
540 |
-
|
541 |
-
#: admin/class-quick-featured-images-tools.php:588
|
542 |
-
msgid "Remove any image as featured image"
|
543 |
-
msgstr "アイキャッチ画像を削除する"
|
544 |
-
|
545 |
-
#: admin/class-quick-featured-images-tools.php:585
|
546 |
-
msgid "Remove the selected image as featured image"
|
547 |
-
msgstr "選択した画像が使用されているアイキャッチ画像を削除する"
|
548 |
-
|
549 |
-
#: admin/class-quick-featured-images-tools.php:584
|
550 |
-
msgid "Replace featured images by the selected image"
|
551 |
-
msgstr "選択した画像で現在のアイキャッチ画像を置き換える"
|
552 |
-
|
553 |
-
#: admin/views/section_results.php:1
|
554 |
-
msgid "Results of the action"
|
555 |
-
msgstr "実行結果"
|
556 |
-
|
557 |
-
#: admin/views/form_select.php:94
|
558 |
-
msgid "Search by post type. By default all posts and pages will be affected."
|
559 |
-
msgstr "投稿タイプで絞り込む。デフォルトでは、すべての投稿と固定ページが対象。"
|
560 |
-
|
561 |
-
#: admin/views/form_select.php:97
|
562 |
-
msgid "Search posts by category"
|
563 |
-
msgstr "カテゴリーで絞り込む"
|
564 |
-
|
565 |
-
#: admin/views/form_select.php:100
|
566 |
-
msgid "Search posts by tag"
|
567 |
-
msgstr "タグで絞り込む"
|
568 |
-
|
569 |
-
#: admin/class-quick-featured-images-tools.php:575
|
570 |
-
msgid "Select"
|
571 |
-
msgstr "選択"
|
572 |
-
|
573 |
-
#: admin/views/filter_category.php:3
|
574 |
-
msgid "Select a category"
|
575 |
-
msgstr "カテゴリーを選択"
|
576 |
-
|
577 |
-
#: admin/views/filter_tag.php:7
|
578 |
-
msgid "Select a tag"
|
579 |
-
msgstr "タグを選択"
|
580 |
-
|
581 |
-
#: admin/views/form_start.php:20
|
582 |
-
msgid "Select action"
|
583 |
-
msgstr "アクションの選択"
|
584 |
-
|
585 |
-
#: admin/class-quick-featured-images-tools.php:751
|
586 |
-
msgid "Select an image from the media library."
|
587 |
-
msgstr "メディアライブラリから画像を選択してください。"
|
588 |
-
|
589 |
-
#: admin/views/section_defaults.php:285
|
590 |
-
msgid ""
|
591 |
-
"Select at least one post type, otherwise all post types will be considered."
|
592 |
-
msgstr "投稿タイプを少なくとも1つ選択してください。選択しないと、すべての投稿タイプが対象になります。"
|
593 |
-
|
594 |
-
#: admin/views/form_select.php:87
|
595 |
-
msgid "Select filters"
|
596 |
-
msgstr "フィルタの選択"
|
597 |
-
|
598 |
-
#: admin/views/form_back_to_selection.php:2
|
599 |
-
msgid "Select filters and options again"
|
600 |
-
msgstr "フィルタとオプションを選択し直す"
|
601 |
-
|
602 |
-
#: admin/views/filter_post_types.php:2
|
603 |
-
msgid "Select post types"
|
604 |
-
msgstr "投稿タイプを選択"
|
605 |
-
|
606 |
-
#: admin/views/form_select.php:17
|
607 |
-
msgid "Select the featured images you want to replace by the selected image."
|
608 |
-
msgstr "新しく選んだ画像で置き換えたい、元のアイキャッチ画像を選択してください。"
|
609 |
-
|
610 |
-
#: admin/views/form_start.php:35
|
611 |
-
msgid ""
|
612 |
-
"Select the image you want to add to, replace or delete from posts and pages "
|
613 |
-
"by clicking on the following button."
|
614 |
-
msgstr "下のボタンをクリックして、追加、変更、削除したい画像を選択してください。"
|
615 |
-
|
616 |
-
#: admin/class-quick-featured-images-settings.php:666
|
617 |
-
msgid "Select the minimum user role a user must have to see the plugin."
|
618 |
-
msgstr "プラグイン画面を表示するのに必要なユーザー権限を選択してください。"
|
619 |
-
|
620 |
-
# a period at the end of a sentence must be localizable
|
621 |
-
#: admin/class-quick-featured-images-defaults.php:288
|
622 |
-
msgid "Set default featured images for future posts"
|
623 |
-
msgstr "デフォルトのアイキャッチ画像を設定します。"
|
624 |
-
|
625 |
-
#: admin/class-quick-featured-images-columns.php:281
|
626 |
-
#, php-format
|
627 |
-
msgid "Set image for “%s”"
|
628 |
-
msgstr "“%s”の画像を設定"
|
629 |
-
|
630 |
-
#: admin/class-quick-featured-images-tools.php:592
|
631 |
-
msgid "Set multiple images randomly as featured images"
|
632 |
-
msgstr "複数の画像をランダムにアイキャッチ画像に設定する"
|
633 |
-
|
634 |
-
#: admin/class-quick-featured-images-tools.php:583
|
635 |
-
msgid "Set the selected image as new featured image"
|
636 |
-
msgstr "選択した画像を新たなアイキャッチ画像として設定する"
|
637 |
-
|
638 |
-
#: admin/class-quick-featured-images-settings.php:232
|
639 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
640 |
-
msgstr "投稿/固定ページリストにアイキャッチ画像カラムを表示する設定を行います。"
|
641 |
-
|
642 |
-
#: admin/class-quick-featured-images-tools.php:1937
|
643 |
-
msgid "Set, replace, remove"
|
644 |
-
msgstr "設定・変更・削除"
|
645 |
-
|
646 |
-
#: admin/views/form_confirm.php:50
|
647 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
648 |
-
msgstr "リストに表示されている投稿からアイキャッチ画像を削除しますか?"
|
649 |
-
|
650 |
-
#: admin/views/form_confirm.php:41
|
651 |
-
msgid ""
|
652 |
-
"Should the current set featured image be replaced by the selected image at "
|
653 |
-
"all listed posts?"
|
654 |
-
msgstr "リストに表示されている投稿の現在のアイキャッチ画像を、選択した画像で置き換えますか?"
|
655 |
-
|
656 |
-
#: admin/views/form_confirm.php:12
|
657 |
-
msgid ""
|
658 |
-
"Should the entries of featured images without image files be removed from "
|
659 |
-
"the database?"
|
660 |
-
msgstr "ファイルが存在しないアイキャッチ画像の指定をデータベースから削除しますか?"
|
661 |
-
|
662 |
-
#: admin/views/form_confirm.php:47
|
663 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
664 |
-
msgstr "新しいアイキャッチ画像を、リストに表示された投稿のアイキャッチ画像として設定しますか?"
|
665 |
-
|
666 |
-
#: admin/views/form_confirm.php:44
|
667 |
-
msgid "Should the selected image be removed from all listed posts?"
|
668 |
-
msgstr "リストに表示されている投稿から、選択した画像を削除しますか?"
|
669 |
-
|
670 |
-
#: admin/views/form_confirm.php:35
|
671 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
672 |
-
msgstr "リストに表示されている投稿に、選択した画像をアイキャッチ画像として割り当てますか?"
|
673 |
-
|
674 |
-
#: admin/views/form_confirm.php:38
|
675 |
-
msgid ""
|
676 |
-
"Should the selected images be set randomly as featured images to all listed "
|
677 |
-
"posts?"
|
678 |
-
msgstr "リストに表示されている投稿に、選択した画像をアイキャッチ画像としてランダムに割り当てますか?"
|
679 |
-
|
680 |
-
#: admin/class-quick-featured-images-settings.php:391
|
681 |
-
msgid "Show additional column for featured images in lists of"
|
682 |
-
msgstr "アイキャッチ画像カラムを表示するリスト"
|
683 |
-
|
684 |
-
#: admin/class-quick-featured-images-settings.php:427
|
685 |
-
msgid "Show additional column in the library for posts with featured images"
|
686 |
-
msgstr ""
|
687 |
-
|
688 |
-
#: admin/views/section_errormsg.php:5
|
689 |
-
msgid "Solution"
|
690 |
-
msgstr "対応策"
|
691 |
-
|
692 |
-
#: admin/views/form_start.php:62
|
693 |
-
msgid ""
|
694 |
-
"Some users reported that this button would not work in some WordPress "
|
695 |
-
"installations. If this should be the case you can take another way:"
|
696 |
-
msgstr "このボタンが機能しないときは、下記をお試しください。"
|
697 |
-
|
698 |
-
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
699 |
-
#: admin/views/section_results.php:86
|
700 |
-
msgid "Start again"
|
701 |
-
msgstr "やり直す"
|
702 |
-
|
703 |
-
#: admin/class-quick-featured-images-tools.php:755
|
704 |
-
msgid "Start again and select which action you want to apply."
|
705 |
-
msgstr "[やり直す] をクリックしてアクションを選択します。"
|
706 |
-
|
707 |
-
#: admin/class-quick-featured-images-tools.php:603
|
708 |
-
msgid "Tag Filter"
|
709 |
-
msgstr "タグフィルタ"
|
710 |
-
|
711 |
-
# alt text for sample screen image
|
712 |
-
#: admin/views/section_defaults.php:251
|
713 |
-
msgid "Text with images in WordPress editor"
|
714 |
-
msgstr "WordPressエディタ内の画像とテキスト"
|
715 |
-
|
716 |
-
#: admin/class-quick-featured-images-settings.php:705
|
717 |
-
msgid ""
|
718 |
-
"The additional column in the media library lists all posts for which the "
|
719 |
-
"image is set as featured."
|
720 |
-
msgstr ""
|
721 |
-
|
722 |
-
#: admin/class-quick-featured-images-settings.php:687
|
723 |
-
msgid ""
|
724 |
-
"The additional columns give you a quick overview about all used featured "
|
725 |
-
"images for every post. The Featured Image column is sortable."
|
726 |
-
msgstr "投稿リストに画像カラムを追加して、設定済のすべてのアイキャッチ画像を素早く確認することができます。アイキャッチ画像カラムは並べ替えできます。"
|
727 |
-
|
728 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:219
|
729 |
-
msgid ""
|
730 |
-
"The current theme does not support featured images. Anyway you can use this "
|
731 |
-
"plugin. The effects are stored and will be visible in a theme which supports "
|
732 |
-
"featured images."
|
733 |
-
msgstr ""
|
734 |
-
"使用中のテーマはアイキャッチ画像をサポートしていませんが、このプラグインの利用は可能です。設定内容は保存され、アイキャッチ画像が利用可能なテーマを有効化すると表示されます。"
|
735 |
-
|
736 |
-
#: admin/class-quick-featured-images-tools.php:758
|
737 |
-
#, php-format
|
738 |
-
msgid "The input field %s has an invalid value."
|
739 |
-
msgstr "入力フィールド %s の値が正しくありません。"
|
740 |
-
|
741 |
-
#: admin/class-quick-featured-images-tools.php:742
|
742 |
-
#, php-format
|
743 |
-
msgid "The input field %s is empty."
|
744 |
-
msgstr "入力フィールド %s が空白です。"
|
745 |
-
|
746 |
-
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
747 |
-
msgid ""
|
748 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
749 |
-
"post in a new window by clicking on its link in the list."
|
750 |
-
msgstr "リストは投稿タイトル名の順に並んでいます。リスト中のタイトル名のリンクをクリックすると、新規ウィンドウで投稿を編集できます。"
|
751 |
-
|
752 |
-
#: admin/class-quick-featured-images-admin.php:278
|
753 |
-
#, php-format
|
754 |
-
msgid ""
|
755 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
756 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
757 |
-
"to the latest version."
|
758 |
-
msgstr ""
|
759 |
-
"このプラグインの動作には WordPress バージョン %s "
|
760 |
-
"以上が必要なため、有効化できませんでした。このプラグインを使用するには、Wordpress を最新バージョンに更新してください。"
|
761 |
-
|
762 |
-
#: admin/class-quick-featured-images-settings.php:671
|
763 |
-
#, php-format
|
764 |
-
msgid ""
|
765 |
-
"The rules as set in “%s” work on posts independently of this "
|
766 |
-
"setting."
|
767 |
-
msgstr "“%s” で指定されたルールは、この権限の設定には影響されずに機能します。"
|
768 |
-
|
769 |
-
#: admin/views/filter_category.php:14
|
770 |
-
msgid "The selection of a category includes all of its subcategories."
|
771 |
-
msgstr ""
|
772 |
-
|
773 |
-
#: admin/views/form_refine.php:54
|
774 |
-
msgid ""
|
775 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
776 |
-
"clicking on the next button."
|
777 |
-
msgstr "フィルタが選択されていません。フィルタの選択を変更するか、[次へ]ボタンをクリックしてください。"
|
778 |
-
|
779 |
-
#: admin/views/filter_tag.php:20
|
780 |
-
msgid "There are no tags in use."
|
781 |
-
msgstr "使用されているタグはありません。"
|
782 |
-
|
783 |
-
#: admin/class-quick-featured-images-tools.php:750
|
784 |
-
msgid "There is no selected image."
|
785 |
-
msgstr "画像が選択されていません。"
|
786 |
-
|
787 |
-
#: admin/views/form_start.php:18
|
788 |
-
msgid ""
|
789 |
-
"There is no undo function! It is strongly recommended that you make a backup "
|
790 |
-
"of the WordPress database before you perform mass changes."
|
791 |
-
msgstr "取り消し機能はありません。大幅な変更を行う前に、WordPress のデータベースのバックアップを取ることを強くお勧めします。"
|
792 |
-
|
793 |
-
#: admin/views/form_start.php:102
|
794 |
-
msgid "These actions do not require a selected image."
|
795 |
-
msgstr "次のアクションは、画像を選択する必要はありません。"
|
796 |
-
|
797 |
-
#: admin/views/form_start.php:68
|
798 |
-
msgid ""
|
799 |
-
"These actions require at least one selected image with the following button."
|
800 |
-
msgstr "次のアクションは、下のボタンで少なくとも1枚の画像を選択する必要があります。"
|
801 |
-
|
802 |
-
#: admin/views/form_start.php:22
|
803 |
-
msgid "These actions require to select an image with the following button."
|
804 |
-
msgstr "次のアクションは、下のボタンで画像を1枚選択する必要があります。"
|
805 |
-
|
806 |
-
#: admin/class-quick-featured-images-settings.php:677
|
807 |
-
msgid "This page is accessible for administrators only."
|
808 |
-
msgstr "このページには管理者だけがアクセスできます。"
|
809 |
-
|
810 |
-
#: admin/class-quick-featured-images-settings.php:676
|
811 |
-
msgid ""
|
812 |
-
"This setting controls as well whether a user will see in an image column the "
|
813 |
-
"thumbnails with action links or the thumbnails only. To switch image columns "
|
814 |
-
"on and off use the section above."
|
815 |
-
msgstr ""
|
816 |
-
"権限がないユーザーのアイキャッチ画像カラムにはサムネイルだけが表示されますが、権限があるユーザーではアクションリンク付のサムネイルが表示されます。アイキャッチ画像カラムそのものを表示するかどうかは、上のセクションで切り替えてください。"
|
817 |
-
|
818 |
-
#: admin/views/form_select.php:116
|
819 |
-
#| msgid ""
|
820 |
-
#| "This way is not as fast as one single run, but still much faster than "
|
821 |
-
#| "setting the images for each post manually."
|
822 |
-
msgid ""
|
823 |
-
"To achieve that use the filters and repeat the process until your task is "
|
824 |
-
"done. This way is not as fast as one single run, but still much faster than "
|
825 |
-
"setting the images for each post manually."
|
826 |
-
msgstr ""
|
827 |
-
|
828 |
-
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
829 |
-
msgid ""
|
830 |
-
"To select multiple images click on the button and use the CTRL key while "
|
831 |
-
"clicking on the images."
|
832 |
-
msgstr "複数の画像を選択するには、下のボタンをクリックした後、Ctrlキーを押しながら画像をクリックしてください。"
|
833 |
-
|
834 |
-
#: admin/views/section_defaults.php:211
|
835 |
-
msgid ""
|
836 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
837 |
-
"rule which is defined only partially will be ignored."
|
838 |
-
msgstr "ルールを設定するには、画像を選んで、分類と値の両方を設定する必要があります。一方だけ設定されたルールは無視されます。"
|
839 |
-
|
840 |
-
#: admin/class-quick-featured-images-tools.php:743
|
841 |
-
msgid "Type in a value into the input field."
|
842 |
-
msgstr "入力フィールドに値を入力してください。"
|
843 |
-
|
844 |
-
#: admin/class-quick-featured-images-tools.php:759
|
845 |
-
msgid "Type in valid values in the input field."
|
846 |
-
msgstr "入力フィールドに正しい値を入力してください。"
|
847 |
-
|
848 |
-
#: admin/class-quick-featured-images-tools.php:763
|
849 |
-
msgid "Type in values stored by WordPress."
|
850 |
-
msgstr "WordPressに保存されている値を入力してください。"
|
851 |
-
|
852 |
-
#: admin/views/section_results.php:20
|
853 |
-
msgid "Unchanged"
|
854 |
-
msgstr "変更なし"
|
855 |
-
|
856 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:119
|
857 |
-
msgid "Use CTRL for multiple choice"
|
858 |
-
msgstr "Ctrlキーを押しながら複数選択"
|
859 |
-
|
860 |
-
#. title of the section.
|
861 |
-
#: admin/class-quick-featured-images-settings.php:455
|
862 |
-
msgid "Visibility of the plugin"
|
863 |
-
msgstr "プラグイン画面の表示"
|
864 |
-
|
865 |
-
#: admin/class-quick-featured-images-admin.php:484
|
866 |
-
#, php-format
|
867 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
868 |
-
msgstr "%s へようこそ! %s でプラグインにアクセスできます。"
|
869 |
-
|
870 |
-
#: admin/views/form_start.php:12
|
871 |
-
msgid "What do you want to do?"
|
872 |
-
msgstr "やりたいことは何ですか?"
|
873 |
-
|
874 |
-
#: admin/views/form_refine.php:10
|
875 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
876 |
-
msgstr "次のページで調整した結果を確認できます。"
|
877 |
-
|
878 |
-
#: admin/views/form_start.php:15
|
879 |
-
msgid "Whatever you select: You can refine your choice on the next page."
|
880 |
-
msgstr "ここで選択した内容は、次のページで調整できます。"
|
881 |
-
|
882 |
-
#: admin/class-quick-featured-images-settings.php:463
|
883 |
-
msgid "Which user role may see the plugin?"
|
884 |
-
msgstr "プラグイン画面を表示できるユーザー権限"
|
885 |
-
|
886 |
-
#: admin/views/form_confirm.php:19
|
887 |
-
msgid "written on"
|
888 |
-
msgstr "作成日:"
|
889 |
-
|
890 |
-
#: admin/class-quick-featured-images-tools.php:473
|
891 |
-
#, php-format
|
892 |
-
msgid "Wrong image ID %d"
|
893 |
-
msgstr "誤った画像ID %d"
|
894 |
-
|
895 |
-
#: admin/views/section_header_progress.php:17
|
896 |
-
msgid "You are here"
|
897 |
-
msgstr "現在"
|
898 |
-
|
899 |
-
#: admin/views/form_select.php:38 admin/views/form_select.php:48
|
900 |
-
msgid "You can control the process with the following options."
|
901 |
-
msgstr "下記のオプションで処理内容や対象を調整できます。"
|
902 |
-
|
903 |
-
#: admin/views/form_confirm.php:121
|
904 |
-
msgid "You can not undo the operation!"
|
905 |
-
msgstr "実行後の取り消しはできません!"
|
906 |
-
|
907 |
-
#: admin/views/form_select.php:89
|
908 |
-
msgid ""
|
909 |
-
"You can select multiple filters. They will return an intersection of their "
|
910 |
-
"results."
|
911 |
-
msgstr "複数のフィルタを選択できます。選択したフィルタのすべての条件を満たすものが対象になります。"
|
912 |
-
|
913 |
-
#: admin/views/form_select.php:18
|
914 |
-
msgid "You can select multiple images. Select at least one image."
|
915 |
-
msgstr "複数の画像を選択できます。少なくとも1つ選んでください。"
|
916 |
-
|
917 |
-
#: admin/views/form_select.php:11
|
918 |
-
msgid ""
|
919 |
-
"You did not have selected an image from the list below. To go on select at "
|
920 |
-
"least one image you want to replace by the selected image."
|
921 |
-
msgstr "下のリストで画像が選択されていません。置き換える画像を少なくとも1つ選んでください。"
|
922 |
-
|
923 |
-
#: admin/class-quick-featured-images-tools.php:754
|
924 |
-
#: admin/views/section_image.php:51
|
925 |
-
msgid "You have not selected an action."
|
926 |
-
msgstr "アクションが選択されていません。"
|
927 |
-
|
928 |
-
#: admin/views/section_image.php:42
|
929 |
-
msgid "Your selected action"
|
930 |
-
msgstr "選択したアクション"
|
931 |
-
|
932 |
-
#: admin/views/section_image.php:90
|
933 |
-
msgid "Your selected filters"
|
934 |
-
msgstr "選択したフィルタ"
|
935 |
-
|
936 |
-
#: admin/views/section_image.php:68
|
937 |
-
msgid "Your selected options"
|
938 |
-
msgstr "選択したオプション"
|
939 |
-
|
940 |
-
#: admin/views/section_image.php:9
|
941 |
-
msgid "Your selected thumbnail"
|
942 |
-
msgstr "選択したサムネイル"
|
943 |
-
|
944 |
-
#: admin/views/section_image.php:23
|
945 |
-
msgid "Your selected thumbnails"
|
946 |
-
msgstr "選択したサムネイル"
|
947 |
-
|
948 |
-
#: admin/views/section_image.php:1
|
949 |
-
msgid "Your selection"
|
950 |
-
msgstr "選択"
|
951 |
-
|
952 |
-
#. Description of the plugin
|
953 |
-
#: admin/class-quick-featured-images-admin.php:215
|
954 |
-
msgid ""
|
955 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
956 |
-
"delete them in bulk, in posts lists and set default images for future posts."
|
957 |
-
msgstr ""
|
958 |
-
"アイキャッチ画像をまとめて設定・変更・削除したり、デフォルトのアイキャッチ画像を設定したりできる、スイス・アーミーナイフのように多機能で便利なプラグインです。"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/quick-featured-images-pt_BR.mo
DELETED
Binary file
|
languages/quick-featured-images-pt_BR.po
DELETED
@@ -1,1051 +0,0 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
msgid ""
|
4 |
-
msgstr ""
|
5 |
-
"Project-Id-Version: Quick Featured Images\n"
|
6 |
-
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date: 2020-12-16 16:06+0100\n"
|
8 |
-
"PO-Revision-Date: 2021-02-21 20:03+0000\n"
|
9 |
-
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
-
"Language-Team: Portuguese (Brazil)\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: Loco https://localise.biz/\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/views/form_confirm.php:2
|
23 |
-
#, php-format
|
24 |
-
msgid "%d matches found"
|
25 |
-
msgstr "%d registros encontrados"
|
26 |
-
|
27 |
-
#: admin/class-quick-featured-images-tools.php:746
|
28 |
-
#, php-format
|
29 |
-
msgid "%s is not defined."
|
30 |
-
msgstr "%s não está definido."
|
31 |
-
|
32 |
-
#: admin/class-quick-featured-images-columns.php:278
|
33 |
-
msgid "(external image)"
|
34 |
-
msgstr ""
|
35 |
-
|
36 |
-
#: admin/views/form_start.php:63
|
37 |
-
msgid ""
|
38 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
39 |
-
"Further links are appearing, among them the link "Bulk set as featured "
|
40 |
-
"image". 3. After a click on it you can move on in this plugin."
|
41 |
-
msgstr ""
|
42 |
-
"1. Vá para a biblioteca de mídia. 2. Passe o mouse sobre a imagem desejada. "
|
43 |
-
"Mais links estão aparecendo, entre eles o link "Definir imagem "
|
44 |
-
"destacada em massa". 3. Após um clique sobre ele você pode seguir em "
|
45 |
-
"frente neste plugin."
|
46 |
-
|
47 |
-
#: admin/views/form_start.php:21
|
48 |
-
msgid "Actions with a single image"
|
49 |
-
msgstr "Ações com uma única imagem"
|
50 |
-
|
51 |
-
#: admin/views/form_start.php:67
|
52 |
-
msgid "Actions with multiple images"
|
53 |
-
msgstr "Ações com várias imagens"
|
54 |
-
|
55 |
-
#: admin/views/form_start.php:101
|
56 |
-
msgid "Actions without any selected image"
|
57 |
-
msgstr "Ações sem qualquer imagem selecionada"
|
58 |
-
|
59 |
-
#: admin/class-quick-featured-images-settings.php:618
|
60 |
-
msgid ""
|
61 |
-
"Activate the checkbox to show the extra column in the media library. If you "
|
62 |
-
"would not see the new column in the library switch the appereance of the "
|
63 |
-
"library to List mode. The post titles are links to the respective post edit "
|
64 |
-
"page."
|
65 |
-
msgstr ""
|
66 |
-
|
67 |
-
#: admin/class-quick-featured-images-settings.php:596
|
68 |
-
msgid ""
|
69 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
70 |
-
"post lists."
|
71 |
-
msgstr ""
|
72 |
-
"Ative as caixas de seleção em cada tipo de post para mostrar as colunas "
|
73 |
-
"extras nas listas de posts."
|
74 |
-
|
75 |
-
#: admin/views/section_defaults.php:242
|
76 |
-
msgid ""
|
77 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
78 |
-
"a post"
|
79 |
-
msgstr ""
|
80 |
-
"Ative para substituir automaticamente uma imagem destacada existente ao "
|
81 |
-
"salvar um post"
|
82 |
-
|
83 |
-
#: admin/views/section_defaults.php:255
|
84 |
-
msgid ""
|
85 |
-
"Activate to automatically use the first content image if available in the "
|
86 |
-
"media library as featured image while saving a post"
|
87 |
-
msgstr ""
|
88 |
-
"Ative para utilizar automaticamente a primeira imagem de conteúdo se "
|
89 |
-
"disponível na biblioteca de mídia como uma imagem destacada ao salvar um post"
|
90 |
-
|
91 |
-
#: admin/class-quick-featured-images-tools.php:576
|
92 |
-
msgid "Add filter"
|
93 |
-
msgstr "Adicionar um filtro"
|
94 |
-
|
95 |
-
#: admin/views/section_defaults.php:491
|
96 |
-
msgid "Add rule"
|
97 |
-
msgstr "Adicionar regra"
|
98 |
-
|
99 |
-
#: admin/views/section_defaults.php:238
|
100 |
-
msgid "An image overwrites an existing image"
|
101 |
-
msgstr "Uma imagem substitui uma imagem existente"
|
102 |
-
|
103 |
-
#: admin/views/section_defaults.php:496
|
104 |
-
msgid "Are you sure to remove this rule?"
|
105 |
-
msgstr "Tem certeza que deseja remover essa regra?"
|
106 |
-
|
107 |
-
#: admin/views/section_defaults.php:511
|
108 |
-
msgid ""
|
109 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
110 |
-
"the post it is unforeseeable which image will become the featured image."
|
111 |
-
msgstr ""
|
112 |
-
"Tenha em mente que, se duas ou mais regras com a mesma taxonomia caberem ao "
|
113 |
-
"post é imprevisível qual a imagem se tornará a imagem em destaque."
|
114 |
-
|
115 |
-
#: admin/class-quick-featured-images-tools.php:2057
|
116 |
-
msgid "Bulk set as featured image"
|
117 |
-
msgstr "Definir imagem destacada em massa"
|
118 |
-
|
119 |
-
#: admin/class-quick-featured-images-tools.php:1948
|
120 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
121 |
-
msgstr ""
|
122 |
-
"Definir, substituir e remover imagens destacadas em massa para posts "
|
123 |
-
"existentes"
|
124 |
-
|
125 |
-
#: admin/views/form_confirm.php:20
|
126 |
-
msgid "by"
|
127 |
-
msgstr "por"
|
128 |
-
|
129 |
-
#: admin/class-quick-featured-images-tools.php:602
|
130 |
-
msgid "Category Filter"
|
131 |
-
msgstr "Filtro por categoria"
|
132 |
-
|
133 |
-
#: admin/class-quick-featured-images-columns.php:279
|
134 |
-
#, php-format
|
135 |
-
msgid "Change “%s”"
|
136 |
-
msgstr "Alterar “%s”"
|
137 |
-
|
138 |
-
#: admin/views/section_results.php:19
|
139 |
-
msgid "Changed successfully"
|
140 |
-
msgstr "Alterado com sucesso"
|
141 |
-
|
142 |
-
#: admin/class-quick-featured-images-tools.php:747
|
143 |
-
msgid "Check how to define the value."
|
144 |
-
msgstr "Veja como definir o valor."
|
145 |
-
|
146 |
-
#: admin/views/form_start.php:57
|
147 |
-
msgid "Choose Image"
|
148 |
-
msgstr "Escolha a Imagem"
|
149 |
-
|
150 |
-
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
151 |
-
msgid "Choose Images"
|
152 |
-
msgstr "Escolha as Imagens"
|
153 |
-
|
154 |
-
#. title of the section.
|
155 |
-
#: admin/class-quick-featured-images-settings.php:419
|
156 |
-
msgid "Column in the library for posts with assigned featured image"
|
157 |
-
msgstr ""
|
158 |
-
|
159 |
-
#. title of the section.
|
160 |
-
#: admin/class-quick-featured-images-settings.php:383
|
161 |
-
msgid "Columns for featured images in posts lists"
|
162 |
-
msgstr "Colunas para imagens destacadas nas listas de posts"
|
163 |
-
|
164 |
-
#: admin/class-quick-featured-images-tools.php:578
|
165 |
-
msgid "Confirm"
|
166 |
-
msgstr "Confirmar"
|
167 |
-
|
168 |
-
#: admin/views/form_confirm.php:120
|
169 |
-
msgid "Confirm the change"
|
170 |
-
msgstr "Confirme a mudança"
|
171 |
-
|
172 |
-
#: admin/class-quick-featured-images-tools.php:597
|
173 |
-
msgid "Consider only posts without any featured image"
|
174 |
-
msgstr "Considerar apenas posts sem nenhuma imagem destacada"
|
175 |
-
|
176 |
-
#: admin/class-quick-featured-images-settings.php:696
|
177 |
-
msgid "Controls which minimum user role can see the plugin."
|
178 |
-
msgstr "Controla qual função de usuário mínima pode ver o plug-in."
|
179 |
-
|
180 |
-
#: admin/views/section_footer.php:16
|
181 |
-
msgid "Credits and informations"
|
182 |
-
msgstr "Créditos e informações"
|
183 |
-
|
184 |
-
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
185 |
-
msgid "Current Featured Image"
|
186 |
-
msgstr "Imagem Destacada atual"
|
187 |
-
|
188 |
-
#: admin/views/section_defaults.php:208
|
189 |
-
msgid "Default featured images for future posts"
|
190 |
-
msgstr "Imagens destacadas padrão para os posts futuros"
|
191 |
-
|
192 |
-
#: admin/views/section_defaults.php:210
|
193 |
-
msgid ""
|
194 |
-
"Define the rules to use images as default featured images automatically "
|
195 |
-
"every time a post is saved."
|
196 |
-
msgstr ""
|
197 |
-
"Define as regras para usar imagens como imagens destacadas padrão "
|
198 |
-
"automaticamente toda vez que um post é salvo."
|
199 |
-
|
200 |
-
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
201 |
-
msgid "Details"
|
202 |
-
msgstr "Detalhes"
|
203 |
-
|
204 |
-
#: admin/class-quick-featured-images-settings.php:615
|
205 |
-
msgid ""
|
206 |
-
"Display a new column in the media library with the titles of the posts for "
|
207 |
-
"which the corresponding image is set as featured image"
|
208 |
-
msgstr ""
|
209 |
-
|
210 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:87
|
211 |
-
msgid "Do you like the plugin?"
|
212 |
-
msgstr "Gostou do plugin?"
|
213 |
-
|
214 |
-
#: admin/views/section_footer.php:19
|
215 |
-
msgid "Do you need support or have an idea for the plugin?"
|
216 |
-
msgstr "Você precisa de suporte ou tem uma ideia para o plugin?"
|
217 |
-
|
218 |
-
#: admin/views/section_footer.php:20
|
219 |
-
#, php-format
|
220 |
-
msgid "Download plugin %s at %s!"
|
221 |
-
msgstr "Baixe o plugin %s em %s!"
|
222 |
-
|
223 |
-
#: admin/views/section_errormsg.php:1
|
224 |
-
msgid "Error"
|
225 |
-
msgstr "Erro"
|
226 |
-
|
227 |
-
#: admin/views/section_defaults.php:500
|
228 |
-
msgid ""
|
229 |
-
"Every time you save a post the post get the featured image if one of the "
|
230 |
-
"following rules match a property of the post. You can also set rules for "
|
231 |
-
"pages and all other current post types which support featured images."
|
232 |
-
msgstr ""
|
233 |
-
"Toda vez que você salvar um post, o post obtém a imagem destacada se uma das "
|
234 |
-
"seguintes regras corresponder a uma propriedade do post. Você também pode "
|
235 |
-
"definir regras para páginas e todos os outros tipos de post atuais que "
|
236 |
-
"suportam imagens destacadas."
|
237 |
-
|
238 |
-
#: admin/views/form_select.php:115
|
239 |
-
#| msgid ""
|
240 |
-
#| "Facing a white blank page while trying to treat thousands of posts is the "
|
241 |
-
#| "effect of limited memory capacities on the website server. Instead of "
|
242 |
-
#| "treating a huge amount of posts in one single go try to treat small "
|
243 |
-
#| "amounts of posts multiple times successively. To achieve that do:"
|
244 |
-
msgid ""
|
245 |
-
"Facing a white blank page while trying to treat thousands of posts is the "
|
246 |
-
"effect of limited memory capacities on the website server. Instead of "
|
247 |
-
"treating a huge amount of posts in one single go try to treat small amounts "
|
248 |
-
"of posts multiple times successively."
|
249 |
-
msgstr ""
|
250 |
-
|
251 |
-
#: admin/class-quick-featured-images-columns.php:652
|
252 |
-
msgid "Featured image for"
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: admin/views/form_refine.php:18
|
256 |
-
#, php-format
|
257 |
-
msgid "File %s is not available."
|
258 |
-
msgstr "Arquivo %s não está disponível."
|
259 |
-
|
260 |
-
#: admin/views/section_defaults.php:258
|
261 |
-
msgid "For which post types should this rule be applied?"
|
262 |
-
msgstr "Para quais tipos de post essa regra deve ser aplicada?"
|
263 |
-
|
264 |
-
#: admin/views/section_defaults.php:503
|
265 |
-
msgid "found first content image. If not then..."
|
266 |
-
msgstr "primeira imagem de conteúdo encontrada. Se não, então..."
|
267 |
-
|
268 |
-
#: admin/views/form_confirm.php:18
|
269 |
-
msgid "Future Featured Image"
|
270 |
-
msgstr "Imagem Destacada futura"
|
271 |
-
|
272 |
-
#: admin/views/form_start.php:14
|
273 |
-
msgid ""
|
274 |
-
"Here you can add, replace and delete featured images to your posts. Select "
|
275 |
-
"one of the following actions and, if necessary, one or more images."
|
276 |
-
msgstr ""
|
277 |
-
"Aqui você pode adicionar, substituir e excluir imagens destacadas aos seus "
|
278 |
-
"posts. Selecione uma das seguintes ações e, se necessário, uma ou mais "
|
279 |
-
"imagens."
|
280 |
-
|
281 |
-
#: admin/views/section_defaults.php:499
|
282 |
-
msgid "How the rules work"
|
283 |
-
msgstr "Como as regras funcionam"
|
284 |
-
|
285 |
-
#. URI of the plugin
|
286 |
-
msgid "http://wordpress.org/plugins/quick-featured-images"
|
287 |
-
msgstr "http://wordpress.org/plugins/quick-featured-images"
|
288 |
-
|
289 |
-
#. Author URI of the plugin
|
290 |
-
msgid ""
|
291 |
-
"https://www.kybernetik-services.com/?"
|
292 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
293 |
-
"images&utm_content=author"
|
294 |
-
msgstr ""
|
295 |
-
"https://www.kybernetik-services.com/?"
|
296 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
297 |
-
"images&utm_content=author"
|
298 |
-
|
299 |
-
#: admin/views/section_defaults.php:244
|
300 |
-
msgid ""
|
301 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
302 |
-
"an existing featured image with the new one based on the following rules. Do "
|
303 |
-
"not use this if you want to keep manually set featured images."
|
304 |
-
msgstr ""
|
305 |
-
"Se ativada, a regra é usada automaticamente ao salvar um post para "
|
306 |
-
"substituir uma imagem destacada existente com a nova com base nas seguintes "
|
307 |
-
"regras. Não use esta opção se você deseja manter as imagens destacadas "
|
308 |
-
"definidas manualmente."
|
309 |
-
|
310 |
-
#: admin/views/section_defaults.php:257
|
311 |
-
msgid ""
|
312 |
-
"If activated the rule is used automatically while saving a post to set the "
|
313 |
-
"first content image - if available in the media library - as the featured "
|
314 |
-
"image of the post. If the post has no content images the next rules will be "
|
315 |
-
"applied."
|
316 |
-
msgstr ""
|
317 |
-
"Se ativada, a regra é usada automaticamente ao salvar um post para definir a "
|
318 |
-
"primeira imagem de conteúdo - se disponível na biblioteca de mídia - como a "
|
319 |
-
"imagem destacada do post. Se o post não tem imagens de conteúdo as próximas "
|
320 |
-
"regras serão aplicadas."
|
321 |
-
|
322 |
-
#: admin/views/form_start.php:61
|
323 |
-
msgid "If the button does not work, read this:"
|
324 |
-
msgstr "Se o botão não funcionar, leia isto:"
|
325 |
-
|
326 |
-
#: admin/views/section_image.php:55
|
327 |
-
msgid "If wrong action start again"
|
328 |
-
msgstr "Se a ação estiver incorreta comece novamente"
|
329 |
-
|
330 |
-
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
331 |
-
msgid "If wrong image start again"
|
332 |
-
msgstr "Se a imagem estiver incorreta comece novamente"
|
333 |
-
|
334 |
-
#: admin/views/form_select.php:114
|
335 |
-
msgid "If you encounter a white, blank page, read this"
|
336 |
-
msgstr "Se você encontrar uma página branca, em branco, leia isto"
|
337 |
-
|
338 |
-
#: admin/views/form_select.php:88
|
339 |
-
msgid ""
|
340 |
-
"If you want select one of the following filters to narrow down the set of "
|
341 |
-
"concerned posts and pages."
|
342 |
-
msgstr ""
|
343 |
-
"Se você quiser selecione um dos seguintes filtros para limitar o conjunto de "
|
344 |
-
"posts e páginas."
|
345 |
-
|
346 |
-
#: admin/views/form_back_to_selection.php:3
|
347 |
-
msgid ""
|
348 |
-
"If you want to change your former selection just go back by clicking on this "
|
349 |
-
"button."
|
350 |
-
msgstr ""
|
351 |
-
"Se você quiser mudar a sua seleção anterior, volte clicando neste botão."
|
352 |
-
|
353 |
-
#: admin/class-quick-featured-images-tools.php:633
|
354 |
-
msgid "Image height in pixels lower than"
|
355 |
-
msgstr "Altura da imagem em pixels menor que"
|
356 |
-
|
357 |
-
#: admin/views/section_image.php:12
|
358 |
-
msgid "Image title"
|
359 |
-
msgstr "Titulo da imagem"
|
360 |
-
|
361 |
-
#: admin/class-quick-featured-images-tools.php:632
|
362 |
-
msgid "Image width in pixels lower than"
|
363 |
-
msgstr "Largura da imagem em pixels menor que"
|
364 |
-
|
365 |
-
#: admin/views/form_start.php:17
|
366 |
-
msgid "Important advice"
|
367 |
-
msgstr "Aviso importante"
|
368 |
-
|
369 |
-
#. Author of the plugin
|
370 |
-
msgid "Kybernetik Services"
|
371 |
-
msgstr "Kybernetik Services"
|
372 |
-
|
373 |
-
#: admin/views/section_footer.php:20
|
374 |
-
msgid ""
|
375 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
376 |
-
"fast plugin"
|
377 |
-
msgstr ""
|
378 |
-
"Deixe as miniaturas aparecem no widget dos posts mais recentes com este "
|
379 |
-
"plugin rápido"
|
380 |
-
|
381 |
-
#: admin/views/section_overview.php:17
|
382 |
-
msgid "Manage featured images in a quick way"
|
383 |
-
msgstr "Gerencie imagens destacadas de uma maneira rápida"
|
384 |
-
|
385 |
-
#: admin/views/section_defaults.php:507
|
386 |
-
msgid "matched author. If not then..."
|
387 |
-
msgstr "combinou o autor. Se não, então..."
|
388 |
-
|
389 |
-
#: admin/views/section_defaults.php:506
|
390 |
-
msgid "matched category. If not then..."
|
391 |
-
msgstr "combinou a categoria. Se não, então..."
|
392 |
-
|
393 |
-
#: admin/views/section_defaults.php:504
|
394 |
-
msgid "matched custom taxonomy. If not then..."
|
395 |
-
msgstr "combinou a taxonomia personalizada. Se não, então..."
|
396 |
-
|
397 |
-
#: admin/views/section_defaults.php:508
|
398 |
-
msgid "matched post type. If not then..."
|
399 |
-
msgstr "combinou o tipo de post. Se não, então..."
|
400 |
-
|
401 |
-
#: admin/views/section_defaults.php:505
|
402 |
-
msgid "matched tag. If not then..."
|
403 |
-
msgstr "combinou a tag. Se não, então..."
|
404 |
-
|
405 |
-
#: admin/views/section_defaults.php:16
|
406 |
-
msgid "matches"
|
407 |
-
msgstr "combinações"
|
408 |
-
|
409 |
-
#: admin/class-quick-featured-images-settings.php:630
|
410 |
-
msgid "Minimum user role to see the plugin in the backend"
|
411 |
-
msgstr "Função de usuário mínima para ver o plug-in no back-end"
|
412 |
-
|
413 |
-
#: admin/views/form_back_to_selection.php:42
|
414 |
-
msgid "Modify selection"
|
415 |
-
msgstr "Modificar seleção"
|
416 |
-
|
417 |
-
#: admin/views/section_defaults.php:509
|
418 |
-
msgid "no featured image."
|
419 |
-
msgstr "nenhuma imagem destacada."
|
420 |
-
|
421 |
-
#: admin/views/section_results.php:82
|
422 |
-
msgid "No matches found."
|
423 |
-
msgstr "Nenhum resultado encontrado."
|
424 |
-
|
425 |
-
#: admin/views/section_image.php:106
|
426 |
-
msgid "No selected filters"
|
427 |
-
msgstr "Nenhum filtro selecionado"
|
428 |
-
|
429 |
-
#: admin/views/section_image.php:84
|
430 |
-
msgid "No selected options"
|
431 |
-
msgstr "Nenhuma opção selecionada"
|
432 |
-
|
433 |
-
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
434 |
-
#: admin/views/section_results.php:18
|
435 |
-
msgid "No."
|
436 |
-
msgstr "Nº."
|
437 |
-
|
438 |
-
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
439 |
-
#: admin/views/section_defaults.php:217
|
440 |
-
msgid "Notice"
|
441 |
-
msgstr "Aviso prévio"
|
442 |
-
|
443 |
-
#: admin/views/form_refine.php:9
|
444 |
-
msgid ""
|
445 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
446 |
-
msgstr ""
|
447 |
-
"Agora você pode encontrar posts e páginas de parâmetros correspondentes. "
|
448 |
-
"Refine-as aqui."
|
449 |
-
|
450 |
-
#: admin/views/form_select.php:121
|
451 |
-
msgid ""
|
452 |
-
"On the next page you can refine the filters. If you did not select any "
|
453 |
-
"filter you will go to the preview list directly."
|
454 |
-
msgstr ""
|
455 |
-
"Na próxima página você pode refinar os filtros. Se você não selecionar "
|
456 |
-
"qualquer filtro que você vai diretamente para a lista de pré-visualização."
|
457 |
-
|
458 |
-
#: admin/views/form_select.php:85
|
459 |
-
msgid "Optional: Add a filter"
|
460 |
-
msgstr "Opcional: Adicionar um filtro"
|
461 |
-
|
462 |
-
#: admin/views/form_select.php:45
|
463 |
-
msgid "Optional: Select options"
|
464 |
-
msgstr "Opcional: Selecione opções"
|
465 |
-
|
466 |
-
#: admin/views/form_confirm.php:182
|
467 |
-
msgid "or refine your selection with the following form fields."
|
468 |
-
msgstr "ou refine sua seleção com os campos a seguir."
|
469 |
-
|
470 |
-
#: admin/views/form_select.php:53
|
471 |
-
msgid "Overwrite existing featured images with new ones"
|
472 |
-
msgstr "Sobrescrever imagens destacadas existentes pelas novas"
|
473 |
-
|
474 |
-
#: admin/class-quick-featured-images-tools.php:596
|
475 |
-
msgid "Overwrite featured images"
|
476 |
-
msgstr "Sobrescrever imagens destacadas"
|
477 |
-
|
478 |
-
#: admin/class-quick-featured-images-tools.php:579
|
479 |
-
msgid "Perform"
|
480 |
-
msgstr "Executar"
|
481 |
-
|
482 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:88
|
483 |
-
msgid "Please rate it at wordpress.org!"
|
484 |
-
msgstr "Por favor avalie ele no wordpress.org!"
|
485 |
-
|
486 |
-
#: admin/class-quick-featured-images-settings.php:432
|
487 |
-
msgid "Post list column in the library"
|
488 |
-
msgstr ""
|
489 |
-
|
490 |
-
#: admin/views/section_defaults.php:59
|
491 |
-
msgid "Post Type"
|
492 |
-
msgstr "Tipo de Post"
|
493 |
-
|
494 |
-
#: admin/class-quick-featured-images-tools.php:601
|
495 |
-
msgid "Post Type Filter"
|
496 |
-
msgstr "Filtro de tipo de posts"
|
497 |
-
|
498 |
-
#: admin/views/section_footer.php:19
|
499 |
-
msgid ""
|
500 |
-
"Post your questions and ideas about Quick Featured Images in the forum at "
|
501 |
-
"wordpress.org!"
|
502 |
-
msgstr ""
|
503 |
-
"Poste suas dúvidas e idéias sobre Quick Featured Images no fórum em "
|
504 |
-
"wordpress.org!"
|
505 |
-
|
506 |
-
#: admin/class-quick-featured-images-settings.php:396
|
507 |
-
msgid "Posts list with image column"
|
508 |
-
msgstr "Lista de posts com coluna de imagem"
|
509 |
-
|
510 |
-
#: admin/views/form_select.php:63
|
511 |
-
msgid ""
|
512 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
513 |
-
"checked"
|
514 |
-
msgstr ""
|
515 |
-
"Posts com Imagens destacadas serão ignorados, mesmo se a opção Substituir "
|
516 |
-
"estiver marcada"
|
517 |
-
|
518 |
-
#: admin/class-quick-featured-images-defaults.php:277
|
519 |
-
msgid "Preset Featured Images"
|
520 |
-
msgstr "Predefinir Imagens Destacadas"
|
521 |
-
|
522 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:29
|
523 |
-
msgid "Preview filtering"
|
524 |
-
msgstr "Pré-visualizar a filtragem"
|
525 |
-
|
526 |
-
#: admin/views/form_confirm.php:1
|
527 |
-
msgid "Preview of your selection"
|
528 |
-
msgstr "Pré-visualizar a sua seleção"
|
529 |
-
|
530 |
-
#: admin/views/form_select.php:47
|
531 |
-
msgid "Process Options"
|
532 |
-
msgstr "Opções do Processo"
|
533 |
-
|
534 |
-
#: admin/views/section_header_progress.php:15
|
535 |
-
msgid "Progress bar"
|
536 |
-
msgstr "Barra de progresso"
|
537 |
-
|
538 |
-
#. Name of the plugin
|
539 |
-
msgid "Quick Featured Images"
|
540 |
-
msgstr "Quick Featured Images"
|
541 |
-
|
542 |
-
#: admin/views/section_errormsg.php:3
|
543 |
-
msgid "Reason"
|
544 |
-
msgstr "Razão"
|
545 |
-
|
546 |
-
#: admin/class-quick-featured-images-tools.php:577
|
547 |
-
msgid "Refine"
|
548 |
-
msgstr "Refinar"
|
549 |
-
|
550 |
-
#: admin/views/form_refine.php:8
|
551 |
-
msgid "Refine filters"
|
552 |
-
msgstr "Refinar filtros"
|
553 |
-
|
554 |
-
#: admin/views/form_refine.php:1
|
555 |
-
msgid "Refine your selection"
|
556 |
-
msgstr "Refine sua seleção"
|
557 |
-
|
558 |
-
#: admin/views/form_select.php:37
|
559 |
-
msgid "Refine your selections"
|
560 |
-
msgstr "Refine suas seleções"
|
561 |
-
|
562 |
-
#: admin/views/section_defaults.php:501
|
563 |
-
msgid ""
|
564 |
-
"Regardless of the order in the list the rules are applied in the following "
|
565 |
-
"order until a rule and a property of the post fit together:"
|
566 |
-
msgstr ""
|
567 |
-
"Independentemente da ordem na lista as regras são aplicadas na seguinte "
|
568 |
-
"ordem até que uma regra e uma propriedade do post se encaixem:"
|
569 |
-
|
570 |
-
#: admin/class-quick-featured-images-columns.php:280
|
571 |
-
#, php-format
|
572 |
-
msgid "Remove “%s”"
|
573 |
-
msgstr "Remover “%s”"
|
574 |
-
|
575 |
-
#: admin/class-quick-featured-images-tools.php:589
|
576 |
-
msgid "Remove all featured images without existing image files"
|
577 |
-
msgstr "Remova todas as imagens apresentadas sem arquivos de imagem existentes"
|
578 |
-
|
579 |
-
#: admin/class-quick-featured-images-tools.php:588
|
580 |
-
msgid "Remove any image as featured image"
|
581 |
-
msgstr "Remover qualquer imagem como imagem destacada"
|
582 |
-
|
583 |
-
#: admin/class-quick-featured-images-tools.php:585
|
584 |
-
msgid "Remove the selected image as featured image"
|
585 |
-
msgstr "Remover a imagem selecionada como imagem destacada"
|
586 |
-
|
587 |
-
#: admin/class-quick-featured-images-tools.php:584
|
588 |
-
msgid "Replace featured images by the selected image"
|
589 |
-
msgstr "Substituir imagens destacadas pela imagem selecionada"
|
590 |
-
|
591 |
-
#: admin/views/section_results.php:1
|
592 |
-
msgid "Results of the action"
|
593 |
-
msgstr "Resultados da ação"
|
594 |
-
|
595 |
-
#: admin/views/form_select.php:94
|
596 |
-
msgid "Search by post type. By default all posts and pages will be affected."
|
597 |
-
msgstr ""
|
598 |
-
"Procurar por tipo de post. Por padrão todos os posts e páginas serão "
|
599 |
-
"afetados."
|
600 |
-
|
601 |
-
#: admin/views/form_select.php:97
|
602 |
-
msgid "Search posts by category"
|
603 |
-
msgstr "Procurar posts por categoria"
|
604 |
-
|
605 |
-
#: admin/views/form_select.php:100
|
606 |
-
msgid "Search posts by tag"
|
607 |
-
msgstr "Procurar posts por tag"
|
608 |
-
|
609 |
-
#: admin/class-quick-featured-images-tools.php:575
|
610 |
-
msgid "Select"
|
611 |
-
msgstr "Selecionar"
|
612 |
-
|
613 |
-
#: admin/views/filter_category.php:3
|
614 |
-
msgid "Select a category"
|
615 |
-
msgstr "Selecione uma categoria"
|
616 |
-
|
617 |
-
#: admin/views/filter_tag.php:7
|
618 |
-
msgid "Select a tag"
|
619 |
-
msgstr "Selecione uma tag"
|
620 |
-
|
621 |
-
#: admin/views/form_start.php:20
|
622 |
-
msgid "Select action"
|
623 |
-
msgstr "Selecione a ação"
|
624 |
-
|
625 |
-
#: admin/class-quick-featured-images-tools.php:751
|
626 |
-
msgid "Select an image from the media library."
|
627 |
-
msgstr "Selecione uma imagem da biblioteca de mídia."
|
628 |
-
|
629 |
-
#: admin/views/section_defaults.php:285
|
630 |
-
msgid ""
|
631 |
-
"Select at least one post type, otherwise all post types will be considered."
|
632 |
-
msgstr ""
|
633 |
-
"Selecione pelo menos um tipo de post, caso contrário, todos os tipos de post "
|
634 |
-
"serão considerados."
|
635 |
-
|
636 |
-
#: admin/views/form_select.php:87
|
637 |
-
msgid "Select filters"
|
638 |
-
msgstr "Selecione os filtros"
|
639 |
-
|
640 |
-
#: admin/views/form_back_to_selection.php:2
|
641 |
-
msgid "Select filters and options again"
|
642 |
-
msgstr "Selecione filtros e opções novamente"
|
643 |
-
|
644 |
-
#: admin/views/filter_post_types.php:2
|
645 |
-
msgid "Select post types"
|
646 |
-
msgstr "Selecione os tipos de post"
|
647 |
-
|
648 |
-
#: admin/views/form_select.php:17
|
649 |
-
msgid "Select the featured images you want to replace by the selected image."
|
650 |
-
msgstr ""
|
651 |
-
"Selecione as imagens destacadas que você deseja substituir pela imagem "
|
652 |
-
"selecionada."
|
653 |
-
|
654 |
-
#: admin/views/form_start.php:35
|
655 |
-
msgid ""
|
656 |
-
"Select the image you want to add to, replace or delete from posts and pages "
|
657 |
-
"by clicking on the following button."
|
658 |
-
msgstr ""
|
659 |
-
"Selecione a imagem que deseja adicionar, substituir ou excluir dos posts e "
|
660 |
-
"páginas clicando no botão a seguir."
|
661 |
-
|
662 |
-
#: admin/class-quick-featured-images-settings.php:666
|
663 |
-
msgid "Select the minimum user role a user must have to see the plugin."
|
664 |
-
msgstr ""
|
665 |
-
"Selecione a função de usuário mínima que um usuário deve ter para ver o plug-"
|
666 |
-
"in."
|
667 |
-
|
668 |
-
#: admin/class-quick-featured-images-defaults.php:288
|
669 |
-
msgid "Set default featured images for future posts"
|
670 |
-
msgstr "Definir imagem destacada padrão para posts futuros"
|
671 |
-
|
672 |
-
#: admin/class-quick-featured-images-columns.php:281
|
673 |
-
#, php-format
|
674 |
-
msgid "Set image for “%s”"
|
675 |
-
msgstr "Definir imagem para “%s”"
|
676 |
-
|
677 |
-
#: admin/class-quick-featured-images-tools.php:592
|
678 |
-
msgid "Set multiple images randomly as featured images"
|
679 |
-
msgstr "Definir várias imagens aleatoriamente como imagens destacadas"
|
680 |
-
|
681 |
-
#: admin/class-quick-featured-images-tools.php:583
|
682 |
-
msgid "Set the selected image as new featured image"
|
683 |
-
msgstr "Definir a imagem selecionada como nova imagem destacada"
|
684 |
-
|
685 |
-
#: admin/class-quick-featured-images-settings.php:232
|
686 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
687 |
-
msgstr ""
|
688 |
-
"Definir a visibilidade das colunas de imagens destacadas nas listas de posts"
|
689 |
-
|
690 |
-
#: admin/class-quick-featured-images-tools.php:1937
|
691 |
-
msgid "Set, replace, remove"
|
692 |
-
msgstr "Definir, substituir, remover"
|
693 |
-
|
694 |
-
#: admin/views/form_confirm.php:50
|
695 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
696 |
-
msgstr ""
|
697 |
-
"Devem as imagens destacadas adicionadas serem removidas de todos os posts "
|
698 |
-
"listados?"
|
699 |
-
|
700 |
-
#: admin/views/form_confirm.php:41
|
701 |
-
msgid ""
|
702 |
-
"Should the current set featured image be replaced by the selected image at "
|
703 |
-
"all listed posts?"
|
704 |
-
msgstr ""
|
705 |
-
"Devem as imagens destacadas atuais serem substituídas pela imagem secionada "
|
706 |
-
"em todos os posts listados?"
|
707 |
-
|
708 |
-
#: admin/views/form_confirm.php:12
|
709 |
-
msgid ""
|
710 |
-
"Should the entries of featured images without image files be removed from "
|
711 |
-
"the database?"
|
712 |
-
msgstr ""
|
713 |
-
"As entradas de imagens em destaque sem arquivos de imagem devem ser "
|
714 |
-
"removidas do banco de dados?"
|
715 |
-
|
716 |
-
#: admin/views/form_confirm.php:47
|
717 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
718 |
-
msgstr ""
|
719 |
-
"Devem as futuras imagens serem definidas como imagens destacadas em todos os "
|
720 |
-
"posts listados?"
|
721 |
-
|
722 |
-
#: admin/views/form_confirm.php:44
|
723 |
-
msgid "Should the selected image be removed from all listed posts?"
|
724 |
-
msgstr "Deve a imagem selecionada ser removida de todos os posts listados?"
|
725 |
-
|
726 |
-
#: admin/views/form_confirm.php:35
|
727 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
728 |
-
msgstr ""
|
729 |
-
"Deve a imagem selecionada ser definido como uma imagem destacada a todos os "
|
730 |
-
"posts listados?"
|
731 |
-
|
732 |
-
#: admin/views/form_confirm.php:38
|
733 |
-
msgid ""
|
734 |
-
"Should the selected images be set randomly as featured images to all listed "
|
735 |
-
"posts?"
|
736 |
-
msgstr ""
|
737 |
-
"Devem as imagens selecionadas serem definidas aleatoriamente como imagens "
|
738 |
-
"destacadas a todos os posts listados?"
|
739 |
-
|
740 |
-
#: admin/class-quick-featured-images-settings.php:391
|
741 |
-
msgid "Show additional column for featured images in lists of"
|
742 |
-
msgstr "Mostrar coluna adicional para imagens destacadas nas listas de"
|
743 |
-
|
744 |
-
#: admin/class-quick-featured-images-settings.php:427
|
745 |
-
msgid "Show additional column in the library for posts with featured images"
|
746 |
-
msgstr ""
|
747 |
-
|
748 |
-
#: admin/views/section_errormsg.php:5
|
749 |
-
msgid "Solution"
|
750 |
-
msgstr "Solução"
|
751 |
-
|
752 |
-
#: admin/views/form_start.php:62
|
753 |
-
msgid ""
|
754 |
-
"Some users reported that this button would not work in some WordPress "
|
755 |
-
"installations. If this should be the case you can take another way:"
|
756 |
-
msgstr ""
|
757 |
-
"Alguns usuários relataram que este botão não funciona em algumas instalações "
|
758 |
-
"WordPress. Se este for o caso, você pode fazer de outra forma:"
|
759 |
-
|
760 |
-
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
761 |
-
#: admin/views/section_results.php:86
|
762 |
-
msgid "Start again"
|
763 |
-
msgstr "Começar novamente"
|
764 |
-
|
765 |
-
#: admin/class-quick-featured-images-tools.php:755
|
766 |
-
msgid "Start again and select which action you want to apply."
|
767 |
-
msgstr "Comece de novo e selecione a ação que você deseja aplicar."
|
768 |
-
|
769 |
-
#: admin/class-quick-featured-images-tools.php:603
|
770 |
-
msgid "Tag Filter"
|
771 |
-
msgstr "Filtro por tag"
|
772 |
-
|
773 |
-
#: admin/views/section_defaults.php:251
|
774 |
-
msgid "Text with images in WordPress editor"
|
775 |
-
msgstr "Texto com imagens no editor WordPress"
|
776 |
-
|
777 |
-
#: admin/class-quick-featured-images-settings.php:705
|
778 |
-
msgid ""
|
779 |
-
"The additional column in the media library lists all posts for which the "
|
780 |
-
"image is set as featured."
|
781 |
-
msgstr ""
|
782 |
-
|
783 |
-
#: admin/class-quick-featured-images-settings.php:687
|
784 |
-
msgid ""
|
785 |
-
"The additional columns give you a quick overview about all used featured "
|
786 |
-
"images for every post. The Featured Image column is sortable."
|
787 |
-
msgstr ""
|
788 |
-
"As colunas adicionais lhe dão uma rápida visão geral sobre todas imagens "
|
789 |
-
"destacadas usadas para cada post. A coluna de imagem destacada é ordenável."
|
790 |
-
|
791 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:219
|
792 |
-
msgid ""
|
793 |
-
"The current theme does not support featured images. Anyway you can use this "
|
794 |
-
"plugin. The effects are stored and will be visible in a theme which supports "
|
795 |
-
"featured images."
|
796 |
-
msgstr ""
|
797 |
-
"O tema atual não suporta imagens destacadas. De qualquer forma você pode "
|
798 |
-
"usar este plugin. Os efeitos são armazenados e será visível em um tema que "
|
799 |
-
"suporta imagens destacadas."
|
800 |
-
|
801 |
-
#: admin/class-quick-featured-images-tools.php:758
|
802 |
-
#, php-format
|
803 |
-
msgid "The input field %s has an invalid value."
|
804 |
-
msgstr "O campo de entrada %s tem um valor inválido."
|
805 |
-
|
806 |
-
#: admin/class-quick-featured-images-tools.php:742
|
807 |
-
#, php-format
|
808 |
-
msgid "The input field %s is empty."
|
809 |
-
msgstr "O campo de entrada %s está vazio."
|
810 |
-
|
811 |
-
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
812 |
-
msgid ""
|
813 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
814 |
-
"post in a new window by clicking on its link in the list."
|
815 |
-
msgstr ""
|
816 |
-
"A lista está em ordem alfabética de acordo com o título do post. Você pode "
|
817 |
-
"editar um post em uma nova janela clicando em seu link na lista."
|
818 |
-
|
819 |
-
#: admin/class-quick-featured-images-admin.php:278
|
820 |
-
#, php-format
|
821 |
-
msgid ""
|
822 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
823 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
824 |
-
"to the latest version."
|
825 |
-
msgstr ""
|
826 |
-
"O plugin requer a versão %s ou superior do WordPress. Portanto, o WordPress "
|
827 |
-
"não o ativou. Se você quiser usar este plugin atualize o seu Wordpress para "
|
828 |
-
"a versão mais recente."
|
829 |
-
|
830 |
-
#: admin/class-quick-featured-images-settings.php:671
|
831 |
-
#, php-format
|
832 |
-
msgid ""
|
833 |
-
"The rules as set in “%s” work on posts independently of this "
|
834 |
-
"setting."
|
835 |
-
msgstr ""
|
836 |
-
"As regras definidas em “%s” funcionam em postagens "
|
837 |
-
"independentemente dessa configuração."
|
838 |
-
|
839 |
-
#: admin/views/filter_category.php:14
|
840 |
-
msgid "The selection of a category includes all of its subcategories."
|
841 |
-
msgstr ""
|
842 |
-
|
843 |
-
#: admin/views/form_refine.php:54
|
844 |
-
msgid ""
|
845 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
846 |
-
"clicking on the next button."
|
847 |
-
msgstr ""
|
848 |
-
"Não há filtros selecionados. Modifique a sua seleção de filtros ou "
|
849 |
-
"simplesmente vá em frente clicando no botão ao lado."
|
850 |
-
|
851 |
-
#: admin/views/filter_tag.php:20
|
852 |
-
msgid "There are no tags in use."
|
853 |
-
msgstr "Não há tags em uso."
|
854 |
-
|
855 |
-
#: admin/class-quick-featured-images-tools.php:750
|
856 |
-
msgid "There is no selected image."
|
857 |
-
msgstr "Não há nenhuma imagem selecionada."
|
858 |
-
|
859 |
-
#: admin/views/form_start.php:18
|
860 |
-
msgid ""
|
861 |
-
"There is no undo function! It is strongly recommended that you make a backup "
|
862 |
-
"of the WordPress database before you perform mass changes."
|
863 |
-
msgstr ""
|
864 |
-
"Não há nenhuma função de desfazer! É altamente recomendável que você faça um "
|
865 |
-
"backup do banco de dados WordPress antes de realizar mudanças em massa."
|
866 |
-
|
867 |
-
#: admin/views/form_start.php:102
|
868 |
-
msgid "These actions do not require a selected image."
|
869 |
-
msgstr "Essas ações não exigem uma imagem selecionada."
|
870 |
-
|
871 |
-
#: admin/views/form_start.php:68
|
872 |
-
msgid ""
|
873 |
-
"These actions require at least one selected image with the following button."
|
874 |
-
msgstr ""
|
875 |
-
"Essas ações exigem pelo menos uma imagem selecionada com o botão seguinte."
|
876 |
-
|
877 |
-
#: admin/views/form_start.php:22
|
878 |
-
msgid "These actions require to select an image with the following button."
|
879 |
-
msgstr ""
|
880 |
-
"Essas ações exigem que uma imagem seja selecionada com o botão seguinte."
|
881 |
-
|
882 |
-
#: admin/class-quick-featured-images-settings.php:677
|
883 |
-
msgid "This page is accessible for administrators only."
|
884 |
-
msgstr "Esta página está acessível somente para administradores."
|
885 |
-
|
886 |
-
#: admin/class-quick-featured-images-settings.php:676
|
887 |
-
msgid ""
|
888 |
-
"This setting controls as well whether a user will see in an image column the "
|
889 |
-
"thumbnails with action links or the thumbnails only. To switch image columns "
|
890 |
-
"on and off use the section above."
|
891 |
-
msgstr ""
|
892 |
-
"Essa configuração também controla se um usuário verá em uma coluna de imagem "
|
893 |
-
"as miniaturas com links de ação ou apenas as miniaturas. Para ativar e "
|
894 |
-
"desativar colunas de imagem, use a seção acima."
|
895 |
-
|
896 |
-
#: admin/views/form_select.php:116
|
897 |
-
#| msgid ""
|
898 |
-
#| "This way is not as fast as one single run, but still much faster than "
|
899 |
-
#| "setting the images for each post manually."
|
900 |
-
msgid ""
|
901 |
-
"To achieve that use the filters and repeat the process until your task is "
|
902 |
-
"done. This way is not as fast as one single run, but still much faster than "
|
903 |
-
"setting the images for each post manually."
|
904 |
-
msgstr ""
|
905 |
-
|
906 |
-
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
907 |
-
msgid ""
|
908 |
-
"To select multiple images click on the button and use the CTRL key while "
|
909 |
-
"clicking on the images."
|
910 |
-
msgstr ""
|
911 |
-
"Para selecionar várias imagens, clique no botão e use a tecla CTRL enquanto "
|
912 |
-
"clica nas imagens."
|
913 |
-
|
914 |
-
#: admin/views/section_defaults.php:211
|
915 |
-
msgid ""
|
916 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
917 |
-
"rule which is defined only partially will be ignored."
|
918 |
-
msgstr ""
|
919 |
-
"Para usar uma regra, escolha a imagem e defina a taxonomia e o valor. Uma "
|
920 |
-
"regra que é definida apenas parcialmente será ignorada."
|
921 |
-
|
922 |
-
#: admin/class-quick-featured-images-tools.php:743
|
923 |
-
msgid "Type in a value into the input field."
|
924 |
-
msgstr "Digite um valor para o campo de entrada."
|
925 |
-
|
926 |
-
#: admin/class-quick-featured-images-tools.php:759
|
927 |
-
msgid "Type in valid values in the input field."
|
928 |
-
msgstr "Digite valores válidos no campo de entrada."
|
929 |
-
|
930 |
-
#: admin/class-quick-featured-images-tools.php:763
|
931 |
-
msgid "Type in values stored by WordPress."
|
932 |
-
msgstr "Digite valores armazenados pelo WordPress."
|
933 |
-
|
934 |
-
#: admin/views/section_results.php:20
|
935 |
-
msgid "Unchanged"
|
936 |
-
msgstr "Inalterado"
|
937 |
-
|
938 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:119
|
939 |
-
msgid "Use CTRL for multiple choice"
|
940 |
-
msgstr "Use CTRL para múltipla escolha"
|
941 |
-
|
942 |
-
#. title of the section.
|
943 |
-
#: admin/class-quick-featured-images-settings.php:455
|
944 |
-
msgid "Visibility of the plugin"
|
945 |
-
msgstr "Visibilidade do plugin"
|
946 |
-
|
947 |
-
#: admin/class-quick-featured-images-admin.php:484
|
948 |
-
#, php-format
|
949 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
950 |
-
msgstr "Bem-vindo ao %s! Você pode encontrar o plugin em %s."
|
951 |
-
|
952 |
-
#: admin/views/form_start.php:12
|
953 |
-
msgid "What do you want to do?"
|
954 |
-
msgstr "O que você quer fazer?"
|
955 |
-
|
956 |
-
#: admin/views/form_refine.php:10
|
957 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
958 |
-
msgstr ""
|
959 |
-
"Faça o que fizer: Você pode confirmar a sua escolha na página seguinte."
|
960 |
-
|
961 |
-
#: admin/views/form_start.php:15
|
962 |
-
msgid "Whatever you select: You can refine your choice on the next page."
|
963 |
-
msgstr ""
|
964 |
-
"Qualquer coisa que você selecionar: Você pode refinar a sua escolha na "
|
965 |
-
"página seguinte."
|
966 |
-
|
967 |
-
#: admin/class-quick-featured-images-settings.php:463
|
968 |
-
msgid "Which user role may see the plugin?"
|
969 |
-
msgstr "Qual função de usuário pode ver o plug-in?"
|
970 |
-
|
971 |
-
#: admin/views/form_confirm.php:19
|
972 |
-
msgid "written on"
|
973 |
-
msgstr "escrito em"
|
974 |
-
|
975 |
-
#: admin/class-quick-featured-images-tools.php:473
|
976 |
-
#, php-format
|
977 |
-
msgid "Wrong image ID %d"
|
978 |
-
msgstr "ID de imagem errado %d"
|
979 |
-
|
980 |
-
#: admin/views/section_header_progress.php:17
|
981 |
-
msgid "You are here"
|
982 |
-
msgstr "Você está aqui"
|
983 |
-
|
984 |
-
#: admin/views/form_select.php:38 admin/views/form_select.php:48
|
985 |
-
msgid "You can control the process with the following options."
|
986 |
-
msgstr "Você pode controlar o processo com as seguintes opções."
|
987 |
-
|
988 |
-
#: admin/views/form_confirm.php:121
|
989 |
-
msgid "You can not undo the operation!"
|
990 |
-
msgstr "Você não pode desfazer a operação!"
|
991 |
-
|
992 |
-
#: admin/views/form_select.php:89
|
993 |
-
msgid ""
|
994 |
-
"You can select multiple filters. They will return an intersection of their "
|
995 |
-
"results."
|
996 |
-
msgstr ""
|
997 |
-
"Você pode selecionar vários filtros. Eles vão dar uma interseção de seus "
|
998 |
-
"resultados."
|
999 |
-
|
1000 |
-
#: admin/views/form_select.php:18
|
1001 |
-
msgid "You can select multiple images. Select at least one image."
|
1002 |
-
msgstr ""
|
1003 |
-
"Você pode selecionar várias imagens. Selecione, pelo menos, uma imagem."
|
1004 |
-
|
1005 |
-
#: admin/views/form_select.php:11
|
1006 |
-
msgid ""
|
1007 |
-
"You did not have selected an image from the list below. To go on select at "
|
1008 |
-
"least one image you want to replace by the selected image."
|
1009 |
-
msgstr ""
|
1010 |
-
"Você não selecionou uma imagem a partir da lista abaixo. Para avançar "
|
1011 |
-
"selecione pelo menos uma imagem em que pretende substituir pela imagem "
|
1012 |
-
"selecionada."
|
1013 |
-
|
1014 |
-
#: admin/class-quick-featured-images-tools.php:754
|
1015 |
-
#: admin/views/section_image.php:51
|
1016 |
-
msgid "You have not selected an action."
|
1017 |
-
msgstr "Você não selecionou uma ação."
|
1018 |
-
|
1019 |
-
#: admin/views/section_image.php:42
|
1020 |
-
msgid "Your selected action"
|
1021 |
-
msgstr "Sua ação selecionada"
|
1022 |
-
|
1023 |
-
#: admin/views/section_image.php:90
|
1024 |
-
msgid "Your selected filters"
|
1025 |
-
msgstr "Seus filtros selecionados"
|
1026 |
-
|
1027 |
-
#: admin/views/section_image.php:68
|
1028 |
-
msgid "Your selected options"
|
1029 |
-
msgstr "Suas opções selecionadas"
|
1030 |
-
|
1031 |
-
#: admin/views/section_image.php:9
|
1032 |
-
msgid "Your selected thumbnail"
|
1033 |
-
msgstr "Sua miniatura selecionada"
|
1034 |
-
|
1035 |
-
#: admin/views/section_image.php:23
|
1036 |
-
msgid "Your selected thumbnails"
|
1037 |
-
msgstr "Suas miniaturas selecionadas"
|
1038 |
-
|
1039 |
-
#: admin/views/section_image.php:1
|
1040 |
-
msgid "Your selection"
|
1041 |
-
msgstr "Sua seleção"
|
1042 |
-
|
1043 |
-
#. Description of the plugin
|
1044 |
-
#: admin/class-quick-featured-images-admin.php:215
|
1045 |
-
msgid ""
|
1046 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
1047 |
-
"delete them in bulk, in posts lists and set default images for future posts."
|
1048 |
-
msgstr ""
|
1049 |
-
"Seu Canivete Suíço de economia de tempo para imagens destacadas: definir, "
|
1050 |
-
"substituir e exclui-las em massa, na lista de mensagens e definir imagens "
|
1051 |
-
"predefinidas para mensagens futuras."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/quick-featured-images.pot
DELETED
@@ -1,934 +0,0 @@
|
|
1 |
-
# Copyright (C) 2014
|
2 |
-
# This file is distributed under the same license as the plugin package.
|
3 |
-
#, fuzzy
|
4 |
-
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: 2021-02-21 19:57+0000\n"
|
9 |
-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\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: Loco https://localise.biz/\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"
|
18 |
-
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
19 |
-
"Last-Translator: \n"
|
20 |
-
"X-Poedit-SearchPath-0: .\n"
|
21 |
-
"\n"
|
22 |
-
"Language: "
|
23 |
-
|
24 |
-
#: admin/views/form_confirm.php:2
|
25 |
-
#, php-format
|
26 |
-
msgid "%d matches found"
|
27 |
-
msgstr ""
|
28 |
-
|
29 |
-
#: admin/class-quick-featured-images-tools.php:746
|
30 |
-
#, php-format
|
31 |
-
msgid "%s is not defined."
|
32 |
-
msgstr ""
|
33 |
-
|
34 |
-
#: admin/class-quick-featured-images-columns.php:278
|
35 |
-
msgid "(external image)"
|
36 |
-
msgstr ""
|
37 |
-
|
38 |
-
#: admin/views/form_start.php:63
|
39 |
-
msgid ""
|
40 |
-
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
41 |
-
"Further links are appearing, among them the link "Bulk set as featured "
|
42 |
-
"image". 3. After a click on it you can move on in this plugin."
|
43 |
-
msgstr ""
|
44 |
-
|
45 |
-
#: admin/views/form_start.php:21
|
46 |
-
msgid "Actions with a single image"
|
47 |
-
msgstr ""
|
48 |
-
|
49 |
-
#: admin/views/form_start.php:67
|
50 |
-
msgid "Actions with multiple images"
|
51 |
-
msgstr ""
|
52 |
-
|
53 |
-
#: admin/views/form_start.php:101
|
54 |
-
msgid "Actions without any selected image"
|
55 |
-
msgstr ""
|
56 |
-
|
57 |
-
#: admin/class-quick-featured-images-settings.php:618
|
58 |
-
msgid ""
|
59 |
-
"Activate the checkbox to show the extra column in the media library. If you "
|
60 |
-
"would not see the new column in the library switch the appereance of the "
|
61 |
-
"library to List mode. The post titles are links to the respective post edit "
|
62 |
-
"page."
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: admin/class-quick-featured-images-settings.php:596
|
66 |
-
msgid ""
|
67 |
-
"Activate the checkboxes at each post type to show the extra columns in the "
|
68 |
-
"post lists."
|
69 |
-
msgstr ""
|
70 |
-
|
71 |
-
#: admin/views/section_defaults.php:242
|
72 |
-
msgid ""
|
73 |
-
"Activate to automatically overwrite an existing featured image while saving "
|
74 |
-
"a post"
|
75 |
-
msgstr ""
|
76 |
-
|
77 |
-
#: admin/views/section_defaults.php:255
|
78 |
-
msgid ""
|
79 |
-
"Activate to automatically use the first content image if available in the "
|
80 |
-
"media library as featured image while saving a post"
|
81 |
-
msgstr ""
|
82 |
-
|
83 |
-
#: admin/class-quick-featured-images-tools.php:576
|
84 |
-
msgid "Add filter"
|
85 |
-
msgstr ""
|
86 |
-
|
87 |
-
#: admin/views/section_defaults.php:491
|
88 |
-
msgid "Add rule"
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: admin/views/section_defaults.php:238
|
92 |
-
msgid "An image overwrites an existing image"
|
93 |
-
msgstr ""
|
94 |
-
|
95 |
-
#: admin/views/section_defaults.php:496
|
96 |
-
msgid "Are you sure to remove this rule?"
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: admin/views/section_defaults.php:511
|
100 |
-
msgid ""
|
101 |
-
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
102 |
-
"the post it is unforeseeable which image will become the featured image."
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: admin/class-quick-featured-images-tools.php:2057
|
106 |
-
msgid "Bulk set as featured image"
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: admin/class-quick-featured-images-tools.php:1948
|
110 |
-
msgid "Bulk set, replace and remove featured images for existing posts"
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: admin/views/form_confirm.php:20
|
114 |
-
msgid "by"
|
115 |
-
msgstr ""
|
116 |
-
|
117 |
-
#: admin/class-quick-featured-images-tools.php:602
|
118 |
-
msgid "Category Filter"
|
119 |
-
msgstr ""
|
120 |
-
|
121 |
-
#: admin/class-quick-featured-images-columns.php:279
|
122 |
-
#, php-format
|
123 |
-
msgid "Change “%s”"
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: admin/views/section_results.php:19
|
127 |
-
msgid "Changed successfully"
|
128 |
-
msgstr ""
|
129 |
-
|
130 |
-
#: admin/class-quick-featured-images-tools.php:747
|
131 |
-
msgid "Check how to define the value."
|
132 |
-
msgstr ""
|
133 |
-
|
134 |
-
#: admin/views/form_start.php:57
|
135 |
-
msgid "Choose Image"
|
136 |
-
msgstr ""
|
137 |
-
|
138 |
-
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
139 |
-
msgid "Choose Images"
|
140 |
-
msgstr ""
|
141 |
-
|
142 |
-
#. title of the section.
|
143 |
-
#: admin/class-quick-featured-images-settings.php:419
|
144 |
-
msgid "Column in the library for posts with assigned featured image"
|
145 |
-
msgstr ""
|
146 |
-
|
147 |
-
#. title of the section.
|
148 |
-
#: admin/class-quick-featured-images-settings.php:383
|
149 |
-
msgid "Columns for featured images in posts lists"
|
150 |
-
msgstr ""
|
151 |
-
|
152 |
-
#: admin/class-quick-featured-images-tools.php:578
|
153 |
-
msgid "Confirm"
|
154 |
-
msgstr ""
|
155 |
-
|
156 |
-
#: admin/views/form_confirm.php:120
|
157 |
-
msgid "Confirm the change"
|
158 |
-
msgstr ""
|
159 |
-
|
160 |
-
#: admin/class-quick-featured-images-tools.php:597
|
161 |
-
msgid "Consider only posts without any featured image"
|
162 |
-
msgstr ""
|
163 |
-
|
164 |
-
#: admin/class-quick-featured-images-settings.php:696
|
165 |
-
msgid "Controls which minimum user role can see the plugin."
|
166 |
-
msgstr ""
|
167 |
-
|
168 |
-
#: admin/views/section_footer.php:16
|
169 |
-
msgid "Credits and informations"
|
170 |
-
msgstr ""
|
171 |
-
|
172 |
-
#: admin/views/form_confirm.php:17 admin/views/section_results.php:17
|
173 |
-
msgid "Current Featured Image"
|
174 |
-
msgstr ""
|
175 |
-
|
176 |
-
#: admin/views/section_defaults.php:208
|
177 |
-
msgid "Default featured images for future posts"
|
178 |
-
msgstr ""
|
179 |
-
|
180 |
-
#: admin/views/section_defaults.php:210
|
181 |
-
msgid ""
|
182 |
-
"Define the rules to use images as default featured images automatically "
|
183 |
-
"every time a post is saved."
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
187 |
-
msgid "Details"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: admin/class-quick-featured-images-settings.php:615
|
191 |
-
msgid ""
|
192 |
-
"Display a new column in the media library with the titles of the posts for "
|
193 |
-
"which the corresponding image is set as featured image"
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:87
|
197 |
-
msgid "Do you like the plugin?"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: admin/views/section_footer.php:19
|
201 |
-
msgid "Do you need support or have an idea for the plugin?"
|
202 |
-
msgstr ""
|
203 |
-
|
204 |
-
#: admin/views/section_footer.php:20
|
205 |
-
#, php-format
|
206 |
-
msgid "Download plugin %s at %s!"
|
207 |
-
msgstr ""
|
208 |
-
|
209 |
-
#: admin/views/section_errormsg.php:1
|
210 |
-
msgid "Error"
|
211 |
-
msgstr ""
|
212 |
-
|
213 |
-
#: admin/views/section_defaults.php:500
|
214 |
-
msgid ""
|
215 |
-
"Every time you save a post the post get the featured image if one of the "
|
216 |
-
"following rules match a property of the post. You can also set rules for "
|
217 |
-
"pages and all other current post types which support featured images."
|
218 |
-
msgstr ""
|
219 |
-
|
220 |
-
#: admin/views/form_select.php:115
|
221 |
-
msgid ""
|
222 |
-
"Facing a white blank page while trying to treat thousands of posts is the "
|
223 |
-
"effect of limited memory capacities on the website server. Instead of "
|
224 |
-
"treating a huge amount of posts in one single go try to treat small amounts "
|
225 |
-
"of posts multiple times successively."
|
226 |
-
msgstr ""
|
227 |
-
|
228 |
-
#: admin/class-quick-featured-images-columns.php:652
|
229 |
-
msgid "Featured image for"
|
230 |
-
msgstr ""
|
231 |
-
|
232 |
-
#: admin/views/form_refine.php:18
|
233 |
-
#, php-format
|
234 |
-
msgid "File %s is not available."
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: admin/views/section_defaults.php:258
|
238 |
-
msgid "For which post types should this rule be applied?"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: admin/views/section_defaults.php:503
|
242 |
-
msgid "found first content image. If not then..."
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: admin/views/form_confirm.php:18
|
246 |
-
msgid "Future Featured Image"
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: admin/views/form_start.php:14
|
250 |
-
msgid ""
|
251 |
-
"Here you can add, replace and delete featured images to your posts. Select "
|
252 |
-
"one of the following actions and, if necessary, one or more images."
|
253 |
-
msgstr ""
|
254 |
-
|
255 |
-
#: admin/views/section_defaults.php:499
|
256 |
-
msgid "How the rules work"
|
257 |
-
msgstr ""
|
258 |
-
|
259 |
-
#. URI of the plugin
|
260 |
-
msgid "http://wordpress.org/plugins/quick-featured-images"
|
261 |
-
msgstr ""
|
262 |
-
|
263 |
-
#. Author URI of the plugin
|
264 |
-
msgid ""
|
265 |
-
"https://www.kybernetik-services.com/?"
|
266 |
-
"utm_source=wordpress_org&utm_medium=plugin&utm_campaign=quick-featured-"
|
267 |
-
"images&utm_content=author"
|
268 |
-
msgstr ""
|
269 |
-
|
270 |
-
#: admin/views/section_defaults.php:244
|
271 |
-
msgid ""
|
272 |
-
"If activated the rule is used automatically while saving a post to overwrite "
|
273 |
-
"an existing featured image with the new one based on the following rules. Do "
|
274 |
-
"not use this if you want to keep manually set featured images."
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: admin/views/section_defaults.php:257
|
278 |
-
msgid ""
|
279 |
-
"If activated the rule is used automatically while saving a post to set the "
|
280 |
-
"first content image - if available in the media library - as the featured "
|
281 |
-
"image of the post. If the post has no content images the next rules will be "
|
282 |
-
"applied."
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: admin/views/form_start.php:61
|
286 |
-
msgid "If the button does not work, read this:"
|
287 |
-
msgstr ""
|
288 |
-
|
289 |
-
#: admin/views/section_image.php:55
|
290 |
-
msgid "If wrong action start again"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: admin/views/section_image.php:14 admin/views/section_image.php:36
|
294 |
-
msgid "If wrong image start again"
|
295 |
-
msgstr ""
|
296 |
-
|
297 |
-
#: admin/views/form_select.php:114
|
298 |
-
msgid "If you encounter a white, blank page, read this"
|
299 |
-
msgstr ""
|
300 |
-
|
301 |
-
#: admin/views/form_select.php:88
|
302 |
-
msgid ""
|
303 |
-
"If you want select one of the following filters to narrow down the set of "
|
304 |
-
"concerned posts and pages."
|
305 |
-
msgstr ""
|
306 |
-
|
307 |
-
#: admin/views/form_back_to_selection.php:3
|
308 |
-
msgid ""
|
309 |
-
"If you want to change your former selection just go back by clicking on this "
|
310 |
-
"button."
|
311 |
-
msgstr ""
|
312 |
-
|
313 |
-
#: admin/class-quick-featured-images-tools.php:633
|
314 |
-
msgid "Image height in pixels lower than"
|
315 |
-
msgstr ""
|
316 |
-
|
317 |
-
#: admin/views/section_image.php:12
|
318 |
-
msgid "Image title"
|
319 |
-
msgstr ""
|
320 |
-
|
321 |
-
#: admin/class-quick-featured-images-tools.php:632
|
322 |
-
msgid "Image width in pixels lower than"
|
323 |
-
msgstr ""
|
324 |
-
|
325 |
-
#: admin/views/form_start.php:17
|
326 |
-
msgid "Important advice"
|
327 |
-
msgstr ""
|
328 |
-
|
329 |
-
#. Author of the plugin
|
330 |
-
msgid "Kybernetik Services"
|
331 |
-
msgstr ""
|
332 |
-
|
333 |
-
#: admin/views/section_footer.php:20
|
334 |
-
msgid ""
|
335 |
-
"Let the thumbnails appear in the widget of the most recent posts with this "
|
336 |
-
"fast plugin"
|
337 |
-
msgstr ""
|
338 |
-
|
339 |
-
#: admin/views/section_overview.php:17
|
340 |
-
msgid "Manage featured images in a quick way"
|
341 |
-
msgstr ""
|
342 |
-
|
343 |
-
#: admin/views/section_defaults.php:507
|
344 |
-
msgid "matched author. If not then..."
|
345 |
-
msgstr ""
|
346 |
-
|
347 |
-
#: admin/views/section_defaults.php:506
|
348 |
-
msgid "matched category. If not then..."
|
349 |
-
msgstr ""
|
350 |
-
|
351 |
-
#: admin/views/section_defaults.php:504
|
352 |
-
msgid "matched custom taxonomy. If not then..."
|
353 |
-
msgstr ""
|
354 |
-
|
355 |
-
#: admin/views/section_defaults.php:508
|
356 |
-
msgid "matched post type. If not then..."
|
357 |
-
msgstr ""
|
358 |
-
|
359 |
-
#: admin/views/section_defaults.php:505
|
360 |
-
msgid "matched tag. If not then..."
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: admin/views/section_defaults.php:16
|
364 |
-
msgid "matches"
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: admin/class-quick-featured-images-settings.php:630
|
368 |
-
msgid "Minimum user role to see the plugin in the backend"
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: admin/views/form_back_to_selection.php:42
|
372 |
-
msgid "Modify selection"
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: admin/views/section_defaults.php:509
|
376 |
-
msgid "no featured image."
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: admin/views/section_results.php:82
|
380 |
-
msgid "No matches found."
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: admin/views/section_image.php:106
|
384 |
-
msgid "No selected filters"
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: admin/views/section_image.php:84
|
388 |
-
msgid "No selected options"
|
389 |
-
msgstr ""
|
390 |
-
|
391 |
-
#: admin/views/form_confirm.php:16 admin/views/section_defaults.php:17
|
392 |
-
#: admin/views/section_results.php:18
|
393 |
-
msgid "No."
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
397 |
-
#: admin/views/section_defaults.php:217
|
398 |
-
msgid "Notice"
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: admin/views/form_refine.php:9
|
402 |
-
msgid ""
|
403 |
-
"Now you can find posts and pages by matching parameters. Refine them here."
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: admin/views/form_select.php:121
|
407 |
-
msgid ""
|
408 |
-
"On the next page you can refine the filters. If you did not select any "
|
409 |
-
"filter you will go to the preview list directly."
|
410 |
-
msgstr ""
|
411 |
-
|
412 |
-
#: admin/views/form_select.php:85
|
413 |
-
msgid "Optional: Add a filter"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: admin/views/form_select.php:45
|
417 |
-
msgid "Optional: Select options"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: admin/views/form_confirm.php:182
|
421 |
-
msgid "or refine your selection with the following form fields."
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: admin/views/form_select.php:53
|
425 |
-
msgid "Overwrite existing featured images with new ones"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: admin/class-quick-featured-images-tools.php:596
|
429 |
-
msgid "Overwrite featured images"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: admin/class-quick-featured-images-tools.php:579
|
433 |
-
msgid "Perform"
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: admin/views/section_footer.php:18 admin/views/section_results.php:88
|
437 |
-
msgid "Please rate it at wordpress.org!"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: admin/class-quick-featured-images-settings.php:432
|
441 |
-
msgid "Post list column in the library"
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
-
#: admin/views/section_defaults.php:59
|
445 |
-
msgid "Post Type"
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
-
#: admin/class-quick-featured-images-tools.php:601
|
449 |
-
msgid "Post Type Filter"
|
450 |
-
msgstr ""
|
451 |
-
|
452 |
-
#: admin/views/section_footer.php:19
|
453 |
-
msgid ""
|
454 |
-
"Post your questions and ideas about Quick Featured Images in the forum at "
|
455 |
-
"wordpress.org!"
|
456 |
-
msgstr ""
|
457 |
-
|
458 |
-
#: admin/class-quick-featured-images-settings.php:396
|
459 |
-
msgid "Posts list with image column"
|
460 |
-
msgstr ""
|
461 |
-
|
462 |
-
#: admin/views/form_select.php:63
|
463 |
-
msgid ""
|
464 |
-
"Posts with featured images will be ignored, even if the Overwrite option is "
|
465 |
-
"checked"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: admin/class-quick-featured-images-defaults.php:277
|
469 |
-
msgid "Preset Featured Images"
|
470 |
-
msgstr ""
|
471 |
-
|
472 |
-
#: admin/views/form_refine.php:48 admin/views/form_select.php:29
|
473 |
-
msgid "Preview filtering"
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: admin/views/form_confirm.php:1
|
477 |
-
msgid "Preview of your selection"
|
478 |
-
msgstr ""
|
479 |
-
|
480 |
-
#: admin/views/form_select.php:47
|
481 |
-
msgid "Process Options"
|
482 |
-
msgstr ""
|
483 |
-
|
484 |
-
#: admin/views/section_header_progress.php:15
|
485 |
-
msgid "Progress bar"
|
486 |
-
msgstr ""
|
487 |
-
|
488 |
-
#. Name of the plugin
|
489 |
-
msgid "Quick Featured Images"
|
490 |
-
msgstr ""
|
491 |
-
|
492 |
-
#: admin/views/section_errormsg.php:3
|
493 |
-
msgid "Reason"
|
494 |
-
msgstr ""
|
495 |
-
|
496 |
-
#: admin/class-quick-featured-images-tools.php:577
|
497 |
-
msgid "Refine"
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: admin/views/form_refine.php:8
|
501 |
-
msgid "Refine filters"
|
502 |
-
msgstr ""
|
503 |
-
|
504 |
-
#: admin/views/form_refine.php:1
|
505 |
-
msgid "Refine your selection"
|
506 |
-
msgstr ""
|
507 |
-
|
508 |
-
#: admin/views/form_select.php:37
|
509 |
-
msgid "Refine your selections"
|
510 |
-
msgstr ""
|
511 |
-
|
512 |
-
#: admin/views/section_defaults.php:501
|
513 |
-
msgid ""
|
514 |
-
"Regardless of the order in the list the rules are applied in the following "
|
515 |
-
"order until a rule and a property of the post fit together:"
|
516 |
-
msgstr ""
|
517 |
-
|
518 |
-
#: admin/class-quick-featured-images-columns.php:280
|
519 |
-
#, php-format
|
520 |
-
msgid "Remove “%s”"
|
521 |
-
msgstr ""
|
522 |
-
|
523 |
-
#: admin/class-quick-featured-images-tools.php:589
|
524 |
-
msgid "Remove all featured images without existing image files"
|
525 |
-
msgstr ""
|
526 |
-
|
527 |
-
#: admin/class-quick-featured-images-tools.php:588
|
528 |
-
msgid "Remove any image as featured image"
|
529 |
-
msgstr ""
|
530 |
-
|
531 |
-
#: admin/class-quick-featured-images-tools.php:585
|
532 |
-
msgid "Remove the selected image as featured image"
|
533 |
-
msgstr ""
|
534 |
-
|
535 |
-
#: admin/class-quick-featured-images-tools.php:584
|
536 |
-
msgid "Replace featured images by the selected image"
|
537 |
-
msgstr ""
|
538 |
-
|
539 |
-
#: admin/views/section_results.php:1
|
540 |
-
msgid "Results of the action"
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: admin/views/form_select.php:94
|
544 |
-
msgid "Search by post type. By default all posts and pages will be affected."
|
545 |
-
msgstr ""
|
546 |
-
|
547 |
-
#: admin/views/form_select.php:97
|
548 |
-
msgid "Search posts by category"
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: admin/views/form_select.php:100
|
552 |
-
msgid "Search posts by tag"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: admin/class-quick-featured-images-tools.php:575
|
556 |
-
msgid "Select"
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: admin/views/filter_category.php:3
|
560 |
-
msgid "Select a category"
|
561 |
-
msgstr ""
|
562 |
-
|
563 |
-
#: admin/views/filter_tag.php:7
|
564 |
-
msgid "Select a tag"
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: admin/views/form_start.php:20
|
568 |
-
msgid "Select action"
|
569 |
-
msgstr ""
|
570 |
-
|
571 |
-
#: admin/class-quick-featured-images-tools.php:751
|
572 |
-
msgid "Select an image from the media library."
|
573 |
-
msgstr ""
|
574 |
-
|
575 |
-
#: admin/views/section_defaults.php:285
|
576 |
-
msgid ""
|
577 |
-
"Select at least one post type, otherwise all post types will be considered."
|
578 |
-
msgstr ""
|
579 |
-
|
580 |
-
#: admin/views/form_select.php:87
|
581 |
-
msgid "Select filters"
|
582 |
-
msgstr ""
|
583 |
-
|
584 |
-
#: admin/views/form_back_to_selection.php:2
|
585 |
-
msgid "Select filters and options again"
|
586 |
-
msgstr ""
|
587 |
-
|
588 |
-
#: admin/views/filter_post_types.php:2
|
589 |
-
msgid "Select post types"
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: admin/views/form_select.php:17
|
593 |
-
msgid "Select the featured images you want to replace by the selected image."
|
594 |
-
msgstr ""
|
595 |
-
|
596 |
-
#: admin/views/form_start.php:35
|
597 |
-
msgid ""
|
598 |
-
"Select the image you want to add to, replace or delete from posts and pages "
|
599 |
-
"by clicking on the following button."
|
600 |
-
msgstr ""
|
601 |
-
|
602 |
-
#: admin/class-quick-featured-images-settings.php:666
|
603 |
-
msgid "Select the minimum user role a user must have to see the plugin."
|
604 |
-
msgstr ""
|
605 |
-
|
606 |
-
#: admin/class-quick-featured-images-defaults.php:288
|
607 |
-
msgid "Set default featured images for future posts"
|
608 |
-
msgstr ""
|
609 |
-
|
610 |
-
#: admin/class-quick-featured-images-columns.php:281
|
611 |
-
#, php-format
|
612 |
-
msgid "Set image for “%s”"
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: admin/class-quick-featured-images-tools.php:592
|
616 |
-
msgid "Set multiple images randomly as featured images"
|
617 |
-
msgstr ""
|
618 |
-
|
619 |
-
#: admin/class-quick-featured-images-tools.php:583
|
620 |
-
msgid "Set the selected image as new featured image"
|
621 |
-
msgstr ""
|
622 |
-
|
623 |
-
#: admin/class-quick-featured-images-settings.php:232
|
624 |
-
msgid "Set the visibility of columns of featured images in posts lists"
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
#: admin/class-quick-featured-images-tools.php:1937
|
628 |
-
msgid "Set, replace, remove"
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: admin/views/form_confirm.php:50
|
632 |
-
msgid "Should the added featured images be removed from all listed posts?"
|
633 |
-
msgstr ""
|
634 |
-
|
635 |
-
#: admin/views/form_confirm.php:41
|
636 |
-
msgid ""
|
637 |
-
"Should the current set featured image be replaced by the selected image at "
|
638 |
-
"all listed posts?"
|
639 |
-
msgstr ""
|
640 |
-
|
641 |
-
#: admin/views/form_confirm.php:12
|
642 |
-
msgid ""
|
643 |
-
"Should the entries of featured images without image files be removed from "
|
644 |
-
"the database?"
|
645 |
-
msgstr ""
|
646 |
-
|
647 |
-
#: admin/views/form_confirm.php:47
|
648 |
-
msgid "Should the future images be set as featured images at all listed posts?"
|
649 |
-
msgstr ""
|
650 |
-
|
651 |
-
#: admin/views/form_confirm.php:44
|
652 |
-
msgid "Should the selected image be removed from all listed posts?"
|
653 |
-
msgstr ""
|
654 |
-
|
655 |
-
#: admin/views/form_confirm.php:35
|
656 |
-
msgid "Should the selected image be set as featured image to all listed posts?"
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: admin/views/form_confirm.php:38
|
660 |
-
msgid ""
|
661 |
-
"Should the selected images be set randomly as featured images to all listed "
|
662 |
-
"posts?"
|
663 |
-
msgstr ""
|
664 |
-
|
665 |
-
#: admin/class-quick-featured-images-settings.php:391
|
666 |
-
msgid "Show additional column for featured images in lists of"
|
667 |
-
msgstr ""
|
668 |
-
|
669 |
-
#: admin/class-quick-featured-images-settings.php:427
|
670 |
-
msgid "Show additional column in the library for posts with featured images"
|
671 |
-
msgstr ""
|
672 |
-
|
673 |
-
#: admin/views/section_errormsg.php:5
|
674 |
-
msgid "Solution"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: admin/views/form_start.php:62
|
678 |
-
msgid ""
|
679 |
-
"Some users reported that this button would not work in some WordPress "
|
680 |
-
"installations. If this should be the case you can take another way:"
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
684 |
-
#: admin/views/section_results.php:86
|
685 |
-
msgid "Start again"
|
686 |
-
msgstr ""
|
687 |
-
|
688 |
-
#: admin/class-quick-featured-images-tools.php:755
|
689 |
-
msgid "Start again and select which action you want to apply."
|
690 |
-
msgstr ""
|
691 |
-
|
692 |
-
#: admin/class-quick-featured-images-tools.php:603
|
693 |
-
msgid "Tag Filter"
|
694 |
-
msgstr ""
|
695 |
-
|
696 |
-
#: admin/views/section_defaults.php:251
|
697 |
-
msgid "Text with images in WordPress editor"
|
698 |
-
msgstr ""
|
699 |
-
|
700 |
-
#: admin/class-quick-featured-images-settings.php:705
|
701 |
-
msgid ""
|
702 |
-
"The additional column in the media library lists all posts for which the "
|
703 |
-
"image is set as featured."
|
704 |
-
msgstr ""
|
705 |
-
|
706 |
-
#: admin/class-quick-featured-images-settings.php:687
|
707 |
-
msgid ""
|
708 |
-
"The additional columns give you a quick overview about all used featured "
|
709 |
-
"images for every post. The Featured Image column is sortable."
|
710 |
-
msgstr ""
|
711 |
-
|
712 |
-
#: admin/views/form_start.php:6 admin/views/section_defaults.php:219
|
713 |
-
msgid ""
|
714 |
-
"The current theme does not support featured images. Anyway you can use this "
|
715 |
-
"plugin. The effects are stored and will be visible in a theme which supports "
|
716 |
-
"featured images."
|
717 |
-
msgstr ""
|
718 |
-
|
719 |
-
#: admin/class-quick-featured-images-tools.php:758
|
720 |
-
#, php-format
|
721 |
-
msgid "The input field %s has an invalid value."
|
722 |
-
msgstr ""
|
723 |
-
|
724 |
-
#: admin/class-quick-featured-images-tools.php:742
|
725 |
-
#, php-format
|
726 |
-
msgid "The input field %s is empty."
|
727 |
-
msgstr ""
|
728 |
-
|
729 |
-
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
730 |
-
msgid ""
|
731 |
-
"The list is in alphabetical order according to post title. You can edit a "
|
732 |
-
"post in a new window by clicking on its link in the list."
|
733 |
-
msgstr ""
|
734 |
-
|
735 |
-
#: admin/class-quick-featured-images-admin.php:278
|
736 |
-
#, php-format
|
737 |
-
msgid ""
|
738 |
-
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
739 |
-
"not activate it. If you want to use this plugin update the Wordpress files "
|
740 |
-
"to the latest version."
|
741 |
-
msgstr ""
|
742 |
-
|
743 |
-
#: admin/class-quick-featured-images-settings.php:671
|
744 |
-
#, php-format
|
745 |
-
msgid ""
|
746 |
-
"The rules as set in “%s” work on posts independently of this "
|
747 |
-
"setting."
|
748 |
-
msgstr ""
|
749 |
-
|
750 |
-
#: admin/views/filter_category.php:14
|
751 |
-
msgid "The selection of a category includes all of its subcategories."
|
752 |
-
msgstr ""
|
753 |
-
|
754 |
-
#: admin/views/form_refine.php:54
|
755 |
-
msgid ""
|
756 |
-
"There are no selected filters. Modify your filter selection or just go on by "
|
757 |
-
"clicking on the next button."
|
758 |
-
msgstr ""
|
759 |
-
|
760 |
-
#: admin/views/filter_tag.php:20
|
761 |
-
msgid "There are no tags in use."
|
762 |
-
msgstr ""
|
763 |
-
|
764 |
-
#: admin/class-quick-featured-images-tools.php:750
|
765 |
-
msgid "There is no selected image."
|
766 |
-
msgstr ""
|
767 |
-
|
768 |
-
#: admin/views/form_start.php:18
|
769 |
-
msgid ""
|
770 |
-
"There is no undo function! It is strongly recommended that you make a backup "
|
771 |
-
"of the WordPress database before you perform mass changes."
|
772 |
-
msgstr ""
|
773 |
-
|
774 |
-
#: admin/views/form_start.php:102
|
775 |
-
msgid "These actions do not require a selected image."
|
776 |
-
msgstr ""
|
777 |
-
|
778 |
-
#: admin/views/form_start.php:68
|
779 |
-
msgid ""
|
780 |
-
"These actions require at least one selected image with the following button."
|
781 |
-
msgstr ""
|
782 |
-
|
783 |
-
#: admin/views/form_start.php:22
|
784 |
-
msgid "These actions require to select an image with the following button."
|
785 |
-
msgstr ""
|
786 |
-
|
787 |
-
#: admin/class-quick-featured-images-settings.php:677
|
788 |
-
msgid "This page is accessible for administrators only."
|
789 |
-
msgstr ""
|
790 |
-
|
791 |
-
#: admin/class-quick-featured-images-settings.php:676
|
792 |
-
msgid ""
|
793 |
-
"This setting controls as well whether a user will see in an image column the "
|
794 |
-
"thumbnails with action links or the thumbnails only. To switch image columns "
|
795 |
-
"on and off use the section above."
|
796 |
-
msgstr ""
|
797 |
-
|
798 |
-
#: admin/views/form_select.php:116
|
799 |
-
msgid ""
|
800 |
-
"To achieve that use the filters and repeat the process until your task is "
|
801 |
-
"done. This way is not as fast as one single run, but still much faster than "
|
802 |
-
"setting the images for each post manually."
|
803 |
-
msgstr ""
|
804 |
-
|
805 |
-
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
806 |
-
msgid ""
|
807 |
-
"To select multiple images click on the button and use the CTRL key while "
|
808 |
-
"clicking on the images."
|
809 |
-
msgstr ""
|
810 |
-
|
811 |
-
#: admin/views/section_defaults.php:211
|
812 |
-
msgid ""
|
813 |
-
"To use a rule choose the image and set both the taxonomy and the value. A "
|
814 |
-
"rule which is defined only partially will be ignored."
|
815 |
-
msgstr ""
|
816 |
-
|
817 |
-
#: admin/class-quick-featured-images-tools.php:743
|
818 |
-
msgid "Type in a value into the input field."
|
819 |
-
msgstr ""
|
820 |
-
|
821 |
-
#: admin/class-quick-featured-images-tools.php:759
|
822 |
-
msgid "Type in valid values in the input field."
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: admin/class-quick-featured-images-tools.php:763
|
826 |
-
msgid "Type in values stored by WordPress."
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#: admin/views/section_results.php:20
|
830 |
-
msgid "Unchanged"
|
831 |
-
msgstr ""
|
832 |
-
|
833 |
-
#: admin/views/form_select.php:31 admin/views/form_start.php:119
|
834 |
-
msgid "Use CTRL for multiple choice"
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#. title of the section.
|
838 |
-
#: admin/class-quick-featured-images-settings.php:455
|
839 |
-
msgid "Visibility of the plugin"
|
840 |
-
msgstr ""
|
841 |
-
|
842 |
-
#: admin/class-quick-featured-images-admin.php:484
|
843 |
-
#, php-format
|
844 |
-
msgid "Welcome to %s! You can find the plugin at %s."
|
845 |
-
msgstr ""
|
846 |
-
|
847 |
-
#: admin/views/form_start.php:12
|
848 |
-
msgid "What do you want to do?"
|
849 |
-
msgstr ""
|
850 |
-
|
851 |
-
#: admin/views/form_refine.php:10
|
852 |
-
msgid "Whatever you do: You can confirm your choice on the next page."
|
853 |
-
msgstr ""
|
854 |
-
|
855 |
-
#: admin/views/form_start.php:15
|
856 |
-
msgid "Whatever you select: You can refine your choice on the next page."
|
857 |
-
msgstr ""
|
858 |
-
|
859 |
-
#: admin/class-quick-featured-images-settings.php:463
|
860 |
-
msgid "Which user role may see the plugin?"
|
861 |
-
msgstr ""
|
862 |
-
|
863 |
-
#: admin/views/form_confirm.php:19
|
864 |
-
msgid "written on"
|
865 |
-
msgstr ""
|
866 |
-
|
867 |
-
#: admin/class-quick-featured-images-tools.php:473
|
868 |
-
#, php-format
|
869 |
-
msgid "Wrong image ID %d"
|
870 |
-
msgstr ""
|
871 |
-
|
872 |
-
#: admin/views/section_header_progress.php:17
|
873 |
-
msgid "You are here"
|
874 |
-
msgstr ""
|
875 |
-
|
876 |
-
#: admin/views/form_select.php:38 admin/views/form_select.php:48
|
877 |
-
msgid "You can control the process with the following options."
|
878 |
-
msgstr ""
|
879 |
-
|
880 |
-
#: admin/views/form_confirm.php:121
|
881 |
-
msgid "You can not undo the operation!"
|
882 |
-
msgstr ""
|
883 |
-
|
884 |
-
#: admin/views/form_select.php:89
|
885 |
-
msgid ""
|
886 |
-
"You can select multiple filters. They will return an intersection of their "
|
887 |
-
"results."
|
888 |
-
msgstr ""
|
889 |
-
|
890 |
-
#: admin/views/form_select.php:18
|
891 |
-
msgid "You can select multiple images. Select at least one image."
|
892 |
-
msgstr ""
|
893 |
-
|
894 |
-
#: admin/views/form_select.php:11
|
895 |
-
msgid ""
|
896 |
-
"You did not have selected an image from the list below. To go on select at "
|
897 |
-
"least one image you want to replace by the selected image."
|
898 |
-
msgstr ""
|
899 |
-
|
900 |
-
#: admin/class-quick-featured-images-tools.php:754
|
901 |
-
#: admin/views/section_image.php:51
|
902 |
-
msgid "You have not selected an action."
|
903 |
-
msgstr ""
|
904 |
-
|
905 |
-
#: admin/views/section_image.php:42
|
906 |
-
msgid "Your selected action"
|
907 |
-
msgstr ""
|
908 |
-
|
909 |
-
#: admin/views/section_image.php:90
|
910 |
-
msgid "Your selected filters"
|
911 |
-
msgstr ""
|
912 |
-
|
913 |
-
#: admin/views/section_image.php:68
|
914 |
-
msgid "Your selected options"
|
915 |
-
msgstr ""
|
916 |
-
|
917 |
-
#: admin/views/section_image.php:9
|
918 |
-
msgid "Your selected thumbnail"
|
919 |
-
msgstr ""
|
920 |
-
|
921 |
-
#: admin/views/section_image.php:23
|
922 |
-
msgid "Your selected thumbnails"
|
923 |
-
msgstr ""
|
924 |
-
|
925 |
-
#: admin/views/section_image.php:1
|
926 |
-
msgid "Your selection"
|
927 |
-
msgstr ""
|
928 |
-
|
929 |
-
#. Description of the plugin
|
930 |
-
#: admin/class-quick-featured-images-admin.php:215
|
931 |
-
msgid ""
|
932 |
-
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
933 |
-
"delete them in bulk, in posts lists and set default images for future posts."
|
934 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
quick-featured-images.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
* Plugin Name: Quick Featured Images
|
11 |
* Plugin URI: http://wordpress.org/plugins/quick-featured-images
|
12 |
* Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
|
13 |
-
* Version: 13.5.
|
14 |
* Requires at least: 3.8
|
15 |
* Requires PHP: 5.2
|
16 |
* Author: Kybernetik Services
|
@@ -26,13 +26,20 @@ if ( ! defined( 'WPINC' ) ) {
|
|
26 |
die;
|
27 |
}
|
28 |
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
/*
|
32 |
* since 1.0: Make object instance of base class
|
33 |
*
|
34 |
*/
|
35 |
-
require_once( $qfi_root . 'admin/class-quick-featured-images-admin.php' );
|
36 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Admin', 'get_instance' ) );
|
37 |
|
38 |
|
@@ -50,7 +57,6 @@ if ( is_admin() ) {
|
|
50 |
* Make object instance of bulk tools class
|
51 |
*
|
52 |
*/
|
53 |
-
require_once( $qfi_root . 'admin/class-quick-featured-images-tools.php' );
|
54 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Tools', 'get_instance' ) );
|
55 |
|
56 |
}
|
@@ -59,7 +65,6 @@ if ( is_admin() ) {
|
|
59 |
* since 8.0: Make object instance of default images functions class
|
60 |
*
|
61 |
*/
|
62 |
-
require_once( $qfi_root . 'admin/class-quick-featured-images-defaults.php' );
|
63 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Defaults', 'get_instance' ) );
|
64 |
|
65 |
|
@@ -68,14 +73,12 @@ if ( is_admin() ) {
|
|
68 |
* since 7.0: Make object instance of options page class
|
69 |
*
|
70 |
*/
|
71 |
-
require_once( $qfi_root . 'admin/class-quick-featured-images-settings.php' );
|
72 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Settings', 'get_instance' ) );
|
73 |
|
74 |
/*
|
75 |
* since 7.0: Make object instance of column functions class
|
76 |
*
|
77 |
*/
|
78 |
-
require_once( $qfi_root . 'admin/class-quick-featured-images-columns.php' );
|
79 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Columns', 'get_instance' ) );
|
80 |
|
81 |
}
|
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.5.7
|
14 |
* Requires at least: 3.8
|
15 |
* Requires PHP: 5.2
|
16 |
* Author: Kybernetik Services
|
26 |
die;
|
27 |
}
|
28 |
|
29 |
+
define( 'QFI_ROOT', plugin_dir_path( __FILE__ ) );
|
30 |
+
|
31 |
+
function qfi_autoloader( $class_name )
|
32 |
+
{
|
33 |
+
if ( false !== strpos( $class_name, 'Quick_Featured_Images' ) ) {
|
34 |
+
include QFI_ROOT . 'admin/class-' . $class_name . '.php';
|
35 |
+
}
|
36 |
+
}
|
37 |
+
spl_autoload_register('qfi_autoloader');
|
38 |
|
39 |
/*
|
40 |
* since 1.0: Make object instance of base class
|
41 |
*
|
42 |
*/
|
|
|
43 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Admin', 'get_instance' ) );
|
44 |
|
45 |
|
57 |
* Make object instance of bulk tools class
|
58 |
*
|
59 |
*/
|
|
|
60 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Tools', 'get_instance' ) );
|
61 |
|
62 |
}
|
65 |
* since 8.0: Make object instance of default images functions class
|
66 |
*
|
67 |
*/
|
|
|
68 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Defaults', 'get_instance' ) );
|
69 |
|
70 |
|
73 |
* since 7.0: Make object instance of options page class
|
74 |
*
|
75 |
*/
|
|
|
76 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Settings', 'get_instance' ) );
|
77 |
|
78 |
/*
|
79 |
* since 7.0: Make object instance of column functions class
|
80 |
*
|
81 |
*/
|
|
|
82 |
add_action( 'plugins_loaded', array( 'Quick_Featured_Images_Columns', 'get_instance' ) );
|
83 |
|
84 |
}
|