Imagify Image Optimizer - Version 1.5.5

Version Description

  • Bug Fix
    • Fix issue with "original_size" at 0 in "_imagify_data" to be able to re-optimize an image with a "Forbidden" error.
Download this release

Release Info

Developer wp_media
Plugin Icon 128x128 Imagify Image Optimizer
Version 1.5.5
Comparing to
See all releases

Code changes from version 1.5.4 to 1.5.5

imagify.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Imagify
4
  Plugin URI: https://wordpress.org/plugins/imagify/
5
  Description: Dramaticaly reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwith using Imagify, the new most advanced image optimization tool.
6
- Version: 1.5.4
7
  Author: WP Media
8
  Author URI: http://wp-media.me
9
  Licence: GPLv2
@@ -11,13 +11,13 @@ Licence: GPLv2
11
  Text Domain: imagify
12
  Domain Path: languages
13
 
14
- Copyright 2015 WP Media
15
  */
16
 
17
  defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );
18
 
19
  // Imagify defines
20
- define( 'IMAGIFY_VERSION' , '1.5.4' );
21
  define( 'IMAGIFY_SLUG' , 'imagify' );
22
  define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
23
  define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );
3
  Plugin Name: Imagify
4
  Plugin URI: https://wordpress.org/plugins/imagify/
5
  Description: Dramaticaly reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwith using Imagify, the new most advanced image optimization tool.
6
+ Version: 1.5.5
7
  Author: WP Media
8
  Author URI: http://wp-media.me
9
  Licence: GPLv2
11
  Text Domain: imagify
12
  Domain Path: languages
13
 
14
+ Copyright 2016 WP Media
15
  */
16
 
17
  defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );
18
 
19
  // Imagify defines
20
+ define( 'IMAGIFY_VERSION' , '1.5.5' );
21
  define( 'IMAGIFY_SLUG' , 'imagify' );
22
  define( 'IMAGIFY_SETTINGS_SLUG' , IMAGIFY_SLUG . '_settings' );
23
  define( 'IMAGIFY_WEB_MAIN' , 'https://imagify.io' );
inc/3rd-party/nextgen-gallery/inc/classes/class-attachment.php CHANGED
@@ -251,6 +251,12 @@ class Imagify_NGG_Attachment extends Imagify_Abstract_Attachment {
251
  return;
252
  }
253
 
 
 
 
 
 
 
