Post Thumbnail Editor - Version 2.4.4

Version Description

  • Fixed bug with debug mode and certain plugins
  • Updated French translation
Download this release

Release Info

Developer sewpafly
Plugin Icon Post Thumbnail Editor
Version 2.4.4
Comparing to
See all releases

Code changes from version 2.4.3 to 2.4.4

README.txt CHANGED
@@ -75,6 +75,10 @@ If you want to post a problem on the [support forums][wp] or at [github][gh] ple
75
 
76
  == Changelog ==
77
 
 
 
 
 
78
  = 2.4.3 =
79
  * Debug mode was broken
80
  * Update the generated .gz javascript file
@@ -185,5 +189,6 @@ If you want to post a problem on the [support forums][wp] or at [github][gh] ple
185
 
186
  == Upgrade Notice ==
187
 
188
- = 2.4.2 =
189
- Patched CSRF vulnerabilities
 
75
 
76
  == Changelog ==
77
 
78
+ = 2.4.4 =
79
+ * Fixed bug with debug mode and certain plugins
80
+ * Updated French translation
81
+
82
  = 2.4.3 =
83
  * Debug mode was broken
84
  * Update the generated .gz javascript file
189
 
190
  == Upgrade Notice ==
191
 
192
+ = 2.4.4 =
193
+ * Updated french translation
194
+ * Fixed debug mode bug
html/pte.php CHANGED
@@ -289,9 +289,7 @@ function enqueue_script_filter($tag, $handle) {
289
  return str_replace(' src', ' data-main="' . PTE_PLUGINURL . 'js/main" src', $tag);
290
  }
291
 
