Plugin Directory

Changeset 474529


Ignore:
Timestamp:
12/13/2011 10:10:10 AM (14 years ago)
Author:
aesqe
Message:

v1.7 public release for WordPress 3.3

Location:
file-gallery
Files:
129 added
5 edited

Legend:

Unmodified
Added
Removed
  • file-gallery/trunk/file-gallery.php

    r473628 r474529  
    33Plugin Name: File Gallery
    44Plugin URI: http://skyphe.org/code/wordpress/file-gallery/
    5 Version: 1.7-RC14
     5Version: 1.7
    66Description: "File Gallery" extends WordPress' media (attachments) capabilities by adding a new gallery shortcode handler with templating support, a new interface for attachment handling when editing posts, and much more.
    77Author: Bruno "Aesqe" Babic
     
    3232 */
    3333
    34 define('FILE_GALLERY_VERSION', '1.7-RC14');
     34define('FILE_GALLERY_VERSION', '1.7');
    3535define('FILE_GALLERY_DEFAULT_TEMPLATES', serialize( array('default', 'file-gallery', 'list', 'simple') ) );
    3636
  • file-gallery/trunk/languages/file-gallery-fr_FR.po

    r372007 r474529  
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: 2011-03-06 22:01+0100\n"
    6 "PO-Revision-Date: 2011-03-06 22:01+0100\n"
    7 "Last-Translator: Bruno Babic <aesqe@skyphe.org>\n"
     6"PO-Revision-Date: 2011-10-05 10:07+0100\n"
     7"Last-Translator: Li-An <lian00@gmail.com>\n"
    88"Language-Team: \n"
    99"MIME-Version: 1.0\n"
     
    1414"X-Poedit-Country: FRANCE\n"
    1515"X-Poedit-SourceCharset: utf-8\n"
    16 "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
     16"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
    1717"X-Poedit-Basepath: ../\n"
    18 "X-Poedit-Bookmarks: \n"
     18"X-Textdomain-Support: yes\n"
    1919"X-Poedit-SearchPath-0: .\n"
    20 "X-Textdomain-Support: yes"
    21 
     20
     21#@ file-gallery
    2222#: file-gallery.php:130
    23 #@ file-gallery
    2423msgid "Disable 'File Gallery' handling of [gallery] shortcode?"
    2524msgstr "Désactiver la gestion du shortcode [gallery] par 'File Gallery' ?"
    2625
     26#@ file-gallery
    2727#: file-gallery.php:138
    28 #@ file-gallery
    2928msgid "Display File Gallery on which post types?"
    3029msgstr "Afficher File Gallery dans quel type de billets ?"
    3130
     31#@ file-gallery
    3232#: file-gallery.php:147
    33 #@ file-gallery
    3433msgid "Use alternative color scheme (a bit more contrast)?"
    3534msgstr "Utiliser une combinaison de couleurs alternatives (un peu plus de contraste) ?"
    3635
     36#@ file-gallery
    3737#: file-gallery.php:155
    38 #@ file-gallery
    3938msgid "How many page links should be shown in pagination?"
    4039msgstr "Combien de liens de page doivent être affichées dans la pagination ?"
    4140
     41#@ file-gallery
    4242#: file-gallery.php:163
    43 #@ file-gallery
    4443msgid "Auto enqueue lightbox scripts for which link classes (separate with commas)?"
    4544msgstr "File d'attente automatique des scripts lightbox pour quel classes de lien (séparés par une virgule) ?"
    4645
     46#@ file-gallery
    4747#: file-gallery.php:171
    48 #@ file-gallery
    4948msgid "Default WordPress image size for thumbnails in File Gallery metabox on post editing screens?"
    5049msgstr "Taille par défaut des images Wordpress pour les miniatures dans la metabox File Gallery sur les écrans d'édition de billets ?"
    5150
     51#@ file-gallery
    5252#: file-gallery.php:180
    53 #@ file-gallery
    5453msgid "Default width (in pixels) for thumbnails in File Gallery metabox on post editing screens?"
    5554msgstr "Largeur par défaut (en pixels) pour les miniatures dans la metabox File Gallery sur les écrans d'édition de billets ?"
    5655
     56#@ file-gallery
    5757#: file-gallery.php:190
    58 #@ file-gallery
    5958msgid "Some default values for when inserting a gallery into a post"
    6059msgstr "Quelques valeurs par défaut pour l'insertion d'une galerie dans un billet"
    6160
     61#@ file-gallery
    6262#: file-gallery.php:190
    6363#: file-gallery.php:295
     
    6565#: includes/main-form.php:234
    6666#: includes/media-settings.php:26
    67 #@ file-gallery
    6867msgid "size"
    6968msgstr "taille"
    7069
     70#@ file-gallery
    7171#: file-gallery.php:199
    7272#: file-gallery.php:304
    73 #@ file-gallery
    7473msgid "link"
    7574msgstr "lien"
    7675
     76#@ file-gallery
    7777#: file-gallery.php:208
    7878#: includes/main-form.php:74
    79 #@ file-gallery
    8079msgid "linked image size"
    8180msgstr "taille des images avec lien"
    8281
     82#@ file-gallery
    8383#: file-gallery.php:217
    8484#: file-gallery.php:313
     
    8888#: includes/main-form.php:254
    8989#: includes/media-settings.php:141
    90 #@ file-gallery
    9190msgid "external url"
    9291msgstr "URL externe"
    9392
     93#@ file-gallery
    9494#: file-gallery.php:225
    95 #@ file-gallery
    9695msgid "order by"
    9796msgstr "rangé par"
    9897
     98#@ file-gallery
    9999#: file-gallery.php:234
    100100#: includes/main-form.php:106
    101 #@ file-gallery
    102101msgid "order"
    103102msgstr "ordre"
    104103
     104#@ file-gallery
    105105#: file-gallery.php:243
    106106#: includes/main-form.php:121
    107 #@ file-gallery
    108107msgid "template"
    109108msgstr "modèle"
    110109
     110#@ file-gallery
    111111#: file-gallery.php:252
    112112#: file-gallery.php:321
    113113#: includes/main-form.php:101
    114114#: includes/main-form.php:259
    115 #@ file-gallery
    116115msgid "link class"
    117116msgstr "classe de lien"
    118117
     118#@ file-gallery
    119119#: file-gallery.php:260
    120120#: file-gallery.php:329
    121121#: includes/main-form.php:147
    122122#: includes/main-form.php:264
    123 #@ file-gallery
    124123msgid "image class"
    125124msgstr "classe d'image"
    126125
     126#@ file-gallery
    127127#: file-gallery.php:268
    128128#: includes/main-form.php:175
    129 #@ file-gallery
    130129msgid "columns"
    131130msgstr "colonnes"
    132131
     132#@ file-gallery
    133133#: file-gallery.php:277
    134134#: includes/main-form.php:152
    135 #@ file-gallery
    136135msgid "mime type"
    137136msgstr "type de mime"
    138137
     138#@ file-gallery
    139139#: file-gallery.php:285
    140140#: includes/main-form.php:142
    141 #, fuzzy
    142 #@ file-gallery
    143141msgid "gallery class"
    144 msgstr "classe d'image"
    145 
     142msgstr "classe de gallerie"
     143
     144#@ file-gallery
    146145#: file-gallery.php:295
    147 #@ file-gallery
    148146msgid "...and for when inserting (a) single image(s) into a post"
    149147msgstr "... et pour l'insertion d'une ou plusieurs images dans un billet"
    150148
     149#@ file-gallery
    151150#: file-gallery.php:337
    152151#: includes/main-form.php:269
    153 #@ file-gallery
    154152msgid "alignment"
    155153msgstr "alignement"
    156154
     155#@ file-gallery
    157156#: file-gallery.php:348
    158 #@ file-gallery
    159157msgid "Cache"
    160158msgstr "Cache"
    161159
     160#@ file-gallery
    162161#: file-gallery.php:348
    163 #@ file-gallery
    164162msgid "Enable caching?"
    165163msgstr "Activer le cache ?"
    166164
     165#@ file-gallery
    167166#: file-gallery.php:356
    168 #@ file-gallery
    169167msgid "Cache expires after how many seconds? (leave as is if you don't know what it means)"
    170168msgstr "Au bout de combien de secondes expire le cache ? (laisser en blanc si vous ignorez ce que cela signifie)"
    171169
     170#@ file-gallery
    172171#: file-gallery.php:364
    173 #, fuzzy
    174 #@ file-gallery
    175172msgid "Cache non-HTML gallery output (<em>array, object, json</em>)"
    176 msgstr "Mettre en cache le rendu de galerie non HTML (<em>array, object, json</em>) ?"
    177 
     173msgstr "Mettre en cache le rendu de galerie non HTML (<em>array, object, json</em>)"
     174
     175#@ file-gallery
    178176#: file-gallery.php:374
    179 #@ file-gallery
    180177msgid "Edit screens options"
    181178msgstr "Edition des options d'écrans"
    182179
     180#@ file-gallery
    183181#: file-gallery.php:374
    184 #@ file-gallery
    185182msgid "Display attachment count?"
    186183msgstr "Afficher le nombre de fichiers attachés ?"
    187184
     185#@ file-gallery
    188186#: file-gallery.php:382
    189 #@ file-gallery
    190187msgid "Filter out duplicate attachments (copies) when browsing media library?"
    191188msgstr "Exclure les fichiers attachés dupliqués (copies) lors du parcours de la bibliothèque de médias ?"
    192189
     190#@ file-gallery
    193191#: file-gallery.php:390
    194 #@ file-gallery
    195192msgid "Display media tags for attachments in media library?"
    196193msgstr "Afficher les tags média pour les fichiers attachés dans la bibliothèque de médias ?"
    197194
     195#@ file-gallery
    198196#: file-gallery.php:398
    199 #@ file-gallery
    200197msgid "Display post thumb (if set)?"
    201198msgstr "Afficher les miniatures de billet (si défini) ?"
    202199
     200#@ file-gallery
    203201#: file-gallery.php:408
    204 #@ file-gallery
    205202msgid "Other options"
    206203msgstr "Autres options"
    207204
     205#@ file-gallery
    208206#: file-gallery.php:408
    209 #@ file-gallery
    210207msgid "Display galleries within post excerpts?"
    211208msgstr "Afficher les galeries à l'intérieur des extraits de billet ?"
    212209
     210#@ file-gallery
    213211#: file-gallery.php:414
    214 #@ file-gallery
    215212msgid "galleries are shown on full posts only"
    216213msgstr "Les galeries ne sont visibles que dans les billets entiers"
    217214
     215#@ file-gallery
    218216#: file-gallery.php:416
    219 #@ file-gallery
    220217msgid "Replacement text for galleries within post excerpts (if you haven't checked the above option)"
    221218msgstr "Texte de remplacement pour les galeries incluses dans les extraits de billet (si vous n'avez pas sélectionné l'option ci-dessus)"
    222219
     220#@ file-gallery
    223221#: file-gallery.php:424
    224 #@ file-gallery
    225222msgid "Display options for inserting galleries into a post?"
    226223msgstr "Afficher les options pour insérer des galeries dans un billet ?"
    227224
     225#@ file-gallery
    228226#: file-gallery.php:432
    229 #@ file-gallery
    230227msgid "Display options for inserting single images into a post?"
    231228msgstr "Afficher les options pour insérer des images séparées dans un billet ?"
    232229
     230#@ file-gallery
    233231#: file-gallery.php:440
    234 #@ file-gallery
    235232msgid "Display attachment custom fields?"
    236233msgstr "Afficher les champs personnalisé de fichiers attachés ?"
    237234
     235#@ file-gallery
    238236#: file-gallery.php:448
    239 #@ file-gallery
    240237msgid "Display 'insert gallery' button even if gallery options are hidden?"
    241238msgstr "Afficher un bouton 'insérer une galerie' même si les options de galerie sont cachées ?"
    242239
     240#@ file-gallery
    243241#: file-gallery.php:456
    244 #@ file-gallery
    245242msgid "Display 'insert single image(s)' button even if single image options are hidden?"
    246243msgstr "Afficher un bouton 'insérer une/plusieurs image(s) simple(s)' même si les options d'images sont cachées ?"
    247244
     245#@ file-gallery
    248246#: file-gallery.php:464
    249 #@ file-gallery
    250247msgid "Delete all options on deactivation?"
    251248msgstr "Supprimer toutes les options lors de la désactivation ?"
    252249
     250#@ file-gallery
    253251#: file-gallery.php:501
    254 #@ file-gallery
    255252msgid "Media tag taxonomy name"
    256253msgstr "Nom de taxonomie de mot clef de média"
    257254
     255#@ file-gallery
    258256#: file-gallery.php:514
    259 #@ file-gallery
    260257msgid "Gallery insert options state"
    261258msgstr "État des options d'insertion de gallerie"
    262259
     260#@ file-gallery
    263261#: file-gallery.php:522
    264 #@ file-gallery
    265262msgid "Single images insert options state"
    266263msgstr "État des options d'insertion d'image simple"
    267264
     265#@ file-gallery
    268266#: file-gallery.php:530
    269 #, fuzzy
    270 #@ file-gallery
    271267msgid "Attachment custom fields state"
    272 msgstr "Afficher les champs personnalisé de fichiers attachés ?"
    273 
     268msgstr "État des champs personnalisé de fichiers attachés"
     269
     270#@ file-gallery
    274271#: file-gallery.php:697
    275 #@ file-gallery
    276272msgid "Settings"
    277273msgstr "Réglages"
    278274
     275#@ file-gallery
    279276#: file-gallery.php:715
    280277#: file-gallery.php:767
     
    282279#: file-gallery.php:1210
    283280#: includes/main-form.php:206
    284 #@ file-gallery
    285281msgid "Media tags"
    286282msgstr "Mots clef média"
    287283
     284#@ file-gallery
    288285#: file-gallery.php:716
    289286#: file-gallery.php:721
    290 #@ file-gallery
    291287msgid "Media tag"
    292288msgstr "Mot clef média"
    293289
     290#@ file-gallery
    294291#: file-gallery.php:839
    295292#: includes/main-form.php:292
    296 #@ file-gallery
    297293msgid "Switch to tags"
    298294msgstr "Basculer vers les tags"
    299295
     296#@ file-gallery
    300297#: file-gallery.php:840
    301 #@ file-gallery
    302298msgid "Switch to list of attachments"
    303299msgstr "Basculer vers la liste des pièces attachées"
    304300
     301#@ file-gallery
    305302#: file-gallery.php:841
    306303#: includes/main-form.php:36
    307 #@ file-gallery
    308304msgid "Insert checked attachments into post as"
    309305msgstr "Insérer les attachements sélectionnés dans le billet en tant que"
    310306
     307#@ file-gallery
    311308#: file-gallery.php:842
    312 #@ file-gallery
    313309msgid "No files are currently attached to this post."
    314310msgstr "Aucun fichier n'est rattaché à ce billet pour le moment"
    315311
     312#@ file-gallery
    316313#: file-gallery.php:843
    317 #@ file-gallery
    318314msgid "Are you sure that you want to delete these attachments? Press [OK] to delete or [Cancel] to abort."
    319315msgstr "Êtes-vous sûr de supprimer ces fichiers attachés ? Cliquez [OK] pour supprimer ou [Annuler] pour l'éviter."
    320316
     317#@ file-gallery
    321318#: file-gallery.php:844
    322 #@ file-gallery
    323319msgid "saving attachment data..."
    324320msgstr "sauvegarde des informations d'attachement..."
    325321
     322#@ file-gallery
    326323#: file-gallery.php:845
    327 #@ file-gallery
    328324msgid "loading attachment data..."
    329325msgstr "chargement des informations d'attachement ..."
    330326
     327#@ file-gallery
    331328#: file-gallery.php:846
    332 #@ file-gallery
    333329msgid "deleting attachment..."
    334330msgstr "suppression du fichier attaché ..."
    335331
     332#@ file-gallery
    336333#: file-gallery.php:847
    337 #@ file-gallery
    338334msgid "deleting attachments..."
    339335msgstr "suppression des fichiers attachés ..."
    340336
     337#@ file-gallery
    341338#: file-gallery.php:848
    342 #@ file-gallery
    343339msgid "loading..."
    344340msgstr "chargement ..."
    345341
     342#@ file-gallery
    346343#: file-gallery.php:849
    347 #@ file-gallery
    348344msgid "detaching attachment"
    349345msgstr "détachement du fichier attaché"
    350346
     347#@ file-gallery
    351348#: file-gallery.php:850
    352 #@ file-gallery
    353349msgid "detaching attachments"
    354350msgstr "détachement des fichiers attachés"
    355351
     352#@ file-gallery
    356353#: file-gallery.php:851
    357 #@ file-gallery
    358354msgid "Are you sure that you want to detach these attachments? Press [OK] to detach or [Cancel] to abort."
    359355msgstr "Êtes-vous sûr de vouloir détacher ces fichiers attachés ? Presser [OK] pour détacher ou [Annuler] pour éviter."
    360356
     357#@ file-gallery
    361358#: file-gallery.php:852
    362 #@ file-gallery
    363359msgid "close"
    364360msgstr "fermer"
    365361
     362#@ file-gallery
    366363#: file-gallery.php:853
    367 #@ file-gallery
    368364msgid "loading attachments"
    369365msgstr "chargement des fichiers attachés"
    370366
     367#@ file-gallery
    371368#: file-gallery.php:854
    372 #@ file-gallery
    373369msgid "Featured image set successfully"
    374370msgstr "Image de présentation définie avec succès"
    375371
     372#@ file-gallery
    376373#: file-gallery.php:855
    377 #@ file-gallery
    378374msgid "Featured image removed"
    379375msgstr "Image de présentation retirée"
    380376
     377#@ file-gallery
    381378#: file-gallery.php:857
    382 #@ file-gallery
    383379msgid "Copy all attachments from the original post?"
    384380msgstr "Copier tous les fichiers attachés du billet d'origine ?"
    385381
     382#@ file-gallery
    386383#: file-gallery.php:860
    387384#: includes/main.php:141
    388 #@ file-gallery
    389385msgid "Set as featured image"
    390386msgstr "Définir comme image de présentation"
    391387
     388#@ file-gallery
    392389#: file-gallery.php:861
    393390#: includes/main.php:143
    394 #@ file-gallery
    395391msgid "Unset as featured image"
    396392msgstr "Retirer le statut d'image de présentation"
    397393
     394#@ file-gallery
     395#@ ile-gallery
    398396#: file-gallery.php:880
    399397#: file-gallery.php:926
    400398#: includes/attachments-custom-fields.php:45
    401399#: includes/attachments-custom-fields.php:171
    402 #@ file-gallery
    403 #@ ile-gallery
    404400msgid "Add New Custom Field"
    405401msgstr "Ajouter un nouveau champ personnalisé"
    406402
     403#@ file-gallery
    407404#: file-gallery.php:881
    408405#: file-gallery.php:927
    409406#: includes/attachments-custom-fields.php:62
    410407#: includes/attachments-custom-fields.php:174
    411 #@ file-gallery
    412408msgid "Add Custom Field"
    413409msgstr "Ajouter un champ personnalisé"
    414410
     411#@ file-gallery
    415412#: file-gallery.php:882
    416413#: file-gallery.php:928
    417 #@ file-gallery
    418414msgid "Error deleting attachment custom field!"
    419415msgstr "Erreur lors de la suppression d'un champs personnalisé pour fichier attaché !"
    420416
     417#@ file-gallery
    421418#: file-gallery.php:883
    422419#: file-gallery.php:929
    423 #@ file-gallery
    424420msgid "Error adding attachment custom field!"
    425421msgstr "Erreur lors de l'ajout d'un champ personnalisé pour fichier atttaché !"
    426422
     423#@ file-gallery
    427424#: file-gallery.php:884
    428425#: file-gallery.php:930
    429426#: includes/attachments-custom-fields.php:51
    430427#: includes/attachments-custom-fields.php:174
    431 #@ file-gallery
    432428msgid "Name:"
    433429msgstr "Nom:"
    434430
     431#@ file-gallery
    435432#: file-gallery.php:885
    436433#: file-gallery.php:931
    437434#: includes/attachments-custom-fields.php:174
    438 #@ file-gallery
    439435msgid "Value:"
    440436msgstr "Valeur:"
    441437
     438#@ file-gallery
    442439#: file-gallery.php:952
    443 #@ file-gallery
    444440msgid "Attach all checked items to current post"
    445441msgstr "Attacher tous les éléments cochés dans le billet actuel"
    446442
     443#@ file-gallery
    447444#: file-gallery.php:953
    448 #, fuzzy
    449 #@ file-gallery
    450445msgid "Exclude current post's attachments"
    451446msgstr "Exclure les pièces attachées au billet actuel"
    452447
     448#@ file-gallery
    453449#: file-gallery.php:954
    454 #, fuzzy
    455 #@ file-gallery
    456450msgid "Include current post's attachments"
    457451msgstr "Inclure les pièces attachées du billet actuel"
    458452
     453#@ file-gallery
    459454#: file-gallery.php:1044
    460 #@ file-gallery
    461455msgid "File Gallery requires Javascript to function. Please enable it in your browser."
    462456msgstr "File Gallery nécessite Javascript pour fonctionner. Veuillez l'activer dans votre navigateur."
    463457
     458#@ file-gallery
    464459#: file-gallery.php:1051
    465 #@ file-gallery
    466460msgid "Delete attachment dialog"
    467461msgstr "Supprimer le dialogue de fichier attaché"
    468462
     463#@ file-gallery
    469464#: file-gallery.php:1052
    470 #@ file-gallery
    471465msgid "Warning: one of the attachments you've chosen to delete has copies."
    472466msgstr "Avertissement: un des fichiers attachés choisi pour être supprimé a des copies."
    473467
     468#@ file-gallery
    474469#: file-gallery.php:1053
    475 #@ file-gallery
    476470msgid "How do you wish to proceed?"
    477471msgstr "Comment voulez-vous procéder ?"
    478472
     473#@ file-gallery
    479474#: file-gallery.php:1054
    480 #@ file-gallery
    481475msgid "Click here if you have no idea what this dialog means"
    482476msgstr "Cliquez ici si vous ne comprenez pas la signification de ce dialogue"
    483477
     478#@ file-gallery
    484479#: file-gallery.php:1054
    485 #@ file-gallery
    486480msgid "(opens File Gallery help in new browser window)"
    487481msgstr "(ouvrir l'aide de File Gallery dans une nouvelle fenêtre du navigateur)"
    488482
     483#@ file-gallery
    489484#: file-gallery.php:1057
    490485#: includes/main-form.php:26
    491 #@ file-gallery
    492486msgid "Copy all attachments from another post"
    493487msgstr "Copier tous les fichiers attachés d'un autre billet"
    494488
     489#@ file-gallery
    495490#: file-gallery.php:1060
    496491#: includes/main-form.php:195
    497 #@ file-gallery
    498492msgid "Post ID:"
    499493msgstr "ID du billet:"
    500494
     495#@ file-gallery
    501496#: file-gallery.php:1138
    502 #@ file-gallery
    503497msgid "No. of attachments"
    504498msgstr "Nombre de fichiers attachés"
    505499
     500#@ file-gallery
    506501#: file-gallery.php:1141
    507 #@ file-gallery
    508502msgid "Post thumb"
    509503msgstr "Miniature de billet"
    510504
     505#@ file-gallery
    511506#: file-gallery.php:1174
    512 #@ file-gallery
    513507msgid "No Media Tags"
    514508msgstr "Aucun tag média"
    515509
     510#@ file-gallery
    516511#: includes/attachments-custom-fields.php:64
    517512#: includes/attachments-custom-fields.php:172
    518 #@ file-gallery
    519513msgid "The \"Name\" field is required"
    520514msgstr "Le champ \"Nom\" est obligatoire"
    521515
     516#@ file-gallery
    522517#: includes/attachments-custom-fields.php:71
    523518#: includes/attachments-custom-fields.php:154
    524 #@ file-gallery
    525519msgid "Custom Fields"
    526520msgstr "Champs personnalisés"
    527521
     522#@ file-gallery
    528523#: includes/attachments-custom-fields.php:72
    529524#: includes/main-form.php:43
    530525#: includes/main-form.php:230
    531 #@ file-gallery
    532526msgid "show/hide this fieldset"
    533527msgstr "montrer/cacher ce champ"
    534528
     529#@ default
    535530#: includes/attachments-custom-fields.php:148
    536 #@ default
    537531msgid "Post URL"
    538 msgstr ""
    539 
     532msgstr "URL de billet"
     533
     534#@ file-gallery
    540535#: includes/attachments-custom-fields.php:148
    541 #@ file-gallery
    542536msgid "Attachment URL"
    543537msgstr "URL de fichier attaché"
    544538
     539#@ file-gallery
    545540#: includes/attachments-custom-fields.php:149
    546 #@ file-gallery
    547541msgid "Parent Post URL"
    548542msgstr "URL du billet parent"
    549543
     544#@ file-gallery
    550545#: includes/attachments.php:198
    551546#, php-format
    552 #@ file-gallery
    553547msgid "Attachment with ID <strong>%d</strong> does not exist!"
    554548msgstr "Le fichier attaché d'ID <strong>%d</strong> n'existe pas !"
    555549
     550#@ file-gallery
    556551#: includes/attachments.php:240
    557 #@ file-gallery
    558552msgid "Regenerate this image's thumbnails"
    559553msgstr "Regénérer les miniatures de cette image"
    560554
     555#@ file-gallery
    561556#: includes/attachments.php:247
    562 #@ file-gallery
    563557msgid "ID:"
    564558msgstr "ID:"
    565559
     560#@ file-gallery
    566561#: includes/attachments.php:248
    567 #@ file-gallery
    568562msgid "Date uploaded:"
    569563msgstr "Date d'import:"
    570564
     565#@ file-gallery
    571566#: includes/attachments.php:249
    572 #@ file-gallery
    573567msgid "Uploaded by:"
    574568msgstr "Uploadé par:"
    575569
     570#@ file-gallery
    576571#: includes/attachments.php:251
    577 #@ file-gallery
    578572msgid "IDs of copies of this attachment:"
    579573msgstr "ID des copies de ces fichiers attachés:"
    580574
     575#@ file-gallery
    581576#: includes/attachments.php:254
    582 #@ file-gallery
    583577msgid "This attachment is a copy of attachment ID"
    584578msgstr "Ce fichier attaché est une copie du fichier d'ID"
    585579
     580#@ file-gallery
    586581#: includes/attachments.php:272
    587 #@ file-gallery
    588582msgid "Alternate text for this image"
    589583msgstr "Texte alternatif pour cette image"
    590584
     585#@ file-gallery
    591586#: includes/attachments.php:276
    592 #@ file-gallery
    593587msgid "Title"
    594588msgstr "Titre"
    595589
     590#@ file-gallery
    596591#: includes/attachments.php:279
    597 #@ file-gallery
    598592msgid "Caption"
    599593msgstr "Légende"
    600594
     595#@ file-gallery
    601596#: includes/attachments.php:282
    602 #@ file-gallery
    603597msgid "Description"
    604598msgstr "Description"
    605599
     600#@ file-gallery
    606601#: includes/attachments.php:285
    607 #@ file-gallery
    608602msgid "Media tags (separate each tag with a comma)"
    609603msgstr "Tags média (séparez chaque tag avec une virgule)"
    610604
     605#@ file-gallery
    611606#: includes/attachments.php:288
    612 #@ file-gallery
    613607msgid "Menu order"
    614608msgstr "Ordre du menu"
    615609
     610#@ file-gallery
    616611#: includes/attachments.php:291
    617 #@ file-gallery
    618612msgid "Attachment file URL:"
    619613msgstr "URL du fichier attaché:"
    620614
     615#@ file-gallery
    621616#: includes/attachments.php:302
    622 #@ file-gallery
    623617msgid "save and return"
    624618msgstr "sauvegarde et retour"
    625619
     620#@ file-gallery
    626621#: includes/attachments.php:304
    627 #@ file-gallery
    628622msgid "cancel and return"
    629623msgstr "annulation et retour"
    630624
     625#@ file-gallery
    631626#: includes/attachments.php:369
    632 #@ file-gallery
    633627msgid "Some of the checked attachments were successfully attached to current post."
    634628msgstr "Certains des fichiers sélectionnés sont été rattachés avec succès au billet en cours."
    635629
     630#@ file-gallery
    636631#: includes/attachments.php:370
    637 #@ file-gallery
    638632msgid "Additionally, here are ID's of attachments you had selected, but were already attached to current post, according to their URIs.<br />You will be presented with an option to copy those attachments as well in the next version of this plugin. If that makes any sense, that is."
    639633msgstr "De plus, voici les ID des fichiers attachés que vous avez sélectionnés mais ils sont déjà rattachés au billet actuel d'après leur URI.<br /> La prochaine version de ce plugin vous proposera une option pour copier aussi ces fichiers. Si cela a un quelconque intérêt."
    640634
     635#@ file-gallery
    641636#: includes/attachments.php:374
    642 #@ file-gallery
    643637msgid "Checked attachments were successfully attached to current post."
    644638msgstr "Les fichiers attachés sélectionnés ont été rattachés avec succès au billet en cours."
    645639
     640#@ file-gallery
    646641#: includes/attachments.php:380
    647 #@ file-gallery
    648642msgid "All of the checked attachments are already attached to current post, according to their URIs.<br />You will be presented with an option to copy those attachments as well in the next version of this plugin. If that makes any sense, that is."
    649643msgstr "Tous les fichiers sélectionnés sont déjà rattachés au billet actuel d'après leur URI.<br />La prochaine version de ce plugin vous proposera une option pour copier aussi ces fichiers. Si cela a un quelconque intérêt."
    650644
     645#@ file-gallery
    651646#: includes/attachments.php:382
    652 #@ file-gallery
    653647msgid "You must check the checkboxes next to attachments you want to copy to current post."
    654648msgstr "Vous devez cocher les cases correspondant aux fichiers attachés que vous désirez copier vers le billet en cours."
    655649
     650#@ file-gallery
    656651#: includes/attachments.php:461
    657 #@ file-gallery
    658652msgid "Database error! (file_gallery_copy_all_attachments)"
    659653msgstr "Erreur de base de données ! (file_gallery_copy_all_attachments)"
    660654
     655#@ file-gallery
    661656#: includes/attachments.php:467
    662657#, php-format
    663 #@ file-gallery
    664658msgid "Uh-oh. No attachments were found for post ID %d."
    665659msgstr "Oh oh. Aucun fichier attaché n'a été trouvé pour l'ID de billet %d."
    666660
     661#@ file-gallery
    667662#: includes/attachments.php:488
    668663#, php-format
    669 #@ file-gallery
    670664msgid "All attachments were successfully copied from post %d."
    671665msgstr "Tous les fichiers attachés ont été copiés avec succès à partir du billet %d."
    672666
     667#@ file-gallery
    673668#: includes/cache.php:119
    674 #@ file-gallery
    675669msgid "You have successfully cleared the File Gallery cache."
    676670msgstr "Vous avez vidé avec succès le cache de File Gallery."
    677671
     672#@ file-gallery
    678673#: includes/main-form.php:20
    679 #@ file-gallery
    680674msgid "Add an Image"
    681675msgstr "Ajouter une image"
    682676
     677#@ file-gallery
    683678#: includes/main-form.php:22
    684 #@ file-gallery
    685679msgid "Refresh attachments"
    686680msgstr "Rafraîchir les fichiers attachés"
    687681
     682#@ file-gallery
    688683#: includes/main-form.php:23
    689 #@ file-gallery
    690684msgid "Check all"
    691685msgstr "Tout sélectionner"
    692686
     687#@ file-gallery
    693688#: includes/main-form.php:24
    694 #@ file-gallery
    695689msgid "Uncheck all"
    696690msgstr "Tout déselectionner"
    697691
     692#@ file-gallery
    698693#: includes/main-form.php:25
    699 #@ file-gallery
    700694msgid "Save attachment order"
    701695msgstr "Sauvegarder l'ordre des fichiers attachés"
    702696
     697#@ file-gallery
    703698#: includes/main-form.php:27
    704 #@ file-gallery
    705699msgid "Delete all checked"
    706700msgstr "Supprimer tous les sélectionnés"
    707701
     702#@ file-gallery
    708703#: includes/main-form.php:28
    709 #@ file-gallery
    710704msgid "Detach all checked"
    711705msgstr "Détacher tous les sélectionnés"
    712706
     707#@ file-gallery
    713708#: includes/main-form.php:29
    714 #@ file-gallery
    715709msgid "Clear File Gallery cache"
    716710msgstr "Effacer le cache de File Gallery"
    717711
     712#@ file-gallery
    718713#: includes/main-form.php:30
    719 #@ file-gallery
    720714msgid "Adjust media settings"
    721715msgstr "Ajuster les réglages média"
    722716
     717#@ file-gallery
    723718#: includes/main-form.php:31
    724 #@ file-gallery
    725719msgid "Open help file"
    726720msgstr "Ouvrir le fichier d'aide"
    727721
     722#@ file-gallery
    728723#: includes/main-form.php:42
    729724#: includes/main-form.php:201
    730 #@ file-gallery
    731725msgid "a gallery"
    732726msgstr "une galerie"
    733727
     728#@ file-gallery
    734729#: includes/main-form.php:51
    735730#: includes/main-form.php:76
    736731#: includes/media-settings.php:171
    737 #@ file-gallery
    738732msgid "thumbnail"
    739733msgstr "miniature"
    740734
     735#@ file-gallery
    741736#: includes/main-form.php:52
    742737#: includes/main-form.php:77
    743738#: includes/media-settings.php:177
    744 #@ file-gallery
    745739msgid "medium"
    746740msgstr "medium"
    747741
     742#@ file-gallery
    748743#: includes/main-form.php:53
    749744#: includes/main-form.php:78
    750745#: includes/media-settings.php:183
    751 #@ file-gallery
    752746msgid "large"
    753747msgstr "grande"
    754748
     749#@ file-gallery
    755750#: includes/main-form.php:54
    756751#: includes/main-form.php:79
    757752#: includes/media-settings.php:189
    758 #@ file-gallery
    759753msgid "full"
    760754msgstr "entière"
    761755
     756#@ file-gallery
    762757#: includes/main-form.php:63
    763758#: includes/main-form.php:243
    764 #@ file-gallery
    765759msgid "link to"
    766760msgstr "lien vers"
    767761
     762#@ file-gallery
    768763#: includes/main-form.php:65
    769764#: includes/main-form.php:245
    770765#: includes/media-settings.php:137
    771 #@ file-gallery
    772766msgid "nothing (do not link)"
    773767msgstr "aucun (ne pas lier)"
    774768
     769#@ file-gallery
    775770#: includes/main-form.php:66
    776771#: includes/main-form.php:246
    777772#: includes/media-settings.php:138
    778 #@ file-gallery
    779773msgid "file"
    780774msgstr "fichier"
    781775
     776#@ file-gallery
    782777#: includes/main-form.php:67
    783778#: includes/main-form.php:247
    784779#: includes/media-settings.php:139
    785 #@ file-gallery
    786780msgid "attachment page"
    787781msgstr "page de fichier attaché"
    788782
     783#@ file-gallery
    789784#: includes/main-form.php:68
    790785#: includes/main-form.php:248
    791786#: includes/media-settings.php:140
    792 #@ file-gallery
    793787msgid "parent post"
    794788msgstr "billet parent"
    795789
     790#@ file-gallery
    796791#: includes/main-form.php:88
    797 #@ file-gallery
    798792msgid "link 'rel' attribute"
    799793msgstr "attribut de lien 'rel'"
    800794
     795#@ file-gallery
    801796#: includes/main-form.php:108
    802797#: includes/media-settings.php:144
    803 #@ file-gallery
    804798msgid "file gallery"
    805799msgstr "galerie de fichiers"
    806800
     801#@ file-gallery
    807802#: includes/main-form.php:109
    808803#: includes/media-settings.php:145
    809 #@ file-gallery
    810804msgid "random"
    811805msgstr "au hasard"
    812806
     807#@ file-gallery
    813808#: includes/main-form.php:110
    814809#: includes/media-settings.php:146
    815 #@ file-gallery
    816810msgid "menu order"
    817811msgstr "ordre de menu"
    818812
     813#@ file-gallery
    819814#: includes/main-form.php:111
    820815#: includes/media-settings.php:147
    821 #@ file-gallery
    822816msgid "title"
    823817msgstr "titre"
    824818
     819#@ file-gallery
    825820#: includes/main-form.php:112
    826821#: includes/media-settings.php:148
    827 #@ file-gallery
    828822msgid "date / time"
    829823msgstr "date / heure"
    830824
     825#@ file-gallery
    831826#: includes/main-form.php:115
    832 #@ file-gallery
    833827msgid "ASC"
    834828msgstr "ASC"
    835829
     830#@ file-gallery
    836831#: includes/main-form.php:116
    837 #@ file-gallery
    838832msgid "DESC"
    839833msgstr "DESC"
    840834
     835#@ file-gallery
    841836#: includes/main-form.php:157
    842 #@ file-gallery
    843837msgid "limit"
    844838msgstr "limite"
    845839
     840#@ file-gallery
    846841#: includes/main-form.php:162
    847 #@ file-gallery
    848842msgid "offset"
    849843msgstr "décalage"
    850844
     845#@ file-gallery
    851846#: includes/main-form.php:167
    852 #@ file-gallery
    853847msgid "paginate"
    854848msgstr "paginé"
    855849
     850#@ file-gallery
    856851#: includes/main-form.php:209
    857 #@ file-gallery
    858852msgid "current post's attachments only?"
    859853msgstr "uniquement les fichiers attachés du billet actuel ?"
    860854
     855#@ file-gallery
    861856#: includes/main-form.php:221
    862 #@ file-gallery
    863857msgid "Insert a gallery"
    864858msgstr "Insérer une galerie"
    865859
     860#@ file-gallery
    866861#: includes/main-form.php:229
    867862#: includes/main-form.php:285
    868 #@ file-gallery
    869863msgid "single files"
    870864msgstr "fichiers individuels"
    871865
     866#@ file-gallery
    872867#: includes/main-form.php:271
    873868#: includes/media-settings.php:131
    874869#: includes/media-settings.php:155
    875 #@ file-gallery
    876870msgid "none"
    877871msgstr "aucun"
    878872
     873#@ file-gallery
    879874#: includes/main-form.php:272
    880875#: includes/media-settings.php:132
    881876#: includes/media-settings.php:156
    882 #@ file-gallery
    883877msgid "left"
    884878msgstr "gauche"
    885879
     880#@ file-gallery
    886881#: includes/main-form.php:273
    887882#: includes/media-settings.php:133
    888883#: includes/media-settings.php:157
    889 #@ file-gallery
    890884msgid "right"
    891885msgstr "droite"
    892886
     887#@ file-gallery
    893888#: includes/main-form.php:274
    894889#: includes/media-settings.php:134
    895890#: includes/media-settings.php:158
    896 #@ file-gallery
    897891msgid "center"
    898892msgstr "centré"
    899893
     894#@ file-gallery
    900895#: includes/main-form.php:279
    901 #@ file-gallery
    902896msgid "display caption?"
    903897msgstr "afficher la légende ?"
    904898
     899#@ file-gallery
    905900#: includes/main-form.php:299
    906 #@ file-gallery
    907901msgid "Insert single image(s)"
    908902msgstr "Insérer une/plusieurs image(s) simple(s)"
    909903
     904#@ file-gallery
    910905#: includes/main-form.php:316
    911906#, php-format
    912 #@ file-gallery
    913907msgid "File Gallery &mdash; %d attachment."
    914908msgstr "File Gallery &mdash; %d fichier attaché."
    915909
     910#@ file-gallery
    916911#: includes/main-form.php:319
    917912#, php-format
    918 #@ file-gallery
    919913msgid "File Gallery &mdash; %d attachments."
    920914msgstr "File Gallery &mdash; %d fichiers attachés."
    921915
     916#@ file-gallery
    922917#: includes/main.php:127
    923 #@ file-gallery
    924918msgid "Zoom"
    925919msgstr "Zoom"
    926920
     921#@ file-gallery
    927922#: includes/main.php:132
    928 #@ file-gallery
    929923msgid "Edit"
    930924msgstr "Editer"
    931925
     926#@ file-gallery
    932927#: includes/main.php:134
    933 #@ file-gallery
    934928msgid "Click to select"
    935929msgstr "Cliquer pour sélectionner"
    936930
     931#@ file-gallery
    937932#: includes/main.php:150
    938 #@ file-gallery
    939933msgid "Really set as featured image?"
    940934msgstr "Vraiment définir comme image de présentation ?"
    941935
     936#@ file-gallery
    942937#: includes/main.php:151
    943938#: includes/main.php:158
    944939#: includes/main.php:184
    945940#: includes/main.php:193
    946 #@ file-gallery
    947941msgid "Continue"
    948942msgstr "Continuer"
    949943
     944#@ file-gallery
    950945#: includes/main.php:152
    951946#: includes/main.php:159
     
    953948#: includes/main.php:185
    954949#: includes/main.php:194
    955 #@ file-gallery
    956950msgid "or"
    957951msgstr "ou"
    958952
     953#@ file-gallery
    959954#: includes/main.php:153
    960955#: includes/main.php:160
    961956#: includes/main.php:186
    962957#: includes/main.php:195
    963 #@ file-gallery
    964958msgid "Cancel"
    965959msgstr "Annuler"
    966960
     961#@ file-gallery
    967962#: includes/main.php:157
    968 #@ file-gallery
    969963msgid "Really unset as featured image?"
    970964msgstr "Vraiment annuler la sélection comme image de présentation ?"
    971965
     966#@ file-gallery
    972967#: includes/main.php:166
    973 #@ file-gallery
    974968msgid "Detach / Delete"
    975969msgstr "Détacher / Supprimer"
    976970
     971#@ file-gallery
    977972#: includes/main.php:173
    978 #@ file-gallery
    979973msgid "Delete"
    980974msgstr "Supprimer"
    981975
     976#@ file-gallery
    982977#: includes/main.php:180
    983 #@ file-gallery
    984978msgid "Detach"
    985979msgstr "Détacher"
    986980
     981#@ file-gallery
    987982#: includes/main.php:183
    988 #@ file-gallery
    989983msgid "Really detach?"
    990984msgstr "Vraiment détacher ?"
    991985
     986#@ file-gallery
    992987#: includes/main.php:192
    993 #@ file-gallery
    994988msgid "Really delete?"
    995989msgstr "Vraiment supprimer ?"
    996990
     991#@ file-gallery
    997992#: includes/main.php:457
    998 #@ file-gallery
    999993msgid "No attachments were deleted (capabilities?)"
    1000994msgstr "Aucun fichier attaché n'a été supprimé (autorisations ?)"
    1001995
     996#@ file-gallery
    1002997#: includes/main.php:459
    1003 #@ file-gallery
    1004998msgid "Attachment(s) deleted"
    1005999msgstr "Fichier(s) attaché(s) supprimé(s)"
    10061000
     1001#@ file-gallery
    10071002#: includes/main.php:470
    1008 #@ file-gallery
    10091003msgid "Attachment(s) detached"
    10101004msgstr "Fichier(s) attaché(s) détaché(s)"
    10111005
     1006#@ file-gallery
    10121007#: includes/main.php:472
    1013 #@ file-gallery
    10141008msgid "Error detaching attachment(s)"
    10151009msgstr "Erreur lors du détachement de fichier(s) attaché(s)"
    10161010
     1011#@ file-gallery
    10171012#: includes/main.php:542
    1018 #@ file-gallery
    10191013msgid "Attachment data updated"
    10201014msgstr "Données de fichier attaché mise à jour"
    10211015
     1016#@ file-gallery
    10221017#: includes/main.php:546
    1023 #@ file-gallery
    10241018msgid "Error updating attachment data!"
    10251019msgstr "Erreur lors de la mise à jour des données du fichier attaché !"
    10261020
     1021#@ file-gallery
    10271022#: includes/main.php:551
    1028 #@ file-gallery
    10291023msgid "No change."
    10301024msgstr "Aucune modification."
    10311025
     1026#@ file-gallery
    10321027#: includes/media-settings.php:15
    1033 #@ file-gallery
    10341028msgid "Intermediate image sizes"
    10351029msgstr "Tailles d'image intermédiaire"
    10361030
     1031#@ file-gallery
    10371032#: file-gallery.php:1084
    10381033#: file-gallery.php:1089
    10391034#: file-gallery.php:1090
    10401035#: includes/media-settings.php:16
    1041 #@ file-gallery
    10421036msgid "File Gallery"
    10431037msgstr "File Gallery"
    10441038
     1039#@ file-gallery
    10451040#: includes/media-settings.php:30
    1046 #@ file-gallery
    10471041msgid "Medium size"
    10481042msgstr "Taille moyenne"
    10491043
     1044#@ file-gallery
    10501045#: includes/media-settings.php:35
    1051 #@ file-gallery
    10521046msgid "Large size"
    10531047msgstr "Grande taille"
    10541048
     1049#@ file-gallery
    10551050#: includes/media-settings.php:65
    1056 #@ file-gallery
    10571051msgid "Here you can specify width, height and crop attributes for intermediate image sizes added by plugins and/or themes, as well as crop options for the default medium and large sizes"
    10581052msgstr "Vous pouvez spécifier ici la largeur, hauteur et attributs de découpe pour les tailles intermédiaires d'image rajoutés par des plugins et/ou thèmes ainsi que les options de découpe pour les tailles médium et grande définies par défaut"
    10591053
     1054#@ file-gallery
    10601055#: includes/media-settings.php:68
    10611056#, php-format
    1062 #@ file-gallery
    10631057msgid "File Gallery help file is located in the \"help\" subfolder of the plugin. You can <a href=\"%s/help/index.html\" target=\"_blank\">click here to open it in new window</a>."
    10641058msgstr "L'aide de File Gallery est localisé dans le sous-répertoire \"help\" du plugin. Vous pouvez <a href=\"%s/help/index.html\" target=\"_blank\">cliquer ici pour l'ouvrir dans une nouvelle fenêtre</a>."
    10651059
     1060#@ file-gallery
    10661061#: includes/media-settings.php:151
    1067 #@ file-gallery
    10681062msgid "ascending"
    10691063msgstr "croissant"
    10701064
     1065#@ file-gallery
    10711066#: includes/media-settings.php:152
    1072 #@ file-gallery
    10731067msgid "descending"
    10741068msgstr "décroissant"
    10751069
     1070#@ file-gallery
    10761071#: includes/media-settings.php:318
    1077 #@ file-gallery
    10781072msgid "Crop medium size to exact dimensions"
    10791073msgstr "Retailler la taille médium aux dimensions exactes"
    10801074
     1075#@ file-gallery
    10811076#: includes/media-settings.php:324
    1082 #@ file-gallery
    10831077msgid "Crop large size to exact dimensions"
    10841078msgstr "Retailler la grande taille aux dimensions exactes"
    10851079
     1080#@ file-gallery
    10861081#: includes/media-settings.php:338
    1087 #@ file-gallery
    10881082msgid "Width"
    10891083msgstr "Largeur"
    10901084
     1085#@ file-gallery
    10911086#: includes/media-settings.php:340
    1092 #@ file-gallery
    10931087msgid "Height"
    10941088msgstr "Hauteur"
    10951089
     1090#@ file-gallery
    10961091#: includes/media-settings.php:343
    10971092#, php-format
    1098 #@ file-gallery
    10991093msgid "Crop %s size to exact dimensions"
    11001094msgstr "Retailler la taille %s aux dimensions exactes"
    11011095
     1096#@ file-gallery
    11021097#: includes/miscellaneous.php:155
    1103 #@ file-gallery
    11041098msgid "Attachment order saved successfully."
    11051099msgstr "Ordre des pièces attachées sauvegardé avec succès."
    11061100
     1101#@ file-gallery
    11071102#: includes/miscellaneous.php:159
    1108 #@ file-gallery
    11091103msgid "Database error! Function: file_gallery_save_menu"
    11101104msgstr "Erreur de base de données ! Fonction: file_gallery_save_menu"
    11111105
     1106#@ file-gallery
    11121107#: includes/regenerate-images.php:17
    1113 #@ file-gallery
    11141108msgid "No valid attachment IDs were supplied!"
    11151109msgstr "Aucun ID de fichier attaché valide n'a été fourni !"
    11161110
     1111#@ file-gallery
    11171112#: includes/regenerate-images.php:28
    11181113#, php-format
    1119 #@ file-gallery
    11201114msgid "Error: %s while regenerating image ID %d"
    11211115msgstr "Erreur: %s lors de la régénération d'image d'ID %d"
    11221116
     1117#@ file-gallery
    11231118#: includes/regenerate-images.php:30
    11241119#, php-format
    1125 #@ file-gallery
    11261120msgid "Unknown error while regenerating image ID %d"
    11271121msgstr "Erreur inconnue lors de la régération de l'image d'ID %d"
    11281122
     1123#@ file-gallery
    11291124#: includes/regenerate-images.php:41
    1130 #@ file-gallery
    11311125msgid "Attachment thumbnails were successfully regenerated"
    11321126msgstr "Les miniatures attachées ont été régénérées avec succès"
    11331127
     1128#@ file-gallery
    11341129#: includes/regenerate-images.php:43
    1135 #@ file-gallery
    11361130msgid "All attachments' thumbnails were successfully regenerated"
    11371131msgstr "Toutes les miniatures attachées ont été régénérées avec succès"
    11381132
     1133#@ file-gallery
    11391134#: includes/regenerate-images.php:48
    1140 #@ file-gallery
    11411135msgid "There were errors and some of the attachments' thumbnails weren't successfully regenerated!"
    11421136msgstr "Il y a eu des erreurs et certaines miniatures attachées n'ont pas été régénérées avec succès !"
    11431137
     1138#@ file-gallery
    11441139#: includes/regenerate-images.php:50
    1145 #@ file-gallery
    11461140msgid "There were errors and none of the attachments' thumbnails were successfully regenerated!"
    11471141msgstr "Il y a eu des erreurs et aucune des miniatures attachées n'ont été régénérées !"
    11481142
     1143#@ file-gallery
    11491144#: includes/templating.php:250
    1150 #@ file-gallery
    11511145msgid "file does not exist:"
    11521146msgstr "le fichier n'existe pas:"
    11531147
     1148#@ file-gallery
    11541149#: includes/templating.php:250
    1155 #@ file-gallery
    11561150msgid "using default style"
    11571151msgstr "utiliser le style par défaut"
    11581152
     1153#@ file-gallery
    11591154#: includes/templating.php:911
    1160 #@ file-gallery
    11611155msgid "Skip to first page"
    11621156msgstr "Aller directement à la première page"
    11631157
     1158#@ file-gallery
    11641159#: includes/templating.php:914
    1165 #@ file-gallery
    11661160msgid "Skip to last page"
    11671161msgstr "Aller directement à la dernière page"
    11681162
     1163#@ file-gallery
    11691164#: file-gallery.php:477
    1170 #@ file-gallery
    11711165msgid "File Gallery version"
    11721166msgstr "Version de File Gallery"
    11731167
     1168#@ file-gallery
    11741169#: file-gallery.php:485
    1175 #@ file-gallery
    11761170msgid "File Gallery folder"
    11771171msgstr "Répertoire de File Gallery"
    11781172
     1173#@ file-gallery
    11791174#: file-gallery.php:493
    1180 #@ file-gallery
    11811175msgid "File Gallery path"
    11821176msgstr "Chemin de File Gallery"
    11831177
     1178#@ file-gallery
    11841179#: file-gallery.php:856
    1185 #@ file-gallery
    11861180msgid "Copy all attachments from the original post"
    11871181msgstr "Copier toutes les pièces attachées au billet d'origine"
    11881182
     1183#@ file-gallery
    11891184#: file-gallery.php:858
    1190 #@ file-gallery
    11911185msgid "Copy all attachments from this translation"
    11921186msgstr "Copier toutes les pièces attachées de cette traduction"
    11931187
     1188#@ file-gallery
    11941189#: file-gallery.php:859
    1195 #@ file-gallery
    11961190msgid "Copy all attachments from this translation?"
    11971191msgstr "Copier tous les fichiers attachés de cette traduction ?"
    11981192
     1193#@ file-gallery
    11991194#: file-gallery.php:862
    12001195#, php-format
    1201 #@ file-gallery
    12021196msgid "Supplied ID (%d) is zero or not a number, please correct."
    12031197msgstr "L' ID (%d) fourni est zéro ou n'est pas un nombre. Veuillez corriger."
    12041198
     1199#@ file-gallery
    12051200#: file-gallery.php:863
    1206 #@ file-gallery
    12071201msgid "regenerating..."
    12081202msgstr "régénération..."
  • file-gallery/trunk/languages/file-gallery.pot

    r473628 r474529  
    66"Report-Msgid-Bugs-To: \n"
    77"POT-Creation-Date: 2011-12-11 19:46+0100\n"
    8 "PO-Revision-Date: 2011-12-11 19:46+0100\n"
     8"PO-Revision-Date: 2011-12-11 19:51+0100\n"
    99"Last-Translator: Bruno Babic <aesqe@skyphe.org>\n"
    1010"Language-Team: ENGLISH <LL@li.org>\n"
  • file-gallery/trunk/readme.txt

    r473628 r474529  
    44Tags: attachment, attachments, gallery, galleries, template, templates, shortcode, file, files, attach, detach, unattach, copy, media, tags, library, custom, custom fields, custom fields for attachments, attachment custom fields
    55Requires at least: 3.1
    6 Tested up to: 3.3-RC3
    7 Stable tag: 1.6.5.6
     6Tested up to: 3.3
     7Stable tag: 1.7
    88
    99File Gallery extends WordPress media (attachments) capabilities
     
    119119
    120120== Changelog ==
     121
     122= 1.7 =
     123* December 13th, 2011
     124* public release for WordPress 3.3
    121125
    122126= 1.7-RC14 =
Note: See TracChangeset for help on using the changeset viewer.