Plugin Directory

Changeset 1069632


Ignore:
Timestamp:
01/16/2015 07:54:11 PM (11 years ago)
Author:
sewpafly
Message:

2.4.4

Location:
post-thumbnail-editor
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • post-thumbnail-editor/tags/2.4.4/README.txt

    r1066688 r1069632  
    7575
    7676== Changelog ==
     77
     78= 2.4.4 =
     79* Fixed bug with debug mode and certain plugins
     80* Updated French translation
    7781
    7882= 2.4.3 =
     
    186190== Upgrade Notice ==
    187191
    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  
    290290}
    291291
    292 $options = pte_get_options();
    293 
    294 if ( $options['pte_debug'] ) {
     292function enqueue_last() {
    295293    wp_enqueue_script(
    296294        'pte-require',
     
    300298        true
    301299    );
     300}
     301
     302$options = pte_get_options();
     303
     304if ( $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);
    302307    add_filter('script_loader_tag', 'enqueue_script_filter', 10, 2);
    303308}
  • post-thumbnail-editor/tags/2.4.4/i18n/post-thumbnail-editor-fr_FR.po

    r692587 r1069632  
    55"Project-Id-Version: Post Thumbnail Editor 1.0.1-alpha2\n"
    66"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"
     7"POT-Creation-Date: 2014-04-25 16:57:15+00:00\n"
     8"PO-Revision-Date: 2015-01-15 09:17+0100\n"
    99"Last-Translator: Li-An <lian00@gmail.com>\n"
    1010"Language-Team: Li-An <lian00@gmail.com>\n"
     
    1414"Content-Transfer-Encoding: 8bit\n"
    1515"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
     19msgid "No thumbnails selected"
     20msgstr "Aucune miniature de sélectionnée"
     21
     22#: html/pte.php:24
     23msgid "No crop selected"
     24msgstr "Aucun rétaillage de sélectionné"
     25
     26#: html/pte.php:25
     27msgid "Cropping will likely result in skewed imagery"
     28msgstr "Le découpage va donner une image asymétrique"
     29
     30#: html/pte.php:26
     31msgid "There was a problem saving the crop..."
     32msgstr "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
     35msgid "Crop and Save"
     36msgstr "Retailler et Sauvegarder"
     37
     38#: html/pte.php:28 html/pte.php:52
     39msgid "Crop"
     40msgstr "Retailler"
     41
     42#: html/pte.php:29 html/pte.php:207
     43msgid "Save"
     44msgstr "Sauvegarder"
     45
     46#: html/pte.php:30
     47msgid "Set transparent"
     48msgstr "Définir comme transparent"
     49
     50#: html/pte.php:31
     51msgid "transparent/white"
     52msgstr "transparent/blanc"
     53
    1954#. 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
    2359msgid "Post Thumbnail Editor"
    2460msgstr "Post Thumbnail Editor"
    2561
    26 #: html/pte.php:169
     62#: html/pte.php:47
    2763msgid "crop and resize"
    2864msgstr "Retailler et redimensionner"
    2965
    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
    3567msgid "View"
    3668msgstr "Voir"
    3769
    38 #: html/pte.php:203
     70#: html/pte.php:91
    3971msgid "Options"
    4072msgstr "Options"
    4173
    42 #: html/pte.php:218
     74#: html/pte.php:107
    4375msgid "Aspect Ratio"
    4476msgstr "Ratio de taille"
    4577
    46 #: html/pte.php:221
     78#: html/pte.php:110
    4779msgid "width/height"
    4880msgstr "largeur/hauteur"
    4981
    50 #: html/pte.php:227
     82#: html/pte.php:116
    5183msgid "Crop and save"
    5284msgstr "Retailler et sauvegarder"
    5385
    54 #: html/pte.php:246 php/options.php:43 post-thumbnail-editor.php:196
     86#: html/pte.php:125
     87msgid "Change the current thumbnails position:"
     88msgstr "Changer la position actuelle des miniatures:"
     89
     90#: html/pte.php:128 php/options.php:54
     91msgid "JPEG Compression"
     92msgstr "Compression JPEG"
     93
     94#: html/pte.php:132
     95msgid "0 to 100 (Default: %d)"
     96msgstr "0 à 100 (par défaut: %d)"
     97
     98#: html/pte.php:141
     99msgid "Fit crop to thumbnail by adding border"
     100msgstr "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
    55103msgid "Thumbnails"
    56104msgstr "Miniatures"
    57105
    58 #: html/pte.php:252
     106#: html/pte.php:164
     107msgid "width"
     108msgstr "largeur"
     109
     110#: html/pte.php:164
     111msgid "W"
     112msgstr "W"
     113
     114#: html/pte.php:165
     115msgid "height"
     116msgstr "hauteur"
     117
     118#: html/pte.php:165
     119msgid "H"
     120msgstr "H"
     121
     122#: html/pte.php:166
     123msgid "crop"
     124msgstr "redécouper"
     125
     126#: html/pte.php:166
     127msgid "C"
     128msgstr "C"
     129
     130#: html/pte.php:172
    59131msgid "Save all"
    60132msgstr "Sauvegarder tout"
    61133
    62 #: html/pte.php:257
     134#: html/pte.php:177
    63135msgid "Reset all"
    64136msgstr "Remettre aux réglages par défaut"
    65137
    66 #: html/pte.php:261
     138#: html/pte.php:181
    67139msgid "View all/modified"
    68140msgstr "Voir tous/modifiés"
    69141
    70 #: html/pte.php:284
    71 msgid "Save"
    72 msgstr "Sauvegarder"
    73 
    74 #: html/pte.php:287
     142#: html/pte.php:210
    75143msgid "Reset"
    76144msgstr "Réinitialiser"
    77145
    78 #: html/pte.php:290
     146#: html/pte.php:213
    79147msgid "Compare/View"
    80148msgstr "Comparer/Voir"
    81149
    82 #: html/pte.php:297
     150#: html/pte.php:220
    83151msgid "These thumbnails have an aspect ratio set:"
    84152msgstr "Ces miniatures ont un ratio de taille défini:"
    85153
    86 #: html/pte.php:322
     154#: html/pte.php:229
     155msgid "Current Thumbnails"
     156msgstr "Miniatures courantes"
     157
     158#: html/pte.php:259
    87159msgid "Original"
    88160msgstr "Original"
    89161
    90 #: html/pte.php:329
     162#: html/pte.php:266
    91163msgid "No image has been generated yet for image: "
    92164msgstr "Aucune image n'a encore été générée pour l'image:"
    93165
    94 #: html/pte.php:336
     166#: html/pte.php:273
    95167msgid "Proposed"
    96168msgstr "Proposition"
    97169
    98 #: php/functions.php:239
     170#: php/class-pte-image-editor-gd.php:66 php/class-pte-image-editor-imagick.php:69
     171msgid "Image crop failed."
     172msgstr "Redécoupage de l'image échoué."
     173
     174#: php/functions.php:230
    99175msgid "Invalid meta data for POST #%d: %s"
    100176msgstr "Meta data invalide pour le BILLET #%d: %s"
    101177
    102 #: php/functions.php:244
     178#: php/functions.php:235
    103179msgid "Please contact support"
    104180msgstr "Veuillez contacter le support"
    105181
    106 #: php/log.php:15
     182#: php/log.php:16
    107183msgid "ERROR"
    108184msgstr "ERREUR"
    109185
    110 #: php/log.php:18
     186#: php/log.php:19
    111187msgid "WARNING"
    112188msgstr "AVERTISSEMENT"
    113189
    114 #: php/log.php:21
     190#: php/log.php:22
     191msgid "INFO"
     192msgstr "INFO"
     193
     194#: php/log.php:25
    115195msgid "DEBUG"
    116196msgstr "DEBUGGER"
    117197
    118 #: php/log.php:101
     198#: php/log.php:222
    119199msgid "ERROR Logging Message: %s"
    120200msgstr "Message d'ERREUR de logging: %s"
     
    128208msgstr "Debugger"
    129209
    130 #: php/options.php:22 post-thumbnail-editor.php:298
    131 msgid "Crop and Save"
    132 msgstr "Retailler et Sauvegarder"
    133 
    134210#: php/options.php:28
     211msgid "Crop Picture Size"
     212msgstr "Taille de redécoupage de l'image"
     213
     214#: php/options.php:34
    135215msgid "Reset to defaults"
    136216msgstr "Remettre aux réglages par défaut"
    137217
    138 #: php/options.php:39
     218#: php/options.php:45
    139219msgid "Site Options"
    140220msgstr "Options de site"
    141221
    142 #: php/options.php:48
    143 msgid "JPEG Compression"
    144 msgstr "Compression JPEG"
    145 
    146 #: php/options.php:53
     222#: php/options.php:59
    147223msgid "Cache Buster"
    148224msgstr "Accélérateur de cache"
    149225
    150 #: php/options.php:74
     226#: php/options.php:87
    151227msgid "Save Changes"
    152228msgstr "Sauvegarder les modifications"
    153229
    154 #: php/options.php:88
     230#: php/options.php:101
    155231msgid ""
    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."
    158233msgstr ""
    159 "Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) "
    160 "peuvent modifier ces réglages."
    161 
    162 #: php/options.php:114
     234"Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) peuvent "
     235"modifier ces réglages."
     236
     237#: php/options.php:127
    163238msgid "JPEG Compression needs to be set from 0 to 100."
    164239msgstr "La compression JPEG doit être définie entre 0 et 100."
    165240
    166 #: php/options.php:144
     241#: php/options.php:154
     242msgid "Crop Size must be between 0 and 10000."
     243msgstr "La taille de redécoupage doit être située entre 0 et 10000."
     244
     245#: php/options.php:172
    167246msgid "Enable debugging"
    168247msgstr "Activer le debuggage"
    169248
    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
     250msgid ""
     251"WP_DEBUG is currently set to true and will override this setting. (debug is enabled)"
     252msgstr "WP_DEBUG est actuellement activé et annule ces réglages (debug est activé)."
     253
     254#: php/options.php:182
     255msgid "Use <a href=\"%s\">ChromePhp</a> for log output"
     256msgstr "Utilisez <a href=\"%s\">ChromePhp</a> pour un résultat de log"
     257
     258#: php/options.php:190
     259msgid "Write log output to a <a href=\"%s\">file</a>"
     260msgstr "Écrite le résulat de log dans un <a href=\"%s\">fichier</a>"
     261
     262#: php/options.php:205
    175263msgid "I know what I'm doing, bypass the image verification."
    176264msgstr "Je sais ce que je fais, passer la vérification d'image."
    177265
    178 #: php/options.php:171
     266#: php/options.php:218
     267msgid "Set the max size for the crop image."
     268msgstr "Définir la taille max pour l'image découpée."
     269
     270#: php/options.php:219
     271msgid "No entry defaults to 600"
     272msgstr "Taille par défaut de l'image éditable à 600 px"
     273
     274#: php/options.php:228
    179275msgid "Reset User Options"
    180276msgstr "Réinitialiser les options d'utilisateur"
    181277
    182 #: php/options.php:197
     278#: php/options.php:254
    183279msgid "Post Thumbnail"
    184280msgstr "Miniature de billet"
    185281
    186 #: php/options.php:198
     282#: php/options.php:255
    187283msgid "Hidden"
    188284msgstr "Caché"
    189285
    190 #: php/options.php:226
     286#: php/options.php:283
    191287msgid "Set the compression level for resizing jpeg images (0 to 100)."
    192288msgstr "Définissez le niveau de compression jpeg des images (0 à 100)"
    193289
    194 #: php/options.php:227
     290#: php/options.php:284
    195291msgid "No entry defaults to using the 'jpeg_quality' filter or 90"
    196292msgstr "Laisser vide pour utiliser le filtre par défaut 'jpeg_quality' ou 90"
    197293
    198 #: php/options.php:239
     294#: php/options.php:296
    199295msgid "Append timestamp to filename. Useful for solving caching problems."
    200296msgstr ""
    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
    205300msgid "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
     301msgstr "Ces réglages communs au site ne peuvent être changés que par un administrateur"
     302
     303#: post-thumbnail-editor.php:323
    211304msgid "Edit Thumbnails"
    212305msgstr "Éditer les miniatures"
    213306
    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 
    230307#. 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
     309msgid "http://sewpafly.github.io/post-thumbnail-editor/"
     310msgstr "http://sewpafly.github.io/post-thumbnail-editor"
    233311
    234312#. Description of the plugin/theme
     
    240318msgstr "sewpafly"
    241319
    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/"
    245322
    246323#~ msgid "Post Thumbnail Editor - Step 1"
    247324#~ msgstr "Post Thumbnail Editor - Étape 1"
    248325
    249 #~ msgid "Create Thumbnails"
    250 #~ msgstr "Créer les miniatures"
    251 
    252326#~ msgid "Select: %1$sAll%2$s | %3$sNone%4$s"
    253327#~ msgstr "Sélectionner: %1$sToutes%2$s | %3$sAucune%4$s"
     
    269343
    270344#~ 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"
    273346
    274347#~ msgid "Select the images you want to keep: %1$sAll%2$s | %3$sNone%4$s"
    275348#~ 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"
    278351
    279352#~ msgid "Okay, these look good..."
     
    297370#~ msgid ""
    298371#~ "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 "
    302374#~ 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 !"
    309380
    310381#~ msgid "Send to Pastebin"
     
    324395
    325396#~ 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."
    328398
    329399#~ msgid "Thickbox height must be greater than 550 pixels."
    330400#~ msgstr "La hauteur de la fenêtre Thickbox doit mesurer plus de 550 pixels."
    331401
    332 #~ msgid "Width:"
    333 #~ msgstr "Largeur:"
    334 
    335402#~ msgid "Set this to a value greater than 750."
    336403#~ msgstr "Définissez une valeur plus grande que 750."
    337404
    338 #~ msgid "Height:"
    339 #~ msgstr "Hauteur:"
    340 
    341405#~ msgid "Set this to a value greater than 550."
    342406#~ msgstr "Définissez une valeur supérieure à 550."
  • post-thumbnail-editor/tags/2.4.4/php/functions.php

    r1066688 r1069632  
    708708    // Simply echo the created HTML
    709709    pte_edit_page();
    710     print_footer_scripts();
     710    wp_print_footer_scripts();
    711711    print( '</body></html>' );
    712712}
  • post-thumbnail-editor/tags/2.4.4/post-thumbnail-editor.php

    r1066688 r1069632  
    55Author: sewpafly
    66Author URI: http://sewpafly.github.io/post-thumbnail-editor/
    7 Version: 2.4.3
     7Version: 2.4.4
    88Description: Individually manage your post thumbnails
    99
     
    3535define( 'PTE_PLUGINPATH', dirname(__FILE__) . "/");
    3636define( 'PTE_DOMAIN', "post-thumbnail-editor");
    37 define( 'PTE_VERSION', "2.4.3");
     37define( 'PTE_VERSION', "2.4.4");
    3838
    3939// TODO:
  • post-thumbnail-editor/trunk/README.txt

    r1066688 r1069632  
    7575
    7676== Changelog ==
     77
     78= 2.4.4 =
     79* Fixed bug with debug mode and certain plugins
     80* Updated French translation
    7781
    7882= 2.4.3 =
     
    186190== Upgrade Notice ==
    187191
    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  
    290290}
    291291
    292 $options = pte_get_options();
    293 
    294 if ( $options['pte_debug'] ) {
     292function enqueue_last() {
    295293    wp_enqueue_script(
    296294        'pte-require',
     
    300298        true
    301299    );
     300}
     301
     302$options = pte_get_options();
     303
     304if ( $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);
    302307    add_filter('script_loader_tag', 'enqueue_script_filter', 10, 2);
    303308}
  • post-thumbnail-editor/trunk/i18n/post-thumbnail-editor-fr_FR.po

    r692587 r1069632  
    55"Project-Id-Version: Post Thumbnail Editor 1.0.1-alpha2\n"
    66"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"
     7"POT-Creation-Date: 2014-04-25 16:57:15+00:00\n"
     8"PO-Revision-Date: 2015-01-15 09:17+0100\n"
    99"Last-Translator: Li-An <lian00@gmail.com>\n"
    1010"Language-Team: Li-An <lian00@gmail.com>\n"
     
    1414"Content-Transfer-Encoding: 8bit\n"
    1515"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
     19msgid "No thumbnails selected"
     20msgstr "Aucune miniature de sélectionnée"
     21
     22#: html/pte.php:24
     23msgid "No crop selected"
     24msgstr "Aucun rétaillage de sélectionné"
     25
     26#: html/pte.php:25
     27msgid "Cropping will likely result in skewed imagery"
     28msgstr "Le découpage va donner une image asymétrique"
     29
     30#: html/pte.php:26
     31msgid "There was a problem saving the crop..."
     32msgstr "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
     35msgid "Crop and Save"
     36msgstr "Retailler et Sauvegarder"
     37
     38#: html/pte.php:28 html/pte.php:52
     39msgid "Crop"
     40msgstr "Retailler"
     41
     42#: html/pte.php:29 html/pte.php:207
     43msgid "Save"
     44msgstr "Sauvegarder"
     45
     46#: html/pte.php:30
     47msgid "Set transparent"
     48msgstr "Définir comme transparent"
     49
     50#: html/pte.php:31
     51msgid "transparent/white"
     52msgstr "transparent/blanc"
     53
    1954#. 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
    2359msgid "Post Thumbnail Editor"
    2460msgstr "Post Thumbnail Editor"
    2561
    26 #: html/pte.php:169
     62#: html/pte.php:47
    2763msgid "crop and resize"
    2864msgstr "Retailler et redimensionner"
    2965
    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
    3567msgid "View"
    3668msgstr "Voir"
    3769
    38 #: html/pte.php:203
     70#: html/pte.php:91
    3971msgid "Options"
    4072msgstr "Options"
    4173
    42 #: html/pte.php:218
     74#: html/pte.php:107
    4375msgid "Aspect Ratio"
    4476msgstr "Ratio de taille"
    4577
    46 #: html/pte.php:221
     78#: html/pte.php:110
    4779msgid "width/height"
    4880msgstr "largeur/hauteur"
    4981
    50 #: html/pte.php:227
     82#: html/pte.php:116
    5183msgid "Crop and save"
    5284msgstr "Retailler et sauvegarder"
    5385
    54 #: html/pte.php:246 php/options.php:43 post-thumbnail-editor.php:196
     86#: html/pte.php:125
     87msgid "Change the current thumbnails position:"
     88msgstr "Changer la position actuelle des miniatures:"
     89
     90#: html/pte.php:128 php/options.php:54
     91msgid "JPEG Compression"
     92msgstr "Compression JPEG"
     93
     94#: html/pte.php:132
     95msgid "0 to 100 (Default: %d)"
     96msgstr "0 à 100 (par défaut: %d)"
     97
     98#: html/pte.php:141
     99msgid "Fit crop to thumbnail by adding border"
     100msgstr "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
    55103msgid "Thumbnails"
    56104msgstr "Miniatures"
    57105
    58 #: html/pte.php:252
     106#: html/pte.php:164
     107msgid "width"
     108msgstr "largeur"
     109
     110#: html/pte.php:164
     111msgid "W"
     112msgstr "W"
     113
     114#: html/pte.php:165
     115msgid "height"
     116msgstr "hauteur"
     117
     118#: html/pte.php:165
     119msgid "H"
     120msgstr "H"
     121
     122#: html/pte.php:166
     123msgid "crop"
     124msgstr "redécouper"
     125
     126#: html/pte.php:166
     127msgid "C"
     128msgstr "C"
     129
     130#: html/pte.php:172
    59131msgid "Save all"
    60132msgstr "Sauvegarder tout"
    61133
    62 #: html/pte.php:257
     134#: html/pte.php:177
    63135msgid "Reset all"
    64136msgstr "Remettre aux réglages par défaut"
    65137
    66 #: html/pte.php:261
     138#: html/pte.php:181
    67139msgid "View all/modified"
    68140msgstr "Voir tous/modifiés"
    69141
    70 #: html/pte.php:284
    71 msgid "Save"
    72 msgstr "Sauvegarder"
    73 
    74 #: html/pte.php:287
     142#: html/pte.php:210
    75143msgid "Reset"
    76144msgstr "Réinitialiser"
    77145
    78 #: html/pte.php:290
     146#: html/pte.php:213
    79147msgid "Compare/View"
    80148msgstr "Comparer/Voir"
    81149
    82 #: html/pte.php:297
     150#: html/pte.php:220
    83151msgid "These thumbnails have an aspect ratio set:"
    84152msgstr "Ces miniatures ont un ratio de taille défini:"
    85153
    86 #: html/pte.php:322
     154#: html/pte.php:229
     155msgid "Current Thumbnails"
     156msgstr "Miniatures courantes"
     157
     158#: html/pte.php:259
    87159msgid "Original"
    88160msgstr "Original"
    89161
    90 #: html/pte.php:329
     162#: html/pte.php:266
    91163msgid "No image has been generated yet for image: "
    92164msgstr "Aucune image n'a encore été générée pour l'image:"
    93165
    94 #: html/pte.php:336
     166#: html/pte.php:273
    95167msgid "Proposed"
    96168msgstr "Proposition"
    97169
    98 #: php/functions.php:239
     170#: php/class-pte-image-editor-gd.php:66 php/class-pte-image-editor-imagick.php:69
     171msgid "Image crop failed."
     172msgstr "Redécoupage de l'image échoué."
     173
     174#: php/functions.php:230
    99175msgid "Invalid meta data for POST #%d: %s"
    100176msgstr "Meta data invalide pour le BILLET #%d: %s"
    101177
    102 #: php/functions.php:244
     178#: php/functions.php:235
    103179msgid "Please contact support"
    104180msgstr "Veuillez contacter le support"
    105181
    106 #: php/log.php:15
     182#: php/log.php:16
    107183msgid "ERROR"
    108184msgstr "ERREUR"
    109185
    110 #: php/log.php:18
     186#: php/log.php:19
    111187msgid "WARNING"
    112188msgstr "AVERTISSEMENT"
    113189
    114 #: php/log.php:21
     190#: php/log.php:22
     191msgid "INFO"
     192msgstr "INFO"
     193
     194#: php/log.php:25
    115195msgid "DEBUG"
    116196msgstr "DEBUGGER"
    117197
    118 #: php/log.php:101
     198#: php/log.php:222
    119199msgid "ERROR Logging Message: %s"
    120200msgstr "Message d'ERREUR de logging: %s"
     
    128208msgstr "Debugger"
    129209
    130 #: php/options.php:22 post-thumbnail-editor.php:298
    131 msgid "Crop and Save"
    132 msgstr "Retailler et Sauvegarder"
    133 
    134210#: php/options.php:28
     211msgid "Crop Picture Size"
     212msgstr "Taille de redécoupage de l'image"
     213
     214#: php/options.php:34
    135215msgid "Reset to defaults"
    136216msgstr "Remettre aux réglages par défaut"
    137217
    138 #: php/options.php:39
     218#: php/options.php:45
    139219msgid "Site Options"
    140220msgstr "Options de site"
    141221
    142 #: php/options.php:48
    143 msgid "JPEG Compression"
    144 msgstr "Compression JPEG"
    145 
    146 #: php/options.php:53
     222#: php/options.php:59
    147223msgid "Cache Buster"
    148224msgstr "Accélérateur de cache"
    149225
    150 #: php/options.php:74
     226#: php/options.php:87
    151227msgid "Save Changes"
    152228msgstr "Sauvegarder les modifications"
    153229
    154 #: php/options.php:88
     230#: php/options.php:101
    155231msgid ""
    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."
    158233msgstr ""
    159 "Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) "
    160 "peuvent modifier ces réglages."
    161 
    162 #: php/options.php:114
     234"Seuls les utilisateurs avec la capacité 'manage_options' (gestion d'options) peuvent "
     235"modifier ces réglages."
     236
     237#: php/options.php:127
    163238msgid "JPEG Compression needs to be set from 0 to 100."
    164239msgstr "La compression JPEG doit être définie entre 0 et 100."
    165240
    166 #: php/options.php:144
     241#: php/options.php:154
     242msgid "Crop Size must be between 0 and 10000."
     243msgstr "La taille de redécoupage doit être située entre 0 et 10000."
     244
     245#: php/options.php:172
    167246msgid "Enable debugging"
    168247msgstr "Activer le debuggage"
    169248
    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
     250msgid ""
     251"WP_DEBUG is currently set to true and will override this setting. (debug is enabled)"
     252msgstr "WP_DEBUG est actuellement activé et annule ces réglages (debug est activé)."
     253
     254#: php/options.php:182
     255msgid "Use <a href=\"%s\">ChromePhp</a> for log output"
     256msgstr "Utilisez <a href=\"%s\">ChromePhp</a> pour un résultat de log"
     257
     258#: php/options.php:190
     259msgid "Write log output to a <a href=\"%s\">file</a>"
     260msgstr "Écrite le résulat de log dans un <a href=\"%s\">fichier</a>"
     261
     262#: php/options.php:205
    175263msgid "I know what I'm doing, bypass the image verification."
    176264msgstr "Je sais ce que je fais, passer la vérification d'image."
    177265
    178 #: php/options.php:171
     266#: php/options.php:218
     267msgid "Set the max size for the crop image."
     268msgstr "Définir la taille max pour l'image découpée."
     269
     270#: php/options.php:219
     271msgid "No entry defaults to 600"
     272msgstr "Taille par défaut de l'image éditable à 600 px"
     273
     274#: php/options.php:228
    179275msgid "Reset User Options"
    180276msgstr "Réinitialiser les options d'utilisateur"
    181277
    182 #: php/options.php:197
     278#: php/options.php:254
    183279msgid "Post Thumbnail"
    184280msgstr "Miniature de billet"
    185281
    186 #: php/options.php:198
     282#: php/options.php:255
    187283msgid "Hidden"
    188284msgstr "Caché"
    189285
    190 #: php/options.php:226
     286#: php/options.php:283
    191287msgid "Set the compression level for resizing jpeg images (0 to 100)."
    192288msgstr "Définissez le niveau de compression jpeg des images (0 à 100)"
    193289
    194 #: php/options.php:227
     290#: php/options.php:284
    195291msgid "No entry defaults to using the 'jpeg_quality' filter or 90"
    196292msgstr "Laisser vide pour utiliser le filtre par défaut 'jpeg_quality' ou 90"
    197293
    198 #: php/options.php:239
     294#: php/options.php:296
    199295msgid "Append timestamp to filename. Useful for solving caching problems."
    200296msgstr ""
    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
    205300msgid "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
     301msgstr "Ces réglages communs au site ne peuvent être changés que par un administrateur"
     302
     303#: post-thumbnail-editor.php:323
    211304msgid "Edit Thumbnails"
    212305msgstr "Éditer les miniatures"
    213306
    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 
    230307#. 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
     309msgid "http://sewpafly.github.io/post-thumbnail-editor/"
     310msgstr "http://sewpafly.github.io/post-thumbnail-editor"
    233311
    234312#. Description of the plugin/theme
     
    240318msgstr "sewpafly"
    241319
    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/"
    245322
    246323#~ msgid "Post Thumbnail Editor - Step 1"
    247324#~ msgstr "Post Thumbnail Editor - Étape 1"
    248325
    249 #~ msgid "Create Thumbnails"
    250 #~ msgstr "Créer les miniatures"
    251 
    252326#~ msgid "Select: %1$sAll%2$s | %3$sNone%4$s"
    253327#~ msgstr "Sélectionner: %1$sToutes%2$s | %3$sAucune%4$s"
     
    269343
    270344#~ 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"
    273346
    274347#~ msgid "Select the images you want to keep: %1$sAll%2$s | %3$sNone%4$s"
    275348#~ 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"
    278351
    279352#~ msgid "Okay, these look good..."
     
    297370#~ msgid ""
    298371#~ "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 "
    302374#~ 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 !"
    309380
    310381#~ msgid "Send to Pastebin"
     
    324395
    325396#~ 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."
    328398
    329399#~ msgid "Thickbox height must be greater than 550 pixels."
    330400#~ msgstr "La hauteur de la fenêtre Thickbox doit mesurer plus de 550 pixels."
    331401
    332 #~ msgid "Width:"
    333 #~ msgstr "Largeur:"
    334 
    335402#~ msgid "Set this to a value greater than 750."
    336403#~ msgstr "Définissez une valeur plus grande que 750."
    337404
    338 #~ msgid "Height:"
    339 #~ msgstr "Hauteur:"
    340 
    341405#~ msgid "Set this to a value greater than 550."
    342406#~ msgstr "Définissez une valeur supérieure à 550."
  • post-thumbnail-editor/trunk/php/functions.php

    r1066688 r1069632  
    708708    // Simply echo the created HTML
    709709    pte_edit_page();
    710     print_footer_scripts();
     710    wp_print_footer_scripts();
    711711    print( '</body></html>' );
    712712}
  • post-thumbnail-editor/trunk/post-thumbnail-editor.php

    r1066688 r1069632  
    55Author: sewpafly
    66Author URI: http://sewpafly.github.io/post-thumbnail-editor/
    7 Version: 2.4.3
     7Version: 2.4.4
    88Description: Individually manage your post thumbnails
    99
     
    3535define( 'PTE_PLUGINPATH', dirname(__FILE__) . "/");
    3636define( 'PTE_DOMAIN', "post-thumbnail-editor");
    37 define( 'PTE_VERSION', "2.4.3");
     37define( 'PTE_VERSION', "2.4.4");
    3838
    3939// TODO:
Note: See TracChangeset for help on using the changeset viewer.