292
- $options = pte_get_options();
293
-
294
- if ( $options['pte_debug'] ) {
295
  wp_enqueue_script(
296
  'pte-require',
297
  PTE_PLUGINURL . "apps/requirejs/require.js",
@@ -299,6 +297,13 @@ if ( $options['pte_debug'] ) {
299
  PTE_VERSION,
300
  true
301
  );
 
 
 
 
 
 
 
302
  add_filter('script_loader_tag', 'enqueue_script_filter', 10, 2);
303
  }
304
  else {
289
  return str_replace(' src', ' data-main="' . PTE_PLUGINURL . 'js/main" src', $tag);
290
  }
291
 
292
+ function enqueue_last() {
 
 
293
  wp_enqueue_script(
294
  'pte-require',
295
  PTE_PLUGINURL . "apps/requirejs/require.js",
297
  PTE_VERSION,
298
  true
299
  );
300
+ }
301
+
302
+ $options = pte_get_options();
303
+
304
+ if ( $options['pte_debug'] ) {
305
+ add_action('wp_print_footer_scripts', 'enqueue_last', 1, 0);
306
+ add_action('admin_print_footer_scripts', 'enqueue_last', 1, 0);
307
  add_filter('script_loader_tag', 'enqueue_script_filter', 10, 2);
308
  }
309
  else {
i18n/post-thumbnail-editor-fr_FR.mo CHANGED
Binary file
i18n/post-thumbnail-editor-fr_FR.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Post Thumbnail Editor 1.0.1-alpha2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/post-thumbnail-editor\n"
7
- "POT-Creation-Date: 2013-03-27 22:08:07+00:00\n"
8
- "PO-Revision-Date: 2013-03-31 10:44+0100\n"
9
  "Last-Translator: Li-An <lian00@gmail.com>\n"
10
  "Language-Team: Li-An <lian00@gmail.com>\n"
11
  "Language: fr_FR\n"
@@ -13,109 +13,189 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.5\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
- #. #-#-#-#-# post-thumbnail-editor.pot (Post Thumbnail Editor 2.0.1-alpha) #-#-#-#-#
19
  #. Plugin Name of the plugin/theme
20
- #: html/pte.php:168 php/options.php:66 post-thumbnail-editor.php:122
21
- #: post-thumbnail-editor.php:225 post-thumbnail-editor.php:226
22
- #: post-thumbnail-editor.php:234 post-thumbnail-editor.php:235
 
23
  msgid "Post Thumbnail Editor"
24
  msgstr "Post Thumbnail Editor"
25
 
26
- #: html/pte.php:169
27
  msgid "crop and resize"
28
  msgstr "Retailler et redimensionner"
29
 
30
- #: html/pte.php:173 post-thumbnail-editor.php:299
31
- msgid "Crop"
32
- msgstr "Retailler"
33
-
34
- #: html/pte.php:174
35
  msgid "View"
36
  msgstr "Voir"
37
 
38
- #: html/pte.php:203
39
  msgid "Options"
40
  msgstr "Options"
41
 
42
- #: html/pte.php:218
43
  msgid "Aspect Ratio"
44
  msgstr "Ratio de taille"
45
 
46
- #: html/pte.php:221
47
  msgid "width/height"
48
  msgstr "largeur/hauteur"
49
 
50
- #: html/pte.php:227
51
  msgid "Crop and save"
52
  msgstr "Retailler et sauvegarder"
53
 
54
- #: html/pte.php:246 php/options.php:43 post-thumbnail-editor.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  msgid "Thumbnails"
56
  msgstr "Miniatures"
57
 
58
- #: html/pte.php:252
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  msgid "Save all"
60
  msgstr "Sauvegarder tout"
61
 
62
- #: html/pte.php:257
63
  msgid "Reset all"
64
  msgstr "Remettre aux réglages par défaut"
65
 
66
- #: html/pte.php:261
67
  msgid "View all/modified"
68
  msgstr "Voir tous/modifiés"
69
 
70
- #: html/pte.php:284
71
- msgid "Save"
72
- msgstr "Sauvegarder"
73
-
74
- #: html/pte.php:287
75
  msgid "Reset"
76
  msgstr "Réinitialiser"
77
 
78
- #: html/pte.php:290
79
  msgid "Compare/View"
80
  msgstr "Comparer/Voir"
81
 
82
- #: html/pte.php:297
83
  msgid "These thumbnails have an aspect ratio set:"
84
  msgstr "Ces miniatures ont un ratio de taille défini:"
85
 
86
- #: html/pte.php:322
 
 
 
 
87
  msgid "Original"
88
  msgstr "Original"
89
 
90
- #: html/pte.php:329
91
  msgid "No image has been generated yet for image: "
92
  msgstr "Aucune image n'a encore été générée pour l'image:"
93
 
94
- #: html/pte.php:336
95
  msgid "Proposed"
96
  msgstr "Proposition"
97
 
98
- #: php/functions.php:239
 
 
 
 
99
  msgid "Invalid meta data for POST #%d: %s"
100
  msgstr "Meta data invalide pour le BILLET #%d: %s"
101
 
102
- #: php/functions.php:244
103
  msgid "Please contact support"
104
  msgstr "Veuillez contacter le support"
105
 
106
- #: php/log.php:15
107
  msgid "ERROR"
108
  msgstr "ERREUR"
109
 
110
- #: php/log.php:18
111
  msgid "WARNING"
112
  msgstr "AVERTISSEMENT"
113
 
114
- #: php/log.php:21
 
 
 
 
115
  msgid "DEBUG"
116
  msgstr "DEBUGGER"
117
 
118
- #: php/log.php:101
119
  msgid "ERROR Logging Message: %s"
120
  msgstr "Message d'ERREUR de logging: %s"
121
 
@@ -127,109 +207,107 @@ msgstr "Options de l'utilisateur"
127
  msgid "Debug"
128
  msgstr "Debugger"
129
 
130
- #: php/options.php:22 post-thumbnail-editor.php:298
131
- msgid "Crop and Save"
132
- msgstr "Retailler et Sauvegarder"
133
-
134
  #: php/options.php:28
 
 
 
 
135
  msgid "Reset to defaults"
136
  msgstr "Remettre aux réglages par défaut"
137
 
138
- #: php/options.php:39
139
  msgid "Site Options"
140
  msgstr "Options de site"
141
 
142
- #: php/options.php:48
143
- msgid "JPEG Compression"
144
- msgstr "Compression JPEG"
145
-
146
- #: php/options.php:53
147
  msgid "Cache Buster"
148
  msgstr "Accélérateur de cache"
149
 
150
- #: php/options.php:74
151
  msgid "Save Changes"
152
  msgstr "Sauvegarder les modifications"
153
 
154
- #: php/options.php:88
155
  msgid ""
156
- "Only users with the 'manage_options' capability may make changes to these "
157
- "settings."
158
  msgstr ""
159
- "Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) "
160
- "peuvent modifier ces réglages."
161
 
162
- #: php/options.php:114
163
  msgid "JPEG Compression needs to be set from 0 to 100."
164
  msgstr "La compression JPEG doit être définie entre 0 et 100."
165
 
166
- #: php/options.php:144
 
 
 
 
167
  msgid "Enable debugging"
168
  msgstr "Activer le debuggage"
169
 
170
- #: php/options.php:147
171
- msgid "WP_DEBUG is currently set to true and will override this setting."
172
- msgstr "WP_DEBUG est actuellement activé et annule ces réglages."
 
 
 
 
 
173
 
174
- #: php/options.php:162
 
 
 
 
175
  msgid "I know what I'm doing, bypass the image verification."
176
  msgstr "Je sais ce que je fais, passer la vérification d'image."
177
 
178
- #: php/options.php:171
 
 
 
 
 
 
 
 
179
  msgid "Reset User Options"
180
  msgstr "Réinitialiser les options d'utilisateur"
181
 
182
- #: php/options.php:197
183
  msgid "Post Thumbnail"
184
  msgstr "Miniature de billet"
185
 
186
- #: php/options.php:198
187
  msgid "Hidden"
188
  msgstr "Caché"
189
 
190
- #: php/options.php:226
191
  msgid "Set the compression level for resizing jpeg images (0 to 100)."
192
  msgstr "Définissez le niveau de compression jpeg des images (0 à 100)"
193
 
194
- #: php/options.php:227
195
  msgid "No entry defaults to using the 'jpeg_quality' filter or 90"
196
  msgstr "Laisser vide pour utiliser le filtre par défaut 'jpeg_quality' ou 90"
197
 
198
- #: php/options.php:239
199
  msgid "Append timestamp to filename. Useful for solving caching problems."
200
  msgstr ""
201
- "Ajouter un horodatage au nom de fichier. Utile pour résoudre les problèmes "
202
- "de cache."
203
 
204
- #: php/options.php:250
205
  msgid "These site-wide settings can only be changed by an administrator"
206
- msgstr ""
207
- "Ces réglages communs au site ne peuvent être changés que par un "
208
- "administrateur"
209
 
210
- #: post-thumbnail-editor.php:195
211
  msgid "Edit Thumbnails"
212
  msgstr "Éditer les miniatures"
213
 
214
- #: post-thumbnail-editor.php:294
215
- msgid "No thumbnails selected"
216
- msgstr "Aucune miniature de sélectionnée"
217
-
218
- #: post-thumbnail-editor.php:295
219
- msgid "No crop selected"
220
- msgstr "Aucun rétaillage de sélectionné"
221
-
222
- #: post-thumbnail-editor.php:296
223
- msgid "Cropping will likely result in skewed imagery"
224
- msgstr "Le découpage va donner une image asymétrique"
225
-
226
- #: post-thumbnail-editor.php:297
227
- msgid "There was a problem saving the crop..."
228
- msgstr "Désolé, il y a eu un problème lors de la sauvegarde du retaillage..."
229
-
230
  #. Plugin URI of the plugin/theme
231
- msgid "http://wordpress.org/extend/plugins/post-thumbnail-editor/"
232
- msgstr "http://wordpress.org/extend/plugins/post-thumbnail-editor/"
 
233
 
234
  #. Description of the plugin/theme
235
  msgid "Individually manage your post thumbnails"
@@ -239,16 +317,12 @@ msgstr "Gérez individuellement vos miniatures de billet"
239
  msgid "sewpafly"
240
  msgstr "sewpafly"
241
 
242
- #. Author URI of the plugin/theme
243
- msgid "http://sewpafly.github.com/post-thumbnail-editor"
244
- msgstr "http://sewpafly.github.com/post-thumbnail-editor"
245
 
246
  #~ msgid "Post Thumbnail Editor - Step 1"
247
  #~ msgstr "Post Thumbnail Editor - Étape 1"
248
 
249
- #~ msgid "Create Thumbnails"
250
- #~ msgstr "Créer les miniatures"
251
-
252
  #~ msgid "Select: %1$sAll%2$s | %3$sNone%4$s"
253
  #~ msgstr "Sélectionner: %1$sToutes%2$s | %3$sAucune%4$s"
254
 
@@ -268,13 +342,12 @@ msgstr "http://sewpafly.github.com/post-thumbnail-editor"
268
  #~ msgstr "Veuiller voir %1$slogs%2$s pour des informations complémentaires"
269
 
270
  #~ msgid "%1$sEnable debugging%2$s for additional information"
271
- #~ msgstr ""
272
- #~ "%1$sAutoriser le debuggage%2$s pour des informations complémentaires"
273
 
274
  #~ msgid "Select the images you want to keep: %1$sAll%2$s | %3$sNone%4$s"
275
  #~ msgstr ""
276
- #~ "Sélectionner les images que vous désirez conserver: %1$sToutes%2$s | "
277
- #~ "%3$sAucune%4$s"
278
 
279
  #~ msgid "Okay, these look good..."
280
  #~ msgstr "Très bien, cela semble correct..."
@@ -296,16 +369,14 @@ msgstr "http://sewpafly.github.com/post-thumbnail-editor"
296
 
297
  #~ msgid ""
298
  #~ "If you are having any issues with this plugin, create a problem report on "
299
- #~ "%1$sgithub%2$s or %3$swordpress.org%4$s so that I can look into it. Copy "
300
- #~ "these log statements and include some information about what you were "
301
- #~ "trying "
302
  #~ msgstr ""
303
- #~ "Si vous rencontrer des problèmes avec ce plugin, veuillez créer un "
304
- #~ "rapport de problème à %1$sgithub%2$s ou %3$swordpress.org%4$s afin que "
305
- #~ "je puisse le consulter. Veuillez copier ces états de log et inclure les "
306
- #~ "informations sur ce que vous étiez en train de faire, ce que vous "
307
- #~ "espériez obtenir, et ce qui en est résulté (plus il y aura "
308
- #~ "d'informations, mieux ce sera). Merci et bonne chance !"
309
 
310
  #~ msgid "Send to Pastebin"
311
  #~ msgstr "Envoyer à Pastebin"
@@ -323,21 +394,14 @@ msgstr "http://sewpafly.github.com/post-thumbnail-editor"
323
  #~ msgstr "Dimensions de la Thickbox"
324
 
325
  #~ msgid "Thickbox width must be at least 750 pixels."
326
- #~ msgstr ""
327
- #~ "La largeur de la fenêtre Thickbox doit mesurer au moins de 750 pixels."
328
 
329
  #~ msgid "Thickbox height must be greater than 550 pixels."
330
  #~ msgstr "La hauteur de la fenêtre Thickbox doit mesurer plus de 550 pixels."
331
 
332
- #~ msgid "Width:"
333
- #~ msgstr "Largeur:"
334
-
335
  #~ msgid "Set this to a value greater than 750."
336
  #~ msgstr "Définissez une valeur plus grande que 750."
337
 
338
- #~ msgid "Height:"
339
- #~ msgstr "Hauteur:"
340
-
341
  #~ msgid "Set this to a value greater than 550."
342
  #~ msgstr "Définissez une valeur supérieure à 550."
343
 
4
  msgstr ""
5
  "Project-Id-Version: Post Thumbnail Editor 1.0.1-alpha2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/post-thumbnail-editor\n"
7
+ "POT-Creation-Date: 2014-04-25 16:57:15+00:00\n"
8
+ "PO-Revision-Date: 2015-01-15 09:17+0100\n"
9
  "Last-Translator: Li-An <lian00@gmail.com>\n"
10
  "Language-Team: Li-An <lian00@gmail.com>\n"
11
  "Language: fr_FR\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.7.3\n"
17
+
18
+ #: html/pte.php:23
19
+ msgid "No thumbnails selected"
20
+ msgstr "Aucune miniature de sélectionnée"
21
+
22
+ #: html/pte.php:24
23
+ msgid "No crop selected"
24
+ msgstr "Aucun rétaillage de sélectionné"
25
+
26
+ #: html/pte.php:25
27
+ msgid "Cropping will likely result in skewed imagery"
28
+ msgstr "Le découpage va donner une image asymétrique"
29
+
30
+ #: html/pte.php:26
31
+ msgid "There was a problem saving the crop..."
32
+ msgstr "Désolé, il y a eu un problème lors de la sauvegarde du retaillage..."
33
+
34
+ #: html/pte.php:27 php/options.php:22
35
+ msgid "Crop and Save"
36
+ msgstr "Retailler et Sauvegarder"
37
+
38
+ #: html/pte.php:28 html/pte.php:52
39
+ msgid "Crop"
40
+ msgstr "Retailler"
41
+
42
+ #: html/pte.php:29 html/pte.php:207
43
+ msgid "Save"
44
+ msgstr "Sauvegarder"
45
+
46
+ #: html/pte.php:30
47
+ msgid "Set transparent"
48
+ msgstr "Définir comme transparent"
49
+
50
+ #: html/pte.php:31
51
+ msgid "transparent/white"
52
+ msgstr "transparent/blanc"
53
 
 
54
  #. Plugin Name of the plugin/theme
55
+ #: html/pte.php:46 php/options.php:79 post-thumbnail-editor.php:205
56
+ #: post-thumbnail-editor.php:244 post-thumbnail-editor.php:356
57
+ #: post-thumbnail-editor.php:357 post-thumbnail-editor.php:363
58
+ #: post-thumbnail-editor.php:364 post-thumbnail-editor.php:407
59
  msgid "Post Thumbnail Editor"
60
  msgstr "Post Thumbnail Editor"
61
 
62
+ #: html/pte.php:47
63
  msgid "crop and resize"
64
  msgstr "Retailler et redimensionner"
65
 
66
+ #: html/pte.php:53
 
 
 
 
67
  msgid "View"
68
  msgstr "Voir"
69
 
70
+ #: html/pte.php:91
71
  msgid "Options"
72
  msgstr "Options"
73
 
74
+ #: html/pte.php:107
75
  msgid "Aspect Ratio"
76
  msgstr "Ratio de taille"
77
 
78
+ #: html/pte.php:110
79
  msgid "width/height"
80
  msgstr "largeur/hauteur"
81
 
82
+ #: html/pte.php:116
83
  msgid "Crop and save"
84
  msgstr "Retailler et sauvegarder"
85
 
86
+ #: html/pte.php:125
87
+ msgid "Change the current thumbnails position:"
88
+ msgstr "Changer la position actuelle des miniatures:"
89
+
90
+ #: html/pte.php:128 php/options.php:54
91
+ msgid "JPEG Compression"
92
+ msgstr "Compression JPEG"
93
+
94
+ #: html/pte.php:132
95
+ msgid "0 to 100 (Default: %d)"
96
+ msgstr "0 à 100 (par défaut: %d)"
97
+
98
+ #: html/pte.php:141
99
+ msgid "Fit crop to thumbnail by adding border"
100
+ msgstr "Ajuster le redécoupage en ajouter une bordure à la miniature"
101
+
102
+ #: html/pte.php:163 php/options.php:49 post-thumbnail-editor.php:324
103
  msgid "Thumbnails"
104
  msgstr "Miniatures"
105
 
106
+ #: html/pte.php:164
107
+ msgid "width"
108
+ msgstr "largeur"
109
+
110
+ #: html/pte.php:164
111
+ msgid "W"
112
+ msgstr "W"
113
+
114
+ #: html/pte.php:165
115
+ msgid "height"
116
+ msgstr "hauteur"
117
+
118
+ #: html/pte.php:165
119
+ msgid "H"
120
+ msgstr "H"
121
+
122
+ #: html/pte.php:166
123
+ msgid "crop"
124
+ msgstr "redécouper"
125
+
126
+ #: html/pte.php:166
127
+ msgid "C"
128
+ msgstr "C"
129
+
130
+ #: html/pte.php:172
131
  msgid "Save all"
132
  msgstr "Sauvegarder tout"
133
 
134
+ #: html/pte.php:177
135
  msgid "Reset all"
136
  msgstr "Remettre aux réglages par défaut"
137
 
138
+ #: html/pte.php:181
139
  msgid "View all/modified"
140
  msgstr "Voir tous/modifiés"
141
 
142
+ #: html/pte.php:210
 
 
 
 
143
  msgid "Reset"
144
  msgstr "Réinitialiser"
145
 
146
+ #: html/pte.php:213
147
  msgid "Compare/View"
148
  msgstr "Comparer/Voir"
149
 
150
+ #: html/pte.php:220
151
  msgid "These thumbnails have an aspect ratio set:"
152
  msgstr "Ces miniatures ont un ratio de taille défini:"
153
 
154
+ #: html/pte.php:229
155
+ msgid "Current Thumbnails"
156
+ msgstr "Miniatures courantes"
157
+
158
+ #: html/pte.php:259
159
  msgid "Original"
160
  msgstr "Original"
161
 
162
+ #: html/pte.php:266
163
  msgid "No image has been generated yet for image: "
164
  msgstr "Aucune image n'a encore été générée pour l'image:"
165
 
166
+ #: html/pte.php:273
167
  msgid "Proposed"
168
  msgstr "Proposition"
169
 
170
+ #: php/class-pte-image-editor-gd.php:66 php/class-pte-image-editor-imagick.php:69
171
+ msgid "Image crop failed."
172
+ msgstr "Redécoupage de l'image échoué."
173
+
174
+ #: php/functions.php:230
175
  msgid "Invalid meta data for POST #%d: %s"
176
  msgstr "Meta data invalide pour le BILLET #%d: %s"
177
 
178
+ #: php/functions.php:235
179
  msgid "Please contact support"
180
  msgstr "Veuillez contacter le support"
181
 
182
+ #: php/log.php:16
183
  msgid "ERROR"
184
  msgstr "ERREUR"
185
 
186
+ #: php/log.php:19
187
  msgid "WARNING"
188
  msgstr "AVERTISSEMENT"
189
 
190
+ #: php/log.php:22
191
+ msgid "INFO"
192
+ msgstr "INFO"
193
+
194
+ #: php/log.php:25
195
  msgid "DEBUG"
196
  msgstr "DEBUGGER"
197
 
198
+ #: php/log.php:222
199
  msgid "ERROR Logging Message: %s"
200
  msgstr "Message d'ERREUR de logging: %s"
201
 
207
  msgid "Debug"
208
  msgstr "Debugger"
209
 
 
 
 
 
210
  #: php/options.php:28
211
+ msgid "Crop Picture Size"
212
+ msgstr "Taille de redécoupage de l'image"
213
+
214
+ #: php/options.php:34
215
  msgid "Reset to defaults"
216
  msgstr "Remettre aux réglages par défaut"
217
 
218
+ #: php/options.php:45
219
  msgid "Site Options"
220
  msgstr "Options de site"
221
 
222
+ #: php/options.php:59
 
 
 
 
223
  msgid "Cache Buster"
224
  msgstr "Accélérateur de cache"
225
 
226
+ #: php/options.php:87
227
  msgid "Save Changes"
228
  msgstr "Sauvegarder les modifications"
229
 
230
+ #: php/options.php:101
231
  msgid ""
232
+ "Only users with the 'manage_options' capability may make changes to these settings."
 
233
  msgstr ""
234
+ "Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) peuvent "
235
+ "modifier ces réglages."
236
 
237
+ #: php/options.php:127
238
  msgid "JPEG Compression needs to be set from 0 to 100."
239
  msgstr "La compression JPEG doit être définie entre 0 et 100."
240
 
241
+ #: php/options.php:154
242
+ msgid "Crop Size must be between 0 and 10000."
243
+ msgstr "La taille de redécoupage doit être située entre 0 et 10000."
244
+
245
+ #: php/options.php:172
246
  msgid "Enable debugging"
247
  msgstr "Activer le debuggage"
248
 
249
+ #: php/options.php:175
250
+ msgid ""
251
+ "WP_DEBUG is currently set to true and will override this setting. (debug is enabled)"
252
+ msgstr "WP_DEBUG est actuellement activé et annule ces réglages (debug est activé)."
253
+
254
+ #: php/options.php:182
255
+ msgid "Use <a href=\"%s\">ChromePhp</a> for log output"
256
+ msgstr "Utilisez <a href=\"%s\">ChromePhp</a> pour un résultat de log"
257
 
258
+ #: php/options.php:190
259
+ msgid "Write log output to a <a href=\"%s\">file</a>"
260
+ msgstr "Écrite le résulat de log dans un <a href=\"%s\">fichier</a>"
261
+
262
+ #: php/options.php:205
263
  msgid "I know what I'm doing, bypass the image verification."
264
  msgstr "Je sais ce que je fais, passer la vérification d'image."
265
 
266
+ #: php/options.php:218
267
+ msgid "Set the max size for the crop image."
268
+ msgstr "Définir la taille max pour l'image découpée."
269
+
270
+ #: php/options.php:219
271
+ msgid "No entry defaults to 600"
272
+ msgstr "Taille par défaut de l'image éditable à 600 px"
273
+
274
+ #: php/options.php:228
275
  msgid "Reset User Options"
276
  msgstr "Réinitialiser les options d'utilisateur"
277
 
278
+ #: php/options.php:254
279
  msgid "Post Thumbnail"
280
  msgstr "Miniature de billet"
281
 
282
+ #: php/options.php:255
283
  msgid "Hidden"
284
  msgstr "Caché"
285
 
286
+ #: php/options.php:283
287
  msgid "Set the compression level for resizing jpeg images (0 to 100)."
288
  msgstr "Définissez le niveau de compression jpeg des images (0 à 100)"
289
 
290
+ #: php/options.php:284
291
  msgid "No entry defaults to using the 'jpeg_quality' filter or 90"
292
  msgstr "Laisser vide pour utiliser le filtre par défaut 'jpeg_quality' ou 90"
293
 
294
+ #: php/options.php:296
295
  msgid "Append timestamp to filename. Useful for solving caching problems."
296
  msgstr ""
297
+ "Ajouter un horodatage au nom de fichier. Utile pour résoudre les problèmes de cache."
 
298
 
299
+ #: php/options.php:307
300
  msgid "These site-wide settings can only be changed by an administrator"
301
+ msgstr "Ces réglages communs au site ne peuvent être changés que par un administrateur"
 
 
302
 
303
+ #: post-thumbnail-editor.php:323
304
  msgid "Edit Thumbnails"
305
  msgstr "Éditer les miniatures"
306
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  #. Plugin URI of the plugin/theme
308
+ #. Author URI of the plugin/theme
309
+ msgid "http://sewpafly.github.io/post-thumbnail-editor/"
310
+ msgstr "http://sewpafly.github.io/post-thumbnail-editor"
311
 
312
  #. Description of the plugin/theme
313
  msgid "Individually manage your post thumbnails"
317
  msgid "sewpafly"
318
  msgstr "sewpafly"
319
 
320
+ #~ msgid "http://wordpress.org/extend/plugins/post-thumbnail-editor/"
321
+ #~ msgstr "http://wordpress.org/extend/plugins/post-thumbnail-editor/"
 
322
 
323
  #~ msgid "Post Thumbnail Editor - Step 1"
324
  #~ msgstr "Post Thumbnail Editor - Étape 1"
325
 
 
 
 
326
  #~ msgid "Select: %1$sAll%2$s | %3$sNone%4$s"
327
  #~ msgstr "Sélectionner: %1$sToutes%2$s | %3$sAucune%4$s"
328
 
342
  #~ msgstr "Veuiller voir %1$slogs%2$s pour des informations complémentaires"
343
 
344
  #~ msgid "%1$sEnable debugging%2$s for additional information"
345
+ #~ msgstr "%1$sAutoriser le debuggage%2$s pour des informations complémentaires"
 
346
 
347
  #~ msgid "Select the images you want to keep: %1$sAll%2$s | %3$sNone%4$s"
348
  #~ msgstr ""
349
+ #~ "Sélectionner les images que vous désirez conserver: %1$sToutes%2$s | %3$sAucune"
350
+ #~ "%4$s"
351
 
352
  #~ msgid "Okay, these look good..."
353
  #~ msgstr "Très bien, cela semble correct..."
369
 
370
  #~ msgid ""
371
  #~ "If you are having any issues with this plugin, create a problem report on "
372
+ #~ "%1$sgithub%2$s or %3$swordpress.org%4$s so that I can look into it. Copy these "
373
+ #~ "log statements and include some information about what you were trying "
 
374
  #~ msgstr ""
375
+ #~ "Si vous rencontrer des problèmes avec ce plugin, veuillez créer un rapport de "
376
+ #~ "problème à %1$sgithub%2$s ou %3$swordpress.org%4$s afin que je puisse le "
377
+ #~ "consulter. Veuillez copier ces états de log et inclure les informations sur ce "
378
+ #~ "que vous étiez en train de faire, ce que vous espériez obtenir, et ce qui en est "
379
+ #~ "résulté (plus il y aura d'informations, mieux ce sera). Merci et bonne chance !"
 
380
 
381
  #~ msgid "Send to Pastebin"
382
  #~ msgstr "Envoyer à Pastebin"
394
  #~ msgstr "Dimensions de la Thickbox"
395
 
396
  #~ msgid "Thickbox width must be at least 750 pixels."
397
+ #~ msgstr "La largeur de la fenêtre Thickbox doit mesurer au moins de 750 pixels."
 
398
 
399
  #~ msgid "Thickbox height must be greater than 550 pixels."
400
  #~ msgstr "La hauteur de la fenêtre Thickbox doit mesurer plus de 550 pixels."
401
 
 
 
 
402
  #~ msgid "Set this to a value greater than 750."
403
  #~ msgstr "Définissez une valeur plus grande que 750."
404
 
 
 
 
405
  #~ msgid "Set this to a value greater than 550."
406
  #~ msgstr "Définissez une valeur supérieure à 550."
407
 
php/functions.php CHANGED
@@ -707,7 +707,7 @@ function pte_init_iframe() {
707
  print( '</head><body class="wp-core-ui pte-iframe">' );
708
  // Simply echo the created HTML
709
  pte_edit_page();
710
- print_footer_scripts();
711
  print( '</body></html>' );
712
  }
713
 
707
  print( '</head><body class="wp-core-ui pte-iframe">' );
708
  // Simply echo the created HTML
709
  pte_edit_page();
710
+ wp_print_footer_scripts();
711
  print( '</body></html>' );
712
  }
713
 
post-thumbnail-editor.php CHANGED
@@ -4,7 +4,7 @@ Plugin name: Post Thumbnail Editor
4
  Plugin URI: http://sewpafly.github.io/post-thumbnail-editor/
5
  Author: sewpafly
6
  Author URI: http://sewpafly.github.io/post-thumbnail-editor/
7
- Version: 2.4.3
8
  Description: Individually manage your post thumbnails
9
 
10
  LICENSE
@@ -34,7 +34,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
34
  define( 'PTE_PLUGINURL', plugins_url(basename( dirname(__FILE__))) . "/");
35
  define( 'PTE_PLUGINPATH', dirname(__FILE__) . "/");
36
  define( 'PTE_DOMAIN', "post-thumbnail-editor");
37
- define( 'PTE_VERSION', "2.4.3");
38
 
39
  // TODO:
40
  // * Find the best place for the require log (only when it's really needed, create an init function?)
4
  Plugin URI: http://sewpafly.github.io/post-thumbnail-editor/
5
  Author: sewpafly
6
  Author URI: http://sewpafly.github.io/post-thumbnail-editor/
7
+ Version: 2.4.4
8
  Description: Individually manage your post thumbnails
9
 
10
  LICENSE
34
  define( 'PTE_PLUGINURL', plugins_url(basename( dirname(__FILE__))) . "/");
35
  define( 'PTE_PLUGINPATH', dirname(__FILE__) . "/");
36
  define( 'PTE_DOMAIN', "post-thumbnail-editor");
37
+ define( 'PTE_VERSION', "2.4.4");
38
 
39
  // TODO:
40
  // * Find the best place for the require log (only when it's really needed, create an init function?)