254
  /**
255
  * Fires before optimizing an attachment.
256
  *
251
  return;
252
  }
253
 
254
+ // To avoid issue with "original_size" at 0 in "_imagify_data"
255
+ if ( 0 === $this->get_stats_data( 'original_size' ) ) {
256
+ delete_post_meta( $id, '_imagify_data' );
257
+ delete_post_meta( $id, '_imagify_status' );
258
+ }
259
+
260
  /**
261
  * Fires before optimizing an attachment.
262
  *
inc/classes/class-attachment.php CHANGED
@@ -211,6 +211,12 @@ class Imagify_Attachment extends Imagify_Abstract_Attachment {
211
  if ( $this->is_optimized() && ( $this->get_optimization_level() == $optimization_level ) ) {
212
  return;
213
  }
 
 
 
 
 
 
214
 
215
  /**
216
  * Fires before optimizing an attachment.
211
  if ( $this->is_optimized() && ( $this->get_optimization_level() == $optimization_level ) ) {
212
  return;
213
  }
214
+
215
+ // To avoid issue with "original_size" at 0 in "_imagify_data"
216
+ if ( 0 === $this->get_stats_data( 'original_size' ) ) {
217
+ delete_post_meta( $id, '_imagify_data' );
218
+ delete_post_meta( $id, '_imagify_status' );
219
+ }
220
 
221
  /**
222
  * Fires before optimizing an attachment.
languages/imagify-fr_FR.mo CHANGED
Binary file
languages/imagify-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Imagify\n"
4
- "POT-Creation-Date: 2016-04-18 15:16+0200\n"
5
- "PO-Revision-Date: 2016-04-18 15:17+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
@@ -21,13 +21,13 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
  #: inc/3rd-party/nextgen-gallery/inc/admin/enqueue.php:20 inc/admin/ajax.php:123
24
- #: inc/admin/meta-boxes.php:34 inc/functions/admin-ui.php:212
25
- #: inc/functions/i18n.php:46 inc/functions/i18n.php:61
26
  msgid "Optimize"
27
  msgstr "Optimiser"
28
 
29
  #: inc/3rd-party/nextgen-gallery/inc/admin/enqueue.php:21
30
- #: inc/functions/admin-ui.php:80 inc/functions/i18n.php:47
31
  msgid "Restore Original"
32
  msgstr "Restaurer l’original"
33
 
@@ -39,15 +39,15 @@ msgstr "Optimisation en masse"
39
  #: inc/admin/ajax.php:123 inc/admin/meta-boxes.php:29
40
  #: inc/functions/admin-ui.php:121 inc/functions/admin-ui.php:153
41
  #: inc/functions/admin-ui.php:159 inc/functions/admin-ui.php:165
42
- #: inc/functions/admin-ui.php:202 inc/functions/admin-ui.php:212
43
  msgid "Optimizing..."
44
  msgstr "En cours d’optimisation…"
45
 
46
- #: inc/admin/ajax.php:503
47
  msgid "Oops, It's almost over!"
48
  msgstr "Oups, c’est bientôt fini !"
49
 
50
- #: inc/admin/ajax.php:504
51
  #, php-format
52
  msgid ""
53
  "You have almost used all your credit.%sDon't forget to upgrade your "
@@ -56,15 +56,15 @@ msgstr ""
56
  "Vous avez bientôt utilisé tout votre crédit.%sN’oubliez pas de mettre à niveau "
57
  "votre abonnement pour continuer à optimiser vos images."
58
 
59
- #: inc/admin/ajax.php:505 inc/admin/ui/bulk.php:23
60
  msgid "View My Subscription"
61
  msgstr "Voir mon abonnement"
62
 
63
- #: inc/admin/ajax.php:513 inc/admin/ui/notices.php:251 inc/functions/i18n.php:80
64
  msgid "Oops, It's Over!"
65
  msgstr "Oups, c’est fini !"
66
 
67
- #: inc/admin/ajax.php:514 inc/admin/ui/notices.php:253 inc/functions/i18n.php:97
68
  #, php-format
69
  msgid ""
70
  "You have consumed all your credit for this month. You will have <strong>%s "
@@ -73,28 +73,28 @@ msgstr ""
73
  "Vous avez consommé tout votre crédit pour ce mois. Vous aurez à nouveau "
74
  "<strong>%s le %s</strong>."
75
 
76
- #: inc/admin/ajax.php:515
77
  msgid "Upgrade My Subscription"
78
  msgstr "Mettre à niveau mon abonnement"
79
 
80
- #: inc/admin/ajax.php:534 inc/admin/ui/bulk.php:17
81
  msgid "Account status"
82
  msgstr "Type de compte"
83
 
84
- #: inc/admin/ajax.php:535 inc/admin/ui/bulk.php:18
85
  msgid "Your subscription:"
86
  msgstr "Votre abonnement&nbsp;:"
87
 
88
- #: inc/admin/ajax.php:543 inc/admin/ui/bulk.php:48
89
  #, php-format
90
  msgid "You have %s space credit left"
91
  msgstr "Il vous reste %s de crédit"
92
 
93
- #: inc/admin/ajax.php:555
94
  msgid "View my subscription"
95
  msgstr "Voir mon abonnement"
96
 
97
- #: inc/admin/media.php:63 inc/functions/i18n.php:57
98
  msgid "Compare Original VS Optimized"
99
  msgstr "Comparer Originale VS Optimisée"
100
 
@@ -112,11 +112,11 @@ msgstr "Clé API invalide"
112
  msgid "Check your Settings"
113
  msgstr "Vérifiez vos réglages"
114
 
115
- #: inc/admin/options.php:120
116
  msgid "Cheatin&#8217; uh?"
117
  msgstr "Cheatin&#8217; uh?"
118
 
119
- #: inc/admin/options.php:128
120
  msgid "<strong>ERROR</strong>: options page not found."
121
  msgstr "<strong>Erreur</strong> : page d’options introuvable."
122
 
@@ -278,7 +278,7 @@ msgstr "Statut"
278
  msgid "Original"
279
  msgstr "Original"
280
 
281
- #: inc/admin/ui/bulk.php:266 inc/admin/upload.php:41 inc/functions/i18n.php:76
282
  msgid "Optimized"
283
  msgstr "Optimisées"
284
 
@@ -315,23 +315,23 @@ msgstr "Gain&nbsp;:"
315
  msgid "%sStart the bulk optimization%s"
316
  msgstr "%sDémarrer l’optimisation en masse%s"
317
 
318
- #: inc/admin/ui/notices.php:23
319
  msgid "Welcome to Imagify, the best way to easily optimize your images!"
320
  msgstr ""
321
  "Bienvenue sur Imagify, la meilleure façon d'optimiser facilement vos "
322
  "images&nbsp;!"
323
 
324
- #: inc/admin/ui/notices.php:25 inc/admin/ui/notices.php:90
325
- #: inc/admin/ui/notices.php:181 inc/admin/ui/notices.php:217
326
- #: inc/admin/ui/notices.php:256 inc/admin/ui/notices.php:361
327
  msgid "Dismiss this notice"
328
  msgstr "Fermer ce message"
329
 
330
- #: inc/admin/ui/notices.php:32
331
  msgid "Create an Account"
332
  msgstr "Créer un compte"
333
 
334
- #: inc/admin/ui/notices.php:33
335
  msgid ""
336
  "Don't have an Imagify account yet? Optimize your images by creating an account "
337
  "in a few seconds!"
@@ -339,15 +339,15 @@ msgstr ""
339
  "Vous n’avez pas encore de compte Imagify&nbsp;? Optimiser vos images en créant "
340
  "un compte en quelques secondes&nbsp;!"
341
 
342
- #: inc/admin/ui/notices.php:36
343
  msgid "Sign up, It's FREE!"
344
  msgstr "Inscrivez-vous, c’est GRATUIT&nbsp;!"
345
 
346
- #: inc/admin/ui/notices.php:42
347
  msgid "Enter your API Key"
348
  msgstr "Entrer la clé API"
349
 
350
- #: inc/admin/ui/notices.php:43
351
  #, php-format
352
  msgid ""
353
  "Save your API Key you have received by email or you can get it on your "
@@ -356,29 +356,30 @@ msgstr ""
356
  "Enregistrez la clé API que vous avez reçu par email ou que vous pouvez "
357
  "récupérer sur votre %spage de compte Imagify%s."
358
 
359
- #: inc/admin/ui/notices.php:46
360
  msgid "I have my API key"
361
  msgstr "J’ai récupéré ma clé API"
362
 
363
- #: inc/admin/ui/notices.php:52
364
  msgid "Configure it"
365
  msgstr "Configurer le"
366
 
367
- #: inc/admin/ui/notices.php:53
368
  msgid "It’s almost done! You have just to configure your optimization settings."
369
  msgstr ""
370
  "C’est bientôt terminé&nbsp;! Vous avez juste à configurer vos paramètres "
371
  "d'optimisation."
372
 
373
- #: inc/admin/ui/notices.php:54
374
  msgid "Go to Settings"
375
  msgstr "Aller aux réglages"
376
 
377
- #: inc/admin/ui/notices.php:85 inc/admin/ui/options.php:97
 
378
  msgid "Your API key isn't valid!"
379
  msgstr "Votre clé API n’est pas valide&nbsp;!"
380
 
381
- #: inc/admin/ui/notices.php:88
382
  #, php-format
383
  msgid ""
384
  "Go to your Imagify account page to get your API Key and specify it on %1$syour "
@@ -388,7 +389,7 @@ msgstr ""
388
  "renseigner dans %1$svos réglages%3$s ou %2$scréez un compte gratuitement%3$s "
389
  "si vous n’en avez pas encore un."
390
 
391
- #: inc/admin/ui/notices.php:138
392
  msgid ""
393
  "The following plugins are not compatible with this plugin and may cause "
394
  "unexpected results:"
@@ -396,15 +397,15 @@ msgstr ""
396
  "Les extensions suivantes ne sont pas compatibles avec ce plugin et peuvent "
397
  "générer des résultats inattendus :"
398
 
399
- #: inc/admin/ui/notices.php:144
400
  msgid "Deactivate"
401
  msgstr "Désactiver"
402
 
403
- #: inc/admin/ui/notices.php:173
404
  msgid "The external HTTP requests are blocked!"
405
  msgstr "Les requêtes HTTP externes sont bloquées&nbsp;!"
406
 
407
- #: inc/admin/ui/notices.php:174
408
  msgid ""
409
  "You defined the <code>WP_HTTP_BLOCK_EXTERNAL</code> constant in the <code>wp-"
410
  "config.php</code> to block all external HTTP requests."
@@ -413,7 +414,7 @@ msgstr ""
413
  "fichier <code>wp-config.php</code> pour bloquer toutes les requêtes HTTP "
414
  "externes."
415
 
416
- #: inc/admin/ui/notices.php:176
417
  msgid ""
418
  "To optimize your images, you have to put the following code in your <code>wp-"
419
  "config.php</code> file so that it works correctly."
@@ -421,24 +422,24 @@ msgstr ""
421
  "Pour optimiser vos images, vous devez insérer le code suivant dans le fichier "
422
  "<code>wp-config.php</code> afin que cela fonctionne correctement."
423
 
424
- #: inc/admin/ui/notices.php:177
425
  msgid "Click on the field and press Ctrl-A to select all."
426
  msgstr "Cliquez sur le champ et appuyez sur Ctrl-A pour tout sélectionner."
427
 
428
- #: inc/admin/ui/notices.php:213
429
  msgid "You're missing out!"
430
  msgstr "Vous passez à côté de quelque chose !"
431
 
432
- #: inc/admin/ui/notices.php:214
433
  msgid "Use the List view to optimize images with Imagify."
434
  msgstr "Utilisez la vue liste pour optimiser vos images avec Imagify."
435
 
436
- #: inc/admin/ui/notices.php:215
437
  msgid "Switch to the List View"
438
  msgstr "Basculer en vue liste"
439
 
440
- #: inc/admin/ui/notices.php:253 inc/functions/i18n.php:94
441
- #: inc/functions/i18n.php:97
442
  #, php-format
443
  msgid ""
444
  "To continue to optimize your images, log in to your Imagify account to %sbuy a "
@@ -447,20 +448,20 @@ msgstr ""
447
  "Pour continuer à optimiser vos images, connectez-vous à votre compte Imagify "
448
  "pour %sacheter un pack ou souscrire à un plan%s."
449
 
450
- #: inc/admin/ui/notices.php:306 inc/admin/ui/options.php:28
451
  msgid "Discover the best caching plugin to speed up your website."
452
  msgstr "Découvrez le meilleur plugin de cache pour accélérer votre site."
453
 
454
- #: inc/admin/ui/notices.php:309 inc/admin/ui/options.php:36
455
  #, php-format
456
  msgid "%sGet %s off%s with this coupon code:%s"
457
  msgstr "Obtenez %s%s%s de réduction avec le code promo&nbsp;:%s"
458
 
459
- #: inc/admin/ui/notices.php:318 inc/admin/ui/options.php:41
460
  msgid "Get WP Rocket now"
461
  msgstr "Je veux WP Rocket&nbsp;!"
462
 
463
- #: inc/admin/ui/notices.php:354
464
  #, php-format
465
  msgid ""
466
  "%1$sCongratulations%2$s, you have optimized %1$s%3$d images%2$s and improved "
@@ -469,7 +470,7 @@ msgstr ""
469
  "%1$sFélicitations%2$s ! Vous avez optimisé %1$s%3$d images%2$s et améliorez le "
470
  "temps de chargement de votre site en réduisant le poids de vos images."
471
 
472
- #: inc/admin/ui/notices.php:356 inc/admin/ui/options.php:59
473
  #, php-format
474
  msgid ""
475
  "%sDo you like this plugin?%s Please take a few seconds to %srate it on "
@@ -486,7 +487,7 @@ msgstr "Votre site est trop lent ?"
486
  msgid "API Key"
487
  msgstr "Clé API"
488
 
489
- #: inc/admin/ui/options.php:91 inc/functions/i18n.php:31
490
  msgid "Your API key is valid."
491
  msgstr "Votre clé API est valide."
492
 
@@ -693,7 +694,7 @@ msgstr ""
693
  "baisse de qualité sur vos images, nous vous recommandons ce niveau."
694
 
695
  #: inc/admin/ui/options.php:380 inc/admin/ui/options.php:502
696
- #: inc/functions/admin-ui.php:659 inc/functions/i18n.php:58
697
  msgid "Close"
698
  msgstr "Fermer"
699
 
@@ -721,17 +722,17 @@ msgstr "Niveau&nbsp;:"
721
 
722
  #: inc/admin/ui/options.php:433 inc/admin/ui/options.php:443
723
  #: inc/admin/ui/options.php:463 inc/admin/ui/options.php:484
724
- #: inc/functions/i18n.php:59
725
  msgid "File Size:"
726
  msgstr "Poids du fichier:"
727
 
728
  #: inc/admin/ui/options.php:447 inc/admin/ui/options.php:467
729
  #: inc/admin/ui/options.php:488 inc/functions/admin-ui.php:45
730
- #: inc/functions/i18n.php:60
731
  msgid "Original Saving:"
732
  msgstr "Gain sur l’original&nbsp;:"
733
 
734
- #: inc/admin/upload.php:42 inc/functions/i18n.php:77
735
  msgid "Unoptimized"
736
  msgstr "Non optimisées"
737
 
@@ -807,227 +808,246 @@ msgstr "Réoptimiser en %s"
807
  msgid "%s can't be optimized"
808
  msgstr "%s ne peut pas être optimisé"
809
 
810
- #: inc/functions/admin-ui.php:237
811
  msgid "What plan do I need?"
812
- msgstr ""
813
 
814
- #: inc/functions/admin-ui.php:241
815
  msgid "You're new to Imagify?"
816
- msgstr ""
817
 
818
- #: inc/functions/admin-ui.php:242
819
  msgid ""
820
  "Let us help you by analyzing your existing images and determinate the best "
821
  "plan for you"
822
  msgstr ""
 
 
823
 
824
- #: inc/functions/admin-ui.php:277
825
  msgid "Choose Plan"
826
- msgstr ""
827
 
828
- #: inc/functions/admin-ui.php:278
829
  msgid "Payment Info"
830
- msgstr ""
831
 
832
- #: inc/functions/admin-ui.php:283
833
  msgid "We analysed your images"
834
- msgstr ""
835
 
836
- #: inc/functions/admin-ui.php:289
837
  #, php-format
838
  msgid "You have %s images"
839
- msgstr ""
840
 
841
- #: inc/functions/admin-ui.php:295
842
  #, php-format
843
  msgid "You actually have %s of images in your library."
844
- msgstr ""
845
 
846
- #: inc/functions/admin-ui.php:299
847
  #, php-format
848
  msgid "You upload around %s of images per month."
849
- msgstr ""
850
 
851
- #: inc/functions/admin-ui.php:306
852
  msgid "We recommend you this plan"
853
- msgstr ""
854
 
855
- #: inc/functions/admin-ui.php:311
856
  msgid "Subscribe a monthly plan"
857
- msgstr ""
858
 
859
- #: inc/functions/admin-ui.php:312
860
  msgid "Subscribe a yearly plan"
861
- msgstr ""
862
-
863
- #: inc/functions/admin-ui.php:316 inc/functions/admin-ui.php:452
864
- #: inc/functions/admin-ui.php:620
865
- msgid "Monthly"
866
- msgstr ""
867
 
868
  #: inc/functions/admin-ui.php:319 inc/functions/admin-ui.php:455
869
  #: inc/functions/admin-ui.php:623
 
 
 
 
 
870
  msgid "Yearly"
871
- msgstr ""
872
 
873
- #: inc/functions/admin-ui.php:319 inc/functions/admin-ui.php:455
874
- #: inc/functions/admin-ui.php:623
875
  msgid "2 months free"
876
- msgstr ""
877
 
878
- #: inc/functions/admin-ui.php:330 inc/functions/admin-ui.php:349
879
- #: inc/functions/admin-ui.php:465 inc/functions/admin-ui.php:475
880
  msgid "/month"
881
- msgstr ""
882
 
883
- #: inc/functions/admin-ui.php:332 inc/functions/admin-ui.php:380
884
- #: inc/functions/admin-ui.php:467 inc/functions/admin-ui.php:518
885
  #, php-format
886
  msgid "approx: %s images"
887
- msgstr ""
888
 
889
- #: inc/functions/admin-ui.php:353 inc/functions/admin-ui.php:481
890
  #, php-format
891
  msgid ""
892
  "%s per<br>\n"
893
  "additionnal Gb"
894
  msgstr ""
 
 
895
 
896
- #: inc/functions/admin-ui.php:358 inc/functions/admin-ui.php:393
897
- #: inc/functions/admin-ui.php:577 inc/functions/admin-ui.php:598
898
  msgid "Choose another plan"
899
- msgstr ""
900
 
901
- #: inc/functions/admin-ui.php:368
902
  msgid "Optimize the images you already have, buy a one-time plan"
903
- msgstr ""
904
 
905
- #: inc/functions/admin-ui.php:404
906
  msgid "Checkout"
907
- msgstr ""
908
 
909
- #: inc/functions/admin-ui.php:408
910
  msgid ""
911
  "Monthly plans comes with credits which is renewed every months. The billing "
912
  "happens automatically each month or year depending the billing period you "
913
  "choose."
914
  msgstr ""
 
 
 
915
 
916
- #: inc/functions/admin-ui.php:432
917
  msgid "Monthly Plans"
918
- msgstr ""
919
 
920
- #: inc/functions/admin-ui.php:437
921
  msgid "One Time Plans"
922
- msgstr ""
923
 
924
- #: inc/functions/admin-ui.php:447
925
  msgid ""
926
  "Monthly plans come with credits which is renewed every months. The billing "
927
  "happens automatically each month or year depending the billing period you "
928
  "choose."
929
  msgstr ""
 
 
 
930
 
931
- #: inc/functions/admin-ui.php:479 inc/functions/admin-ui.php:526
932
  msgid "we recommend for you"
933
- msgstr ""
934
 
935
- #: inc/functions/admin-ui.php:487 inc/functions/admin-ui.php:530
936
  msgid "Choose plan"
937
- msgstr ""
938
 
939
- #: inc/functions/admin-ui.php:495
940
  msgid "Need more?"
941
- msgstr ""
942
 
943
- #: inc/functions/admin-ui.php:496
944
  msgid "for special needs"
945
- msgstr ""
946
 
947
- #: inc/functions/admin-ui.php:500
948
  msgid "Contact Us"
949
- msgstr ""
950
 
951
- #: inc/functions/admin-ui.php:507
952
  msgid ""
953
  "One time plans are useful if you have a lots of existing images which need to "
954
  "be optimized. You can use it for bulk optimizing all your past images. You "
955
  "will pay only once."
956
  msgstr ""
 
 
 
957
 
958
- #: inc/functions/admin-ui.php:560
959
  msgid "Your order"
960
- msgstr ""
961
 
962
- #: inc/functions/admin-ui.php:565
963
  #, php-format
964
  msgid "%scancel%sYou just removed %s"
965
- msgstr ""
966
 
967
- #: inc/functions/admin-ui.php:573 inc/functions/admin-ui.php:594
968
  msgid "Remove this item"
969
- msgstr ""
970
 
971
- #: inc/functions/admin-ui.php:580
972
  #, php-format
973
  msgid "%s per month"
974
- msgstr ""
975
 
976
- #: inc/functions/admin-ui.php:601
977
  #, php-format
978
  msgid "one time %s"
979
- msgstr ""
980
 
981
- #: inc/functions/admin-ui.php:614
982
  #, php-format
983
  msgid ""
984
  "Switch to yearly subscription and <br><strong class=\"imagify-dark\">save %s "
985
  "per year!</strong>"
986
  msgstr ""
 
 
987
 
988
- #: inc/functions/admin-ui.php:615
989
  #, php-format
990
  msgid ""
991
  "Perfect!<br>You're <strong class=\"imagify-dark\">saving %s per year!</strong>"
992
  msgstr ""
 
 
993
 
994
- #: inc/functions/admin-ui.php:654
995
  msgid "Thank you for being awesome!"
996
- msgstr ""
997
 
998
- #: inc/functions/admin-ui.php:665
999
  msgid "What do our user think about Imagify"
1000
- msgstr ""
1001
 
1002
- #: inc/functions/admin-ui.php:699
1003
  msgid "Secure Credit Card Payment"
1004
- msgstr ""
1005
 
1006
- #: inc/functions/admin-ui.php:700
1007
  msgid "This is secure 128-bits SSL encrypted payment"
1008
- msgstr ""
1009
 
1010
- #: inc/functions/i18n.php:19
 
1011
  msgid "Let's get you started!"
1012
- msgstr "C’est parti&nbsp;!"
1013
 
1014
- #: inc/functions/i18n.php:20
1015
  msgid "Enter your email to get an API key:"
1016
  msgstr "Indiquez votre e-mail pour recevoir votre clé API&nbsp;:"
1017
 
1018
- #: inc/functions/i18n.php:21
1019
  msgid "Sign Up"
1020
  msgstr "S’inscrire"
1021
 
1022
- #: inc/functions/i18n.php:22
1023
  msgid "You need to specify an email!"
1024
  msgstr "Vous devez indiquer un e-mail&nbsp;!"
1025
 
1026
- #: inc/functions/i18n.php:23 inc/functions/i18n.php:29
 
1027
  msgid "Congratulations!"
1028
- msgstr "Félicitations&nbsp;!"
1029
 
1030
- #: inc/functions/i18n.php:24
1031
  msgid ""
1032
  "Your account has been succesfully created. Please check your mailbox, you are "
1033
  "going to receive an email with API key."
@@ -1035,23 +1055,24 @@ msgstr ""
1035
  "Votre compte a été créé avec succès. Vérifiez votre boîte de réception, vous "
1036
  "allez recevoir un e-mail avec votre clé API."
1037
 
1038
- #: inc/functions/i18n.php:25
 
1039
  msgid "Connect to Imagify!"
1040
- msgstr "Se connecter à Imagify&nbsp;!"
1041
 
1042
- #: inc/functions/i18n.php:26
1043
  msgid "Paste your API key below:"
1044
  msgstr "Copiez votre clé API ci-dessous&nbsp;:"
1045
 
1046
- #: inc/functions/i18n.php:27
1047
  msgid "Connect me"
1048
  msgstr "Connectez-moi"
1049
 
1050
- #: inc/functions/i18n.php:28
1051
  msgid "Check in progress..."
1052
  msgstr "Vérification en cours…"
1053
 
1054
- #: inc/functions/i18n.php:30
1055
  msgid ""
1056
  "Your API key is valid. You can now configure the Imagify settings to optimize "
1057
  "your images."
@@ -1059,15 +1080,15 @@ msgstr ""
1059
  "Votre clé API est valide. Vous pouvez maintenant configurer les réglages "
1060
  "d’Imagify pour optimiser vos images."
1061
 
1062
- #: inc/functions/i18n.php:32
1063
  msgid "Cancel"
1064
  msgstr ""
1065
 
1066
- #: inc/functions/i18n.php:38
1067
  msgid "Don't Need a Parachute?"
1068
  msgstr "Pas besoin d’un parachute&nbsp;?"
1069
 
1070
- #: inc/functions/i18n.php:39
1071
  msgid ""
1072
  "If you keep this option deactivated, you won't be able to re-optimize your "
1073
  "images to another compression level and restore your original images in case "
@@ -1077,19 +1098,19 @@ msgstr ""
1077
  "réoptimiser vos images à un autre niveau de compression et de restaurer vos "
1078
  "images originales en cas de besoin."
1079
 
1080
- #: inc/functions/i18n.php:55
1081
  msgid "Original Image"
1082
  msgstr "Image d’origine"
1083
 
1084
- #: inc/functions/i18n.php:56
1085
  msgid "Optimized Image"
1086
  msgstr "Image optimisée"
1087
 
1088
- #: inc/functions/i18n.php:70
1089
  msgid "Please wait..."
1090
  msgstr "Un peu d’attente…"
1091
 
1092
- #: inc/functions/i18n.php:71
1093
  msgid ""
1094
  "We are trying to get your unoptimized images, it may take time depending on "
1095
  "the number of images."
@@ -1097,11 +1118,11 @@ msgstr ""
1097
  "Nous sommes en train de récupérer vos images non-optimisées, cela peut prendre "
1098
  "du temps en fonction du nombre d’images."
1099
 
1100
- #: inc/functions/i18n.php:73
1101
  msgid "Oops, There is something wrong!"
1102
  msgstr "Oups, une erreur est survenue !"
1103
 
1104
- #: inc/functions/i18n.php:74
1105
  msgid ""
1106
  "An unknow error occurred when we tried to get all your unoptimized images. Try "
1107
  "again and if the issue still persist, please contact us!"
@@ -1110,19 +1131,19 @@ msgstr ""
1110
  "vos images non optimisées. Essayez encore et si le problème persiste, "
1111
  "contactez-nous !"
1112
 
1113
- #: inc/functions/i18n.php:78
1114
  msgid "Error"
1115
  msgstr "Erreur"
1116
 
1117
- #: inc/functions/i18n.php:81
1118
  msgid "Hold on!"
1119
  msgstr "Halte là&nbsp;!"
1120
 
1121
- #: inc/functions/i18n.php:82
1122
  msgid "All your images have been optimized by Imagify. Congratulations!"
1123
  msgstr "Toutes vos images ont été optimisées par Imagify. Félicitations&nbsp;!"
1124
 
1125
- #: inc/functions/i18n.php:84
1126
  #, php-format
1127
  msgid ""
1128
  "Discover @imagify, the new compression tool to optimize your images for free. "
@@ -1131,12 +1152,12 @@ msgstr ""
1131
  "Découvrez @imagify, le nouvel outil de compression pour optimiser vos images. "
1132
  "J’ai optimisé %1$s sur %2$s !"
1133
 
1134
- #: inc/functions/i18n.php:88
1135
  msgid "Imagify is still processing. Are you sure you want to leave this page?"
1136
  msgstr ""
1137
  "Imagify travaille encore. Êtes-vous sûr(e) de vouloir quitter cette page ?"
1138
 
1139
- #: inc/functions/i18n.php:97
1140
  msgid "F j, Y"
1141
  msgstr ""
1142
 
@@ -1181,14 +1202,18 @@ msgid ""
1181
  "load faster, boost your SEO and save money on your bandwith using Imagify, the "
1182
  "new most advanced image optimization tool."
1183
  msgstr ""
 
 
 
 
1184
 
1185
  #. Author of the plugin/theme
1186
  msgid "WP Media"
1187
- msgstr ""
1188
 
1189
  #. Author URI of the plugin/theme
1190
  msgid "http://wp-media.me"
1191
- msgstr ""
1192
 
1193
  #~ msgid ""
1194
  #~ "All images greater than %s%% will be optimized when using a paying monthly "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Imagify\n"
4
+ "POT-Creation-Date: 2016-06-14 18:20+0200\n"
5
+ "PO-Revision-Date: 2016-06-14 18:40+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
  #: inc/3rd-party/nextgen-gallery/inc/admin/enqueue.php:20 inc/admin/ajax.php:123
24
+ #: inc/admin/meta-boxes.php:34 inc/functions/admin-ui.php:215
25
+ #: inc/functions/i18n.php:48 inc/functions/i18n.php:63
26
  msgid "Optimize"
27
  msgstr "Optimiser"
28
 
29
  #: inc/3rd-party/nextgen-gallery/inc/admin/enqueue.php:21
30
+ #: inc/functions/admin-ui.php:80 inc/functions/i18n.php:49
31
  msgid "Restore Original"
32
  msgstr "Restaurer l’original"
33
 
39
  #: inc/admin/ajax.php:123 inc/admin/meta-boxes.php:29
40
  #: inc/functions/admin-ui.php:121 inc/functions/admin-ui.php:153
41
  #: inc/functions/admin-ui.php:159 inc/functions/admin-ui.php:165
42
+ #: inc/functions/admin-ui.php:205 inc/functions/admin-ui.php:215
43
  msgid "Optimizing..."
44
  msgstr "En cours d’optimisation…"
45
 
46
+ #: inc/admin/ajax.php:507
47
  msgid "Oops, It's almost over!"
48
  msgstr "Oups, c’est bientôt fini&nbsp;!"
49
 
50
+ #: inc/admin/ajax.php:508
51
  #, php-format
52
  msgid ""
53
  "You have almost used all your credit.%sDon't forget to upgrade your "
56
  "Vous avez bientôt utilisé tout votre crédit.%sN’oubliez pas de mettre à niveau "
57
  "votre abonnement pour continuer à optimiser vos images."
58
 
59
+ #: inc/admin/ajax.php:509 inc/admin/ui/bulk.php:23
60
  msgid "View My Subscription"
61
  msgstr "Voir mon abonnement"
62
 
63
+ #: inc/admin/ajax.php:517 inc/admin/ui/notices.php:258 inc/functions/i18n.php:83
64
  msgid "Oops, It's Over!"
65
  msgstr "Oups, c’est fini !"
66
 
67
+ #: inc/admin/ajax.php:518 inc/admin/ui/notices.php:260 inc/functions/i18n.php:100
68
  #, php-format
69
  msgid ""
70
  "You have consumed all your credit for this month. You will have <strong>%s "
73
  "Vous avez consommé tout votre crédit pour ce mois. Vous aurez à nouveau "
74
  "<strong>%s le %s</strong>."
75
 
76
+ #: inc/admin/ajax.php:519
77
  msgid "Upgrade My Subscription"
78
  msgstr "Mettre à niveau mon abonnement"
79
 
80
+ #: inc/admin/ajax.php:538 inc/admin/ui/bulk.php:17
81
  msgid "Account status"
82
  msgstr "Type de compte"
83
 
84
+ #: inc/admin/ajax.php:539 inc/admin/ui/bulk.php:18
85
  msgid "Your subscription:"
86
  msgstr "Votre abonnement&nbsp;:"
87
 
88
+ #: inc/admin/ajax.php:547 inc/admin/ui/bulk.php:48
89
  #, php-format
90
  msgid "You have %s space credit left"
91
  msgstr "Il vous reste %s de crédit"
92
 
93
+ #: inc/admin/ajax.php:559
94
  msgid "View my subscription"
95
  msgstr "Voir mon abonnement"
96
 
97
+ #: inc/admin/media.php:63 inc/functions/i18n.php:59
98
  msgid "Compare Original VS Optimized"
99
  msgstr "Comparer Originale VS Optimisée"
100
 
112
  msgid "Check your Settings"
113
  msgstr "Vérifiez vos réglages"
114
 
115
+ #: inc/admin/options.php:119
116
  msgid "Cheatin&#8217; uh?"
117
  msgstr "Cheatin&#8217; uh?"
118
 
119
+ #: inc/admin/options.php:127
120
  msgid "<strong>ERROR</strong>: options page not found."
121
  msgstr "<strong>Erreur</strong> : page d’options introuvable."
122
 
278
  msgid "Original"
279
  msgstr "Original"
280
 
281
+ #: inc/admin/ui/bulk.php:266 inc/admin/upload.php:41 inc/functions/i18n.php:79
282
  msgid "Optimized"
283
  msgstr "Optimisées"
284
 
315
  msgid "%sStart the bulk optimization%s"
316
  msgstr "%sDémarrer l’optimisation en masse%s"
317
 
318
+ #: inc/admin/ui/notices.php:24
319
  msgid "Welcome to Imagify, the best way to easily optimize your images!"
320
  msgstr ""
321
  "Bienvenue sur Imagify, la meilleure façon d'optimiser facilement vos "
322
  "images&nbsp;!"
323
 
324
+ #: inc/admin/ui/notices.php:26 inc/admin/ui/notices.php:92
325
+ #: inc/admin/ui/notices.php:186 inc/admin/ui/notices.php:223
326
+ #: inc/admin/ui/notices.php:263 inc/admin/ui/notices.php:370
327
  msgid "Dismiss this notice"
328
  msgstr "Fermer ce message"
329
 
330
+ #: inc/admin/ui/notices.php:33
331
  msgid "Create an Account"
332
  msgstr "Créer un compte"
333
 
334
+ #: inc/admin/ui/notices.php:34
335
  msgid ""
336
  "Don't have an Imagify account yet? Optimize your images by creating an account "
337
  "in a few seconds!"
339
  "Vous n’avez pas encore de compte Imagify&nbsp;? Optimiser vos images en créant "
340
  "un compte en quelques secondes&nbsp;!"
341
 
342
+ #: inc/admin/ui/notices.php:37
343
  msgid "Sign up, It's FREE!"
344
  msgstr "Inscrivez-vous, c’est GRATUIT&nbsp;!"
345
 
346
+ #: inc/admin/ui/notices.php:43
347
  msgid "Enter your API Key"
348
  msgstr "Entrer la clé API"
349
 
350
+ #: inc/admin/ui/notices.php:44
351
  #, php-format
352
  msgid ""
353
  "Save your API Key you have received by email or you can get it on your "
356
  "Enregistrez la clé API que vous avez reçu par email ou que vous pouvez "
357
  "récupérer sur votre %spage de compte Imagify%s."
358
 
359
+ #: inc/admin/ui/notices.php:47
360
  msgid "I have my API key"
361
  msgstr "J’ai récupéré ma clé API"
362
 
363
+ #: inc/admin/ui/notices.php:53
364
  msgid "Configure it"
365
  msgstr "Configurer le"
366
 
367
+ #: inc/admin/ui/notices.php:54
368
  msgid "It’s almost done! You have just to configure your optimization settings."
369
  msgstr ""
370
  "C’est bientôt terminé&nbsp;! Vous avez juste à configurer vos paramètres "
371
  "d'optimisation."
372
 
373
+ #: inc/admin/ui/notices.php:55
374
  msgid "Go to Settings"
375
  msgstr "Aller aux réglages"
376
 
377
+ #: inc/admin/ui/notices.php:87 inc/admin/ui/options.php:97
378
+ #: inc/functions/i18n.php:77
379
  msgid "Your API key isn't valid!"
380
  msgstr "Votre clé API n’est pas valide&nbsp;!"
381
 
382
+ #: inc/admin/ui/notices.php:90
383
  #, php-format
384
  msgid ""
385
  "Go to your Imagify account page to get your API Key and specify it on %1$syour "
389
  "renseigner dans %1$svos réglages%3$s ou %2$scréez un compte gratuitement%3$s "
390
  "si vous n’en avez pas encore un."
391
 
392
+ #: inc/admin/ui/notices.php:142
393
  msgid ""
394
  "The following plugins are not compatible with this plugin and may cause "
395
  "unexpected results:"
397
  "Les extensions suivantes ne sont pas compatibles avec ce plugin et peuvent "
398
  "générer des résultats inattendus :"
399
 
400
+ #: inc/admin/ui/notices.php:148
401
  msgid "Deactivate"
402
  msgstr "Désactiver"
403
 
404
+ #: inc/admin/ui/notices.php:178
405
  msgid "The external HTTP requests are blocked!"
406
  msgstr "Les requêtes HTTP externes sont bloquées&nbsp;!"
407
 
408
+ #: inc/admin/ui/notices.php:179
409
  msgid ""
410
  "You defined the <code>WP_HTTP_BLOCK_EXTERNAL</code> constant in the <code>wp-"
411
  "config.php</code> to block all external HTTP requests."
414
  "fichier <code>wp-config.php</code> pour bloquer toutes les requêtes HTTP "
415
  "externes."
416
 
417
+ #: inc/admin/ui/notices.php:181
418
  msgid ""
419
  "To optimize your images, you have to put the following code in your <code>wp-"
420
  "config.php</code> file so that it works correctly."
422
  "Pour optimiser vos images, vous devez insérer le code suivant dans le fichier "
423
  "<code>wp-config.php</code> afin que cela fonctionne correctement."
424
 
425
+ #: inc/admin/ui/notices.php:182
426
  msgid "Click on the field and press Ctrl-A to select all."
427
  msgstr "Cliquez sur le champ et appuyez sur Ctrl-A pour tout sélectionner."
428
 
429
+ #: inc/admin/ui/notices.php:219
430
  msgid "You're missing out!"
431
  msgstr "Vous passez à côté de quelque chose !"
432
 
433
+ #: inc/admin/ui/notices.php:220
434
  msgid "Use the List view to optimize images with Imagify."
435
  msgstr "Utilisez la vue liste pour optimiser vos images avec Imagify."
436
 
437
+ #: inc/admin/ui/notices.php:221
438
  msgid "Switch to the List View"
439
  msgstr "Basculer en vue liste"
440
 
441
+ #: inc/admin/ui/notices.php:260 inc/functions/i18n.php:97
442
+ #: inc/functions/i18n.php:100
443
  #, php-format
444
  msgid ""
445
  "To continue to optimize your images, log in to your Imagify account to %sbuy a "
448
  "Pour continuer à optimiser vos images, connectez-vous à votre compte Imagify "
449
  "pour %sacheter un pack ou souscrire à un plan%s."
450
 
451
+ #: inc/admin/ui/notices.php:314 inc/admin/ui/options.php:28
452
  msgid "Discover the best caching plugin to speed up your website."
453
  msgstr "Découvrez le meilleur plugin de cache pour accélérer votre site."
454
 
455
+ #: inc/admin/ui/notices.php:317 inc/admin/ui/options.php:36
456
  #, php-format
457
  msgid "%sGet %s off%s with this coupon code:%s"
458
  msgstr "Obtenez %s%s%s de réduction avec le code promo&nbsp;:%s"
459
 
460
+ #: inc/admin/ui/notices.php:326 inc/admin/ui/options.php:41
461
  msgid "Get WP Rocket now"
462
  msgstr "Je veux WP Rocket&nbsp;!"
463
 
464
+ #: inc/admin/ui/notices.php:363
465
  #, php-format
466
  msgid ""
467
  "%1$sCongratulations%2$s, you have optimized %1$s%3$d images%2$s and improved "
470
  "%1$sFélicitations%2$s ! Vous avez optimisé %1$s%3$d images%2$s et améliorez le "
471
  "temps de chargement de votre site en réduisant le poids de vos images."
472
 
473
+ #: inc/admin/ui/notices.php:365 inc/admin/ui/options.php:59
474
  #, php-format
475
  msgid ""
476
  "%sDo you like this plugin?%s Please take a few seconds to %srate it on "
487
  msgid "API Key"
488
  msgstr "Clé API"
489
 
490
+ #: inc/admin/ui/options.php:91 inc/functions/i18n.php:32
491
  msgid "Your API key is valid."
492
  msgstr "Votre clé API est valide."
493
 
694
  "baisse de qualité sur vos images, nous vous recommandons ce niveau."
695
 
696
  #: inc/admin/ui/options.php:380 inc/admin/ui/options.php:502
697
+ #: inc/functions/admin-ui.php:662 inc/functions/i18n.php:60
698
  msgid "Close"
699
  msgstr "Fermer"
700
 
722
 
723
  #: inc/admin/ui/options.php:433 inc/admin/ui/options.php:443
724
  #: inc/admin/ui/options.php:463 inc/admin/ui/options.php:484
725
+ #: inc/functions/i18n.php:61
726
  msgid "File Size:"
727
  msgstr "Poids du fichier:"
728
 
729
  #: inc/admin/ui/options.php:447 inc/admin/ui/options.php:467
730
  #: inc/admin/ui/options.php:488 inc/functions/admin-ui.php:45
731
+ #: inc/functions/i18n.php:62
732
  msgid "Original Saving:"
733
  msgstr "Gain sur l’original&nbsp;:"
734
 
735
+ #: inc/admin/upload.php:42 inc/functions/i18n.php:80
736
  msgid "Unoptimized"
737
  msgstr "Non optimisées"
738
 
808
  msgid "%s can't be optimized"
809
  msgstr "%s ne peut pas être optimisé"
810
 
811
+ #: inc/functions/admin-ui.php:240
812
  msgid "What plan do I need?"
813
+ msgstr "De quel plan ai-je besoin&nbsp;?"
814
 
815
+ #: inc/functions/admin-ui.php:244
816
  msgid "You're new to Imagify?"
817
+ msgstr "Vous êtes nouveau sur Imagify&nbsp;?"
818
 
819
+ #: inc/functions/admin-ui.php:245
820
  msgid ""
821
  "Let us help you by analyzing your existing images and determinate the best "
822
  "plan for you"
823
  msgstr ""
824
+ "Laissez-nous vous aider en analysant vos images existantes et déterminer le "
825
+ "meilleur plan pour vous"
826
 
827
+ #: inc/functions/admin-ui.php:280
828
  msgid "Choose Plan"
829
+ msgstr "Choisissez un plan"
830
 
831
+ #: inc/functions/admin-ui.php:281
832
  msgid "Payment Info"
833
+ msgstr "Information de paiement"
834
 
835
+ #: inc/functions/admin-ui.php:286
836
  msgid "We analysed your images"
837
+ msgstr "Nous avons analysé vos images"
838
 
839
+ #: inc/functions/admin-ui.php:292
840
  #, php-format
841
  msgid "You have %s images"
842
+ msgstr "Vous avez %s images"
843
 
844
+ #: inc/functions/admin-ui.php:298
845
  #, php-format
846
  msgid "You actually have %s of images in your library."
847
+ msgstr "Vous avez actuellement %s d’images dans votre bibliothèque."
848
 
849
+ #: inc/functions/admin-ui.php:302
850
  #, php-format
851
  msgid "You upload around %s of images per month."
852
+ msgstr "Vous chargez environ %s d’images par mois."
853
 
854
+ #: inc/functions/admin-ui.php:309
855
  msgid "We recommend you this plan"
856
+ msgstr "Nous vous recommandons ce plan"
857
 
858
+ #: inc/functions/admin-ui.php:314
859
  msgid "Subscribe a monthly plan"
860
+ msgstr "Souscrire un plan mensuel"
861
 
862
+ #: inc/functions/admin-ui.php:315
863
  msgid "Subscribe a yearly plan"
864
+ msgstr "Souscrire un plan annuel"
 
 
 
 
 
865
 
866
  #: inc/functions/admin-ui.php:319 inc/functions/admin-ui.php:455
867
  #: inc/functions/admin-ui.php:623
868
+ msgid "Monthly"
869
+ msgstr "Mensuel"
870
+
871
+ #: inc/functions/admin-ui.php:322 inc/functions/admin-ui.php:458
872
+ #: inc/functions/admin-ui.php:626
873
  msgid "Yearly"
874
+ msgstr "Annuel"
875
 
876
+ #: inc/functions/admin-ui.php:322 inc/functions/admin-ui.php:458
877
+ #: inc/functions/admin-ui.php:626
878
  msgid "2 months free"
879
+ msgstr "2 mois gratuits"
880
 
881
+ #: inc/functions/admin-ui.php:333 inc/functions/admin-ui.php:352
882
+ #: inc/functions/admin-ui.php:468 inc/functions/admin-ui.php:478
883
  msgid "/month"
884
+ msgstr "/mois"
885
 
886
+ #: inc/functions/admin-ui.php:335 inc/functions/admin-ui.php:383
887
+ #: inc/functions/admin-ui.php:470 inc/functions/admin-ui.php:521
888
  #, php-format
889
  msgid "approx: %s images"
890
+ msgstr "approx&nbsp;: %s images"
891
 
892
+ #: inc/functions/admin-ui.php:356 inc/functions/admin-ui.php:484
893
  #, php-format
894
  msgid ""
895
  "%s per<br>\n"
896
  "additionnal Gb"
897
  msgstr ""
898
+ "%s par<br>\n"
899
+ "Go additionnel"
900
 
901
+ #: inc/functions/admin-ui.php:361 inc/functions/admin-ui.php:396
902
+ #: inc/functions/admin-ui.php:580 inc/functions/admin-ui.php:601
903
  msgid "Choose another plan"
904
+ msgstr "Choisir un autre plan"
905
 
906
+ #: inc/functions/admin-ui.php:371
907
  msgid "Optimize the images you already have, buy a one-time plan"
908
+ msgstr "Optimisez les images que vous avez déjà, achetez un plan « One Time » "
909
 
910
+ #: inc/functions/admin-ui.php:407
911
  msgid "Checkout"
912
+ msgstr "Commander"
913
 
914
+ #: inc/functions/admin-ui.php:411
915
  msgid ""
916
  "Monthly plans comes with credits which is renewed every months. The billing "
917
  "happens automatically each month or year depending the billing period you "
918
  "choose."
919
  msgstr ""
920
+ "Les plans mensuels apportent un crédits qui est renouvelé tous les mois. La "
921
+ "facturation arrive automatiquement tous les mois ou années dépendamment de "
922
+ "votre choix de période de facturation."
923
 
924
+ #: inc/functions/admin-ui.php:435
925
  msgid "Monthly Plans"
926
+ msgstr "Plans Mensuels"
927
 
928
+ #: inc/functions/admin-ui.php:440
929
  msgid "One Time Plans"
930
+ msgstr "Plans « One Time »"
931
 
932
+ #: inc/functions/admin-ui.php:450
933
  msgid ""
934
  "Monthly plans come with credits which is renewed every months. The billing "
935
  "happens automatically each month or year depending the billing period you "
936
  "choose."
937
  msgstr ""
938
+ "Les plans mensuels apportent un crédits qui est renouvelé tous les mois. La "
939
+ "facturation arrive automatiquement tous les mois ou années dépendamment de "
940
+ "votre choix de période de facturation."
941
 
942
+ #: inc/functions/admin-ui.php:482 inc/functions/admin-ui.php:529
943
  msgid "we recommend for you"
944
+ msgstr "nous vous recommandons"
945
 
946
+ #: inc/functions/admin-ui.php:490 inc/functions/admin-ui.php:533
947
  msgid "Choose plan"
948
+ msgstr "Choisir ce plan"
949
 
950
+ #: inc/functions/admin-ui.php:498
951
  msgid "Need more?"
952
+ msgstr "Besoin de plus&nbsp;?"
953
 
954
+ #: inc/functions/admin-ui.php:499
955
  msgid "for special needs"
956
+ msgstr "pour les besoins particuliers"
957
 
958
+ #: inc/functions/admin-ui.php:503
959
  msgid "Contact Us"
960
+ msgstr "Nous contacter"
961
 
962
+ #: inc/functions/admin-ui.php:510
963
  msgid ""
964
  "One time plans are useful if you have a lots of existing images which need to "
965
  "be optimized. You can use it for bulk optimizing all your past images. You "
966
  "will pay only once."
967
  msgstr ""
968
+ "Les plans « One Time » sont utiles si vous avez beaucoup d’images existantes "
969
+ "qui ont besoin d’être optimisées. Vous pouvez l’utiliser pour une optimisation "
970
+ "en masse de vos images passées. Vous ne paierez qu’une fois."
971
 
972
+ #: inc/functions/admin-ui.php:563
973
  msgid "Your order"
974
+ msgstr "Votre commande"
975
 
976
+ #: inc/functions/admin-ui.php:568
977
  #, php-format
978
  msgid "%scancel%sYou just removed %s"
979
+ msgstr "%sannuler%sVous venez de supprimer %s"
980
 
981
+ #: inc/functions/admin-ui.php:576 inc/functions/admin-ui.php:597
982
  msgid "Remove this item"
983
+ msgstr "Retirer cet item"
984
 
985
+ #: inc/functions/admin-ui.php:583
986
  #, php-format
987
  msgid "%s per month"
988
+ msgstr "%s par mois"
989
 
990
+ #: inc/functions/admin-ui.php:604
991
  #, php-format
992
  msgid "one time %s"
993
+ msgstr "« One Time » %s"
994
 
995
+ #: inc/functions/admin-ui.php:617
996
  #, php-format
997
  msgid ""
998
  "Switch to yearly subscription and <br><strong class=\"imagify-dark\">save %s "
999
  "per year!</strong>"
1000
  msgstr ""
1001
+ "Passez à la souscription annuelle et <br><strong class=\"imagify-dark"
1002
+ "\">économisez %s par an&nbsp;!</strong>"
1003
 
1004
+ #: inc/functions/admin-ui.php:618
1005
  #, php-format
1006
  msgid ""
1007
  "Perfect!<br>You're <strong class=\"imagify-dark\">saving %s per year!</strong>"
1008
  msgstr ""
1009
+ "Parfait&nbsp;!<br>Vous <strong class=\"imagify-dark\">économisez %s par "
1010
+ "an&nbsp;!</strong>"
1011
 
1012
+ #: inc/functions/admin-ui.php:657
1013
  msgid "Thank you for being awesome!"
1014
+ msgstr "Merci à vous d’être aussi fabuleux&nbsp;!"
1015
 
1016
+ #: inc/functions/admin-ui.php:668
1017
  msgid "What do our user think about Imagify"
1018
+ msgstr "Ce que nos utilisateurs pensent d’Imagify"
1019
 
1020
+ #: inc/functions/admin-ui.php:702
1021
  msgid "Secure Credit Card Payment"
1022
+ msgstr "Paiement par carte sécurisé"
1023
 
1024
+ #: inc/functions/admin-ui.php:703
1025
  msgid "This is secure 128-bits SSL encrypted payment"
1026
+ msgstr "Paiement sécurisé par cryptage SSL 128-bits"
1027
 
1028
+ # SWAL : ne pas utiliser d’entité HTML échapée (ex: &nbsp;)
1029
+ #: inc/functions/i18n.php:20
1030
  msgid "Let's get you started!"
1031
+ msgstr "C’est parti !"
1032
 
1033
+ #: inc/functions/i18n.php:21
1034
  msgid "Enter your email to get an API key:"
1035
  msgstr "Indiquez votre e-mail pour recevoir votre clé API&nbsp;:"
1036
 
1037
+ #: inc/functions/i18n.php:22
1038
  msgid "Sign Up"
1039
  msgstr "S’inscrire"
1040
 
1041
+ #: inc/functions/i18n.php:23
1042
  msgid "You need to specify an email!"
1043
  msgstr "Vous devez indiquer un e-mail&nbsp;!"
1044
 
1045
+ # SWAL : ne pas utiliser d’entité HTML échapée (ex: &nbsp;)
1046
+ #: inc/functions/i18n.php:24 inc/functions/i18n.php:30
1047
  msgid "Congratulations!"
1048
+ msgstr "Félicitations !"
1049
 
1050
+ #: inc/functions/i18n.php:25
1051
  msgid ""
1052
  "Your account has been succesfully created. Please check your mailbox, you are "
1053
  "going to receive an email with API key."
1055
  "Votre compte a été créé avec succès. Vérifiez votre boîte de réception, vous "
1056
  "allez recevoir un e-mail avec votre clé API."
1057
 
1058
+ # SWAL : ne pas utiliser d’entité HTML échapée (ex: &nbsp;)
1059
+ #: inc/functions/i18n.php:26
1060
  msgid "Connect to Imagify!"
1061
+ msgstr "Se connecter à Imagify !"
1062
 
1063
+ #: inc/functions/i18n.php:27
1064
  msgid "Paste your API key below:"
1065
  msgstr "Copiez votre clé API ci-dessous&nbsp;:"
1066
 
1067
+ #: inc/functions/i18n.php:28
1068
  msgid "Connect me"
1069
  msgstr "Connectez-moi"
1070
 
1071
+ #: inc/functions/i18n.php:29
1072
  msgid "Check in progress..."
1073
  msgstr "Vérification en cours…"
1074
 
1075
+ #: inc/functions/i18n.php:31
1076
  msgid ""
1077
  "Your API key is valid. You can now configure the Imagify settings to optimize "
1078
  "your images."
1080
  "Votre clé API est valide. Vous pouvez maintenant configurer les réglages "
1081
  "d’Imagify pour optimiser vos images."
1082
 
1083
+ #: inc/functions/i18n.php:33
1084
  msgid "Cancel"
1085
  msgstr ""
1086
 
1087
+ #: inc/functions/i18n.php:40
1088
  msgid "Don't Need a Parachute?"
1089
  msgstr "Pas besoin d’un parachute&nbsp;?"
1090
 
1091
+ #: inc/functions/i18n.php:41
1092
  msgid ""
1093
  "If you keep this option deactivated, you won't be able to re-optimize your "
1094
  "images to another compression level and restore your original images in case "
1098
  "réoptimiser vos images à un autre niveau de compression et de restaurer vos "
1099
  "images originales en cas de besoin."
1100
 
1101
+ #: inc/functions/i18n.php:57
1102
  msgid "Original Image"
1103
  msgstr "Image d’origine"
1104
 
1105
+ #: inc/functions/i18n.php:58
1106
  msgid "Optimized Image"
1107
  msgstr "Image optimisée"
1108
 
1109
+ #: inc/functions/i18n.php:72
1110
  msgid "Please wait..."
1111
  msgstr "Un peu d’attente…"
1112
 
1113
+ #: inc/functions/i18n.php:73
1114
  msgid ""
1115
  "We are trying to get your unoptimized images, it may take time depending on "
1116
  "the number of images."
1118
  "Nous sommes en train de récupérer vos images non-optimisées, cela peut prendre "
1119
  "du temps en fonction du nombre d’images."
1120
 
1121
+ #: inc/functions/i18n.php:75
1122
  msgid "Oops, There is something wrong!"
1123
  msgstr "Oups, une erreur est survenue !"
1124
 
1125
+ #: inc/functions/i18n.php:76
1126
  msgid ""
1127
  "An unknow error occurred when we tried to get all your unoptimized images. Try "
1128
  "again and if the issue still persist, please contact us!"
1131
  "vos images non optimisées. Essayez encore et si le problème persiste, "
1132
  "contactez-nous !"
1133
 
1134
+ #: inc/functions/i18n.php:81
1135
  msgid "Error"
1136
  msgstr "Erreur"
1137
 
1138
+ #: inc/functions/i18n.php:84
1139
  msgid "Hold on!"
1140
  msgstr "Halte là&nbsp;!"
1141
 
1142
+ #: inc/functions/i18n.php:85
1143
  msgid "All your images have been optimized by Imagify. Congratulations!"
1144
  msgstr "Toutes vos images ont été optimisées par Imagify. Félicitations&nbsp;!"
1145
 
1146
+ #: inc/functions/i18n.php:87
1147
  #, php-format
1148
  msgid ""
1149
  "Discover @imagify, the new compression tool to optimize your images for free. "
1152
  "Découvrez @imagify, le nouvel outil de compression pour optimiser vos images. "
1153
  "J’ai optimisé %1$s sur %2$s !"
1154
 
1155
+ #: inc/functions/i18n.php:91
1156
  msgid "Imagify is still processing. Are you sure you want to leave this page?"
1157
  msgstr ""
1158
  "Imagify travaille encore. Êtes-vous sûr(e) de vouloir quitter cette page ?"
1159
 
1160
+ #: inc/functions/i18n.php:100
1161
  msgid "F j, Y"
1162
  msgstr ""
1163
 
1202
  "load faster, boost your SEO and save money on your bandwith using Imagify, the "
1203
  "new most advanced image optimization tool."
1204
  msgstr ""
1205
+ "Réduisez drastiquement la taille de vos images sans perte de qualité, "
1206
+ "améliorez la vitesse de chargement de votre site web, boostez votre SEO et "
1207
+ "économisez de la bande passante (et de l’argent) en utilisant Imagify, l’outil "
1208
+ "le plus avancé pour optimiser vos images."
1209
 
1210
  #. Author of the plugin/theme
1211
  msgid "WP Media"
1212
+ msgstr "WP Media"
1213
 
1214
  #. Author URI of the plugin/theme
1215
  msgid "http://wp-media.me"
1216
+ msgstr "http://wp-media.me"
1217
 
1218
  #~ msgid ""
1219
  #~ "All images greater than %s%% will be optimized when using a paying monthly "
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: wp_media
3
  Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
4
  Requires at least: 3.7.0
5
- Tested up to: 4.5.2
6
- Stable tag: 1.5.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -136,6 +136,10 @@ When the plugin is disabled, your existing images remain optimized. Backups of t
136
 
137
  == Changelog ==
138
 
 
 
 
 
139
  = 1.5.4 =
140
  * Improvement
141
  * Increase to 4 the number of parallel queries during a bulk optimization
2
  Contributors: wp_media
3
  Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
4
  Requires at least: 3.7.0
5
+ Tested up to: 4.5.3
6
+ Stable tag: 1.5.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
136
 
137
  == Changelog ==
138
 
139
+ = 1.5.5 =
140
+ * Bug Fix
141
+ * Fix issue with "original_size" at 0 in "_imagify_data" to be able to re-optimize an image with a "Forbidden" error.
142
+
143
  = 1.5.4 =
144
  * Improvement
145
  * Increase to 4 the number of parallel queries during a bulk optimization