Version Description
- Refactored 'Default Images' for more rebostness
- Updated translations
- Tested successfully with WordPress 4.9.7
- In PRO version: Added support of Facebook images, added Export/Import of rules on page 'Default Images'
Download this release
Release Info
Developer | Hinjiriyo |
Plugin | Quick Featured Images |
Version | 13.3.2 |
Comparing to | |
See all releases |
Code changes from version 13.3.1 to 13.3.2
- README.txt +40 -28
- admin/class-quick-featured-images-admin.php +1 -1
- admin/class-quick-featured-images-defaults.php +32 -14
- admin/views/section_defaults.php +1 -1
- admin/views/section_footer.php +0 -1
- languages/quick-featured-images-ar.mo +0 -0
- languages/quick-featured-images-ar.po +32 -37
- languages/quick-featured-images-de_DE.mo +0 -0
- languages/quick-featured-images-de_DE.po +32 -37
- languages/quick-featured-images-el.mo +0 -0
- languages/quick-featured-images-el.po +17 -20
- languages/quick-featured-images-es_ES.mo +0 -0
- languages/quick-featured-images-es_ES.po +33 -38
- languages/quick-featured-images-fr_FR.mo +0 -0
- languages/quick-featured-images-fr_FR.po +381 -141
- languages/quick-featured-images-ja.mo +0 -0
- languages/quick-featured-images-ja.po +29 -34
- languages/quick-featured-images-pt_BR.mo +0 -0
- languages/quick-featured-images-pt_BR.po +33 -37
- languages/quick-featured-images.pot +7 -19
- quick-featured-images.php +1 -1
README.txt
CHANGED
@@ -4,16 +4,18 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: categories, images, featured images, filter, random, remove, replace, thumbnails, posts, pages, tags
|
5 |
Requires at least: 3.8
|
6 |
Requires PHP: 5.2
|
7 |
-
Tested up to: 4.9.
|
8 |
-
Stable tag: 13.3.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
12 |
-
Your time-saving Swiss
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
-
|
|
|
|
|
17 |
|
18 |
= Manage featured images quickly =
|
19 |
|
@@ -27,6 +29,7 @@ The plugin 'Quick Featured Images' helps you bulk managing featured images, sett
|
|
27 |
You get the free version here. If you want to include **audios, videos and custom post types** and get more options then take a look the **premium version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/).
|
28 |
|
29 |
= What users said =
|
|
|
30 |
* **"Easy, fast and superb!"** in [Reviews at wordpress.org](https://wordpress.org/support/topic/easy-fast-and-superb/) by alexeyvorobyov1994 on August 29, 2017
|
31 |
* **"Made adding 10,000 featured images a breeze."** in [Reviews at wordpress.org](https://wordpress.org/support/topic/super-helpful-30/) by synchronista on July 28, 2017
|
32 |
* **Number 7** in [8 Plugins to Help Supercharge Your WordPress Media Library](https://www.elegantthemes.com/blog/tips-tricks/8-plugins-to-help-supercharge-your-wordpress-media-library) by John Hughes on April 6, 2017
|
@@ -288,9 +291,15 @@ If you want to contribute a translation of the plugin in your language it would
|
|
288 |
|
289 |
== Changelog ==
|
290 |
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
= 13.3.1 =
|
292 |
* Added greek translation. Thank you, Kostas Arvanitidis!
|
293 |
-
* Changed label '
|
294 |
* Changed label 'Preset Featured Images' to WP string 'Default Images' to be translated in much more languages
|
295 |
* Changed previous mentioned labels in readme file
|
296 |
* Updated translations due to WordPress 4.9
|
@@ -299,8 +308,8 @@ If you want to contribute a translation of the plugin in your language it would
|
|
299 |
= 13.3 =
|
300 |
* Added japanese translation. Thank you, [Kazuyuki Kumai](https://wordpress.org/support/users/kazuyk/)!
|
301 |
* Added 'Requires PHP' info in readme.txt
|
302 |
-
* Fixed in '
|
303 |
-
* Fixed in '
|
304 |
* Removed redudand explanations
|
305 |
* Tested successfully with WordPress 4.8.2
|
306 |
|
@@ -320,20 +329,20 @@ If you want to contribute a translation of the plugin in your language it would
|
|
320 |
* Revised sanitations for texts and URLs on the pages
|
321 |
* Revised translations
|
322 |
* Set activation message as dismissible
|
323 |
-
* in PRO version: Added in '
|
324 |
|
325 |
= 13.0.1 =
|
326 |
-
Fixed in '
|
327 |
|
328 |
= 13.0 =
|
329 |
-
* Added in '
|
330 |
* Added in image column: check for existence of image file and, if not available, Delete link
|
331 |
* Revised: added sanitations to (nearly) all displayed texts
|
332 |
* Updated translations
|
333 |
|
334 |
= 12.3.7 =
|
335 |
* Added background color for transparent thumbnails or vector graphics on admin pages
|
336 |
-
* Changed in '
|
337 |
* in PRO version: Added options for thumbnails of external services embedded with an URL
|
338 |
|
339 |
= 12.3.6 =
|
@@ -358,13 +367,13 @@ Fixed in 'Bulk Edit': unnecessary HTML escaping
|
|
358 |
* Fixed a typo, revised translations
|
359 |
|
360 |
= 12.3 =
|
361 |
-
* Changed in part "Replace" of section '
|
362 |
* Improved: Faster check for found attachment against being an image
|
363 |
* Updated translations
|
364 |
* Tested successfully with WordPress 4.7.3
|
365 |
|
366 |
= 12.2 =
|
367 |
-
* Added in '
|
368 |
* Fixed deprecated jquery live()
|
369 |
* Adjusted texts for WP 4.7
|
370 |
* Tested successfully with WordPress 4.7
|
@@ -419,7 +428,7 @@ Fixed in 'Bulk Edit': unnecessary HTML escaping
|
|
419 |
= 11.6.1 =
|
420 |
* Premium version: Added in 'Preset Images': Selection of multiple images to set one of them randomly as default featured image
|
421 |
* Improved usability: Advice for selection of multiple images in the media dialog box
|
422 |
-
* Improved usability in '
|
423 |
* Tested successfully with WordPress 4.4
|
424 |
* Updated *.pot file and translations
|
425 |
|
@@ -434,7 +443,7 @@ Fixed in 'Bulk Edit': unnecessary HTML escaping
|
|
434 |
|
435 |
= 11.5 =
|
436 |
* Added arabic translation. Thank you, [Shadi AlZard](https://wordpress.org/support/profile/salzard)!
|
437 |
-
* Added in '
|
438 |
* Premium version; Added in 'Preset Featured Images': post format as taxonomy
|
439 |
* Fixed table row colors due to changes in WP 4.3
|
440 |
* Redesigned in 'Preset Images': Moved checkboxes to middle column
|
@@ -455,11 +464,11 @@ Added spanish translation for the main texts of the plugin
|
|
455 |
* Updated screenshot
|
456 |
|
457 |
= 11.2 =
|
458 |
-
* Fixed in '
|
459 |
-
* Fixed in '
|
460 |
-
* Fixed in '
|
461 |
* Fixed broken bulk assign link at each image in the media library
|
462 |
-
* Premium version: Added option in '
|
463 |
* Updated *.pot file and german translation
|
464 |
|
465 |
= 11.1 =
|
@@ -469,26 +478,29 @@ 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 |
-
* Premium version: Added option in '
|
473 |
-
* Premium version: Added option in '
|
474 |
-
* Premium version: Added option in '
|
475 |
-
* Premium version: Added option in '
|
476 |
-
* Premium version: Added option in '
|
477 |
-
* Premium version: Added option in '
|
478 |
* Tested successfully with WordPress 4.2.2
|
479 |
* Updated *.pot file and german translation
|
480 |
|
481 |
= 10.0 =
|
482 |
* Introducing **premium version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/)
|
483 |
-
* Deleted in '
|
484 |
* Corrected CSS height for images in image column to keep the aspect ratio
|
485 |
* Updated *.pot file and german translation
|
486 |
|
487 |
|
488 |
== Upgrade Notice ==
|
489 |
|
|
|
|
|
|
|
490 |
= 13.3.1 =
|
491 |
-
|
492 |
|
493 |
= 13.3 =
|
494 |
Added japanese translation and small revisions, tested with WP 4.8.2
|
@@ -572,7 +584,7 @@ Tested successfully with WordPress 4.4
|
|
572 |
Added automatic deletion of rules assigned with a deleted image in the library, some fixes
|
573 |
|
574 |
= 11.5 =
|
575 |
-
Added arabic translation, added in '
|
576 |
|
577 |
= 11.4.1 =
|
578 |
Revised styles for image column since WP 4.3, tested in WP 4.3
|
4 |
Tags: categories, images, featured images, filter, random, remove, replace, thumbnails, posts, pages, tags
|
5 |
Requires at least: 3.8
|
6 |
Requires PHP: 5.2
|
7 |
+
Tested up to: 4.9.7
|
8 |
+
Stable tag: 13.3.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
12 |
+
Your time-saving Swiss army knife for managing tons of featured images within minutes: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
|
13 |
|
14 |
== Description ==
|
15 |
|
16 |
+
Your time-saving Swiss army knife for managing tons of featured images within minutes: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
|
17 |
+
|
18 |
+
The plugin is available in English and German (Deutsch), for the most part in Spanish (Español), Brazilian Portuguese (Português do Brasil), French (Francais), Arabic (العربية) Japanese (日本語) and Greek (Ελληνικά). It does not collect any personal data, so it is ready for EU General Data Protection Regulation (GDPR) compliance.
|
19 |
|
20 |
= Manage featured images quickly =
|
21 |
|
29 |
You get the free version here. If you want to include **audios, videos and custom post types** and get more options then take a look the **premium version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/).
|
30 |
|
31 |
= What users said =
|
32 |
+
* **"Simply the best for bulk featured image"** in [Reviews at wordpress.org](https://wordpress.org/support/topic/simply-the-best-324/) by Syamsul Alam on January 21, 2018
|
33 |
* **"Easy, fast and superb!"** in [Reviews at wordpress.org](https://wordpress.org/support/topic/easy-fast-and-superb/) by alexeyvorobyov1994 on August 29, 2017
|
34 |
* **"Made adding 10,000 featured images a breeze."** in [Reviews at wordpress.org](https://wordpress.org/support/topic/super-helpful-30/) by synchronista on July 28, 2017
|
35 |
* **Number 7** in [8 Plugins to Help Supercharge Your WordPress Media Library](https://www.elegantthemes.com/blog/tips-tricks/8-plugins-to-help-supercharge-your-wordpress-media-library) by John Hughes on April 6, 2017
|
291 |
|
292 |
== Changelog ==
|
293 |
|
294 |
+
= 13.3.2 =
|
295 |
+
* Refactored 'Default Images' for more rebostness
|
296 |
+
* Updated translations
|
297 |
+
* Tested successfully with WordPress 4.9.7
|
298 |
+
* In PRO version: Added support of Facebook images, added Export/Import of rules on page 'Default Images'
|
299 |
+
|
300 |
= 13.3.1 =
|
301 |
* Added greek translation. Thank you, Kostas Arvanitidis!
|
302 |
+
* Changed label 'Set, replace, remove' to WP string 'Bulk Edit' to be translated in much more languages
|
303 |
* Changed label 'Preset Featured Images' to WP string 'Default Images' to be translated in much more languages
|
304 |
* Changed previous mentioned labels in readme file
|
305 |
* Updated translations due to WordPress 4.9
|
308 |
= 13.3 =
|
309 |
* Added japanese translation. Thank you, [Kazuyuki Kumai](https://wordpress.org/support/users/kazuyk/)!
|
310 |
* Added 'Requires PHP' info in readme.txt
|
311 |
+
* Fixed in 'Set, replace, remove': locale name as variable in error message section
|
312 |
+
* Fixed in 'Set, replace, remove': typo in page description
|
313 |
* Removed redudand explanations
|
314 |
* Tested successfully with WordPress 4.8.2
|
315 |
|
329 |
* Revised sanitations for texts and URLs on the pages
|
330 |
* Revised translations
|
331 |
* Set activation message as dismissible
|
332 |
+
* in PRO version: Added in 'Set, replace, remove': Presets for recurring tasks managing featured images
|
333 |
|
334 |
= 13.0.1 =
|
335 |
+
Fixed in 'Set, replace, remove': unnecessary HTML escaping
|
336 |
|
337 |
= 13.0 =
|
338 |
+
* Added in 'Set, replace, remove': action for removing database entries of featured images without existing image files
|
339 |
* Added in image column: check for existence of image file and, if not available, Delete link
|
340 |
* Revised: added sanitations to (nearly) all displayed texts
|
341 |
* Updated translations
|
342 |
|
343 |
= 12.3.7 =
|
344 |
* Added background color for transparent thumbnails or vector graphics on admin pages
|
345 |
+
* Changed in 'Set, replace, remove': Tiny rearrangement of explanations
|
346 |
* in PRO version: Added options for thumbnails of external services embedded with an URL
|
347 |
|
348 |
= 12.3.6 =
|
367 |
* Fixed a typo, revised translations
|
368 |
|
369 |
= 12.3 =
|
370 |
+
* Changed in part "Replace" of section 'Set, replace, remove': Media library dialog box instead of image list to select the replacement images
|
371 |
* Improved: Faster check for found attachment against being an image
|
372 |
* Updated translations
|
373 |
* Tested successfully with WordPress 4.7.3
|
374 |
|
375 |
= 12.2 =
|
376 |
+
* Added in 'Set, replace, remove': server configuration to avoid PHP timeout and memory limitation in most cases
|
377 |
* Fixed deprecated jquery live()
|
378 |
* Adjusted texts for WP 4.7
|
379 |
* Tested successfully with WordPress 4.7
|
428 |
= 11.6.1 =
|
429 |
* Premium version: Added in 'Preset Images': Selection of multiple images to set one of them randomly as default featured image
|
430 |
* Improved usability: Advice for selection of multiple images in the media dialog box
|
431 |
+
* Improved usability in 'Set, replace, remove': On the start page show selected images after closing the media dialog box
|
432 |
* Tested successfully with WordPress 4.4
|
433 |
* Updated *.pot file and translations
|
434 |
|
443 |
|
444 |
= 11.5 =
|
445 |
* Added arabic translation. Thank you, [Shadi AlZard](https://wordpress.org/support/profile/salzard)!
|
446 |
+
* Added in 'Set, replace, remove': Back button on result page. So you can start a further run faster
|
447 |
* Premium version; Added in 'Preset Featured Images': post format as taxonomy
|
448 |
* Fixed table row colors due to changes in WP 4.3
|
449 |
* Redesigned in 'Preset Images': Moved checkboxes to middle column
|
464 |
* Updated screenshot
|
465 |
|
466 |
= 11.2 =
|
467 |
+
* Fixed in 'Set, replace, remove': invalid thumbnail IDs will be ignored
|
468 |
+
* Fixed in 'Set, replace, remove': Added missing 'break' in switch()
|
469 |
+
* Fixed in 'Set, replace, remove': Post Type Filter founded always posts and pages
|
470 |
* Fixed broken bulk assign link at each image in the media library
|
471 |
+
* Premium version: Added option in 'Set, replace, remove': Take the first post image from current site domain
|
472 |
* Updated *.pot file and german translation
|
473 |
|
474 |
= 11.1 =
|
478 |
= 11.0 =
|
479 |
* Improved performance of confirmation step by using cached results of preview step
|
480 |
* Improved security by changing $_REQUEST to $_POST and $_GET
|
481 |
+
* Premium version: Added option in 'Set, replace, remove' for selection of multiple images: Use each selected only once
|
482 |
+
* Premium version: Added option in 'Set, replace, remove' for selection of multiple images: Remove excess featured images after all selected images are used
|
483 |
+
* Premium version: Added option in 'Set, replace, remove': Remove first image in content
|
484 |
+
* Premium version: Added option in 'Set, replace, remove': Take first image of NextGen galleries
|
485 |
+
* Premium version: Added option in 'Set, replace, remove': Take first external image
|
486 |
+
* Premium version: Added option in 'Set, replace, remove': Take first attached image
|
487 |
* Tested successfully with WordPress 4.2.2
|
488 |
* Updated *.pot file and german translation
|
489 |
|
490 |
= 10.0 =
|
491 |
* Introducing **premium version** [Quick Featured Images Pro](https://www.quickfeaturedimages.com/)
|
492 |
+
* Deleted in 'Set, replace, remove': some filters and options in favor of the premium version
|
493 |
* Corrected CSS height for images in image column to keep the aspect ratio
|
494 |
* Updated *.pot file and german translation
|
495 |
|
496 |
|
497 |
== Upgrade Notice ==
|
498 |
|
499 |
+
= 13.3.2 =
|
500 |
+
Refactored page Default Images for more rebostness, tested with WordPress 4.9.7
|
501 |
+
|
502 |
= 13.3.1 =
|
503 |
+
Added greek translation, changed labels, updated WP translations, tested with WordPress 4.9.1
|
504 |
|
505 |
= 13.3 =
|
506 |
Added japanese translation and small revisions, tested with WP 4.8.2
|
584 |
Added automatic deletion of rules assigned with a deleted image in the library, some fixes
|
585 |
|
586 |
= 11.5 =
|
587 |
+
Added arabic translation, added in 'Set, replace, remove': Back button on result page, some design improvements, changed text domain
|
588 |
|
589 |
= 11.4.1 =
|
590 |
Revised styles for image column since WP 4.3, tested in WP 4.3
|
admin/class-quick-featured-images-admin.php
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
-
protected $plugin_version = '13.3.
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
19 |
*
|
20 |
* @var string
|
21 |
*/
|
22 |
+
protected $plugin_version = '13.3.2';
|
23 |
|
24 |
/**
|
25 |
* Instance of this class.
|
admin/class-quick-featured-images-defaults.php
CHANGED
@@ -98,7 +98,7 @@ class Quick_Featured_Images_Defaults {
|
|
98 |
*
|
99 |
* @var string
|
100 |
*/
|
101 |
-
protected $
|
102 |
|
103 |
/**
|
104 |
* Slug of the menu page on which to display the form sections
|
@@ -114,7 +114,7 @@ class Quick_Featured_Images_Defaults {
|
|
114 |
* Unique identifier in the WP options table for the plugin's settings
|
115 |
*
|
116 |
*
|
117 |
-
* @since 5.0
|
118 |
*
|
119 |
* @var string
|
120 |
*/
|
@@ -139,6 +139,24 @@ class Quick_Featured_Images_Defaults {
|
|
139 |
*/
|
140 |
protected $selected_rules = null;
|
141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
/**
|
143 |
* Initialize the plugin by loading admin scripts & styles and adding a
|
144 |
* settings page and menu.
|
@@ -200,23 +218,23 @@ class Quick_Featured_Images_Defaults {
|
|
200 |
*
|
201 |
* @since 8.0
|
202 |
*/
|
203 |
-
public function
|
204 |
$this->display_header();
|
205 |
// store user selections
|
206 |
if ( ! empty( $_POST ) ) {
|
207 |
// verify allowed submission
|
208 |
-
check_admin_referer(
|
209 |
// sanitze user input
|
210 |
$settings = $this->sanitize_options( $_POST );
|
211 |
// store in db
|
212 |
-
if ( update_option( $this->
|
213 |
-
$msg =
|
214 |
$class = 'updated';
|
215 |
} else {
|
216 |
-
$msg =
|
217 |
$class = 'error';
|
218 |
}
|
219 |
-
printf ( '<div class="%s"><p><strong>%s</strong></p></div>', $class,
|
220 |
} // if $_POST
|
221 |
// get rules
|
222 |
$this->selected_rules = $this->get_stored_settings();
|
@@ -351,7 +369,7 @@ class Quick_Featured_Images_Defaults {
|
|
351 |
$label, // menu_title
|
352 |
$this->required_user_cap, // capability to use the following function
|
353 |
$this->page_slug, // menu_slug
|
354 |
-
array( $this,
|
355 |
);
|
356 |
|
357 |
}
|
@@ -602,7 +620,7 @@ class Quick_Featured_Images_Defaults {
|
|
602 |
// store
|
603 |
if ( $changed ) {
|
604 |
// store in db
|
605 |
-
update_option( $this->
|
606 |
} // if ( changed )
|
607 |
}
|
608 |
|
@@ -647,10 +665,10 @@ class Quick_Featured_Images_Defaults {
|
|
647 |
private function set_default_settings() {
|
648 |
|
649 |
// check if there are already stored settings under the option's database slug
|
650 |
-
if ( false === get_option( $this->
|
651 |
// store default values in the db as a single and serialized entry
|
652 |
add_option(
|
653 |
-
$this->
|
654 |
array()
|
655 |
);
|
656 |
} // if ( false )
|
@@ -714,12 +732,12 @@ class Quick_Featured_Images_Defaults {
|
|
714 |
*/
|
715 |
private function get_stored_settings() {
|
716 |
// try to load current settings. If they are not in the DB return set default settings
|
717 |
-
$stored_settings = get_option( $this->
|
718 |
// if empty array set and store default values
|
719 |
if ( 0 == sizeof( $stored_settings ) ) {
|
720 |
$this->set_default_settings();
|
721 |
// try to load current settings again. Now there should be the data
|
722 |
-
$stored_settings = get_option( $this->
|
723 |
}
|
724 |
|
725 |
return $this->sanitize_options( $stored_settings );
|
98 |
*
|
99 |
* @var string
|
100 |
*/
|
101 |
+
protected $defaults_db_slug = 'quick-featured-images-defaults';
|
102 |
|
103 |
/**
|
104 |
* Slug of the menu page on which to display the form sections
|
114 |
* Unique identifier in the WP options table for the plugin's settings
|
115 |
*
|
116 |
*
|
117 |
+
* @since 5.0
|
118 |
*
|
119 |
* @var string
|
120 |
*/
|
139 |
*/
|
140 |
protected $selected_rules = null;
|
141 |
|
142 |
+
/**
|
143 |
+
* Value of the nonce
|
144 |
+
*
|
145 |
+
* @since 13.4
|
146 |
+
*
|
147 |
+
* @var string
|
148 |
+
*/
|
149 |
+
protected $nonce = 'kds94kek93ks90';
|
150 |
+
|
151 |
+
/**
|
152 |
+
* Name of the main function
|
153 |
+
*
|
154 |
+
* @since 13.4
|
155 |
+
*
|
156 |
+
* @var string
|
157 |
+
*/
|
158 |
+
protected $main_function_name = 'qfi_main';
|
159 |
+
|
160 |
/**
|
161 |
* Initialize the plugin by loading admin scripts & styles and adding a
|
162 |
* settings page and menu.
|
218 |
*
|
219 |
* @since 8.0
|
220 |
*/
|
221 |
+
public function qfi_main() {
|
222 |
$this->display_header();
|
223 |
// store user selections
|
224 |
if ( ! empty( $_POST ) ) {
|
225 |
// verify allowed submission
|
226 |
+
check_admin_referer( $this->main_function_name, $this->nonce );
|
227 |
// sanitze user input
|
228 |
$settings = $this->sanitize_options( $_POST );
|
229 |
// store in db
|
230 |
+
if ( update_option( $this->defaults_db_slug, $settings ) ) {
|
231 |
+
$msg = 'Changes saved.';
|
232 |
$class = 'updated';
|
233 |
} else {
|
234 |
+
$msg = 'Error while saving the changes.';
|
235 |
$class = 'error';
|
236 |
}
|
237 |
+
printf ( '<div class="%s"><p><strong>%s</strong></p></div>', $class, esc_html__( $msg ) );
|
238 |
} // if $_POST
|
239 |
// get rules
|
240 |
$this->selected_rules = $this->get_stored_settings();
|
369 |
$label, // menu_title
|
370 |
$this->required_user_cap, // capability to use the following function
|
371 |
$this->page_slug, // menu_slug
|
372 |
+
array( $this, $this->main_function_name ) // function to execute when loading this page
|
373 |
);
|
374 |
|
375 |
}
|
620 |
// store
|
621 |
if ( $changed ) {
|
622 |
// store in db
|
623 |
+
update_option( $this->defaults_db_slug, $settings );
|
624 |
} // if ( changed )
|
625 |
}
|
626 |
|
665 |
private function set_default_settings() {
|
666 |
|
667 |
// check if there are already stored settings under the option's database slug
|
668 |
+
if ( false === get_option( $this->defaults_db_slug ) ) {
|
669 |
// store default values in the db as a single and serialized entry
|
670 |
add_option(
|
671 |
+
$this->defaults_db_slug,
|
672 |
array()
|
673 |
);
|
674 |
} // if ( false )
|
732 |
*/
|
733 |
private function get_stored_settings() {
|
734 |
// try to load current settings. If they are not in the DB return set default settings
|
735 |
+
$stored_settings = get_option( $this->defaults_db_slug, array() );
|
736 |
// if empty array set and store default values
|
737 |
if ( 0 == sizeof( $stored_settings ) ) {
|
738 |
$this->set_default_settings();
|
739 |
// try to load current settings again. Now there should be the data
|
740 |
+
$stored_settings = get_option( $this->defaults_db_slug, array() );
|
741 |
}
|
742 |
|
743 |
return $this->sanitize_options( $stored_settings );
|
admin/views/section_defaults.php
CHANGED
@@ -487,7 +487,7 @@ if ( $custom_taxonomies_terms ) {
|
|
487 |
<?php
|
488 |
submit_button( __( 'Add rule', 'quick-featured-images' ), 'secondary', 'add_rule_button' );
|
489 |
submit_button( $button_label );
|
490 |
-
wp_nonce_field(
|
491 |
?>
|
492 |
<input type="hidden" id="placeholder_url" name="placeholder_url" value="<?php echo $no_thumb_url; ?>" />
|
493 |
<input type="hidden" id="confirmation_question" name="confirmation_question" value="<?php esc_attr_e( 'Are you sure to remove this rule?', 'quick-featured-images' ); ?>" />
|
487 |
<?php
|
488 |
submit_button( __( 'Add rule', 'quick-featured-images' ), 'secondary', 'add_rule_button' );
|
489 |
submit_button( $button_label );
|
490 |
+
wp_nonce_field( $this->main_function_name, $this->nonce );
|
491 |
?>
|
492 |
<input type="hidden" id="placeholder_url" name="placeholder_url" value="<?php echo $no_thumb_url; ?>" />
|
493 |
<input type="hidden" id="confirmation_question" name="confirmation_question" value="<?php esc_attr_e( 'Are you sure to remove this rule?', 'quick-featured-images' ); ?>" />
|
admin/views/section_footer.php
CHANGED
@@ -54,7 +54,6 @@ if ( ! in_array( $paypal_locale, array( 'en_US', 'en_AU', 'es_ES', 'fr_FR', 'de_
|
|
54 |
<dt><?php esc_html_e( 'Do you like the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/view/plugin-reviews/quick-featured-images"><?php esc_html_e( 'Please rate it at wordpress.org!', $text_domain ); ?></a></dd>
|
55 |
<dt><?php esc_html_e( 'The plugin is for free. But the plugin author would be delighted to your small contribution.', $text_domain ); ?></dt><dd><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ"><img src="https://www.paypalobjects.com/<?php echo $paypal_locale; ?>/i/btn/btn_donateCC_LG.gif" alt="(<?php esc_html_e( 'Donation Button', $text_domain ); ?>)" id="paypal_button" /><br /><?php esc_html_e( 'Donate with PayPal', $text_domain ); ?></a><img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" /></dd>
|
56 |
<dt><?php esc_html_e( 'Do you need support or have an idea for the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/plugin/quick-featured-images"><?php esc_html_e( 'Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!', $text_domain ); ?></a></dd>
|
57 |
-
<dt><?php esc_html_e( 'Special thanks for the fine frontend style of the plugin go to', $text_domain ); ?></dt><dd><a href="http://alexandra-mutter.de/?ref=quick-featured-images"><?php echo get_avatar( 'allamoda07@googlemail.com', 44 ); ?>alexandra mutter design</a></dd>
|
58 |
<dt><?php esc_html_e( 'Let the thumbnails appear in the widget of the most recent posts with this fast plugin', $text_domain ); ?></dt><dd><a href="http://wordpress.org/plugins/recent-posts-widget-with-thumbnails/"><?php printf( esc_html__( 'Download plugin %s at %s!', $text_domain ), '<strong>Recent Posts Widget With Thumbnails</strong>', 'wordpress.org' ); ?></a></dd>
|
59 |
<dt><?php esc_html_e( 'Get the premium version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a></dd>
|
60 |
</dl>
|
54 |
<dt><?php esc_html_e( 'Do you like the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/view/plugin-reviews/quick-featured-images"><?php esc_html_e( 'Please rate it at wordpress.org!', $text_domain ); ?></a></dd>
|
55 |
<dt><?php esc_html_e( 'The plugin is for free. But the plugin author would be delighted to your small contribution.', $text_domain ); ?></dt><dd><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2KUW27NECWVWJ"><img src="https://www.paypalobjects.com/<?php echo $paypal_locale; ?>/i/btn/btn_donateCC_LG.gif" alt="(<?php esc_html_e( 'Donation Button', $text_domain ); ?>)" id="paypal_button" /><br /><?php esc_html_e( 'Donate with PayPal', $text_domain ); ?></a><img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1" /></dd>
|
56 |
<dt><?php esc_html_e( 'Do you need support or have an idea for the plugin?', $text_domain ); ?></dt><dd><a href="http://wordpress.org/support/plugin/quick-featured-images"><?php esc_html_e( 'Post your questions and ideas about Quick Featured Images in the forum at wordpress.org!', $text_domain ); ?></a></dd>
|
|
|
57 |
<dt><?php esc_html_e( 'Let the thumbnails appear in the widget of the most recent posts with this fast plugin', $text_domain ); ?></dt><dd><a href="http://wordpress.org/plugins/recent-posts-widget-with-thumbnails/"><?php printf( esc_html__( 'Download plugin %s at %s!', $text_domain ), '<strong>Recent Posts Widget With Thumbnails</strong>', 'wordpress.org' ); ?></a></dd>
|
58 |
<dt><?php esc_html_e( 'Get the premium version', 'quick-featured-images' ); ?> <a href="https://www.quickfeaturedimages.com<?php esc_html_e( '/', 'quick-featured-images' ); ?>">Quick Featured Images Pro</a></dd>
|
59 |
</dl>
|
languages/quick-featured-images-ar.mo
CHANGED
Binary file
|
languages/quick-featured-images-ar.po
CHANGED
@@ -4,15 +4,15 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: ar\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.0.
|
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"
|
@@ -63,20 +63,11 @@ msgstr "إزالة %s"
|
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "صورة مضبوط ل %s"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
-
msgid "Changes saved."
|
68 |
-
msgstr "تمّ حفظ التغييرات."
|
69 |
-
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:216
|
71 |
-
msgid "No changes were saved."
|
72 |
-
msgstr "لم يتمّ حفظ تغييرات."
|
73 |
-
|
74 |
-
#: admin/class-quick-featured-images-defaults.php:253
|
75 |
-
#: admin/class-quick-featured-images-settings.php:605
|
76 |
msgid "Preset Featured Images"
|
77 |
msgstr "صور بارزة مجهّزة مسبقاً."
|
78 |
|
79 |
-
#: admin/class-quick-featured-images-defaults.php:
|
80 |
msgid "Set default featured images for future posts"
|
81 |
msgstr "اختيار صورة بارزة افتراضية للمقالات المستقبلية."
|
82 |
|
@@ -120,7 +111,7 @@ msgid "Select the minimum user role a user must have to see the plugin."
|
|
120 |
msgstr ""
|
121 |
"حدد دور المستخدم الحد الأدنى يجب أن يكون المستخدم لمعرفة البرنامج المساعد."
|
122 |
|
123 |
-
#: admin/class-quick-featured-images-settings.php:
|
124 |
#, php-format
|
125 |
msgid ""
|
126 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -128,7 +119,7 @@ msgid ""
|
|
128 |
msgstr ""
|
129 |
"قواعد النحو المنصوص في أعمال%s على المشاركات بشكل مستقل من هذا الإعداد."
|
130 |
|
131 |
-
#: admin/class-quick-featured-images-settings.php:
|
132 |
msgid ""
|
133 |
"This setting controls as well whether a user will see in an image column the "
|
134 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -138,11 +129,11 @@ msgstr ""
|
|
138 |
"وصلات عمل أو الصور المصغرة فقط. للتبديل صورة الأعمدة وإيقاف استخدام المقطع "
|
139 |
"أعلاه."
|
140 |
|
141 |
-
#: admin/class-quick-featured-images-settings.php:
|
142 |
msgid "This page is accessible for administrators only."
|
143 |
msgstr "هذه الصفحة غير متاحة للمسؤولين فقط."
|
144 |
|
145 |
-
#: admin/class-quick-featured-images-settings.php:
|
146 |
msgid ""
|
147 |
"The additional columns give you a quick overview about all used featured "
|
148 |
"images for every post. The Featured Image column is sortable."
|
@@ -150,7 +141,7 @@ msgstr ""
|
|
150 |
"الأعمدة الإضافية تعطيك نظرة سريعة على كل الصور البارزة لكل مقالة. عمود الصور "
|
151 |
"البارزة قابل للفرز."
|
152 |
|
153 |
-
#: admin/class-quick-featured-images-settings.php:
|
154 |
msgid "Controls which minimum user role can see the plugin."
|
155 |
msgstr "الضوابط التي دورا الحد الأدنى يمكن للمستخدم رؤية البرنامج المساعد."
|
156 |
|
@@ -279,15 +270,15 @@ msgstr "أدخل قيم صالحة في حقل الإدخال."
|
|
279 |
msgid "Type in values stored by WordPress."
|
280 |
msgstr "أدخل قيم مخزنة بواسطة ووردبريس."
|
281 |
|
282 |
-
#: admin/class-quick-featured-images-tools.php:
|
283 |
msgid "Set, replace, remove"
|
284 |
msgstr "حدد، استبدل، احذف"
|
285 |
|
286 |
-
#: admin/class-quick-featured-images-tools.php:
|
287 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
288 |
msgstr "لمجموعة دفعة واحدة، حدد واستبدل واحذف الصور البارزة لمقالات موجودة"
|
289 |
|
290 |
-
#: admin/class-quick-featured-images-tools.php:
|
291 |
msgid "Bulk set as featured image"
|
292 |
msgstr "حدد كصورة بارزة لمجموعة دفعة واحدة"
|
293 |
|
@@ -299,10 +290,6 @@ msgstr "اختر تصنيف"
|
|
299 |
msgid "Select post types"
|
300 |
msgstr "حدد نوع المقالة"
|
301 |
|
302 |
-
#: admin/views/filter_post_types.php:2
|
303 |
-
msgid "You can select posts and pages."
|
304 |
-
msgstr "بإمكانك تحديد المقالات والصفحات."
|
305 |
-
|
306 |
#: admin/views/filter_tag.php:7
|
307 |
msgid "Select a tag"
|
308 |
msgstr "اختر وسم"
|
@@ -403,20 +390,20 @@ msgstr ""
|
|
403 |
"القائمة مرتبة أبجدياً وفقاً لعنوان المقالة. بإمكانك تعديل مقالة في نافذة جديدة "
|
404 |
"بالضغط على رابطها في القائمة."
|
405 |
|
406 |
-
#: admin/views/form_confirm.php:
|
407 |
msgid "Confirm the change"
|
408 |
msgstr "تأكيد التغيير"
|
409 |
|
410 |
-
#: admin/views/form_confirm.php:
|
411 |
msgid "You can not undo the operation!"
|
412 |
msgstr "لا يمكنك التراجع عن الإجراء !"
|
413 |
|
414 |
-
#: admin/views/form_confirm.php:
|
415 |
#: admin/views/section_results.php:86
|
416 |
msgid "Start again"
|
417 |
msgstr "ابدأ مرة أخرى"
|
418 |
|
419 |
-
#: admin/views/form_confirm.php:
|
420 |
msgid "or refine your selection with the following form fields."
|
421 |
msgstr "أو قم بتنقيح اختيارك بواسطة حقول النموذج التالي."
|
422 |
|
@@ -532,14 +519,14 @@ msgstr "أزل الصور البارزة الفائضة بعد استخدام ج
|
|
532 |
|
533 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
534 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
535 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
536 |
#: admin/views/section_overview.php:91
|
537 |
msgid "Get the premium version"
|
538 |
msgstr "أحصل على النسخة المدفوعة"
|
539 |
|
540 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
541 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
542 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
543 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
544 |
msgid "/"
|
545 |
msgstr "\\"
|
@@ -974,10 +961,6 @@ msgstr ""
|
|
974 |
"org!"
|
975 |
|
976 |
#: admin/views/section_footer.php:57
|
977 |
-
msgid "Special thanks for the fine frontend style of the plugin go to"
|
978 |
-
msgstr "شكر خاصّ على تصميم واجهة الإضافة لـ"
|
979 |
-
|
980 |
-
#: admin/views/section_footer.php:58
|
981 |
msgid ""
|
982 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
983 |
"fast plugin"
|
@@ -985,7 +968,7 @@ msgstr ""
|
|
985 |
"اجعل الصوّر المصغرة تظهر ودجت قائمة المواضيع الجديدة باستخدام هذه الإضافة "
|
986 |
"السريعة"
|
987 |
|
988 |
-
#: admin/views/section_footer.php:
|
989 |
#, php-format
|
990 |
msgid "Download plugin %s at %s!"
|
991 |
msgstr "تحميل الإضافة %s من %s!"
|
@@ -1065,3 +1048,15 @@ msgstr "لم يتمّ التغيير"
|
|
1065 |
#: admin/views/section_results.php:82
|
1066 |
msgid "No matches found."
|
1067 |
msgstr "لم يعثر على نتائج متوافقة."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2018-07-23 23:35+0200\n"
|
8 |
+
"PO-Revision-Date: 2018-07-23 23:36+0200\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.0.9\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"
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "صورة مضبوط ل %s"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "صور بارزة مجهّزة مسبقاً."
|
69 |
|
70 |
+
#: admin/class-quick-featured-images-defaults.php:286
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr "اختيار صورة بارزة افتراضية للمقالات المستقبلية."
|
73 |
|
111 |
msgstr ""
|
112 |
"حدد دور المستخدم الحد الأدنى يجب أن يكون المستخدم لمعرفة البرنامج المساعد."
|
113 |
|
114 |
+
#: admin/class-quick-featured-images-settings.php:609
|
115 |
#, php-format
|
116 |
msgid ""
|
117 |
"The rules as set in “%s” work on posts independently of this "
|
119 |
msgstr ""
|
120 |
"قواعد النحو المنصوص في أعمال%s على المشاركات بشكل مستقل من هذا الإعداد."
|
121 |
|
122 |
+
#: admin/class-quick-featured-images-settings.php:614
|
123 |
msgid ""
|
124 |
"This setting controls as well whether a user will see in an image column the "
|
125 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
129 |
"وصلات عمل أو الصور المصغرة فقط. للتبديل صورة الأعمدة وإيقاف استخدام المقطع "
|
130 |
"أعلاه."
|
131 |
|
132 |
+
#: admin/class-quick-featured-images-settings.php:615
|
133 |
msgid "This page is accessible for administrators only."
|
134 |
msgstr "هذه الصفحة غير متاحة للمسؤولين فقط."
|
135 |
|
136 |
+
#: admin/class-quick-featured-images-settings.php:625
|
137 |
msgid ""
|
138 |
"The additional columns give you a quick overview about all used featured "
|
139 |
"images for every post. The Featured Image column is sortable."
|
141 |
"الأعمدة الإضافية تعطيك نظرة سريعة على كل الصور البارزة لكل مقالة. عمود الصور "
|
142 |
"البارزة قابل للفرز."
|
143 |
|
144 |
+
#: admin/class-quick-featured-images-settings.php:634
|
145 |
msgid "Controls which minimum user role can see the plugin."
|
146 |
msgstr "الضوابط التي دورا الحد الأدنى يمكن للمستخدم رؤية البرنامج المساعد."
|
147 |
|
270 |
msgid "Type in values stored by WordPress."
|
271 |
msgstr "أدخل قيم مخزنة بواسطة ووردبريس."
|
272 |
|
273 |
+
#: admin/class-quick-featured-images-tools.php:1930
|
274 |
msgid "Set, replace, remove"
|
275 |
msgstr "حدد، استبدل، احذف"
|
276 |
|
277 |
+
#: admin/class-quick-featured-images-tools.php:1941
|
278 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
279 |
msgstr "لمجموعة دفعة واحدة، حدد واستبدل واحذف الصور البارزة لمقالات موجودة"
|
280 |
|
281 |
+
#: admin/class-quick-featured-images-tools.php:2050
|
282 |
msgid "Bulk set as featured image"
|
283 |
msgstr "حدد كصورة بارزة لمجموعة دفعة واحدة"
|
284 |
|
290 |
msgid "Select post types"
|
291 |
msgstr "حدد نوع المقالة"
|
292 |
|
|
|
|
|
|
|
|
|
293 |
#: admin/views/filter_tag.php:7
|
294 |
msgid "Select a tag"
|
295 |
msgstr "اختر وسم"
|
390 |
"القائمة مرتبة أبجدياً وفقاً لعنوان المقالة. بإمكانك تعديل مقالة في نافذة جديدة "
|
391 |
"بالضغط على رابطها في القائمة."
|
392 |
|
393 |
+
#: admin/views/form_confirm.php:120
|
394 |
msgid "Confirm the change"
|
395 |
msgstr "تأكيد التغيير"
|
396 |
|
397 |
+
#: admin/views/form_confirm.php:121
|
398 |
msgid "You can not undo the operation!"
|
399 |
msgstr "لا يمكنك التراجع عن الإجراء !"
|
400 |
|
401 |
+
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
402 |
#: admin/views/section_results.php:86
|
403 |
msgid "Start again"
|
404 |
msgstr "ابدأ مرة أخرى"
|
405 |
|
406 |
+
#: admin/views/form_confirm.php:182
|
407 |
msgid "or refine your selection with the following form fields."
|
408 |
msgstr "أو قم بتنقيح اختيارك بواسطة حقول النموذج التالي."
|
409 |
|
519 |
|
520 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
521 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
522 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
523 |
#: admin/views/section_overview.php:91
|
524 |
msgid "Get the premium version"
|
525 |
msgstr "أحصل على النسخة المدفوعة"
|
526 |
|
527 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
528 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
529 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
530 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
531 |
msgid "/"
|
532 |
msgstr "\\"
|
961 |
"org!"
|
962 |
|
963 |
#: admin/views/section_footer.php:57
|
|
|
|
|
|
|
|
|
964 |
msgid ""
|
965 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
966 |
"fast plugin"
|
968 |
"اجعل الصوّر المصغرة تظهر ودجت قائمة المواضيع الجديدة باستخدام هذه الإضافة "
|
969 |
"السريعة"
|
970 |
|
971 |
+
#: admin/views/section_footer.php:57
|
972 |
#, php-format
|
973 |
msgid "Download plugin %s at %s!"
|
974 |
msgstr "تحميل الإضافة %s من %s!"
|
1048 |
#: admin/views/section_results.php:82
|
1049 |
msgid "No matches found."
|
1050 |
msgstr "لم يعثر على نتائج متوافقة."
|
1051 |
+
|
1052 |
+
#~ msgid "Changes saved."
|
1053 |
+
#~ msgstr "تمّ حفظ التغييرات."
|
1054 |
+
|
1055 |
+
#~ msgid "No changes were saved."
|
1056 |
+
#~ msgstr "لم يتمّ حفظ تغييرات."
|
1057 |
+
|
1058 |
+
#~ msgid "You can select posts and pages."
|
1059 |
+
#~ msgstr "بإمكانك تحديد المقالات والصفحات."
|
1060 |
+
|
1061 |
+
#~ msgid "Special thanks for the fine frontend style of the plugin go to"
|
1062 |
+
#~ msgstr "شكر خاصّ على تصميم واجهة الإضافة لـ"
|
languages/quick-featured-images-de_DE.mo
CHANGED
Binary file
|
languages/quick-featured-images-de_DE.po
CHANGED
@@ -4,15 +4,15 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: de_DE\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.0.
|
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"
|
@@ -63,20 +63,11 @@ msgstr "Lösche “%s”"
|
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Stelle Bild für “%s” ein"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
-
msgid "Changes saved."
|
68 |
-
msgstr "Änderungen gespeichert."
|
69 |
-
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:216
|
71 |
-
msgid "No changes were saved."
|
72 |
-
msgstr "Keine Änderungen gespeichert."
|
73 |
-
|
74 |
-
#: admin/class-quick-featured-images-defaults.php:253
|
75 |
-
#: admin/class-quick-featured-images-settings.php:605
|
76 |
msgid "Preset Featured Images"
|
77 |
msgstr "Voreingestellte Beitragsbilder"
|
78 |
|
79 |
-
#: admin/class-quick-featured-images-defaults.php:
|
80 |
msgid "Set default featured images for future posts"
|
81 |
msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
|
82 |
|
@@ -124,7 +115,7 @@ msgstr ""
|
|
124 |
"Stelle die Mindestrolle ein, die ein Nutzer haben muss, um das Plugin zu "
|
125 |
"sehen."
|
126 |
|
127 |
-
#: admin/class-quick-featured-images-settings.php:
|
128 |
#, php-format
|
129 |
msgid ""
|
130 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -133,7 +124,7 @@ msgstr ""
|
|
133 |
"Die Regeln, wie in “%s” eingestellt, funktionieren unabhängig "
|
134 |
"von dieser Einstellung."
|
135 |
|
136 |
-
#: admin/class-quick-featured-images-settings.php:
|
137 |
msgid ""
|
138 |
"This setting controls as well whether a user will see in an image column the "
|
139 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -143,11 +134,11 @@ msgstr ""
|
|
143 |
"Vorschaubilder mit zusätzlichen Optionen oder nur die Vorschaubilder sehen "
|
144 |
"wird. Um die Bilderspalten an- und auszuschalten, nutze den oberen Abschnitt."
|
145 |
|
146 |
-
#: admin/class-quick-featured-images-settings.php:
|
147 |
msgid "This page is accessible for administrators only."
|
148 |
msgstr "Diese Seite ist nur Administratoren zugänglich."
|
149 |
|
150 |
-
#: admin/class-quick-featured-images-settings.php:
|
151 |
msgid ""
|
152 |
"The additional columns give you a quick overview about all used featured "
|
153 |
"images for every post. The Featured Image column is sortable."
|
@@ -156,7 +147,7 @@ msgstr ""
|
|
156 |
"verwendeten Beitragsbilder eines jeden Beitrags. Die Spalte der "
|
157 |
"Beitragsbilder ist sortierbar."
|
158 |
|
159 |
-
#: admin/class-quick-featured-images-settings.php:
|
160 |
msgid "Controls which minimum user role can see the plugin."
|
161 |
msgstr "Regelt, welche Mindestrolle das Plugin sehen kann."
|
162 |
|
@@ -286,17 +277,17 @@ msgstr "Gebe einen gültigen Wert in das Eingabefeld ein."
|
|
286 |
msgid "Type in values stored by WordPress."
|
287 |
msgstr "Gebe von WordPress gespeicherte Werte ein."
|
288 |
|
289 |
-
#: admin/class-quick-featured-images-tools.php:
|
290 |
msgid "Set, replace, remove"
|
291 |
msgstr "Setzen, tauschen, löschen"
|
292 |
|
293 |
-
#: admin/class-quick-featured-images-tools.php:
|
294 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
295 |
msgstr ""
|
296 |
"Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
|
297 |
"bestehende Inhalte"
|
298 |
|
299 |
-
#: admin/class-quick-featured-images-tools.php:
|
300 |
msgid "Bulk set as featured image"
|
301 |
msgstr "Als Beitragsbild setzen"
|
302 |
|
@@ -308,10 +299,6 @@ msgstr "Wähle eine Kategorie aus"
|
|
308 |
msgid "Select post types"
|
309 |
msgstr "Wähle die Inhaltstypen (Post Types) aus"
|
310 |
|
311 |
-
#: admin/views/filter_post_types.php:2
|
312 |
-
msgid "You can select posts and pages."
|
313 |
-
msgstr "Du kannst Beiträge und Seiten auswählen."
|
314 |
-
|
315 |
#: admin/views/filter_tag.php:7
|
316 |
msgid "Select a tag"
|
317 |
msgstr "Wähle ein Schlagwort aus"
|
@@ -422,20 +409,20 @@ msgstr ""
|
|
422 |
"Die Liste ist alphabetisch nach Titel sortiert. Du kannst einen Beitrag in "
|
423 |
"einem neuen Fenster bearbeiten per Klick auf seinen Link in der Liste."
|
424 |
|
425 |
-
#: admin/views/form_confirm.php:
|
426 |
msgid "Confirm the change"
|
427 |
msgstr "Änderung bestätigen"
|
428 |
|
429 |
-
#: admin/views/form_confirm.php:
|
430 |
msgid "You can not undo the operation!"
|
431 |
msgstr "Du kannst die Aktion nicht rückgängig machen!"
|
432 |
|
433 |
-
#: admin/views/form_confirm.php:
|
434 |
#: admin/views/section_results.php:86
|
435 |
msgid "Start again"
|
436 |
msgstr "Beginne neu"
|
437 |
|
438 |
-
#: admin/views/form_confirm.php:
|
439 |
msgid "or refine your selection with the following form fields."
|
440 |
msgstr "oder verfeinere deine Auswahl mit dem folgenden Feldern."
|
441 |
|
@@ -562,7 +549,7 @@ msgstr ""
|
|
562 |
|
563 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
564 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
565 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
566 |
#: admin/views/section_overview.php:91
|
567 |
msgid "Get the premium version"
|
568 |
msgstr "Hole dir die Premium-Version"
|
@@ -570,7 +557,7 @@ msgstr "Hole dir die Premium-Version"
|
|
570 |
# Path to language site
|
571 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
572 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
573 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
574 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
575 |
msgid "/"
|
576 |
msgstr "/de"
|
@@ -1035,10 +1022,6 @@ msgstr ""
|
|
1035 |
"org hinzu!"
|
1036 |
|
1037 |
#: admin/views/section_footer.php:57
|
1038 |
-
msgid "Special thanks for the fine frontend style of the plugin go to"
|
1039 |
-
msgstr "Besonderen Dank für das schöne Design des Plugins geht an"
|
1040 |
-
|
1041 |
-
#: admin/views/section_footer.php:58
|
1042 |
msgid ""
|
1043 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1044 |
"fast plugin"
|
@@ -1046,7 +1029,7 @@ msgstr ""
|
|
1046 |
"Zeige die Vorschaubilder im Widget Letzte Beiträge an mit diesem schnellen "
|
1047 |
"Plugin"
|
1048 |
|
1049 |
-
#: admin/views/section_footer.php:
|
1050 |
#, php-format
|
1051 |
msgid "Download plugin %s at %s!"
|
1052 |
msgstr "Lade Plugin %s von %s herunter!"
|
@@ -1126,3 +1109,15 @@ msgstr "Nicht geändert"
|
|
1126 |
#: admin/views/section_results.php:82
|
1127 |
msgid "No matches found."
|
1128 |
msgstr "Keine Treffer gefunden."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2018-07-23 23:36+0200\n"
|
8 |
+
"PO-Revision-Date: 2018-07-23 23:36+0200\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: de_DE\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.0.9\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"
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Stelle Bild für “%s” ein"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "Voreingestellte Beitragsbilder"
|
69 |
|
70 |
+
#: admin/class-quick-featured-images-defaults.php:286
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr "Stelle vorgegebene Beitragsbilder für zukünftige Inhalte ein"
|
73 |
|
115 |
"Stelle die Mindestrolle ein, die ein Nutzer haben muss, um das Plugin zu "
|
116 |
"sehen."
|
117 |
|
118 |
+
#: admin/class-quick-featured-images-settings.php:609
|
119 |
#, php-format
|
120 |
msgid ""
|
121 |
"The rules as set in “%s” work on posts independently of this "
|
124 |
"Die Regeln, wie in “%s” eingestellt, funktionieren unabhängig "
|
125 |
"von dieser Einstellung."
|
126 |
|
127 |
+
#: admin/class-quick-featured-images-settings.php:614
|
128 |
msgid ""
|
129 |
"This setting controls as well whether a user will see in an image column the "
|
130 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
134 |
"Vorschaubilder mit zusätzlichen Optionen oder nur die Vorschaubilder sehen "
|
135 |
"wird. Um die Bilderspalten an- und auszuschalten, nutze den oberen Abschnitt."
|
136 |
|
137 |
+
#: admin/class-quick-featured-images-settings.php:615
|
138 |
msgid "This page is accessible for administrators only."
|
139 |
msgstr "Diese Seite ist nur Administratoren zugänglich."
|
140 |
|
141 |
+
#: admin/class-quick-featured-images-settings.php:625
|
142 |
msgid ""
|
143 |
"The additional columns give you a quick overview about all used featured "
|
144 |
"images for every post. The Featured Image column is sortable."
|
147 |
"verwendeten Beitragsbilder eines jeden Beitrags. Die Spalte der "
|
148 |
"Beitragsbilder ist sortierbar."
|
149 |
|
150 |
+
#: admin/class-quick-featured-images-settings.php:634
|
151 |
msgid "Controls which minimum user role can see the plugin."
|
152 |
msgstr "Regelt, welche Mindestrolle das Plugin sehen kann."
|
153 |
|
277 |
msgid "Type in values stored by WordPress."
|
278 |
msgstr "Gebe von WordPress gespeicherte Werte ein."
|
279 |
|
280 |
+
#: admin/class-quick-featured-images-tools.php:1930
|
281 |
msgid "Set, replace, remove"
|
282 |
msgstr "Setzen, tauschen, löschen"
|
283 |
|
284 |
+
#: admin/class-quick-featured-images-tools.php:1941
|
285 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
286 |
msgstr ""
|
287 |
"Massenweises Hinzufügen, Ersetzen und Entfernen von Beitragsbildern für "
|
288 |
"bestehende Inhalte"
|
289 |
|
290 |
+
#: admin/class-quick-featured-images-tools.php:2050
|
291 |
msgid "Bulk set as featured image"
|
292 |
msgstr "Als Beitragsbild setzen"
|
293 |
|
299 |
msgid "Select post types"
|
300 |
msgstr "Wähle die Inhaltstypen (Post Types) aus"
|
301 |
|
|
|
|
|
|
|
|
|
302 |
#: admin/views/filter_tag.php:7
|
303 |
msgid "Select a tag"
|
304 |
msgstr "Wähle ein Schlagwort aus"
|
409 |
"Die Liste ist alphabetisch nach Titel sortiert. Du kannst einen Beitrag in "
|
410 |
"einem neuen Fenster bearbeiten per Klick auf seinen Link in der Liste."
|
411 |
|
412 |
+
#: admin/views/form_confirm.php:120
|
413 |
msgid "Confirm the change"
|
414 |
msgstr "Änderung bestätigen"
|
415 |
|
416 |
+
#: admin/views/form_confirm.php:121
|
417 |
msgid "You can not undo the operation!"
|
418 |
msgstr "Du kannst die Aktion nicht rückgängig machen!"
|
419 |
|
420 |
+
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
421 |
#: admin/views/section_results.php:86
|
422 |
msgid "Start again"
|
423 |
msgstr "Beginne neu"
|
424 |
|
425 |
+
#: admin/views/form_confirm.php:182
|
426 |
msgid "or refine your selection with the following form fields."
|
427 |
msgstr "oder verfeinere deine Auswahl mit dem folgenden Feldern."
|
428 |
|
549 |
|
550 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
551 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
552 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
553 |
#: admin/views/section_overview.php:91
|
554 |
msgid "Get the premium version"
|
555 |
msgstr "Hole dir die Premium-Version"
|
557 |
# Path to language site
|
558 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
559 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
560 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
561 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
562 |
msgid "/"
|
563 |
msgstr "/de"
|
1022 |
"org hinzu!"
|
1023 |
|
1024 |
#: admin/views/section_footer.php:57
|
|
|
|
|
|
|
|
|
1025 |
msgid ""
|
1026 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1027 |
"fast plugin"
|
1029 |
"Zeige die Vorschaubilder im Widget Letzte Beiträge an mit diesem schnellen "
|
1030 |
"Plugin"
|
1031 |
|
1032 |
+
#: admin/views/section_footer.php:57
|
1033 |
#, php-format
|
1034 |
msgid "Download plugin %s at %s!"
|
1035 |
msgstr "Lade Plugin %s von %s herunter!"
|
1109 |
#: admin/views/section_results.php:82
|
1110 |
msgid "No matches found."
|
1111 |
msgstr "Keine Treffer gefunden."
|
1112 |
+
|
1113 |
+
#~ msgid "Changes saved."
|
1114 |
+
#~ msgstr "Änderungen gespeichert."
|
1115 |
+
|
1116 |
+
#~ msgid "No changes were saved."
|
1117 |
+
#~ msgstr "Keine Änderungen gespeichert."
|
1118 |
+
|
1119 |
+
#~ msgid "You can select posts and pages."
|
1120 |
+
#~ msgstr "Du kannst Beiträge und Seiten auswählen."
|
1121 |
+
|
1122 |
+
#~ msgid "Special thanks for the fine frontend style of the plugin go to"
|
1123 |
+
#~ msgstr "Besonderen Dank für das schöne Design des Plugins geht an"
|
languages/quick-featured-images-el.mo
CHANGED
Binary file
|
languages/quick-featured-images-el.po
CHANGED
@@ -2,15 +2,15 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Quick Featured Images\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
8 |
"Language-Team: Greek\n"
|
9 |
"Language: el\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Poedit 2.0.
|
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"
|
@@ -61,19 +61,11 @@ msgstr "Αφαιρέστε “%s”"
|
|
61 |
msgid "Set image for “%s”"
|
62 |
msgstr "Ορίστε εικόνα για “%s”"
|
63 |
|
64 |
-
#: admin/class-quick-featured-images-defaults.php:
|
65 |
-
msgid "Changes saved."
|
66 |
-
msgstr "Οι αλλαγές αποθηκεύτηκαν."
|
67 |
-
|
68 |
-
#: admin/class-quick-featured-images-defaults.php:216
|
69 |
-
msgid "No changes were saved."
|
70 |
-
msgstr "Δεν αποθηκεύτηκε καμία αλλαγή."
|
71 |
-
|
72 |
-
#: admin/class-quick-featured-images-defaults.php:257
|
73 |
msgid "Preset Featured Images"
|
74 |
msgstr "Προεπιλογή προβεβλημένων εικόνων"
|
75 |
|
76 |
-
#: admin/class-quick-featured-images-defaults.php:
|
77 |
msgid "Set default featured images for future posts"
|
78 |
msgstr "Ορίστε την προεπιλογή για προβεβλημένες εικόνες των μελλοντικών άρθρων"
|
79 |
|
@@ -549,14 +541,14 @@ msgstr ""
|
|
549 |
|
550 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
551 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
552 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
553 |
#: admin/views/section_overview.php:91
|
554 |
msgid "Get the premium version"
|
555 |
msgstr "Πάρτε την premium έκδοση"
|
556 |
|
557 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
558 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
559 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
560 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
561 |
msgid "/"
|
562 |
msgstr "/"
|
@@ -1017,10 +1009,6 @@ msgstr ""
|
|
1017 |
"φόρουμ του wordpress.org!"
|
1018 |
|
1019 |
#: admin/views/section_footer.php:57
|
1020 |
-
msgid "Special thanks for the fine frontend style of the plugin go to"
|
1021 |
-
msgstr "Ειδικές ευχαριστίες για το τέλειο στυλ του πρόσθετου στην"
|
1022 |
-
|
1023 |
-
#: admin/views/section_footer.php:58
|
1024 |
msgid ""
|
1025 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1026 |
"fast plugin"
|
@@ -1028,7 +1016,7 @@ msgstr ""
|
|
1028 |
"Επιτρέψτε τις μικρογραφίες να εμφανίζονται στη μικροεφαρμογή των πιο "
|
1029 |
"πρόσφατων άρθρων με αυτό το γρήγορο πρόσθετο"
|
1030 |
|
1031 |
-
#: admin/views/section_footer.php:
|
1032 |
#, php-format
|
1033 |
msgid "Download plugin %s at %s!"
|
1034 |
msgstr "Κάντε λήψη του %s πρόσθετου στο %s!"
|
@@ -1109,5 +1097,14 @@ msgstr "Χωρίς αλλαγή"
|
|
1109 |
msgid "No matches found."
|
1110 |
msgstr "Δε βρέθηκαν αντιστοιχίσεις."
|
1111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1112 |
#~ msgid "You can select posts and pages."
|
1113 |
#~ msgstr "Μπορείτε να επιλέξετε άρθρα και σελίδες."
|
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: 2018-07-23 23:36+0200\n"
|
6 |
+
"PO-Revision-Date: 2018-07-23 23:36+0200\n"
|
7 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
8 |
"Language-Team: Greek\n"
|
9 |
"Language: el\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.0.9\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"
|
61 |
msgid "Set image for “%s”"
|
62 |
msgstr "Ορίστε εικόνα για “%s”"
|
63 |
|
64 |
+
#: admin/class-quick-featured-images-defaults.php:275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
msgid "Preset Featured Images"
|
66 |
msgstr "Προεπιλογή προβεβλημένων εικόνων"
|
67 |
|
68 |
+
#: admin/class-quick-featured-images-defaults.php:286
|
69 |
msgid "Set default featured images for future posts"
|
70 |
msgstr "Ορίστε την προεπιλογή για προβεβλημένες εικόνες των μελλοντικών άρθρων"
|
71 |
|
541 |
|
542 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
543 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
544 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
545 |
#: admin/views/section_overview.php:91
|
546 |
msgid "Get the premium version"
|
547 |
msgstr "Πάρτε την premium έκδοση"
|
548 |
|
549 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
550 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
551 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
552 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
553 |
msgid "/"
|
554 |
msgstr "/"
|
1009 |
"φόρουμ του wordpress.org!"
|
1010 |
|
1011 |
#: admin/views/section_footer.php:57
|
|
|
|
|
|
|
|
|
1012 |
msgid ""
|
1013 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1014 |
"fast plugin"
|
1016 |
"Επιτρέψτε τις μικρογραφίες να εμφανίζονται στη μικροεφαρμογή των πιο "
|
1017 |
"πρόσφατων άρθρων με αυτό το γρήγορο πρόσθετο"
|
1018 |
|
1019 |
+
#: admin/views/section_footer.php:57
|
1020 |
#, php-format
|
1021 |
msgid "Download plugin %s at %s!"
|
1022 |
msgstr "Κάντε λήψη του %s πρόσθετου στο %s!"
|
1097 |
msgid "No matches found."
|
1098 |
msgstr "Δε βρέθηκαν αντιστοιχίσεις."
|
1099 |
|
1100 |
+
#~ msgid "Changes saved."
|
1101 |
+
#~ msgstr "Οι αλλαγές αποθηκεύτηκαν."
|
1102 |
+
|
1103 |
+
#~ msgid "No changes were saved."
|
1104 |
+
#~ msgstr "Δεν αποθηκεύτηκε καμία αλλαγή."
|
1105 |
+
|
1106 |
+
#~ msgid "Special thanks for the fine frontend style of the plugin go to"
|
1107 |
+
#~ msgstr "Ειδικές ευχαριστίες για το τέλειο στυλ του πρόσθετου στην"
|
1108 |
+
|
1109 |
#~ msgid "You can select posts and pages."
|
1110 |
#~ msgstr "Μπορείτε να επιλέξετε άρθρα και σελίδες."
|
languages/quick-featured-images-es_ES.mo
CHANGED
Binary file
|
languages/quick-featured-images-es_ES.po
CHANGED
@@ -4,15 +4,15 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: es_ES\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.0.
|
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"
|
@@ -63,20 +63,11 @@ msgstr "Eliminar “%s”"
|
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Establecer imagen para “%s”"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
-
msgid "Changes saved."
|
68 |
-
msgstr "Los cambios están guardados."
|
69 |
-
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:216
|
71 |
-
msgid "No changes were saved."
|
72 |
-
msgstr "No hay ningún cambio guardado."
|
73 |
-
|
74 |
-
#: admin/class-quick-featured-images-defaults.php:253
|
75 |
-
#: admin/class-quick-featured-images-settings.php:605
|
76 |
msgid "Preset Featured Images"
|
77 |
msgstr "Restablece las imágenes destacadas"
|
78 |
|
79 |
-
#: admin/class-quick-featured-images-defaults.php:
|
80 |
msgid "Set default featured images for future posts"
|
81 |
msgstr ""
|
82 |
"Establece las imágenes destacadas predeterminadas para los futuros posts"
|
@@ -128,7 +119,7 @@ msgid "Select the minimum user role a user must have to see the plugin."
|
|
128 |
msgstr ""
|
129 |
"Selecciona el rol de usuario mínimo un usuario debe tener para ver el plugin."
|
130 |
|
131 |
-
#: admin/class-quick-featured-images-settings.php:
|
132 |
#, php-format
|
133 |
msgid ""
|
134 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -137,7 +128,7 @@ msgstr ""
|
|
137 |
"Las normas que figuran en “%s” funciona en los mensajes "
|
138 |
"independientemente de este ajuste."
|
139 |
|
140 |
-
#: admin/class-quick-featured-images-settings.php:
|
141 |
msgid ""
|
142 |
"This setting controls as well whether a user will see in an image column the "
|
143 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -147,11 +138,11 @@ msgstr ""
|
|
147 |
"destacada con los enlaces de acción o sólo las imágenes destacadas. Para "
|
148 |
"controlar la columna usando la porción superior."
|
149 |
|
150 |
-
#: admin/class-quick-featured-images-settings.php:
|
151 |
msgid "This page is accessible for administrators only."
|
152 |
msgstr "Esta página es accesible sólo para los administradores."
|
153 |
|
154 |
-
#: admin/class-quick-featured-images-settings.php:
|
155 |
msgid ""
|
156 |
"The additional columns give you a quick overview about all used featured "
|
157 |
"images for every post. The Featured Image column is sortable."
|
@@ -160,7 +151,7 @@ msgstr ""
|
|
160 |
"imágenes destacadas usadas por cada post La columna de la imagen destacada "
|
161 |
"es clasificable."
|
162 |
|
163 |
-
#: admin/class-quick-featured-images-settings.php:
|
164 |
msgid "Controls which minimum user role can see the plugin."
|
165 |
msgstr "Controla qué papel mínimo el usuario puede ver el plugin."
|
166 |
|
@@ -290,17 +281,17 @@ msgstr "El valor del campo de la entrada es inválido."
|
|
290 |
msgid "Type in values stored by WordPress."
|
291 |
msgstr "Escribe los valores válidos en el campo de la entrada."
|
292 |
|
293 |
-
#: admin/class-quick-featured-images-tools.php:
|
294 |
msgid "Set, replace, remove"
|
295 |
msgstr "Establece, reemplaza, elimina"
|
296 |
|
297 |
-
#: admin/class-quick-featured-images-tools.php:
|
298 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
299 |
msgstr ""
|
300 |
"Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
|
301 |
"existentes"
|
302 |
|
303 |
-
#: admin/class-quick-featured-images-tools.php:
|
304 |
msgid "Bulk set as featured image"
|
305 |
msgstr "El bulk configurado como la imagen destacada"
|
306 |
|
@@ -312,10 +303,6 @@ msgstr "Selecciona la categoría"
|
|
312 |
msgid "Select post types"
|
313 |
msgstr "Selecciona el tipo de contenido"
|
314 |
|
315 |
-
#: admin/views/filter_post_types.php:2
|
316 |
-
msgid "You can select posts and pages."
|
317 |
-
msgstr "Puedes seleccionar posts y páginas."
|
318 |
-
|
319 |
#: admin/views/filter_tag.php:7
|
320 |
msgid "Select a tag"
|
321 |
msgstr "Selecciona la etiqueta"
|
@@ -429,20 +416,20 @@ msgstr ""
|
|
429 |
"La lista está ordenada alfabéticamente por el titulo de post. Puedes editar "
|
430 |
"post en una ventana nueva al hacer clic en su enlace en la lista."
|
431 |
|
432 |
-
#: admin/views/form_confirm.php:
|
433 |
msgid "Confirm the change"
|
434 |
msgstr "Confirma el cambio"
|
435 |
|
436 |
-
#: admin/views/form_confirm.php:
|
437 |
msgid "You can not undo the operation!"
|
438 |
msgstr "¡No puedes deshacer la operación!"
|
439 |
|
440 |
-
#: admin/views/form_confirm.php:
|
441 |
#: admin/views/section_results.php:86
|
442 |
msgid "Start again"
|
443 |
msgstr "Empieza de nuevo"
|
444 |
|
445 |
-
#: admin/views/form_confirm.php:
|
446 |
msgid "or refine your selection with the following form fields."
|
447 |
msgstr "o refina su selección con los siguientes campos del formulario."
|
448 |
|
@@ -567,14 +554,14 @@ msgstr "Reemplaza las imágenes destacadas por la imagen seleccionada"
|
|
567 |
|
568 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
569 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
570 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
571 |
#: admin/views/section_overview.php:91
|
572 |
msgid "Get the premium version"
|
573 |
msgstr "Obtener la Pro versión"
|
574 |
|
575 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
576 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
577 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
578 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
579 |
msgid "/"
|
580 |
msgstr "/"
|
@@ -1039,11 +1026,6 @@ msgstr ""
|
|
1039 |
"wordpress.org!"
|
1040 |
|
1041 |
#: admin/views/section_footer.php:57
|
1042 |
-
msgid "Special thanks for the fine frontend style of the plugin go to"
|
1043 |
-
msgstr ""
|
1044 |
-
"Un agradecimiento especial por el estilo elegante de interfaz del plugin a"
|
1045 |
-
|
1046 |
-
#: admin/views/section_footer.php:58
|
1047 |
msgid ""
|
1048 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1049 |
"fast plugin"
|
@@ -1051,7 +1033,7 @@ msgstr ""
|
|
1051 |
"Deje que las imágenes en miniatura aparecen en el widget de los mensajes más "
|
1052 |
"recientes con este plugin rápida"
|
1053 |
|
1054 |
-
#: admin/views/section_footer.php:
|
1055 |
#, php-format
|
1056 |
msgid "Download plugin %s at %s!"
|
1057 |
msgstr "Descargar plugin %s en %s!"
|
@@ -1131,3 +1113,16 @@ msgstr "Sin alterar"
|
|
1131 |
#: admin/views/section_results.php:82
|
1132 |
msgid "No matches found."
|
1133 |
msgstr "No se han encontrado coincidencias."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2018-07-23 23:37+0200\n"
|
8 |
+
"PO-Revision-Date: 2018-07-23 23:37+0200\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: es_ES\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.0.9\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"
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Establecer imagen para “%s”"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "Restablece las imágenes destacadas"
|
69 |
|
70 |
+
#: admin/class-quick-featured-images-defaults.php:286
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr ""
|
73 |
"Establece las imágenes destacadas predeterminadas para los futuros posts"
|
119 |
msgstr ""
|
120 |
"Selecciona el rol de usuario mínimo un usuario debe tener para ver el plugin."
|
121 |
|
122 |
+
#: admin/class-quick-featured-images-settings.php:609
|
123 |
#, php-format
|
124 |
msgid ""
|
125 |
"The rules as set in “%s” work on posts independently of this "
|
128 |
"Las normas que figuran en “%s” funciona en los mensajes "
|
129 |
"independientemente de este ajuste."
|
130 |
|
131 |
+
#: admin/class-quick-featured-images-settings.php:614
|
132 |
msgid ""
|
133 |
"This setting controls as well whether a user will see in an image column the "
|
134 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
138 |
"destacada con los enlaces de acción o sólo las imágenes destacadas. Para "
|
139 |
"controlar la columna usando la porción superior."
|
140 |
|
141 |
+
#: admin/class-quick-featured-images-settings.php:615
|
142 |
msgid "This page is accessible for administrators only."
|
143 |
msgstr "Esta página es accesible sólo para los administradores."
|
144 |
|
145 |
+
#: admin/class-quick-featured-images-settings.php:625
|
146 |
msgid ""
|
147 |
"The additional columns give you a quick overview about all used featured "
|
148 |
"images for every post. The Featured Image column is sortable."
|
151 |
"imágenes destacadas usadas por cada post La columna de la imagen destacada "
|
152 |
"es clasificable."
|
153 |
|
154 |
+
#: admin/class-quick-featured-images-settings.php:634
|
155 |
msgid "Controls which minimum user role can see the plugin."
|
156 |
msgstr "Controla qué papel mínimo el usuario puede ver el plugin."
|
157 |
|
281 |
msgid "Type in values stored by WordPress."
|
282 |
msgstr "Escribe los valores válidos en el campo de la entrada."
|
283 |
|
284 |
+
#: admin/class-quick-featured-images-tools.php:1930
|
285 |
msgid "Set, replace, remove"
|
286 |
msgstr "Establece, reemplaza, elimina"
|
287 |
|
288 |
+
#: admin/class-quick-featured-images-tools.php:1941
|
289 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
290 |
msgstr ""
|
291 |
"Configura el bulk, reemplaza y elimina las imágenes destacadas por posts "
|
292 |
"existentes"
|
293 |
|
294 |
+
#: admin/class-quick-featured-images-tools.php:2050
|
295 |
msgid "Bulk set as featured image"
|
296 |
msgstr "El bulk configurado como la imagen destacada"
|
297 |
|
303 |
msgid "Select post types"
|
304 |
msgstr "Selecciona el tipo de contenido"
|
305 |
|
|
|
|
|
|
|
|
|
306 |
#: admin/views/filter_tag.php:7
|
307 |
msgid "Select a tag"
|
308 |
msgstr "Selecciona la etiqueta"
|
416 |
"La lista está ordenada alfabéticamente por el titulo de post. Puedes editar "
|
417 |
"post en una ventana nueva al hacer clic en su enlace en la lista."
|
418 |
|
419 |
+
#: admin/views/form_confirm.php:120
|
420 |
msgid "Confirm the change"
|
421 |
msgstr "Confirma el cambio"
|
422 |
|
423 |
+
#: admin/views/form_confirm.php:121
|
424 |
msgid "You can not undo the operation!"
|
425 |
msgstr "¡No puedes deshacer la operación!"
|
426 |
|
427 |
+
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
428 |
#: admin/views/section_results.php:86
|
429 |
msgid "Start again"
|
430 |
msgstr "Empieza de nuevo"
|
431 |
|
432 |
+
#: admin/views/form_confirm.php:182
|
433 |
msgid "or refine your selection with the following form fields."
|
434 |
msgstr "o refina su selección con los siguientes campos del formulario."
|
435 |
|
554 |
|
555 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
556 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
557 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
558 |
#: admin/views/section_overview.php:91
|
559 |
msgid "Get the premium version"
|
560 |
msgstr "Obtener la Pro versión"
|
561 |
|
562 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
563 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
564 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
565 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
566 |
msgid "/"
|
567 |
msgstr "/"
|
1026 |
"wordpress.org!"
|
1027 |
|
1028 |
#: admin/views/section_footer.php:57
|
|
|
|
|
|
|
|
|
|
|
1029 |
msgid ""
|
1030 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1031 |
"fast plugin"
|
1033 |
"Deje que las imágenes en miniatura aparecen en el widget de los mensajes más "
|
1034 |
"recientes con este plugin rápida"
|
1035 |
|
1036 |
+
#: admin/views/section_footer.php:57
|
1037 |
#, php-format
|
1038 |
msgid "Download plugin %s at %s!"
|
1039 |
msgstr "Descargar plugin %s en %s!"
|
1113 |
#: admin/views/section_results.php:82
|
1114 |
msgid "No matches found."
|
1115 |
msgstr "No se han encontrado coincidencias."
|
1116 |
+
|
1117 |
+
#~ msgid "Changes saved."
|
1118 |
+
#~ msgstr "Los cambios están guardados."
|
1119 |
+
|
1120 |
+
#~ msgid "No changes were saved."
|
1121 |
+
#~ msgstr "No hay ningún cambio guardado."
|
1122 |
+
|
1123 |
+
#~ msgid "You can select posts and pages."
|
1124 |
+
#~ msgstr "Puedes seleccionar posts y páginas."
|
1125 |
+
|
1126 |
+
#~ msgid "Special thanks for the fine frontend style of the plugin go to"
|
1127 |
+
#~ msgstr ""
|
1128 |
+
#~ "Un agradecimiento especial por el estilo elegante de interfaz del plugin a"
|
languages/quick-featured-images-fr_FR.mo
CHANGED
Binary file
|
languages/quick-featured-images-fr_FR.po
CHANGED
@@ -1,16 +1,42 @@
|
|
1 |
# Copyright (C) 2014
|
2 |
# This file is distributed under the same license as the plugin package.
|
3 |
msgid ""
|
4 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
#: admin/class-quick-featured-images-admin.php:213
|
7 |
-
msgid "
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
#: admin/class-quick-featured-images-admin.php:276
|
11 |
#, php-format
|
12 |
-
msgid "
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
#: admin/class-quick-featured-images-admin.php:482
|
16 |
#, php-format
|
@@ -36,26 +62,18 @@ msgstr "Supprimer “%s”"
|
|
36 |
msgid "Set image for “%s”"
|
37 |
msgstr "Définir l'image pour “%s”"
|
38 |
|
39 |
-
#: admin/class-quick-featured-images-defaults.php:
|
40 |
-
msgid "Changes saved."
|
41 |
-
msgstr "Modifications enregistrées."
|
42 |
-
|
43 |
-
#: admin/class-quick-featured-images-defaults.php:216
|
44 |
-
msgid "No changes were saved."
|
45 |
-
msgstr "Aucune modification n'a été enregistrée."
|
46 |
-
|
47 |
-
#: admin/class-quick-featured-images-defaults.php:253
|
48 |
-
#: admin/class-quick-featured-images-settings.php:605
|
49 |
msgid "Preset Featured Images"
|
50 |
msgstr "Préparer les images en avant"
|
51 |
|
52 |
-
#: admin/class-quick-featured-images-defaults.php:
|
53 |
msgid "Set default featured images for future posts"
|
54 |
msgstr "Définir l’image en avant par défaut pour les futurs articles"
|
55 |
|
56 |
#: admin/class-quick-featured-images-settings.php:230
|
57 |
msgid "Set the visibility of columns of featured images in posts lists"
|
58 |
-
msgstr "
|
|
|
59 |
|
60 |
#: admin/class-quick-featured-images-settings.php:380
|
61 |
msgid "Columns for featured images in posts lists"
|
@@ -63,7 +81,9 @@ msgstr "Colonnes pour les « images mises en avant » dans les listes d’artic
|
|
63 |
|
64 |
#: admin/class-quick-featured-images-settings.php:388
|
65 |
msgid "Show additional column for featured images in lists of"
|
66 |
-
msgstr "
|
|
|
|
|
67 |
|
68 |
#: admin/class-quick-featured-images-settings.php:393
|
69 |
msgid "Posts list with image column"
|
@@ -78,8 +98,12 @@ msgid "Which user role may see the plugin?"
|
|
78 |
msgstr "Quel niveau d’utilisateur peut voir l’extension ?"
|
79 |
|
80 |
#: admin/class-quick-featured-images-settings.php:556
|
81 |
-
msgid "
|
82 |
-
|
|
|
|
|
|
|
|
|
83 |
|
84 |
#: admin/class-quick-featured-images-settings.php:568
|
85 |
msgid "Minimum user role to see the plugin in the backend"
|
@@ -87,26 +111,42 @@ msgstr "Niveau minimum requis pour voir le plugin"
|
|
87 |
|
88 |
#: admin/class-quick-featured-images-settings.php:604
|
89 |
msgid "Select the minimum user role a user must have to see the plugin."
|
90 |
-
msgstr "
|
|
|
|
|
91 |
|
92 |
-
#: admin/class-quick-featured-images-settings.php:
|
93 |
#, php-format
|
94 |
-
msgid "
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
|
101 |
-
#: admin/class-quick-featured-images-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
msgid "This page is accessible for administrators only."
|
103 |
msgstr "Cette page est accessible uniquement aux administrateurs."
|
104 |
|
105 |
-
#: admin/class-quick-featured-images-settings.php:
|
106 |
-
msgid "
|
107 |
-
|
|
|
|
|
|
|
|
|
108 |
|
109 |
-
#: admin/class-quick-featured-images-settings.php:
|
110 |
msgid "Controls which minimum user role can see the plugin."
|
111 |
msgstr "Controle quels niveaux d'autorisation peuvent voir le plugin."
|
112 |
|
@@ -235,15 +275,17 @@ msgstr "Entrez une valeur correcte."
|
|
235 |
msgid "Type in values stored by WordPress."
|
236 |
msgstr "Indiquez dans les valeurs de WordPress."
|
237 |
|
238 |
-
#: admin/class-quick-featured-images-tools.php:
|
239 |
msgid "Set, replace, remove"
|
240 |
msgstr "Definir, remplacer, supprimer"
|
241 |
|
242 |
-
#: admin/class-quick-featured-images-tools.php:
|
243 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
244 |
-
msgstr "
|
|
|
|
|
245 |
|
246 |
-
#: admin/class-quick-featured-images-tools.php:
|
247 |
msgid "Bulk set as featured image"
|
248 |
msgstr "Traitement en masse: Installation comme images en avant"
|
249 |
|
@@ -255,10 +297,6 @@ msgstr "Sélectionner une catégorie"
|
|
255 |
msgid "Select post types"
|
256 |
msgstr "Choisir le type de contenu"
|
257 |
|
258 |
-
#: admin/views/filter_post_types.php:2
|
259 |
-
msgid "You can select posts and pages."
|
260 |
-
msgstr "Vous pouvez sélectionner des articles et des pages."
|
261 |
-
|
262 |
#: admin/views/filter_tag.php:7
|
263 |
msgid "Select a tag"
|
264 |
msgstr "Sélectionner une étiquette"
|
@@ -272,8 +310,12 @@ msgid "Select filters and options again"
|
|
272 |
msgstr "Sélectionner à nouveau les filtres et options"
|
273 |
|
274 |
#: admin/views/form_back_to_selection.php:3
|
275 |
-
msgid "
|
276 |
-
|
|
|
|
|
|
|
|
|
277 |
|
278 |
#: admin/views/form_back_to_selection.php:42
|
279 |
msgid "Modify selection"
|
@@ -289,8 +331,12 @@ msgid "%d matches found"
|
|
289 |
msgstr "%d résultats trouvés"
|
290 |
|
291 |
#: admin/views/form_confirm.php:12
|
292 |
-
msgid "
|
293 |
-
|
|
|
|
|
|
|
|
|
294 |
|
295 |
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
296 |
msgid "Details"
|
@@ -319,46 +365,67 @@ msgstr "par"
|
|
319 |
|
320 |
#: admin/views/form_confirm.php:35
|
321 |
msgid "Should the selected image be set as featured image to all listed posts?"
|
322 |
-
msgstr "
|
|
|
|
|
323 |
|
324 |
#: admin/views/form_confirm.php:38
|
325 |
-
msgid "
|
326 |
-
|
|
|
|
|
|
|
|
|
327 |
|
328 |
#: admin/views/form_confirm.php:41
|
329 |
-
msgid "
|
330 |
-
|
|
|
|
|
|
|
|
|
331 |
|
332 |
#: admin/views/form_confirm.php:44
|
333 |
msgid "Should the selected image be removed from all listed posts?"
|
334 |
-
msgstr "
|
|
|
|
|
335 |
|
336 |
#: admin/views/form_confirm.php:47
|
337 |
msgid "Should the future images be set as featured images at all listed posts?"
|
338 |
-
msgstr "
|
|
|
|
|
339 |
|
340 |
#: admin/views/form_confirm.php:50
|
341 |
msgid "Should the added featured images be removed from all listed posts?"
|
342 |
-
msgstr "
|
|
|
|
|
343 |
|
344 |
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
345 |
-
msgid "
|
346 |
-
|
347 |
-
|
348 |
-
|
|
|
|
|
|
|
|
|
|
|
349 |
msgid "Confirm the change"
|
350 |
msgstr "Confirmer le changement"
|
351 |
|
352 |
-
#: admin/views/form_confirm.php:
|
353 |
msgid "You can not undo the operation!"
|
354 |
msgstr "Vous ne pouvez pas annuler l’opération !"
|
355 |
|
356 |
-
#: admin/views/form_confirm.php:
|
357 |
#: admin/views/section_results.php:86
|
358 |
msgid "Start again"
|
359 |
msgstr "Recommencer"
|
360 |
|
361 |
-
#: admin/views/form_confirm.php:
|
362 |
msgid "or refine your selection with the following form fields."
|
363 |
msgstr "ou affinez votre sélection avec les champs suivants."
|
364 |
|
@@ -371,12 +438,17 @@ msgid "Refine filters"
|
|
371 |
msgstr "Affiner les filtres"
|
372 |
|
373 |
#: admin/views/form_refine.php:9
|
374 |
-
msgid "
|
375 |
-
|
|
|
|
|
|
|
376 |
|
377 |
#: admin/views/form_refine.php:10
|
378 |
msgid "Whatever you do: You can confirm your choice on the next page."
|
379 |
-
msgstr "
|
|
|
|
|
380 |
|
381 |
#: admin/views/form_refine.php:18
|
382 |
#, php-format
|
@@ -388,8 +460,12 @@ msgid "Preview filtering"
|
|
388 |
msgstr "Prévisualiser le filtrage"
|
389 |
|
390 |
#: admin/views/form_refine.php:54
|
391 |
-
msgid "
|
392 |
-
|
|
|
|
|
|
|
|
|
393 |
|
394 |
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
395 |
#: admin/views/section_defaults.php:213
|
@@ -397,20 +473,31 @@ msgid "Notice"
|
|
397 |
msgstr "Avertissement"
|
398 |
|
399 |
#: admin/views/form_select.php:11
|
400 |
-
msgid "
|
401 |
-
|
|
|
|
|
|
|
|
|
|
|
402 |
|
403 |
#: admin/views/form_select.php:17
|
404 |
msgid "Select the featured images you want to replace by the selected image."
|
405 |
-
msgstr "
|
|
|
|
|
406 |
|
407 |
#: admin/views/form_select.php:18
|
408 |
msgid "You can select multiple images. Select at least one image."
|
409 |
msgstr "Vous pouvez sélectionner plusieurs images. Choisissez-en au moins une."
|
410 |
|
411 |
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
412 |
-
msgid "
|
413 |
-
|
|
|
|
|
|
|
|
|
414 |
|
415 |
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
416 |
msgid "Choose Images"
|
@@ -441,12 +528,18 @@ msgid "Overwrite existing featured images with new ones"
|
|
441 |
msgstr "Remplacer les images en avant existantes par des nouvelles"
|
442 |
|
443 |
#: admin/views/form_select.php:63
|
444 |
-
msgid "
|
445 |
-
|
|
|
|
|
|
|
|
|
446 |
|
447 |
#: admin/views/form_select.php:72
|
448 |
msgid "There are two more options in the premium version for random images:"
|
449 |
-
msgstr "
|
|
|
|
|
450 |
|
451 |
#: admin/views/form_select.php:74
|
452 |
msgid "Use each selected image only once"
|
@@ -454,18 +547,20 @@ msgstr "N'utiliser qu'une seule fois chaque image sélectionnée"
|
|
454 |
|
455 |
#: admin/views/form_select.php:75
|
456 |
msgid "Remove excess featured images after all selected images are used"
|
457 |
-
msgstr "
|
|
|
|
|
458 |
|
459 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
460 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
461 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
462 |
#: admin/views/section_overview.php:91
|
463 |
msgid "Get the premium version"
|
464 |
msgstr "Obtenez la version premium"
|
465 |
|
466 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
467 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
468 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
469 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
470 |
msgid "/"
|
471 |
msgstr "/"
|
@@ -479,16 +574,24 @@ msgid "Select filters"
|
|
479 |
msgstr "Sélectionner les filtres"
|
480 |
|
481 |
#: admin/views/form_select.php:89
|
482 |
-
msgid "
|
483 |
-
|
|
|
|
|
|
|
|
|
484 |
|
485 |
#: admin/views/form_select.php:90
|
486 |
-
msgid "
|
|
|
|
|
487 |
msgstr "Vous pouvez choisir plusieurs filtres."
|
488 |
|
489 |
#: admin/views/form_select.php:95
|
490 |
msgid "Search by post type. By default all posts and pages will be affected."
|
491 |
-
msgstr "
|
|
|
|
|
492 |
|
493 |
#: admin/views/form_select.php:98
|
494 |
msgid "Search posts by category"
|
@@ -507,8 +610,15 @@ msgid "If you encounter a white, blank page, read this"
|
|
507 |
msgstr "En cas de page vide lisez ceci"
|
508 |
|
509 |
#: admin/views/form_select.php:117
|
510 |
-
msgid "
|
511 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
|
513 |
#: admin/views/form_select.php:120
|
514 |
msgid "add the time filter,"
|
@@ -524,39 +634,64 @@ msgstr "procédez"
|
|
524 |
|
525 |
#: admin/views/form_select.php:123
|
526 |
msgid "and repeat it with the next time range as often as needed."
|
527 |
-
msgstr "
|
|
|
528 |
|
529 |
#: admin/views/form_select.php:125
|
530 |
-
msgid "
|
531 |
-
|
|
|
|
|
|
|
|
|
532 |
|
533 |
#: admin/views/form_select.php:130
|
534 |
-
msgid "
|
535 |
-
|
|
|
|
|
|
|
|
|
536 |
|
537 |
#: admin/views/form_start.php:6 admin/views/section_defaults.php:215
|
538 |
-
msgid "
|
539 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
540 |
|
541 |
#: admin/views/form_start.php:12
|
542 |
msgid "What do you want to do?"
|
543 |
msgstr "Que voulez-vous faire ?"
|
544 |
|
545 |
#: admin/views/form_start.php:14
|
546 |
-
msgid "
|
547 |
-
|
|
|
|
|
|
|
|
|
|
|
548 |
|
549 |
#: admin/views/form_start.php:15
|
550 |
msgid "Whatever you select: You can refine your choice on the next page."
|
551 |
-
msgstr "
|
|
|
552 |
|
553 |
#: admin/views/form_start.php:17
|
554 |
msgid "Important advice"
|
555 |
msgstr "Conseil important"
|
556 |
|
557 |
#: admin/views/form_start.php:18
|
558 |
-
msgid "
|
559 |
-
|
|
|
|
|
|
|
|
|
560 |
|
561 |
#: admin/views/form_start.php:20
|
562 |
msgid "Select action"
|
@@ -571,8 +706,12 @@ msgid "These actions require to select an image with the following button."
|
|
571 |
msgstr "Ces actions impliquent de choisir une image avec le bouton suivant."
|
572 |
|
573 |
#: admin/views/form_start.php:35
|
574 |
-
msgid "
|
575 |
-
|
|
|
|
|
|
|
|
|
576 |
|
577 |
#: admin/views/form_start.php:57
|
578 |
msgid "Choose Image"
|
@@ -583,20 +722,35 @@ msgid "If the button does not work, read this:"
|
|
583 |
msgstr "Si le bouton ne fonctionne pas, lisez ceci :"
|
584 |
|
585 |
#: admin/views/form_start.php:62
|
586 |
-
msgid "
|
587 |
-
|
|
|
|
|
|
|
|
|
|
|
588 |
|
589 |
#: admin/views/form_start.php:63
|
590 |
-
msgid "
|
591 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
592 |
|
593 |
#: admin/views/form_start.php:67
|
594 |
msgid "Actions with multiple images"
|
595 |
msgstr "Actions avec plusieurs images"
|
596 |
|
597 |
#: admin/views/form_start.php:68
|
598 |
-
msgid "
|
599 |
-
|
|
|
|
|
|
|
600 |
|
601 |
#: admin/views/form_start.php:101
|
602 |
msgid "Actions without any selected image"
|
@@ -623,44 +777,80 @@ msgid "Default featured images for future posts"
|
|
623 |
msgstr "Image mise en avant par défaut pour les futurs articles"
|
624 |
|
625 |
#: admin/views/section_defaults.php:206
|
626 |
-
msgid "
|
627 |
-
|
|
|
|
|
|
|
|
|
628 |
|
629 |
#: admin/views/section_defaults.php:207
|
630 |
-
msgid "
|
631 |
-
|
|
|
|
|
|
|
|
|
632 |
|
633 |
#: admin/views/section_defaults.php:235
|
634 |
msgid "An image overwrites an existing image"
|
635 |
msgstr "Une image remplace une image existante"
|
636 |
|
637 |
#: admin/views/section_defaults.php:239
|
638 |
-
msgid "
|
639 |
-
|
|
|
|
|
|
|
|
|
640 |
|
641 |
#: admin/views/section_defaults.php:241
|
642 |
-
msgid "
|
643 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
644 |
|
645 |
#: admin/views/section_defaults.php:248
|
646 |
msgid "Text with images in WordPress editor"
|
647 |
msgstr "Texte avec des images dans l'editeur WordPress"
|
648 |
|
649 |
#: admin/views/section_defaults.php:252
|
650 |
-
msgid "
|
651 |
-
|
|
|
|
|
|
|
|
|
|
|
652 |
|
653 |
#: admin/views/section_defaults.php:254
|
654 |
-
msgid "
|
655 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
656 |
|
657 |
#: admin/views/section_defaults.php:255
|
658 |
msgid "For which post types should this rule be applied?"
|
659 |
msgstr "À quels types de contenu cette règle doit-elle être appliquée ?"
|
660 |
|
661 |
#: admin/views/section_defaults.php:282
|
662 |
-
msgid "
|
663 |
-
|
|
|
|
|
|
|
664 |
|
665 |
#: admin/views/section_defaults.php:488
|
666 |
msgid "Add rule"
|
@@ -675,12 +865,24 @@ msgid "How the rules work"
|
|
675 |
msgstr "Comment fonctionnent les règles"
|
676 |
|
677 |
#: admin/views/section_defaults.php:497
|
678 |
-
msgid "
|
679 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
680 |
|
681 |
#: admin/views/section_defaults.php:498
|
682 |
-
msgid "
|
683 |
-
|
|
|
|
|
|
|
|
|
684 |
|
685 |
#: admin/views/section_defaults.php:500
|
686 |
msgid "found first content image. If not then..."
|
@@ -711,8 +913,13 @@ msgid "no featured image."
|
|
711 |
msgstr "aucune image mise en avant."
|
712 |
|
713 |
#: admin/views/section_defaults.php:508
|
714 |
-
msgid "
|
715 |
-
|
|
|
|
|
|
|
|
|
|
|
716 |
|
717 |
#: admin/views/section_defaults.php:509
|
718 |
msgid "Additional rules in the premium version"
|
@@ -720,23 +927,35 @@ msgstr "Règles supplémentaires dans la version premium"
|
|
720 |
|
721 |
#: admin/views/section_defaults.php:511
|
722 |
msgid "Multiple images to set them randomly as featured image"
|
723 |
-
msgstr "
|
|
|
|
|
724 |
|
725 |
#: admin/views/section_defaults.php:512
|
726 |
msgid "Random featured images at each page load"
|
727 |
-
msgstr "
|
|
|
728 |
|
729 |
#: admin/views/section_defaults.php:513
|
730 |
-
msgid "
|
731 |
-
|
|
|
|
|
|
|
|
|
732 |
|
733 |
#: admin/views/section_defaults.php:514
|
734 |
-
msgid "
|
735 |
-
|
|
|
|
|
|
|
|
|
736 |
|
737 |
#: admin/views/section_defaults.php:515
|
738 |
msgid "Match with a search string in post title"
|
739 |
-
msgstr "
|
|
|
740 |
|
741 |
#: admin/views/section_defaults.php:516
|
742 |
msgid "Match with a selected post format"
|
@@ -775,8 +994,12 @@ msgid "Please rate it at wordpress.org!"
|
|
775 |
msgstr "Veuillez mettre une évaluation sur WordPress.org !"
|
776 |
|
777 |
#: admin/views/section_footer.php:55
|
778 |
-
msgid "
|
779 |
-
|
|
|
|
|
|
|
|
|
780 |
|
781 |
#: admin/views/section_footer.php:55
|
782 |
msgid "Donation Button"
|
@@ -788,21 +1011,26 @@ msgstr "Faire un don avec PayPal"
|
|
788 |
|
789 |
#: admin/views/section_footer.php:56
|
790 |
msgid "Do you need support or have an idea for the plugin?"
|
791 |
-
msgstr "
|
|
|
792 |
|
793 |
#: admin/views/section_footer.php:56
|
794 |
-
msgid "
|
795 |
-
|
|
|
|
|
|
|
|
|
796 |
|
797 |
#: admin/views/section_footer.php:57
|
798 |
-
msgid "
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
|
805 |
-
#: admin/views/section_footer.php:
|
806 |
#, php-format
|
807 |
msgid "Download plugin %s at %s!"
|
808 |
msgstr "Téléchargez l’extension %s à %s !"
|
@@ -882,3 +1110,15 @@ msgstr "Inchangés"
|
|
882 |
#: admin/views/section_results.php:82
|
883 |
msgid "No matches found."
|
884 |
msgstr "Rien de trouvé."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2018-07-23 23:35+0200\n"
|
8 |
+
"PO-Revision-Date: 2018-07-23 23:35+0200\n"
|
9 |
+
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
+
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
+
"Language: fr_FR\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.0.9\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_n;_x;esc_html_e;esc_html__;esc_attr_e;"
|
17 |
+
"esc_attr__;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_x:1,2c;_n:1,2\n"
|
18 |
+
"X-Poedit-Basepath: ..\n"
|
19 |
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
#: admin/class-quick-featured-images-admin.php:213
|
23 |
+
msgid ""
|
24 |
+
"Your time-saving Swiss Army Knife for featured images: Set, replace and "
|
25 |
+
"delete them in bulk, in posts lists and set default images for future posts."
|
26 |
+
msgstr ""
|
27 |
+
"Votre Couteau Suisse pour les « images mises en avant » : régler, remplacer, "
|
28 |
+
"supprimer en masse dans les listes d’articles, et installer les « images "
|
29 |
+
"mises en avant » par défaut pour les futurs articles."
|
30 |
|
31 |
#: admin/class-quick-featured-images-admin.php:276
|
32 |
#, php-format
|
33 |
+
msgid ""
|
34 |
+
"The plugin requires WordPress version %s or higher. Therefore, WordPress did "
|
35 |
+
"not activate it. If you want to use this plugin update the Wordpress files "
|
36 |
+
"to the latest version."
|
37 |
+
msgstr ""
|
38 |
+
"Ce plugin nécessite au minimum la version %s de WordPress. Il n'a donc pas "
|
39 |
+
"été activé. Pour l'utiliser, mettez WordPress à jour."
|
40 |
|
41 |
#: admin/class-quick-featured-images-admin.php:482
|
42 |
#, php-format
|
62 |
msgid "Set image for “%s”"
|
63 |
msgstr "Définir l'image pour “%s”"
|
64 |
|
65 |
+
#: admin/class-quick-featured-images-defaults.php:275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
msgid "Preset Featured Images"
|
67 |
msgstr "Préparer les images en avant"
|
68 |
|
69 |
+
#: admin/class-quick-featured-images-defaults.php:286
|
70 |
msgid "Set default featured images for future posts"
|
71 |
msgstr "Définir l’image en avant par défaut pour les futurs articles"
|
72 |
|
73 |
#: admin/class-quick-featured-images-settings.php:230
|
74 |
msgid "Set the visibility of columns of featured images in posts lists"
|
75 |
+
msgstr ""
|
76 |
+
"Afficher la colonne « images mises en avant » dans la liste des articles"
|
77 |
|
78 |
#: admin/class-quick-featured-images-settings.php:380
|
79 |
msgid "Columns for featured images in posts lists"
|
81 |
|
82 |
#: admin/class-quick-featured-images-settings.php:388
|
83 |
msgid "Show additional column for featured images in lists of"
|
84 |
+
msgstr ""
|
85 |
+
"Afficher une colonne supplémentaire pour les \"images en avant\" dans les "
|
86 |
+
"listes de"
|
87 |
|
88 |
#: admin/class-quick-featured-images-settings.php:393
|
89 |
msgid "Posts list with image column"
|
98 |
msgstr "Quel niveau d’utilisateur peut voir l’extension ?"
|
99 |
|
100 |
#: admin/class-quick-featured-images-settings.php:556
|
101 |
+
msgid ""
|
102 |
+
"Activate the checkboxes at each post type to show the extra columns in the "
|
103 |
+
"post lists."
|
104 |
+
msgstr ""
|
105 |
+
"Activer les checkboxes dans chaque type de contenu pour voir les colonnes "
|
106 |
+
"supplémentaires dans les listes d'articles."
|
107 |
|
108 |
#: admin/class-quick-featured-images-settings.php:568
|
109 |
msgid "Minimum user role to see the plugin in the backend"
|
111 |
|
112 |
#: admin/class-quick-featured-images-settings.php:604
|
113 |
msgid "Select the minimum user role a user must have to see the plugin."
|
114 |
+
msgstr ""
|
115 |
+
"Sélectionner le niveau minimum que doit avoir l'utilisateur pour voir le "
|
116 |
+
"plugin."
|
117 |
|
118 |
+
#: admin/class-quick-featured-images-settings.php:609
|
119 |
#, php-format
|
120 |
+
msgid ""
|
121 |
+
"The rules as set in “%s” work on posts independently of this "
|
122 |
+
"setting."
|
123 |
+
msgstr ""
|
124 |
+
"Les règles telles que définies à “%s” sont appliquées aux "
|
125 |
+
"articles indépendement de ce règlage."
|
126 |
|
127 |
+
#: admin/class-quick-featured-images-settings.php:614
|
128 |
+
msgid ""
|
129 |
+
"This setting controls as well whether a user will see in an image column the "
|
130 |
+
"thumbnails with action links or the thumbnails only. To switch image columns "
|
131 |
+
"on and off use the section above."
|
132 |
+
msgstr ""
|
133 |
+
"Ce paramètre contrôle si l'utilisateur verra la vignette et les liens de "
|
134 |
+
"modification dans la colonne d'images, ou bien la vignette seule. Pour "
|
135 |
+
"afficher/supprimer la colonne d'images, utiliser la section ci-dessus."
|
136 |
+
|
137 |
+
#: admin/class-quick-featured-images-settings.php:615
|
138 |
msgid "This page is accessible for administrators only."
|
139 |
msgstr "Cette page est accessible uniquement aux administrateurs."
|
140 |
|
141 |
+
#: admin/class-quick-featured-images-settings.php:625
|
142 |
+
msgid ""
|
143 |
+
"The additional columns give you a quick overview about all used featured "
|
144 |
+
"images for every post. The Featured Image column is sortable."
|
145 |
+
msgstr ""
|
146 |
+
"Les colonnes additionnelles vous montrent les \"images en avant\"pour chaque "
|
147 |
+
"article. La colonne de l' \"image en avant\" peut être tréee."
|
148 |
|
149 |
+
#: admin/class-quick-featured-images-settings.php:634
|
150 |
msgid "Controls which minimum user role can see the plugin."
|
151 |
msgstr "Controle quels niveaux d'autorisation peuvent voir le plugin."
|
152 |
|
275 |
msgid "Type in values stored by WordPress."
|
276 |
msgstr "Indiquez dans les valeurs de WordPress."
|
277 |
|
278 |
+
#: admin/class-quick-featured-images-tools.php:1930
|
279 |
msgid "Set, replace, remove"
|
280 |
msgstr "Definir, remplacer, supprimer"
|
281 |
|
282 |
+
#: admin/class-quick-featured-images-tools.php:1941
|
283 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
284 |
+
msgstr ""
|
285 |
+
"Traitement en masse: Installation, remplacement, suppression d'images en "
|
286 |
+
"avant dans des articles existants"
|
287 |
|
288 |
+
#: admin/class-quick-featured-images-tools.php:2050
|
289 |
msgid "Bulk set as featured image"
|
290 |
msgstr "Traitement en masse: Installation comme images en avant"
|
291 |
|
297 |
msgid "Select post types"
|
298 |
msgstr "Choisir le type de contenu"
|
299 |
|
|
|
|
|
|
|
|
|
300 |
#: admin/views/filter_tag.php:7
|
301 |
msgid "Select a tag"
|
302 |
msgstr "Sélectionner une étiquette"
|
310 |
msgstr "Sélectionner à nouveau les filtres et options"
|
311 |
|
312 |
#: admin/views/form_back_to_selection.php:3
|
313 |
+
msgid ""
|
314 |
+
"If you want to change your former selection just go back by clicking on this "
|
315 |
+
"button."
|
316 |
+
msgstr ""
|
317 |
+
"Si vous voulez changer votre précédente sélection revenez en arrière en "
|
318 |
+
"cliquant sur ce bouton."
|
319 |
|
320 |
#: admin/views/form_back_to_selection.php:42
|
321 |
msgid "Modify selection"
|
331 |
msgstr "%d résultats trouvés"
|
332 |
|
333 |
#: admin/views/form_confirm.php:12
|
334 |
+
msgid ""
|
335 |
+
"Should the entries of featured images without image files be removed from "
|
336 |
+
"the database?"
|
337 |
+
msgstr ""
|
338 |
+
"Les entrées d'images en avant sans fichier d'images doivent-elles être "
|
339 |
+
"supprimées de la base?"
|
340 |
|
341 |
#: admin/views/form_confirm.php:15 admin/views/section_results.php:16
|
342 |
msgid "Details"
|
365 |
|
366 |
#: admin/views/form_confirm.php:35
|
367 |
msgid "Should the selected image be set as featured image to all listed posts?"
|
368 |
+
msgstr ""
|
369 |
+
"L’image en avant sélectionnée doit-elle être installée comme image mise en "
|
370 |
+
"avant pour l’ensemble des articles listés ?"
|
371 |
|
372 |
#: admin/views/form_confirm.php:38
|
373 |
+
msgid ""
|
374 |
+
"Should the selected images be set randomly as featured images to all listed "
|
375 |
+
"posts?"
|
376 |
+
msgstr ""
|
377 |
+
"Les images sélectionnées doivent-elle être choisies au hasard comme image "
|
378 |
+
"mise en avant pour l’ensemble des articles listés ?"
|
379 |
|
380 |
#: admin/views/form_confirm.php:41
|
381 |
+
msgid ""
|
382 |
+
"Should the current set featured image be replaced by the selected image at "
|
383 |
+
"all listed posts?"
|
384 |
+
msgstr ""
|
385 |
+
"L’image mise en avant actuellement sélectionnée doit-elle être remplacée par "
|
386 |
+
"l’image sélectionnée dans l’ensemble des articles listés ?"
|
387 |
|
388 |
#: admin/views/form_confirm.php:44
|
389 |
msgid "Should the selected image be removed from all listed posts?"
|
390 |
+
msgstr ""
|
391 |
+
"L'image sélectionnée doit-elle être supprimée dans l’ensemble des articles "
|
392 |
+
"listés ?"
|
393 |
|
394 |
#: admin/views/form_confirm.php:47
|
395 |
msgid "Should the future images be set as featured images at all listed posts?"
|
396 |
+
msgstr ""
|
397 |
+
"La future image doit-elle être installée comme image mise en avant pour "
|
398 |
+
"l’ensemble des articles listés ?"
|
399 |
|
400 |
#: admin/views/form_confirm.php:50
|
401 |
msgid "Should the added featured images be removed from all listed posts?"
|
402 |
+
msgstr ""
|
403 |
+
"Les images mises en avant ajoutées doivent-elles être supprimées de "
|
404 |
+
"l’ensemble des articles listés ?"
|
405 |
|
406 |
#: admin/views/form_confirm.php:54 admin/views/section_results.php:27
|
407 |
+
msgid ""
|
408 |
+
"The list is in alphabetical order according to post title. You can edit a "
|
409 |
+
"post in a new window by clicking on its link in the list."
|
410 |
+
msgstr ""
|
411 |
+
"Le classement est fait par ordre alphabétique selon le titre de l'article. "
|
412 |
+
"Vous pouvez éditer un article dans une nouvelle fenêtre en cliquant sur son "
|
413 |
+
"lien dans la liste."
|
414 |
+
|
415 |
+
#: admin/views/form_confirm.php:120
|
416 |
msgid "Confirm the change"
|
417 |
msgstr "Confirmer le changement"
|
418 |
|
419 |
+
#: admin/views/form_confirm.php:121
|
420 |
msgid "You can not undo the operation!"
|
421 |
msgstr "Vous ne pouvez pas annuler l’opération !"
|
422 |
|
423 |
+
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
424 |
#: admin/views/section_results.php:86
|
425 |
msgid "Start again"
|
426 |
msgstr "Recommencer"
|
427 |
|
428 |
+
#: admin/views/form_confirm.php:182
|
429 |
msgid "or refine your selection with the following form fields."
|
430 |
msgstr "ou affinez votre sélection avec les champs suivants."
|
431 |
|
438 |
msgstr "Affiner les filtres"
|
439 |
|
440 |
#: admin/views/form_refine.php:9
|
441 |
+
msgid ""
|
442 |
+
"Now you can find posts and pages by matching parameters. Refine them here."
|
443 |
+
msgstr ""
|
444 |
+
"Vous pouvez maintenant trouver articles et pages par correspondance de "
|
445 |
+
"paramètres. Affinez-les ici."
|
446 |
|
447 |
#: admin/views/form_refine.php:10
|
448 |
msgid "Whatever you do: You can confirm your choice on the next page."
|
449 |
+
msgstr ""
|
450 |
+
"Quelque soit votre action, vous pouvez confirmer votre choix sur la page "
|
451 |
+
"suivante."
|
452 |
|
453 |
#: admin/views/form_refine.php:18
|
454 |
#, php-format
|
460 |
msgstr "Prévisualiser le filtrage"
|
461 |
|
462 |
#: admin/views/form_refine.php:54
|
463 |
+
msgid ""
|
464 |
+
"There are no selected filters. Modify your filter selection or just go on by "
|
465 |
+
"clicking on the next button."
|
466 |
+
msgstr ""
|
467 |
+
"Il n'y a pas de filtre sélectionné. Modifiez votre sélection ou continuez en "
|
468 |
+
"cliquant sur le bouton suite."
|
469 |
|
470 |
#: admin/views/form_select.php:9 admin/views/form_start.php:4
|
471 |
#: admin/views/section_defaults.php:213
|
473 |
msgstr "Avertissement"
|
474 |
|
475 |
#: admin/views/form_select.php:11
|
476 |
+
msgid ""
|
477 |
+
"You did not have selected an image from the list below. To go on select at "
|
478 |
+
"least one image you want to replace by the selected image."
|
479 |
+
msgstr ""
|
480 |
+
"Vous n'avez pas choisi d'image dans la liste ci-dessous. Pour continuer vous "
|
481 |
+
"devez choisir au moins une image que vous voulez remplacer par l'image "
|
482 |
+
"sélectionnée."
|
483 |
|
484 |
#: admin/views/form_select.php:17
|
485 |
msgid "Select the featured images you want to replace by the selected image."
|
486 |
+
msgstr ""
|
487 |
+
"Choisissez l'image en avant que vous voulez remplacer par l'image "
|
488 |
+
"selectionnée."
|
489 |
|
490 |
#: admin/views/form_select.php:18
|
491 |
msgid "You can select multiple images. Select at least one image."
|
492 |
msgstr "Vous pouvez sélectionner plusieurs images. Choisissez-en au moins une."
|
493 |
|
494 |
#: admin/views/form_select.php:19 admin/views/form_start.php:80
|
495 |
+
msgid ""
|
496 |
+
"To select multiple images click on the button and use the CTRL key while "
|
497 |
+
"clicking on the images."
|
498 |
+
msgstr ""
|
499 |
+
"Pour sélectionner plusieurs images cliquez sur le bouton et maintenez "
|
500 |
+
"enfoncee la touche CTRL de votre clavier en cliquant sur les images."
|
501 |
|
502 |
#: admin/views/form_select.php:23 admin/views/form_start.php:84
|
503 |
msgid "Choose Images"
|
528 |
msgstr "Remplacer les images en avant existantes par des nouvelles"
|
529 |
|
530 |
#: admin/views/form_select.php:63
|
531 |
+
msgid ""
|
532 |
+
"Posts with featured images will be ignored, even if the Overwrite option is "
|
533 |
+
"checked"
|
534 |
+
msgstr ""
|
535 |
+
"Les articles avec des images en avant seront ignorés, même si l'option "
|
536 |
+
"Remplacer est sélectionnée"
|
537 |
|
538 |
#: admin/views/form_select.php:72
|
539 |
msgid "There are two more options in the premium version for random images:"
|
540 |
+
msgstr ""
|
541 |
+
"Il existe deux autres options dans la version premium pour les images "
|
542 |
+
"aléatoires :"
|
543 |
|
544 |
#: admin/views/form_select.php:74
|
545 |
msgid "Use each selected image only once"
|
547 |
|
548 |
#: admin/views/form_select.php:75
|
549 |
msgid "Remove excess featured images after all selected images are used"
|
550 |
+
msgstr ""
|
551 |
+
"Retirer les images mises en avant excédentaires avant que toutes les images "
|
552 |
+
"sélectionnées ne soient utilisées."
|
553 |
|
554 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
555 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
556 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
557 |
#: admin/views/section_overview.php:91
|
558 |
msgid "Get the premium version"
|
559 |
msgstr "Obtenez la version premium"
|
560 |
|
561 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
562 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
563 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
564 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
565 |
msgid "/"
|
566 |
msgstr "/"
|
574 |
msgstr "Sélectionner les filtres"
|
575 |
|
576 |
#: admin/views/form_select.php:89
|
577 |
+
msgid ""
|
578 |
+
"If you want select one of the following filters to narrow down the set of "
|
579 |
+
"concerned posts and pages."
|
580 |
+
msgstr ""
|
581 |
+
"Si vous voulez, choisissez un des filtres suivants pour réduire la liste des "
|
582 |
+
"articles et pages concernés."
|
583 |
|
584 |
#: admin/views/form_select.php:90
|
585 |
+
msgid ""
|
586 |
+
"You can select multiple filters. They will return an intersection of their "
|
587 |
+
"results."
|
588 |
msgstr "Vous pouvez choisir plusieurs filtres."
|
589 |
|
590 |
#: admin/views/form_select.php:95
|
591 |
msgid "Search by post type. By default all posts and pages will be affected."
|
592 |
+
msgstr ""
|
593 |
+
"Recherche par type de contenu. Par défaut, tous les articles et les pages "
|
594 |
+
"seront affectés."
|
595 |
|
596 |
#: admin/views/form_select.php:98
|
597 |
msgid "Search posts by category"
|
610 |
msgstr "En cas de page vide lisez ceci"
|
611 |
|
612 |
#: admin/views/form_select.php:117
|
613 |
+
msgid ""
|
614 |
+
"Facing a white blank page while trying to treat thousands of posts is the "
|
615 |
+
"effect of limited memory capacities on the website server. Instead of "
|
616 |
+
"treating a huge amount of posts in one single go try to treat small amounts "
|
617 |
+
"of posts multiple times successively. To achieve that do:"
|
618 |
+
msgstr ""
|
619 |
+
"Une page blanche en tentant de traiter des milliers d'articles provient d'un "
|
620 |
+
"problème de mémoire du serveur. Mieux vaut traiter les articles un à la "
|
621 |
+
"fois, par petite quantité. Pour ceci, procédez ainsi:"
|
622 |
|
623 |
#: admin/views/form_select.php:120
|
624 |
msgid "add the time filter,"
|
634 |
|
635 |
#: admin/views/form_select.php:123
|
636 |
msgid "and repeat it with the next time range as often as needed."
|
637 |
+
msgstr ""
|
638 |
+
"et recommencez avec un autre intervalle de date aussi souvent que nécessaire."
|
639 |
|
640 |
#: admin/views/form_select.php:125
|
641 |
+
msgid ""
|
642 |
+
"This way is not as fast as one single run, but still much faster than "
|
643 |
+
"setting the images for each post manually."
|
644 |
+
msgstr ""
|
645 |
+
"Cette méthode n'est pas aussi rapide qu'un batch complet mais plus rapide "
|
646 |
+
"que d'installer les images manuellement pour chaque article."
|
647 |
|
648 |
#: admin/views/form_select.php:130
|
649 |
+
msgid ""
|
650 |
+
"On the next page you can refine the filters. If you did not select any "
|
651 |
+
"filter you will go to the preview list directly."
|
652 |
+
msgstr ""
|
653 |
+
"Sur la page suivante vous pouvez redéfinir les filtres. Si vous n'en "
|
654 |
+
"choisissez aucun vous irez directement sur la prévisualisation de la liste."
|
655 |
|
656 |
#: admin/views/form_start.php:6 admin/views/section_defaults.php:215
|
657 |
+
msgid ""
|
658 |
+
"The current theme does not support featured images. Anyway you can use this "
|
659 |
+
"plugin. The effects are stored and will be visible in a theme which supports "
|
660 |
+
"featured images."
|
661 |
+
msgstr ""
|
662 |
+
"Le thème actuel ne supporte pas les images en avant. Vous pouvez toutefois "
|
663 |
+
"utiliser ce plugin. Les modifications seront stockées et pourront être "
|
664 |
+
"utilisées dans un thème qui supporte les images en avant."
|
665 |
|
666 |
#: admin/views/form_start.php:12
|
667 |
msgid "What do you want to do?"
|
668 |
msgstr "Que voulez-vous faire ?"
|
669 |
|
670 |
#: admin/views/form_start.php:14
|
671 |
+
msgid ""
|
672 |
+
"Here you can add, replace and delete featured images to your posts. Select "
|
673 |
+
"one of the following actions and, if necessary, one or more images."
|
674 |
+
msgstr ""
|
675 |
+
"Vous pouvez ici ajouter, remplacer et supprimer les images en avant de vos "
|
676 |
+
"messages. Chosissez une des actions suivantes et si nécessaire, une ou "
|
677 |
+
"plusieurs images."
|
678 |
|
679 |
#: admin/views/form_start.php:15
|
680 |
msgid "Whatever you select: You can refine your choice on the next page."
|
681 |
+
msgstr ""
|
682 |
+
"Quelque soit votre choix, vous pourrez le changer sur la page suivante."
|
683 |
|
684 |
#: admin/views/form_start.php:17
|
685 |
msgid "Important advice"
|
686 |
msgstr "Conseil important"
|
687 |
|
688 |
#: admin/views/form_start.php:18
|
689 |
+
msgid ""
|
690 |
+
"There is no undo function! It is strongly recommended that you make a backup "
|
691 |
+
"of the WordPress database before you perform mass changes."
|
692 |
+
msgstr ""
|
693 |
+
"Vous ne pouvez pas annuler cette action. Il est recommendé de sauvegarder la "
|
694 |
+
"base de données WordPress avant d'effectuer des changements en batch."
|
695 |
|
696 |
#: admin/views/form_start.php:20
|
697 |
msgid "Select action"
|
706 |
msgstr "Ces actions impliquent de choisir une image avec le bouton suivant."
|
707 |
|
708 |
#: admin/views/form_start.php:35
|
709 |
+
msgid ""
|
710 |
+
"Select the image you want to add to, replace or delete from posts and pages "
|
711 |
+
"by clicking on the following button."
|
712 |
+
msgstr ""
|
713 |
+
"Choisissez l'image que vous voulez ajouter, remplacer ou supprimer "
|
714 |
+
"d'articles en cliquant sur le bouton suivant."
|
715 |
|
716 |
#: admin/views/form_start.php:57
|
717 |
msgid "Choose Image"
|
722 |
msgstr "Si le bouton ne fonctionne pas, lisez ceci :"
|
723 |
|
724 |
#: admin/views/form_start.php:62
|
725 |
+
msgid ""
|
726 |
+
"Some users reported that this button would not work in some WordPress "
|
727 |
+
"installations. If this should be the case you can take another way:"
|
728 |
+
msgstr ""
|
729 |
+
"Il a été reporté par des utilisateurs que parfois le bouton ne fonctionne "
|
730 |
+
"pas sur certaines installations WordPress. Dans ce cas vous pouvez faire "
|
731 |
+
"autrement :"
|
732 |
|
733 |
#: admin/views/form_start.php:63
|
734 |
+
msgid ""
|
735 |
+
"1. Go to the media library. 2. Move the mouse over the desired image. "
|
736 |
+
"Further links are appearing, among them the link "Bulk set as featured "
|
737 |
+
"image". 3. After a click on it you can move on in this plugin."
|
738 |
+
msgstr ""
|
739 |
+
"1. Allez dans la bibliothèque de médias. 2. Positionnez la souris sur "
|
740 |
+
"l’image souhaitée. Des liens vont apparaître, dont le lien « installer en "
|
741 |
+
"image mise en avant ». 3. Après un clic dessus, vous pouvez passer à cette "
|
742 |
+
"extension."
|
743 |
|
744 |
#: admin/views/form_start.php:67
|
745 |
msgid "Actions with multiple images"
|
746 |
msgstr "Actions avec plusieurs images"
|
747 |
|
748 |
#: admin/views/form_start.php:68
|
749 |
+
msgid ""
|
750 |
+
"These actions require at least one selected image with the following button."
|
751 |
+
msgstr ""
|
752 |
+
"Ces actions impliquent au moins de sélectionner une image avec le bouton "
|
753 |
+
"suivant."
|
754 |
|
755 |
#: admin/views/form_start.php:101
|
756 |
msgid "Actions without any selected image"
|
777 |
msgstr "Image mise en avant par défaut pour les futurs articles"
|
778 |
|
779 |
#: admin/views/section_defaults.php:206
|
780 |
+
msgid ""
|
781 |
+
"Define the rules to use images as default featured images automatically "
|
782 |
+
"every time a post is saved."
|
783 |
+
msgstr ""
|
784 |
+
"Définir les règles pour utiliser les images installées comme images en avant "
|
785 |
+
"par défaut chaque fois que l'article est sauvegardé."
|
786 |
|
787 |
#: admin/views/section_defaults.php:207
|
788 |
+
msgid ""
|
789 |
+
"To use a rule choose the image and set both the taxonomy and the value. A "
|
790 |
+
"rule which is defined only partially will be ignored."
|
791 |
+
msgstr ""
|
792 |
+
"Pour utiliser une règle choisissez l'image et définissez la taxonomie et la "
|
793 |
+
"valeur, faute de quoi la règle sera ignorée."
|
794 |
|
795 |
#: admin/views/section_defaults.php:235
|
796 |
msgid "An image overwrites an existing image"
|
797 |
msgstr "Une image remplace une image existante"
|
798 |
|
799 |
#: admin/views/section_defaults.php:239
|
800 |
+
msgid ""
|
801 |
+
"Activate to automatically overwrite an existing featured image while saving "
|
802 |
+
"a post"
|
803 |
+
msgstr ""
|
804 |
+
"Activer pour remplacer automatiquement une image en avant existante lors de "
|
805 |
+
"la sauvegarde de l'article"
|
806 |
|
807 |
#: admin/views/section_defaults.php:241
|
808 |
+
msgid ""
|
809 |
+
"If activated the rule is used automatically while saving a post to overwrite "
|
810 |
+
"an existing featured image with the new one based on the following rules. Do "
|
811 |
+
"not use this if you want to keep manually set featured images."
|
812 |
+
msgstr ""
|
813 |
+
"Si activée, cette règle est utilisée pour automatiquement remplacer une "
|
814 |
+
"image en avant par une nouvelle choisie en fonction des règles, lors de la "
|
815 |
+
"sauvegarde d'un article. Ne l'utilisez pas si vous voulez garder l'image en "
|
816 |
+
"avant présente."
|
817 |
|
818 |
#: admin/views/section_defaults.php:248
|
819 |
msgid "Text with images in WordPress editor"
|
820 |
msgstr "Texte avec des images dans l'editeur WordPress"
|
821 |
|
822 |
#: admin/views/section_defaults.php:252
|
823 |
+
msgid ""
|
824 |
+
"Activate to automatically use the first content image if available in the "
|
825 |
+
"media library as featured image while saving a post"
|
826 |
+
msgstr ""
|
827 |
+
"Activez pour utiliser automatiquement la première image de contenu si "
|
828 |
+
"disponible dans la bibliothèque multimédia comme image mise en avant lors de "
|
829 |
+
"la sauvegarde d'une publication."
|
830 |
|
831 |
#: admin/views/section_defaults.php:254
|
832 |
+
msgid ""
|
833 |
+
"If activated the rule is used automatically while saving a post to set the "
|
834 |
+
"first content image - if available in the media library - as the featured "
|
835 |
+
"image of the post. If the post has no content images the next rules will be "
|
836 |
+
"applied."
|
837 |
+
msgstr ""
|
838 |
+
"Si activée, la règle est utilisée automatiquement lors de la sauvegarde "
|
839 |
+
"d’une publication pour définir la première image de contenu (si disponible "
|
840 |
+
"dans la bibliothèque multimédia) comme image mise en avant de la "
|
841 |
+
"publication. Si la publication n’a pas d’images de contenu, les règles "
|
842 |
+
"suivantes seront appliquées."
|
843 |
|
844 |
#: admin/views/section_defaults.php:255
|
845 |
msgid "For which post types should this rule be applied?"
|
846 |
msgstr "À quels types de contenu cette règle doit-elle être appliquée ?"
|
847 |
|
848 |
#: admin/views/section_defaults.php:282
|
849 |
+
msgid ""
|
850 |
+
"Select at least one post type, otherwise all post types will be considered."
|
851 |
+
msgstr ""
|
852 |
+
"Sélectionnez au moins un type de contenu, sinon tous les types de contenu "
|
853 |
+
"seront pris en compte."
|
854 |
|
855 |
#: admin/views/section_defaults.php:488
|
856 |
msgid "Add rule"
|
865 |
msgstr "Comment fonctionnent les règles"
|
866 |
|
867 |
#: admin/views/section_defaults.php:497
|
868 |
+
msgid ""
|
869 |
+
"Every time you save a post the post get the featured image if one of the "
|
870 |
+
"following rules match a property of the post. You can also set rules for "
|
871 |
+
"pages and all other current post types which support featured images."
|
872 |
+
msgstr ""
|
873 |
+
"Chaque fois que vous enregistrez un contenu, la publication récupère l’image "
|
874 |
+
"mise en avant si l'une des règles suivantes correspond à une propriété de la "
|
875 |
+
"publication. Vous pouvez également définir des règles pour les pages et tous "
|
876 |
+
"les autres types de messages actuels qui prennent en charge les images mises "
|
877 |
+
"en avant."
|
878 |
|
879 |
#: admin/views/section_defaults.php:498
|
880 |
+
msgid ""
|
881 |
+
"Regardless of the order in the list the rules are applied in the following "
|
882 |
+
"order until a rule and a property of the post fit together:"
|
883 |
+
msgstr ""
|
884 |
+
"Quelque soit l'ordre dans la liste, les règles sont appliquées dans l'ordre "
|
885 |
+
"jusqu'à ce que la condition nécessaire soit remplie:"
|
886 |
|
887 |
#: admin/views/section_defaults.php:500
|
888 |
msgid "found first content image. If not then..."
|
913 |
msgstr "aucune image mise en avant."
|
914 |
|
915 |
#: admin/views/section_defaults.php:508
|
916 |
+
msgid ""
|
917 |
+
"Bear in mind that if two or more rules with the same taxonomy would fit to "
|
918 |
+
"the post it is unforeseeable which image will become the featured image."
|
919 |
+
msgstr ""
|
920 |
+
"Gardez en mémoire que si 2 règles ou plus avec la même taxinomie "
|
921 |
+
"correspondaient à l’article, il est imprévisible de savoir quelle image sera "
|
922 |
+
"installée comme image mise en avant."
|
923 |
|
924 |
#: admin/views/section_defaults.php:509
|
925 |
msgid "Additional rules in the premium version"
|
927 |
|
928 |
#: admin/views/section_defaults.php:511
|
929 |
msgid "Multiple images to set them randomly as featured image"
|
930 |
+
msgstr ""
|
931 |
+
"Plusieurs images pour les définir de manière aléatoire comme image mise en "
|
932 |
+
"avant"
|
933 |
|
934 |
#: admin/views/section_defaults.php:512
|
935 |
msgid "Random featured images at each page load"
|
936 |
+
msgstr ""
|
937 |
+
"Des images mises en avant sélectionnées au hasard à chaque chargement de page"
|
938 |
|
939 |
#: admin/views/section_defaults.php:513
|
940 |
+
msgid ""
|
941 |
+
"The first content image can be also an image from an external server to set "
|
942 |
+
"it as automated featured image"
|
943 |
+
msgstr ""
|
944 |
+
"La première image du contenu peut également être une image à partir d’un "
|
945 |
+
"serveur externe pour la configurer comme image mise en avant automatique"
|
946 |
|
947 |
#: admin/views/section_defaults.php:514
|
948 |
+
msgid ""
|
949 |
+
"Remove the first content image automatically after the featured image was "
|
950 |
+
"set successfully"
|
951 |
+
msgstr ""
|
952 |
+
"Retirer la première image de contenu automatiquement après que l’image mise "
|
953 |
+
"en avant a bien été définie."
|
954 |
|
955 |
#: admin/views/section_defaults.php:515
|
956 |
msgid "Match with a search string in post title"
|
957 |
+
msgstr ""
|
958 |
+
"Faites correspondre avec une recherche de chaîne dans le titre de l’article."
|
959 |
|
960 |
#: admin/views/section_defaults.php:516
|
961 |
msgid "Match with a selected post format"
|
994 |
msgstr "Veuillez mettre une évaluation sur WordPress.org !"
|
995 |
|
996 |
#: admin/views/section_footer.php:55
|
997 |
+
msgid ""
|
998 |
+
"The plugin is for free. But the plugin author would be delighted to your "
|
999 |
+
"small contribution."
|
1000 |
+
msgstr ""
|
1001 |
+
"L’extension est gratuite. Mais son auteur serait ravi de votre petite "
|
1002 |
+
"contribution."
|
1003 |
|
1004 |
#: admin/views/section_footer.php:55
|
1005 |
msgid "Donation Button"
|
1011 |
|
1012 |
#: admin/views/section_footer.php:56
|
1013 |
msgid "Do you need support or have an idea for the plugin?"
|
1014 |
+
msgstr ""
|
1015 |
+
"Avez-vous besoin d’aide ou avez-vous une suggestion pour cette extension ?"
|
1016 |
|
1017 |
#: admin/views/section_footer.php:56
|
1018 |
+
msgid ""
|
1019 |
+
"Post your questions and ideas about Quick Featured Images in the forum at "
|
1020 |
+
"wordpress.org!"
|
1021 |
+
msgstr ""
|
1022 |
+
"Postez vos questions et idées sur Quick Featured Images dans le forum de "
|
1023 |
+
"WordPress.org !"
|
1024 |
|
1025 |
#: admin/views/section_footer.php:57
|
1026 |
+
msgid ""
|
1027 |
+
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1028 |
+
"fast plugin"
|
1029 |
+
msgstr ""
|
1030 |
+
"Laissez les miniatures apparaître dans le widget des articles les plus "
|
1031 |
+
"récents avec cette extension rapide."
|
1032 |
|
1033 |
+
#: admin/views/section_footer.php:57
|
1034 |
#, php-format
|
1035 |
msgid "Download plugin %s at %s!"
|
1036 |
msgstr "Téléchargez l’extension %s à %s !"
|
1110 |
#: admin/views/section_results.php:82
|
1111 |
msgid "No matches found."
|
1112 |
msgstr "Rien de trouvé."
|
1113 |
+
|
1114 |
+
#~ msgid "Changes saved."
|
1115 |
+
#~ msgstr "Modifications enregistrées."
|
1116 |
+
|
1117 |
+
#~ msgid "No changes were saved."
|
1118 |
+
#~ msgstr "Aucune modification n'a été enregistrée."
|
1119 |
+
|
1120 |
+
#~ msgid "You can select posts and pages."
|
1121 |
+
#~ msgstr "Vous pouvez sélectionner des articles et des pages."
|
1122 |
+
|
1123 |
+
#~ msgid "Special thanks for the fine frontend style of the plugin go to"
|
1124 |
+
#~ msgstr "Remerciements pour l’interface de cette extension à"
|
languages/quick-featured-images-ja.mo
CHANGED
Binary file
|
languages/quick-featured-images-ja.po
CHANGED
@@ -4,15 +4,15 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
-
"Last-Translator:
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: ja_JP\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.0.
|
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"
|
@@ -63,21 +63,12 @@ msgstr "“%s”の削除"
|
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "“%s”の画像を設定"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
-
msgid "Changes saved."
|
68 |
-
msgstr "変更を保存しました。"
|
69 |
-
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:216
|
71 |
-
msgid "No changes were saved."
|
72 |
-
msgstr "変更は保存されませんでした。"
|
73 |
-
|
74 |
-
#: admin/class-quick-featured-images-defaults.php:253
|
75 |
-
#: admin/class-quick-featured-images-settings.php:605
|
76 |
msgid "Preset Featured Images"
|
77 |
msgstr "アイキャッチ画像のプリセット"
|
78 |
|
79 |
# a period at the end of a sentence must be localizable
|
80 |
-
#: admin/class-quick-featured-images-defaults.php:
|
81 |
msgid "Set default featured images for future posts"
|
82 |
msgstr "デフォルトのアイキャッチ画像を設定します。"
|
83 |
|
@@ -122,7 +113,7 @@ msgstr "プラグイン画面を表示するのに必要なユーザー権限"
|
|
122 |
msgid "Select the minimum user role a user must have to see the plugin."
|
123 |
msgstr "プラグイン画面を表示するのに必要なユーザー権限を選択してください。"
|
124 |
|
125 |
-
#: admin/class-quick-featured-images-settings.php:
|
126 |
#, php-format
|
127 |
msgid ""
|
128 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -131,7 +122,7 @@ msgstr ""
|
|
131 |
"“%s” で指定されたルールは、この権限の設定には影響されずに機能しま"
|
132 |
"す。"
|
133 |
|
134 |
-
#: admin/class-quick-featured-images-settings.php:
|
135 |
msgid ""
|
136 |
"This setting controls as well whether a user will see in an image column the "
|
137 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -142,11 +133,11 @@ msgstr ""
|
|
142 |
"キャッチ画像カラムそのものを表示するかどうかは、上のセクションで切り替えてく"
|
143 |
"ださい。"
|
144 |
|
145 |
-
#: admin/class-quick-featured-images-settings.php:
|
146 |
msgid "This page is accessible for administrators only."
|
147 |
msgstr "このページには管理者だけがアクセスできます。"
|
148 |
|
149 |
-
#: admin/class-quick-featured-images-settings.php:
|
150 |
msgid ""
|
151 |
"The additional columns give you a quick overview about all used featured "
|
152 |
"images for every post. The Featured Image column is sortable."
|
@@ -154,7 +145,7 @@ msgstr ""
|
|
154 |
"投稿リストに画像カラムを追加して、設定済のすべてのアイキャッチ画像を素早く確"
|
155 |
"認することができます。アイキャッチ画像カラムは並べ替えできます。"
|
156 |
|
157 |
-
#: admin/class-quick-featured-images-settings.php:
|
158 |
msgid "Controls which minimum user role can see the plugin."
|
159 |
msgstr "プラグイン画面を表示できるユーザー権限を設定します。"
|
160 |
|
@@ -283,15 +274,15 @@ msgstr "入力フィールドに正しい値を入力してください。"
|
|
283 |
msgid "Type in values stored by WordPress."
|
284 |
msgstr "WordPressに保存されている値を入力してください。"
|
285 |
|
286 |
-
#: admin/class-quick-featured-images-tools.php:
|
287 |
msgid "Set, replace, remove"
|
288 |
msgstr "設定・変更・削除"
|
289 |
|
290 |
-
#: admin/class-quick-featured-images-tools.php:
|
291 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
292 |
msgstr "アイキャッチ画像を一括で設定・変更・削除します。"
|
293 |
|
294 |
-
#: admin/class-quick-featured-images-tools.php:
|
295 |
msgid "Bulk set as featured image"
|
296 |
msgstr "アイキャッチ画像に設定"
|
297 |
|
@@ -303,10 +294,6 @@ msgstr "カテゴリーを選択"
|
|
303 |
msgid "Select post types"
|
304 |
msgstr "投稿タイプを選択"
|
305 |
|
306 |
-
#: admin/views/filter_post_types.php:2
|
307 |
-
msgid "You can select posts and pages."
|
308 |
-
msgstr "投稿と固定ページを選択できます。"
|
309 |
-
|
310 |
#: admin/views/filter_tag.php:7
|
311 |
msgid "Select a tag"
|
312 |
msgstr "タグを選択"
|
@@ -545,14 +532,14 @@ msgstr "選択した画像をすべて使った後、重複するアイキャッ
|
|
545 |
|
546 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
547 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
548 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
549 |
#: admin/views/section_overview.php:91
|
550 |
msgid "Get the premium version"
|
551 |
msgstr "プレミアム版を入手"
|
552 |
|
553 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
554 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
555 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
556 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
557 |
msgid "/"
|
558 |
msgstr ""
|
@@ -992,16 +979,12 @@ msgstr ""
|
|
992 |
"ください!"
|
993 |
|
994 |
#: admin/views/section_footer.php:57
|
995 |
-
msgid "Special thanks for the fine frontend style of the plugin go to"
|
996 |
-
msgstr "すばらしいフロントエンドスタイルの提供に深く感謝します:"
|
997 |
-
|
998 |
-
#: admin/views/section_footer.php:58
|
999 |
msgid ""
|
1000 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1001 |
"fast plugin"
|
1002 |
msgstr "高速なプラグインで、最近の投稿ウィジェットにサムネイルを表示しましょう"
|
1003 |
|
1004 |
-
#: admin/views/section_footer.php:
|
1005 |
#, php-format
|
1006 |
msgid "Download plugin %s at %s!"
|
1007 |
msgstr "%s プラグインを %s からダウンロード!"
|
@@ -1082,6 +1065,18 @@ msgstr "変更なし"
|
|
1082 |
msgid "No matches found."
|
1083 |
msgstr "条件を満たすものがありません。"
|
1084 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1085 |
#~ msgid "Do not use the first image"
|
1086 |
#~ msgstr "最初の画像を使用しない"
|
1087 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images Pro\n"
|
6 |
"Report-Msgid-Bugs-To: http://quickfeaturedimages.com\n"
|
7 |
+
"POT-Creation-Date: 2018-07-23 23:36+0200\n"
|
8 |
+
"PO-Revision-Date: 2018-07-23 23:36+0200\n"
|
9 |
+
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: ja_JP\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.0.9\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"
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "“%s”の画像を設定"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "アイキャッチ画像のプリセット"
|
69 |
|
70 |
# a period at the end of a sentence must be localizable
|
71 |
+
#: admin/class-quick-featured-images-defaults.php:286
|
72 |
msgid "Set default featured images for future posts"
|
73 |
msgstr "デフォルトのアイキャッチ画像を設定します。"
|
74 |
|
113 |
msgid "Select the minimum user role a user must have to see the plugin."
|
114 |
msgstr "プラグイン画面を表示するのに必要なユーザー権限を選択してください。"
|
115 |
|
116 |
+
#: admin/class-quick-featured-images-settings.php:609
|
117 |
#, php-format
|
118 |
msgid ""
|
119 |
"The rules as set in “%s” work on posts independently of this "
|
122 |
"“%s” で指定されたルールは、この権限の設定には影響されずに機能しま"
|
123 |
"す。"
|
124 |
|
125 |
+
#: admin/class-quick-featured-images-settings.php:614
|
126 |
msgid ""
|
127 |
"This setting controls as well whether a user will see in an image column the "
|
128 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
133 |
"キャッチ画像カラムそのものを表示するかどうかは、上のセクションで切り替えてく"
|
134 |
"ださい。"
|
135 |
|
136 |
+
#: admin/class-quick-featured-images-settings.php:615
|
137 |
msgid "This page is accessible for administrators only."
|
138 |
msgstr "このページには管理者だけがアクセスできます。"
|
139 |
|
140 |
+
#: admin/class-quick-featured-images-settings.php:625
|
141 |
msgid ""
|
142 |
"The additional columns give you a quick overview about all used featured "
|
143 |
"images for every post. The Featured Image column is sortable."
|
145 |
"投稿リストに画像カラムを追加して、設定済のすべてのアイキャッチ画像を素早く確"
|
146 |
"認することができます。アイキャッチ画像カラムは並べ替えできます。"
|
147 |
|
148 |
+
#: admin/class-quick-featured-images-settings.php:634
|
149 |
msgid "Controls which minimum user role can see the plugin."
|
150 |
msgstr "プラグイン画面を表示できるユーザー権限を設定します。"
|
151 |
|
274 |
msgid "Type in values stored by WordPress."
|
275 |
msgstr "WordPressに保存されている値を入力してください。"
|
276 |
|
277 |
+
#: admin/class-quick-featured-images-tools.php:1930
|
278 |
msgid "Set, replace, remove"
|
279 |
msgstr "設定・変更・削除"
|
280 |
|
281 |
+
#: admin/class-quick-featured-images-tools.php:1941
|
282 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
283 |
msgstr "アイキャッチ画像を一括で設定・変更・削除します。"
|
284 |
|
285 |
+
#: admin/class-quick-featured-images-tools.php:2050
|
286 |
msgid "Bulk set as featured image"
|
287 |
msgstr "アイキャッチ画像に設定"
|
288 |
|
294 |
msgid "Select post types"
|
295 |
msgstr "投稿タイプを選択"
|
296 |
|
|
|
|
|
|
|
|
|
297 |
#: admin/views/filter_tag.php:7
|
298 |
msgid "Select a tag"
|
299 |
msgstr "タグを選択"
|
532 |
|
533 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
534 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
535 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
536 |
#: admin/views/section_overview.php:91
|
537 |
msgid "Get the premium version"
|
538 |
msgstr "プレミアム版を入手"
|
539 |
|
540 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
541 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
542 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
543 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
544 |
msgid "/"
|
545 |
msgstr ""
|
979 |
"ください!"
|
980 |
|
981 |
#: admin/views/section_footer.php:57
|
|
|
|
|
|
|
|
|
982 |
msgid ""
|
983 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
984 |
"fast plugin"
|
985 |
msgstr "高速なプラグインで、最近の投稿ウィジェットにサムネイルを表示しましょう"
|
986 |
|
987 |
+
#: admin/views/section_footer.php:57
|
988 |
#, php-format
|
989 |
msgid "Download plugin %s at %s!"
|
990 |
msgstr "%s プラグインを %s からダウンロード!"
|
1065 |
msgid "No matches found."
|
1066 |
msgstr "条件を満たすものがありません。"
|
1067 |
|
1068 |
+
#~ msgid "Changes saved."
|
1069 |
+
#~ msgstr "変更を保存しました。"
|
1070 |
+
|
1071 |
+
#~ msgid "No changes were saved."
|
1072 |
+
#~ msgstr "変更は保存されませんでした。"
|
1073 |
+
|
1074 |
+
#~ msgid "You can select posts and pages."
|
1075 |
+
#~ msgstr "投稿と固定ページを選択できます。"
|
1076 |
+
|
1077 |
+
#~ msgid "Special thanks for the fine frontend style of the plugin go to"
|
1078 |
+
#~ msgstr "すばらしいフロントエンドスタイルの提供に深く感謝します:"
|
1079 |
+
|
1080 |
#~ msgid "Do not use the first image"
|
1081 |
#~ msgstr "最初の画像を使用しない"
|
1082 |
|
languages/quick-featured-images-pt_BR.mo
CHANGED
Binary file
|
languages/quick-featured-images-pt_BR.po
CHANGED
@@ -4,15 +4,15 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Quick Featured Images\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: pt_BR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 2.0.
|
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"
|
@@ -63,20 +63,11 @@ msgstr "Remover “%s”"
|
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Definir imagem para “%s”"
|
65 |
|
66 |
-
#: admin/class-quick-featured-images-defaults.php:
|
67 |
-
msgid "Changes saved."
|
68 |
-
msgstr "Alterações guardadas."
|
69 |
-
|
70 |
-
#: admin/class-quick-featured-images-defaults.php:216
|
71 |
-
msgid "No changes were saved."
|
72 |
-
msgstr "Nenhuma alteração foi salva."
|
73 |
-
|
74 |
-
#: admin/class-quick-featured-images-defaults.php:253
|
75 |
-
#: admin/class-quick-featured-images-settings.php:605
|
76 |
msgid "Preset Featured Images"
|
77 |
msgstr "Predefinir Imagens Destacadas"
|
78 |
|
79 |
-
#: admin/class-quick-featured-images-defaults.php:
|
80 |
msgid "Set default featured images for future posts"
|
81 |
msgstr "Definir imagem destacada padrão para posts futuros"
|
82 |
|
@@ -123,7 +114,7 @@ msgstr ""
|
|
123 |
"Selecione a função de usuário mínima que um usuário deve ter para ver o plug-"
|
124 |
"in."
|
125 |
|
126 |
-
#: admin/class-quick-featured-images-settings.php:
|
127 |
#, php-format
|
128 |
msgid ""
|
129 |
"The rules as set in “%s” work on posts independently of this "
|
@@ -132,7 +123,7 @@ msgstr ""
|
|
132 |
"As regras definidas em “%s” funcionam em postagens "
|
133 |
"independentemente dessa configuração."
|
134 |
|
135 |
-
#: admin/class-quick-featured-images-settings.php:
|
136 |
msgid ""
|
137 |
"This setting controls as well whether a user will see in an image column the "
|
138 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
@@ -142,11 +133,11 @@ msgstr ""
|
|
142 |
"as miniaturas com links de ação ou apenas as miniaturas. Para ativar e "
|
143 |
"desativar colunas de imagem, use a seção acima."
|
144 |
|
145 |
-
#: admin/class-quick-featured-images-settings.php:
|
146 |
msgid "This page is accessible for administrators only."
|
147 |
msgstr "Esta página está acessível somente para administradores."
|
148 |
|
149 |
-
#: admin/class-quick-featured-images-settings.php:
|
150 |
msgid ""
|
151 |
"The additional columns give you a quick overview about all used featured "
|
152 |
"images for every post. The Featured Image column is sortable."
|
@@ -154,7 +145,7 @@ msgstr ""
|
|
154 |
"As colunas adicionais lhe dão uma rápida visão geral sobre todas imagens "
|
155 |
"destacadas usadas para cada post. A coluna de imagem destacada é ordenável."
|
156 |
|
157 |
-
#: admin/class-quick-featured-images-settings.php:
|
158 |
msgid "Controls which minimum user role can see the plugin."
|
159 |
msgstr "Controla qual função de usuário mínima pode ver o plug-in."
|
160 |
|
@@ -283,17 +274,17 @@ msgstr "Digite valores válidos no campo de entrada."
|
|
283 |
msgid "Type in values stored by WordPress."
|
284 |
msgstr "Digite valores armazenados pelo WordPress."
|
285 |
|
286 |
-
#: admin/class-quick-featured-images-tools.php:
|
287 |
msgid "Set, replace, remove"
|
288 |
msgstr "Definir, substituir, remover"
|
289 |
|
290 |
-
#: admin/class-quick-featured-images-tools.php:
|
291 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
292 |
msgstr ""
|
293 |
"Definir, substituir e remover imagens destacadas em massa para posts "
|
294 |
"existentes"
|
295 |
|
296 |
-
#: admin/class-quick-featured-images-tools.php:
|
297 |
msgid "Bulk set as featured image"
|
298 |
msgstr "Definir imagem destacada em massa"
|
299 |
|
@@ -305,10 +296,6 @@ msgstr "Selecione uma categoria"
|
|
305 |
msgid "Select post types"
|
306 |
msgstr "Selecione os tipos de post"
|
307 |
|
308 |
-
#: admin/views/filter_post_types.php:2
|
309 |
-
msgid "You can select posts and pages."
|
310 |
-
msgstr "Você pode selecionar posts e páginas."
|
311 |
-
|
312 |
#: admin/views/filter_tag.php:7
|
313 |
msgid "Select a tag"
|
314 |
msgstr "Selecione uma tag"
|
@@ -420,20 +407,20 @@ msgstr ""
|
|
420 |
"A lista está em ordem alfabética de acordo com o título do post. Você pode "
|
421 |
"editar um post em uma nova janela clicando em seu link na lista."
|
422 |
|
423 |
-
#: admin/views/form_confirm.php:
|
424 |
msgid "Confirm the change"
|
425 |
msgstr "Confirme a mudança"
|
426 |
|
427 |
-
#: admin/views/form_confirm.php:
|
428 |
msgid "You can not undo the operation!"
|
429 |
msgstr "Você não pode desfazer a operação!"
|
430 |
|
431 |
-
#: admin/views/form_confirm.php:
|
432 |
#: admin/views/section_results.php:86
|
433 |
msgid "Start again"
|
434 |
msgstr "Começar novamente"
|
435 |
|
436 |
-
#: admin/views/form_confirm.php:
|
437 |
msgid "or refine your selection with the following form fields."
|
438 |
msgstr "ou refine sua seleção com os campos a seguir."
|
439 |
|
@@ -559,7 +546,7 @@ msgstr ""
|
|
559 |
|
560 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
561 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
562 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
563 |
#: admin/views/section_overview.php:91
|
564 |
msgid "Get the premium version"
|
565 |
msgstr "Obter a versão premium"
|
@@ -567,7 +554,7 @@ msgstr "Obter a versão premium"
|
|
567 |
# Path to language site
|
568 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
569 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
570 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
571 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
572 |
msgid "/"
|
573 |
msgstr "/"
|
@@ -1025,10 +1012,6 @@ msgstr ""
|
|
1025 |
"wordpress.org!"
|
1026 |
|
1027 |
#: admin/views/section_footer.php:57
|
1028 |
-
msgid "Special thanks for the fine frontend style of the plugin go to"
|
1029 |
-
msgstr "Agradecimentos especiais para o estilo do frontend do plugin ir para"
|
1030 |
-
|
1031 |
-
#: admin/views/section_footer.php:58
|
1032 |
msgid ""
|
1033 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1034 |
"fast plugin"
|
@@ -1036,7 +1019,7 @@ msgstr ""
|
|
1036 |
"Deixe as miniaturas aparecem no widget dos posts mais recentes com este "
|
1037 |
"plugin rápido"
|
1038 |
|
1039 |
-
#: admin/views/section_footer.php:
|
1040 |
#, php-format
|
1041 |
msgid "Download plugin %s at %s!"
|
1042 |
msgstr "Baixe o plugin %s em %s!"
|
@@ -1116,3 +1099,16 @@ msgstr "Inalterado"
|
|
1116 |
#: admin/views/section_results.php:82
|
1117 |
msgid "No matches found."
|
1118 |
msgstr "Nenhum resultado encontrado."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2018-07-23 23:36+0200\n"
|
8 |
+
"PO-Revision-Date: 2018-07-23 23:36+0200\n"
|
9 |
"Last-Translator: Martin Stehle <m.stehle@gmx.de>\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"Language: pt_BR\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.0.9\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"
|
63 |
msgid "Set image for “%s”"
|
64 |
msgstr "Definir imagem para “%s”"
|
65 |
|
66 |
+
#: admin/class-quick-featured-images-defaults.php:275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
msgid "Preset Featured Images"
|
68 |
msgstr "Predefinir Imagens Destacadas"
|
69 |
|
70 |
+
#: admin/class-quick-featured-images-defaults.php:286
|
71 |
msgid "Set default featured images for future posts"
|
72 |
msgstr "Definir imagem destacada padrão para posts futuros"
|
73 |
|
114 |
"Selecione a função de usuário mínima que um usuário deve ter para ver o plug-"
|
115 |
"in."
|
116 |
|
117 |
+
#: admin/class-quick-featured-images-settings.php:609
|
118 |
#, php-format
|
119 |
msgid ""
|
120 |
"The rules as set in “%s” work on posts independently of this "
|
123 |
"As regras definidas em “%s” funcionam em postagens "
|
124 |
"independentemente dessa configuração."
|
125 |
|
126 |
+
#: admin/class-quick-featured-images-settings.php:614
|
127 |
msgid ""
|
128 |
"This setting controls as well whether a user will see in an image column the "
|
129 |
"thumbnails with action links or the thumbnails only. To switch image columns "
|
133 |
"as miniaturas com links de ação ou apenas as miniaturas. Para ativar e "
|
134 |
"desativar colunas de imagem, use a seção acima."
|
135 |
|
136 |
+
#: admin/class-quick-featured-images-settings.php:615
|
137 |
msgid "This page is accessible for administrators only."
|
138 |
msgstr "Esta página está acessível somente para administradores."
|
139 |
|
140 |
+
#: admin/class-quick-featured-images-settings.php:625
|
141 |
msgid ""
|
142 |
"The additional columns give you a quick overview about all used featured "
|
143 |
"images for every post. The Featured Image column is sortable."
|
145 |
"As colunas adicionais lhe dão uma rápida visão geral sobre todas imagens "
|
146 |
"destacadas usadas para cada post. A coluna de imagem destacada é ordenável."
|
147 |
|
148 |
+
#: admin/class-quick-featured-images-settings.php:634
|
149 |
msgid "Controls which minimum user role can see the plugin."
|
150 |
msgstr "Controla qual função de usuário mínima pode ver o plug-in."
|
151 |
|
274 |
msgid "Type in values stored by WordPress."
|
275 |
msgstr "Digite valores armazenados pelo WordPress."
|
276 |
|
277 |
+
#: admin/class-quick-featured-images-tools.php:1930
|
278 |
msgid "Set, replace, remove"
|
279 |
msgstr "Definir, substituir, remover"
|
280 |
|
281 |
+
#: admin/class-quick-featured-images-tools.php:1941
|
282 |
msgid "Bulk set, replace and remove featured images for existing posts"
|
283 |
msgstr ""
|
284 |
"Definir, substituir e remover imagens destacadas em massa para posts "
|
285 |
"existentes"
|
286 |
|
287 |
+
#: admin/class-quick-featured-images-tools.php:2050
|
288 |
msgid "Bulk set as featured image"
|
289 |
msgstr "Definir imagem destacada em massa"
|
290 |
|
296 |
msgid "Select post types"
|
297 |
msgstr "Selecione os tipos de post"
|
298 |
|
|
|
|
|
|
|
|
|
299 |
#: admin/views/filter_tag.php:7
|
300 |
msgid "Select a tag"
|
301 |
msgstr "Selecione uma tag"
|
407 |
"A lista está em ordem alfabética de acordo com o título do post. Você pode "
|
408 |
"editar um post em uma nova janela clicando em seu link na lista."
|
409 |
|
410 |
+
#: admin/views/form_confirm.php:120
|
411 |
msgid "Confirm the change"
|
412 |
msgstr "Confirme a mudança"
|
413 |
|
414 |
+
#: admin/views/form_confirm.php:121
|
415 |
msgid "You can not undo the operation!"
|
416 |
msgstr "Você não pode desfazer a operação!"
|
417 |
|
418 |
+
#: admin/views/form_confirm.php:182 admin/views/section_errormsg.php:8
|
419 |
#: admin/views/section_results.php:86
|
420 |
msgid "Start again"
|
421 |
msgstr "Começar novamente"
|
422 |
|
423 |
+
#: admin/views/form_confirm.php:182
|
424 |
msgid "or refine your selection with the following form fields."
|
425 |
msgstr "ou refine sua seleção com os campos a seguir."
|
426 |
|
546 |
|
547 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
548 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
549 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
550 |
#: admin/views/section_overview.php:91
|
551 |
msgid "Get the premium version"
|
552 |
msgstr "Obter a versão premium"
|
554 |
# Path to language site
|
555 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
556 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
557 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
558 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
559 |
msgid "/"
|
560 |
msgstr "/"
|
1012 |
"wordpress.org!"
|
1013 |
|
1014 |
#: admin/views/section_footer.php:57
|
|
|
|
|
|
|
|
|
1015 |
msgid ""
|
1016 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
1017 |
"fast plugin"
|
1019 |
"Deixe as miniaturas aparecem no widget dos posts mais recentes com este "
|
1020 |
"plugin rápido"
|
1021 |
|
1022 |
+
#: admin/views/section_footer.php:57
|
1023 |
#, php-format
|
1024 |
msgid "Download plugin %s at %s!"
|
1025 |
msgstr "Baixe o plugin %s em %s!"
|
1099 |
#: admin/views/section_results.php:82
|
1100 |
msgid "No matches found."
|
1101 |
msgstr "Nenhum resultado encontrado."
|
1102 |
+
|
1103 |
+
#~ msgid "Changes saved."
|
1104 |
+
#~ msgstr "Alterações guardadas."
|
1105 |
+
|
1106 |
+
#~ msgid "No changes were saved."
|
1107 |
+
#~ msgstr "Nenhuma alteração foi salva."
|
1108 |
+
|
1109 |
+
#~ msgid "You can select posts and pages."
|
1110 |
+
#~ msgstr "Você pode selecionar posts e páginas."
|
1111 |
+
|
1112 |
+
#~ msgid "Special thanks for the fine frontend style of the plugin go to"
|
1113 |
+
#~ msgstr ""
|
1114 |
+
#~ "Agradecimentos especiais para o estilo do frontend do plugin ir para"
|
languages/quick-featured-images.pot
CHANGED
@@ -5,13 +5,13 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: Quick Featured Images\n"
|
7 |
"Report-Msgid-Bugs-To: http://wordpress.org/plugins/quick-featured-images\n"
|
8 |
-
"POT-Creation-Date:
|
9 |
"PO-Revision-Date: 2017-07-06 23:17+0200\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"X-Generator: Poedit 2.0.
|
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"
|
@@ -57,19 +57,11 @@ msgstr ""
|
|
57 |
msgid "Set image for “%s”"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: admin/class-quick-featured-images-defaults.php:
|
61 |
-
msgid "Changes saved."
|
62 |
-
msgstr ""
|
63 |
-
|
64 |
-
#: admin/class-quick-featured-images-defaults.php:216
|
65 |
-
msgid "No changes were saved."
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: admin/class-quick-featured-images-defaults.php:257
|
69 |
msgid "Preset Featured Images"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: admin/class-quick-featured-images-defaults.php:
|
73 |
msgid "Set default featured images for future posts"
|
74 |
msgstr ""
|
75 |
|
@@ -502,14 +494,14 @@ msgstr ""
|
|
502 |
|
503 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
504 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
505 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
506 |
#: admin/views/section_overview.php:91
|
507 |
msgid "Get the premium version"
|
508 |
msgstr ""
|
509 |
|
510 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
511 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
512 |
-
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:
|
513 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
514 |
msgid "/"
|
515 |
msgstr ""
|
@@ -897,16 +889,12 @@ msgid ""
|
|
897 |
msgstr ""
|
898 |
|
899 |
#: admin/views/section_footer.php:57
|
900 |
-
msgid "Special thanks for the fine frontend style of the plugin go to"
|
901 |
-
msgstr ""
|
902 |
-
|
903 |
-
#: admin/views/section_footer.php:58
|
904 |
msgid ""
|
905 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
906 |
"fast plugin"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: admin/views/section_footer.php:
|
910 |
#, php-format
|
911 |
msgid "Download plugin %s at %s!"
|
912 |
msgstr ""
|
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: 2018-07-23 23:35+0200\n"
|
9 |
"PO-Revision-Date: 2017-07-06 23:17+0200\n"
|
10 |
"Language-Team: Martin Stehle <m.stehle@gmx.de>\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Poedit 2.0.9\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"
|
57 |
msgid "Set image for “%s”"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: admin/class-quick-featured-images-defaults.php:275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
msgid "Preset Featured Images"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: admin/class-quick-featured-images-defaults.php:286
|
65 |
msgid "Set default featured images for future posts"
|
66 |
msgstr ""
|
67 |
|
494 |
|
495 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
496 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
497 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
498 |
#: admin/views/section_overview.php:91
|
499 |
msgid "Get the premium version"
|
500 |
msgstr ""
|
501 |
|
502 |
#: admin/views/form_select.php:77 admin/views/form_select.php:115
|
503 |
#: admin/views/form_select.php:119 admin/views/form_start.php:113
|
504 |
+
#: admin/views/section_defaults.php:520 admin/views/section_footer.php:58
|
505 |
#: admin/views/section_overview.php:90 admin/views/section_overview.php:91
|
506 |
msgid "/"
|
507 |
msgstr ""
|
889 |
msgstr ""
|
890 |
|
891 |
#: admin/views/section_footer.php:57
|
|
|
|
|
|
|
|
|
892 |
msgid ""
|
893 |
"Let the thumbnails appear in the widget of the most recent posts with this "
|
894 |
"fast plugin"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: admin/views/section_footer.php:57
|
898 |
#, php-format
|
899 |
msgid "Download plugin %s at %s!"
|
900 |
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.3.
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|
10 |
* Plugin Name: Quick Featured Images
|
11 |
* Plugin URI: http://wordpress.org/plugins/quick-featured-images
|
12 |
* Description: Your time-saving Swiss Army Knife for featured images: Set, replace and delete them in bulk, in posts lists and set default images for future posts.
|
13 |
+
* Version: 13.3.2
|
14 |
* Author: Martin Stehle
|
15 |
* Author URI: http://stehle-internet.de
|
16 |
* Text Domain: quick-featured-images
|