Changeset 1069632
- Timestamp:
- 01/16/2015 07:54:11 PM (11 years ago)
- Location:
- post-thumbnail-editor
- Files:
-
- 12 edited
- 1 copied
-
tags/2.4.4 (copied) (copied from post-thumbnail-editor/trunk)
-
tags/2.4.4/README.txt (modified) (2 diffs)
-
tags/2.4.4/html/pte.php (modified) (2 diffs)
-
tags/2.4.4/i18n/post-thumbnail-editor-fr_FR.mo (modified) (previous)
-
tags/2.4.4/i18n/post-thumbnail-editor-fr_FR.po (modified) (7 diffs)
-
tags/2.4.4/php/functions.php (modified) (1 diff)
-
tags/2.4.4/post-thumbnail-editor.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/html/pte.php (modified) (2 diffs)
-
trunk/i18n/post-thumbnail-editor-fr_FR.mo (modified) (previous)
-
trunk/i18n/post-thumbnail-editor-fr_FR.po (modified) (7 diffs)
-
trunk/php/functions.php (modified) (1 diff)
-
trunk/post-thumbnail-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-thumbnail-editor/tags/2.4.4/README.txt
r1066688 r1069632 75 75 76 76 == Changelog == 77 78 = 2.4.4 = 79 * Fixed bug with debug mode and certain plugins 80 * Updated French translation 77 81 78 82 = 2.4.3 = … … 186 190 == Upgrade Notice == 187 191 188 = 2.4.2 = 189 Patched CSRF vulnerabilities 192 = 2.4.4 = 193 * Updated french translation 194 * Fixed debug mode bug -
post-thumbnail-editor/tags/2.4.4/html/pte.php
r1066688 r1069632 290 290 } 291 291 292 $options = pte_get_options(); 293 294 if ( $options['pte_debug'] ) { 292 function enqueue_last() { 295 293 wp_enqueue_script( 296 294 'pte-require', … … 300 298 true 301 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); 302 307 add_filter('script_loader_tag', 'enqueue_script_filter', 10, 2); 303 308 } -
post-thumbnail-editor/tags/2.4.4/i18n/post-thumbnail-editor-fr_FR.po
r692587 r1069632 5 5 "Project-Id-Version: Post Thumbnail Editor 1.0.1-alpha2\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/post-thumbnail-editor\n" 7 "POT-Creation-Date: 201 3-03-27 22:08:07+00:00\n"8 "PO-Revision-Date: 201 3-03-31 10:44+0100\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 9 "Last-Translator: Li-An <lian00@gmail.com>\n" 10 10 "Language-Team: Li-An <lian00@gmail.com>\n" … … 14 14 "Content-Transfer-Encoding: 8bit\n" 15 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) #-#-#-#-# 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 19 54 #. 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 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 23 59 msgid "Post Thumbnail Editor" 24 60 msgstr "Post Thumbnail Editor" 25 61 26 #: html/pte.php: 16962 #: html/pte.php:47 27 63 msgid "crop and resize" 28 64 msgstr "Retailler et redimensionner" 29 65 30 #: html/pte.php:173 post-thumbnail-editor.php:299 31 msgid "Crop" 32 msgstr "Retailler" 33 34 #: html/pte.php:174 66 #: html/pte.php:53 35 67 msgid "View" 36 68 msgstr "Voir" 37 69 38 #: html/pte.php: 20370 #: html/pte.php:91 39 71 msgid "Options" 40 72 msgstr "Options" 41 73 42 #: html/pte.php: 21874 #: html/pte.php:107 43 75 msgid "Aspect Ratio" 44 76 msgstr "Ratio de taille" 45 77 46 #: html/pte.php: 22178 #: html/pte.php:110 47 79 msgid "width/height" 48 80 msgstr "largeur/hauteur" 49 81 50 #: html/pte.php: 22782 #: html/pte.php:116 51 83 msgid "Crop and save" 52 84 msgstr "Retailler et sauvegarder" 53 85 54 #: html/pte.php:246 php/options.php:43 post-thumbnail-editor.php:196 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 55 103 msgid "Thumbnails" 56 104 msgstr "Miniatures" 57 105 58 #: html/pte.php:252 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 59 131 msgid "Save all" 60 132 msgstr "Sauvegarder tout" 61 133 62 #: html/pte.php: 257134 #: html/pte.php:177 63 135 msgid "Reset all" 64 136 msgstr "Remettre aux réglages par défaut" 65 137 66 #: html/pte.php: 261138 #: html/pte.php:181 67 139 msgid "View all/modified" 68 140 msgstr "Voir tous/modifiés" 69 141 70 #: html/pte.php:284 71 msgid "Save" 72 msgstr "Sauvegarder" 73 74 #: html/pte.php:287 142 #: html/pte.php:210 75 143 msgid "Reset" 76 144 msgstr "Réinitialiser" 77 145 78 #: html/pte.php:2 90146 #: html/pte.php:213 79 147 msgid "Compare/View" 80 148 msgstr "Comparer/Voir" 81 149 82 #: html/pte.php:2 97150 #: html/pte.php:220 83 151 msgid "These thumbnails have an aspect ratio set:" 84 152 msgstr "Ces miniatures ont un ratio de taille défini:" 85 153 86 #: html/pte.php:322 154 #: html/pte.php:229 155 msgid "Current Thumbnails" 156 msgstr "Miniatures courantes" 157 158 #: html/pte.php:259 87 159 msgid "Original" 88 160 msgstr "Original" 89 161 90 #: html/pte.php: 329162 #: html/pte.php:266 91 163 msgid "No image has been generated yet for image: " 92 164 msgstr "Aucune image n'a encore été générée pour l'image:" 93 165 94 #: html/pte.php: 336166 #: html/pte.php:273 95 167 msgid "Proposed" 96 168 msgstr "Proposition" 97 169 98 #: php/functions.php:239 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 99 175 msgid "Invalid meta data for POST #%d: %s" 100 176 msgstr "Meta data invalide pour le BILLET #%d: %s" 101 177 102 #: php/functions.php:2 44178 #: php/functions.php:235 103 179 msgid "Please contact support" 104 180 msgstr "Veuillez contacter le support" 105 181 106 #: php/log.php:1 5182 #: php/log.php:16 107 183 msgid "ERROR" 108 184 msgstr "ERREUR" 109 185 110 #: php/log.php:1 8186 #: php/log.php:19 111 187 msgid "WARNING" 112 188 msgstr "AVERTISSEMENT" 113 189 114 #: php/log.php:21 190 #: php/log.php:22 191 msgid "INFO" 192 msgstr "INFO" 193 194 #: php/log.php:25 115 195 msgid "DEBUG" 116 196 msgstr "DEBUGGER" 117 197 118 #: php/log.php: 101198 #: php/log.php:222 119 199 msgid "ERROR Logging Message: %s" 120 200 msgstr "Message d'ERREUR de logging: %s" … … 128 208 msgstr "Debugger" 129 209 130 #: php/options.php:22 post-thumbnail-editor.php:298131 msgid "Crop and Save"132 msgstr "Retailler et Sauvegarder"133 134 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 135 215 msgid "Reset to defaults" 136 216 msgstr "Remettre aux réglages par défaut" 137 217 138 #: php/options.php: 39218 #: php/options.php:45 139 219 msgid "Site Options" 140 220 msgstr "Options de site" 141 221 142 #: php/options.php:48 143 msgid "JPEG Compression" 144 msgstr "Compression JPEG" 145 146 #: php/options.php:53 222 #: php/options.php:59 147 223 msgid "Cache Buster" 148 224 msgstr "Accélérateur de cache" 149 225 150 #: php/options.php: 74226 #: php/options.php:87 151 227 msgid "Save Changes" 152 228 msgstr "Sauvegarder les modifications" 153 229 154 #: php/options.php: 88230 #: php/options.php:101 155 231 msgid "" 156 "Only users with the 'manage_options' capability may make changes to these " 157 "settings." 232 "Only users with the 'manage_options' capability may make changes to these settings." 158 233 msgstr "" 159 "Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) "160 " peuventmodifier ces réglages."161 162 #: php/options.php:1 14234 "Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) peuvent " 235 "modifier ces réglages." 236 237 #: php/options.php:127 163 238 msgid "JPEG Compression needs to be set from 0 to 100." 164 239 msgstr "La compression JPEG doit être définie entre 0 et 100." 165 240 166 #: php/options.php:144 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 167 246 msgid "Enable debugging" 168 247 msgstr "Activer le debuggage" 169 248 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 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 175 263 msgid "I know what I'm doing, bypass the image verification." 176 264 msgstr "Je sais ce que je fais, passer la vérification d'image." 177 265 178 #: php/options.php:171 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 179 275 msgid "Reset User Options" 180 276 msgstr "Réinitialiser les options d'utilisateur" 181 277 182 #: php/options.php: 197278 #: php/options.php:254 183 279 msgid "Post Thumbnail" 184 280 msgstr "Miniature de billet" 185 281 186 #: php/options.php: 198282 #: php/options.php:255 187 283 msgid "Hidden" 188 284 msgstr "Caché" 189 285 190 #: php/options.php:2 26286 #: php/options.php:283 191 287 msgid "Set the compression level for resizing jpeg images (0 to 100)." 192 288 msgstr "Définissez le niveau de compression jpeg des images (0 à 100)" 193 289 194 #: php/options.php:2 27290 #: php/options.php:284 195 291 msgid "No entry defaults to using the 'jpeg_quality' filter or 90" 196 292 msgstr "Laisser vide pour utiliser le filtre par défaut 'jpeg_quality' ou 90" 197 293 198 #: php/options.php:2 39294 #: php/options.php:296 199 295 msgid "Append timestamp to filename. Useful for solving caching problems." 200 296 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 297 "Ajouter un horodatage au nom de fichier. Utile pour résoudre les problèmes de cache." 298 299 #: php/options.php:307 205 300 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 301 msgstr "Ces réglages communs au site ne peuvent être changés que par un administrateur" 302 303 #: post-thumbnail-editor.php:323 211 304 msgid "Edit Thumbnails" 212 305 msgstr "Éditer les miniatures" 213 306 214 #: post-thumbnail-editor.php:294215 msgid "No thumbnails selected"216 msgstr "Aucune miniature de sélectionnée"217 218 #: post-thumbnail-editor.php:295219 msgid "No crop selected"220 msgstr "Aucun rétaillage de sélectionné"221 222 #: post-thumbnail-editor.php:296223 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:297227 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 307 #. 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/" 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" 233 311 234 312 #. Description of the plugin/theme … … 240 318 msgstr "sewpafly" 241 319 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" 320 #~ msgid "http://wordpress.org/extend/plugins/post-thumbnail-editor/" 321 #~ msgstr "http://wordpress.org/extend/plugins/post-thumbnail-editor/" 245 322 246 323 #~ msgid "Post Thumbnail Editor - Step 1" 247 324 #~ msgstr "Post Thumbnail Editor - Étape 1" 248 325 249 #~ msgid "Create Thumbnails"250 #~ msgstr "Créer les miniatures"251 252 326 #~ msgid "Select: %1$sAll%2$s | %3$sNone%4$s" 253 327 #~ msgstr "Sélectionner: %1$sToutes%2$s | %3$sAucune%4$s" … … 269 343 270 344 #~ msgid "%1$sEnable debugging%2$s for additional information" 271 #~ msgstr "" 272 #~ "%1$sAutoriser le debuggage%2$s pour des informations complémentaires" 345 #~ msgstr "%1$sAutoriser le debuggage%2$s pour des informations complémentaires" 273 346 274 347 #~ msgid "Select the images you want to keep: %1$sAll%2$s | %3$sNone%4$s" 275 348 #~ msgstr "" 276 #~ "Sélectionner les images que vous désirez conserver: %1$sToutes%2$s | "277 #~ "% 3$sAucune%4$s"349 #~ "Sélectionner les images que vous désirez conserver: %1$sToutes%2$s | %3$sAucune" 350 #~ "%4$s" 278 351 279 352 #~ msgid "Okay, these look good..." … … 297 370 #~ msgid "" 298 371 #~ "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 " 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 " 302 374 #~ 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 !" 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 !" 309 380 310 381 #~ msgid "Send to Pastebin" … … 324 395 325 396 #~ 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." 397 #~ msgstr "La largeur de la fenêtre Thickbox doit mesurer au moins de 750 pixels." 328 398 329 399 #~ msgid "Thickbox height must be greater than 550 pixels." 330 400 #~ msgstr "La hauteur de la fenêtre Thickbox doit mesurer plus de 550 pixels." 331 401 332 #~ msgid "Width:"333 #~ msgstr "Largeur:"334 335 402 #~ msgid "Set this to a value greater than 750." 336 403 #~ msgstr "Définissez une valeur plus grande que 750." 337 404 338 #~ msgid "Height:"339 #~ msgstr "Hauteur:"340 341 405 #~ msgid "Set this to a value greater than 550." 342 406 #~ msgstr "Définissez une valeur supérieure à 550." -
post-thumbnail-editor/tags/2.4.4/php/functions.php
r1066688 r1069632 708 708 // Simply echo the created HTML 709 709 pte_edit_page(); 710 print_footer_scripts();710 wp_print_footer_scripts(); 711 711 print( '</body></html>' ); 712 712 } -
post-thumbnail-editor/tags/2.4.4/post-thumbnail-editor.php
r1066688 r1069632 5 5 Author: sewpafly 6 6 Author URI: http://sewpafly.github.io/post-thumbnail-editor/ 7 Version: 2.4. 37 Version: 2.4.4 8 8 Description: Individually manage your post thumbnails 9 9 … … 35 35 define( 'PTE_PLUGINPATH', dirname(__FILE__) . "/"); 36 36 define( 'PTE_DOMAIN', "post-thumbnail-editor"); 37 define( 'PTE_VERSION', "2.4. 3");37 define( 'PTE_VERSION', "2.4.4"); 38 38 39 39 // TODO: -
post-thumbnail-editor/trunk/README.txt
r1066688 r1069632 75 75 76 76 == Changelog == 77 78 = 2.4.4 = 79 * Fixed bug with debug mode and certain plugins 80 * Updated French translation 77 81 78 82 = 2.4.3 = … … 186 190 == Upgrade Notice == 187 191 188 = 2.4.2 = 189 Patched CSRF vulnerabilities 192 = 2.4.4 = 193 * Updated french translation 194 * Fixed debug mode bug -
post-thumbnail-editor/trunk/html/pte.php
r1066688 r1069632 290 290 } 291 291 292 $options = pte_get_options(); 293 294 if ( $options['pte_debug'] ) { 292 function enqueue_last() { 295 293 wp_enqueue_script( 296 294 'pte-require', … … 300 298 true 301 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); 302 307 add_filter('script_loader_tag', 'enqueue_script_filter', 10, 2); 303 308 } -
post-thumbnail-editor/trunk/i18n/post-thumbnail-editor-fr_FR.po
r692587 r1069632 5 5 "Project-Id-Version: Post Thumbnail Editor 1.0.1-alpha2\n" 6 6 "Report-Msgid-Bugs-To: http://wordpress.org/tag/post-thumbnail-editor\n" 7 "POT-Creation-Date: 201 3-03-27 22:08:07+00:00\n"8 "PO-Revision-Date: 201 3-03-31 10:44+0100\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 9 "Last-Translator: Li-An <lian00@gmail.com>\n" 10 10 "Language-Team: Li-An <lian00@gmail.com>\n" … … 14 14 "Content-Transfer-Encoding: 8bit\n" 15 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) #-#-#-#-# 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 19 54 #. 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 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 23 59 msgid "Post Thumbnail Editor" 24 60 msgstr "Post Thumbnail Editor" 25 61 26 #: html/pte.php: 16962 #: html/pte.php:47 27 63 msgid "crop and resize" 28 64 msgstr "Retailler et redimensionner" 29 65 30 #: html/pte.php:173 post-thumbnail-editor.php:299 31 msgid "Crop" 32 msgstr "Retailler" 33 34 #: html/pte.php:174 66 #: html/pte.php:53 35 67 msgid "View" 36 68 msgstr "Voir" 37 69 38 #: html/pte.php: 20370 #: html/pte.php:91 39 71 msgid "Options" 40 72 msgstr "Options" 41 73 42 #: html/pte.php: 21874 #: html/pte.php:107 43 75 msgid "Aspect Ratio" 44 76 msgstr "Ratio de taille" 45 77 46 #: html/pte.php: 22178 #: html/pte.php:110 47 79 msgid "width/height" 48 80 msgstr "largeur/hauteur" 49 81 50 #: html/pte.php: 22782 #: html/pte.php:116 51 83 msgid "Crop and save" 52 84 msgstr "Retailler et sauvegarder" 53 85 54 #: html/pte.php:246 php/options.php:43 post-thumbnail-editor.php:196 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 55 103 msgid "Thumbnails" 56 104 msgstr "Miniatures" 57 105 58 #: html/pte.php:252 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 59 131 msgid "Save all" 60 132 msgstr "Sauvegarder tout" 61 133 62 #: html/pte.php: 257134 #: html/pte.php:177 63 135 msgid "Reset all" 64 136 msgstr "Remettre aux réglages par défaut" 65 137 66 #: html/pte.php: 261138 #: html/pte.php:181 67 139 msgid "View all/modified" 68 140 msgstr "Voir tous/modifiés" 69 141 70 #: html/pte.php:284 71 msgid "Save" 72 msgstr "Sauvegarder" 73 74 #: html/pte.php:287 142 #: html/pte.php:210 75 143 msgid "Reset" 76 144 msgstr "Réinitialiser" 77 145 78 #: html/pte.php:2 90146 #: html/pte.php:213 79 147 msgid "Compare/View" 80 148 msgstr "Comparer/Voir" 81 149 82 #: html/pte.php:2 97150 #: html/pte.php:220 83 151 msgid "These thumbnails have an aspect ratio set:" 84 152 msgstr "Ces miniatures ont un ratio de taille défini:" 85 153 86 #: html/pte.php:322 154 #: html/pte.php:229 155 msgid "Current Thumbnails" 156 msgstr "Miniatures courantes" 157 158 #: html/pte.php:259 87 159 msgid "Original" 88 160 msgstr "Original" 89 161 90 #: html/pte.php: 329162 #: html/pte.php:266 91 163 msgid "No image has been generated yet for image: " 92 164 msgstr "Aucune image n'a encore été générée pour l'image:" 93 165 94 #: html/pte.php: 336166 #: html/pte.php:273 95 167 msgid "Proposed" 96 168 msgstr "Proposition" 97 169 98 #: php/functions.php:239 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 99 175 msgid "Invalid meta data for POST #%d: %s" 100 176 msgstr "Meta data invalide pour le BILLET #%d: %s" 101 177 102 #: php/functions.php:2 44178 #: php/functions.php:235 103 179 msgid "Please contact support" 104 180 msgstr "Veuillez contacter le support" 105 181 106 #: php/log.php:1 5182 #: php/log.php:16 107 183 msgid "ERROR" 108 184 msgstr "ERREUR" 109 185 110 #: php/log.php:1 8186 #: php/log.php:19 111 187 msgid "WARNING" 112 188 msgstr "AVERTISSEMENT" 113 189 114 #: php/log.php:21 190 #: php/log.php:22 191 msgid "INFO" 192 msgstr "INFO" 193 194 #: php/log.php:25 115 195 msgid "DEBUG" 116 196 msgstr "DEBUGGER" 117 197 118 #: php/log.php: 101198 #: php/log.php:222 119 199 msgid "ERROR Logging Message: %s" 120 200 msgstr "Message d'ERREUR de logging: %s" … … 128 208 msgstr "Debugger" 129 209 130 #: php/options.php:22 post-thumbnail-editor.php:298131 msgid "Crop and Save"132 msgstr "Retailler et Sauvegarder"133 134 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 135 215 msgid "Reset to defaults" 136 216 msgstr "Remettre aux réglages par défaut" 137 217 138 #: php/options.php: 39218 #: php/options.php:45 139 219 msgid "Site Options" 140 220 msgstr "Options de site" 141 221 142 #: php/options.php:48 143 msgid "JPEG Compression" 144 msgstr "Compression JPEG" 145 146 #: php/options.php:53 222 #: php/options.php:59 147 223 msgid "Cache Buster" 148 224 msgstr "Accélérateur de cache" 149 225 150 #: php/options.php: 74226 #: php/options.php:87 151 227 msgid "Save Changes" 152 228 msgstr "Sauvegarder les modifications" 153 229 154 #: php/options.php: 88230 #: php/options.php:101 155 231 msgid "" 156 "Only users with the 'manage_options' capability may make changes to these " 157 "settings." 232 "Only users with the 'manage_options' capability may make changes to these settings." 158 233 msgstr "" 159 "Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) "160 " peuventmodifier ces réglages."161 162 #: php/options.php:1 14234 "Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) peuvent " 235 "modifier ces réglages." 236 237 #: php/options.php:127 163 238 msgid "JPEG Compression needs to be set from 0 to 100." 164 239 msgstr "La compression JPEG doit être définie entre 0 et 100." 165 240 166 #: php/options.php:144 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 167 246 msgid "Enable debugging" 168 247 msgstr "Activer le debuggage" 169 248 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 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 175 263 msgid "I know what I'm doing, bypass the image verification." 176 264 msgstr "Je sais ce que je fais, passer la vérification d'image." 177 265 178 #: php/options.php:171 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 179 275 msgid "Reset User Options" 180 276 msgstr "Réinitialiser les options d'utilisateur" 181 277 182 #: php/options.php: 197278 #: php/options.php:254 183 279 msgid "Post Thumbnail" 184 280 msgstr "Miniature de billet" 185 281 186 #: php/options.php: 198282 #: php/options.php:255 187 283 msgid "Hidden" 188 284 msgstr "Caché" 189 285 190 #: php/options.php:2 26286 #: php/options.php:283 191 287 msgid "Set the compression level for resizing jpeg images (0 to 100)." 192 288 msgstr "Définissez le niveau de compression jpeg des images (0 à 100)" 193 289 194 #: php/options.php:2 27290 #: php/options.php:284 195 291 msgid "No entry defaults to using the 'jpeg_quality' filter or 90" 196 292 msgstr "Laisser vide pour utiliser le filtre par défaut 'jpeg_quality' ou 90" 197 293 198 #: php/options.php:2 39294 #: php/options.php:296 199 295 msgid "Append timestamp to filename. Useful for solving caching problems." 200 296 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 297 "Ajouter un horodatage au nom de fichier. Utile pour résoudre les problèmes de cache." 298 299 #: php/options.php:307 205 300 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 301 msgstr "Ces réglages communs au site ne peuvent être changés que par un administrateur" 302 303 #: post-thumbnail-editor.php:323 211 304 msgid "Edit Thumbnails" 212 305 msgstr "Éditer les miniatures" 213 306 214 #: post-thumbnail-editor.php:294215 msgid "No thumbnails selected"216 msgstr "Aucune miniature de sélectionnée"217 218 #: post-thumbnail-editor.php:295219 msgid "No crop selected"220 msgstr "Aucun rétaillage de sélectionné"221 222 #: post-thumbnail-editor.php:296223 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:297227 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 307 #. 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/" 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" 233 311 234 312 #. Description of the plugin/theme … … 240 318 msgstr "sewpafly" 241 319 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" 320 #~ msgid "http://wordpress.org/extend/plugins/post-thumbnail-editor/" 321 #~ msgstr "http://wordpress.org/extend/plugins/post-thumbnail-editor/" 245 322 246 323 #~ msgid "Post Thumbnail Editor - Step 1" 247 324 #~ msgstr "Post Thumbnail Editor - Étape 1" 248 325 249 #~ msgid "Create Thumbnails"250 #~ msgstr "Créer les miniatures"251 252 326 #~ msgid "Select: %1$sAll%2$s | %3$sNone%4$s" 253 327 #~ msgstr "Sélectionner: %1$sToutes%2$s | %3$sAucune%4$s" … … 269 343 270 344 #~ msgid "%1$sEnable debugging%2$s for additional information" 271 #~ msgstr "" 272 #~ "%1$sAutoriser le debuggage%2$s pour des informations complémentaires" 345 #~ msgstr "%1$sAutoriser le debuggage%2$s pour des informations complémentaires" 273 346 274 347 #~ msgid "Select the images you want to keep: %1$sAll%2$s | %3$sNone%4$s" 275 348 #~ msgstr "" 276 #~ "Sélectionner les images que vous désirez conserver: %1$sToutes%2$s | "277 #~ "% 3$sAucune%4$s"349 #~ "Sélectionner les images que vous désirez conserver: %1$sToutes%2$s | %3$sAucune" 350 #~ "%4$s" 278 351 279 352 #~ msgid "Okay, these look good..." … … 297 370 #~ msgid "" 298 371 #~ "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 " 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 " 302 374 #~ 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 !" 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 !" 309 380 310 381 #~ msgid "Send to Pastebin" … … 324 395 325 396 #~ 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." 397 #~ msgstr "La largeur de la fenêtre Thickbox doit mesurer au moins de 750 pixels." 328 398 329 399 #~ msgid "Thickbox height must be greater than 550 pixels." 330 400 #~ msgstr "La hauteur de la fenêtre Thickbox doit mesurer plus de 550 pixels." 331 401 332 #~ msgid "Width:"333 #~ msgstr "Largeur:"334 335 402 #~ msgid "Set this to a value greater than 750." 336 403 #~ msgstr "Définissez une valeur plus grande que 750." 337 404 338 #~ msgid "Height:"339 #~ msgstr "Hauteur:"340 341 405 #~ msgid "Set this to a value greater than 550." 342 406 #~ msgstr "Définissez une valeur supérieure à 550." -
post-thumbnail-editor/trunk/php/functions.php
r1066688 r1069632 708 708 // Simply echo the created HTML 709 709 pte_edit_page(); 710 print_footer_scripts();710 wp_print_footer_scripts(); 711 711 print( '</body></html>' ); 712 712 } -
post-thumbnail-editor/trunk/post-thumbnail-editor.php
r1066688 r1069632 5 5 Author: sewpafly 6 6 Author URI: http://sewpafly.github.io/post-thumbnail-editor/ 7 Version: 2.4. 37 Version: 2.4.4 8 8 Description: Individually manage your post thumbnails 9 9 … … 35 35 define( 'PTE_PLUGINPATH', dirname(__FILE__) . "/"); 36 36 define( 'PTE_DOMAIN', "post-thumbnail-editor"); 37 define( 'PTE_VERSION', "2.4. 3");37 define( 'PTE_VERSION', "2.4.4"); 38 38 39 39 // TODO:
Note: See TracChangeset
for help on using the changeset viewer.