Dotclear

Changeset 1601


Ignore:
Timestamp:
10/20/09 21:55:06 (14 years ago)
Author:
Moe
Message:

Contribute 1.0-alpha22 :

Location:
plugins/contribute
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • plugins/contribute/_define.php

    r1594 r1601  
    2828     /* Description*/                "Allow visitors to contribute to your blog", 
    2929     /* Author */                    "Moe (http://gniark.net/)", 
    30      /* Version */                   '1.0-alpha21', 
     30     /* Version */                   '1.0-alpha22', 
    3131     /* Permissions */               'admin' 
    3232); 
  • plugins/contribute/default-templates/contribute.html

    r1576 r1601  
    134134         </p> 
    135135          
    136          <tpl:EntryMetaData> 
    137               <tpl:MetaDataHeader><ul class="post-tags"></tpl:MetaDataHeader> 
    138               <li><a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a></li> 
    139               <tpl:MetaDataFooter></ul></tpl:MetaDataFooter> 
    140          </tpl:EntryMetaData> 
     136         <tpl:EntryTags> 
     137              <tpl:TagsHeader><ul class="post-tags"></tpl:TagsHeader> 
     138              <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 
     139              <tpl:TagsFooter></ul></tpl:TagsFooter> 
     140         </tpl:EntryTags> 
    141141          
    142142         <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
     
    243243                         <!-- # avoid unnecessary spaces and line breaks --> 
    244244                         <input type="text" name="post_tags" id="post_tags" 
    245                               value="<tpl:EntryMetaData>{{tpl:MetaID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryMetaData>" /> 
     245                              value="<tpl:EntryTags>{{tpl:TagID}}<tpl:LoopPosition start="1" length="-1">, </tpl:LoopPosition></tpl:EntryTags>" /> 
    246246                    </p> 
    247247                     
    248               <tpl:MetaData type="tag"> 
     248              <tpl:Tags type="tag"> 
    249249                   <tpl:LoopPosition start="1" length="1"> 
    250250                    <div id="available-tags"> 
     
    254254                   <!-- # don't display selected tags --> 
    255255                      <tpl:ContributeEntryTagsFilter> 
    256                          <li><a href="#" class="tag{{tpl:MetaRoundPercent}}">{{tpl:MetaID}}</a></li> 
     256                         <li><a href="#" class="tag{{tpl:TagRoundPercent}}">{{tpl:TagID}}</a></li> 
    257257                      </tpl:ContributeEntryTagsFilter> 
    258258                      <tpl:LoopPosition start="-1"> 
     
    260260                    </div> 
    261261                   </tpl:LoopPosition> 
    262               </tpl:MetaData> 
     262              </tpl:Tags> 
    263263            </tpl:ContributeIf> 
    264264          
  • plugins/contribute/locales/fr/admin.lang.php

    r1576 r1601  
    11<?php 
    22// Language: français  
    3 // Module: contribute - 1.0-alpha20 
    4 // Date: 2009-10-13 18:54:02  
     3// Module: contribute - 1.0-alpha22 
     4// Date: 2009-10-20 19:53:30  
    55// Translated with dcTranslater - 1.2  
     6 
     7#_admin.php:163 
     8$GLOBALS['__l10n']['Delete this author'] = 'Effacer cet auteur'; 
     9 
     10#_public.php:319 
     11$GLOBALS['__l10n']['Invalid cat_id'] = 'cat_id invalide'; 
     12 
     13#index.php:106 
     14$GLOBALS['__l10n']['Configuration successfully updated.'] = 'Configuration mise à jour avec succès.'; 
     15 
     16#index.php:129 
     17$GLOBALS['__l10n']['me'] = 'moi'; 
    618 
    719#index.php:147 
    820$GLOBALS['__l10n']['%s (contributor)'] = '%s (contributeur)'; 
    921 
    10 #index.php:336 
    11 $GLOBALS['__l10n']['(%s is the author name or nickname)'] = '(%s est le nom ou le pseudo de l\'auteur)'; 
    12  
    13 #index.php:372 
    14 $GLOBALS['__l10n']['Enable these %s values:'] = 'Activer ces valeurs de %s&nbsp;:'; 
    15  
    16 #index.php:224 
    17 $GLOBALS['__l10n']['Enable antispam.'] = 'Activer l\'antispam.'; 
    18  
    19 #index.php:333 
    20 $GLOBALS['__l10n']['Display'] = 'Affichage'; 
    21  
    22 #index.php:336 
    23 $GLOBALS['__l10n']['Display of the author name on the blog:'] = 'Affichage du nom de l\'auteur sur le blog&nbsp;:'; 
    24  
    25 #index.php:303 
    26 $GLOBALS['__l10n']['add new tags (only if tags are allowed)'] = 'ajouter des nouveaux tags (seulement si les tags sont permis)'; 
    27  
    28 #index.php:242 
    29 $GLOBALS['__l10n']['Default post:'] = 'Billet par défaut&nbsp;:'; 
    30  
    31 #_public.php:321 
    32 $GLOBALS['__l10n']['Invalid cat_id'] = 'cat_id invalide'; 
    33  
    34 #index.php:191 
    35 $GLOBALS['__l10n']['This will disable smilies on entries and comments.'] = 'Ceci désactivera les émoticones dans les billets et commentaires.'; 
    36  
    37 #index.php:354 
    38 $GLOBALS['__l10n']['It requires the %s plugin.'] = 'Cela nécessite le plugin %s.'; 
    39  
    40 #index.php:270 
    41 $GLOBALS['__l10n']['Some formats may be unavailable on the blog.'] = 'Certains formats peuvent ne pas être disponibles sur le blog.'; 
    42  
    43 #index.php:287 
    44 $GLOBALS['__l10n']['choose the category'] = 'choisir la catégorie'; 
    45  
    46 #index.php:295 
    47 $GLOBALS['__l10n']['choose the tags'] = 'choisir les tags'; 
    48  
    49 #index.php:106 
    50 $GLOBALS['__l10n']['Configuration successfully updated.'] = 'Configuration mise à jour avec succès.'; 
    51  
    52 #_admin.php:163 
    53 $GLOBALS['__l10n']['Delete this author'] = 'Effacer cet auteur'; 
    54  
    55 #index.php:392 
    56 $GLOBALS['__l10n']['Save configuration'] = 'Enregistrer la configuration'; 
    57  
    58 #index.php:319 
    59 $GLOBALS['__l10n']['enter their name, email address and website URL'] = 'entrer leur nom, adresse email et URL de leur site'; 
    60  
    61 #index.php:209 
    62 $GLOBALS['__l10n']['Send emails to these email adresses when a new post is submitted:'] = 'Envoyer des emails à ces adresses emails quand un nouveau billet est soumis&nbsp;:'; 
    63  
    64 #index.php:263 
    65 $GLOBALS['__l10n']['Text formating (only if no default post is selected):'] = 'Format du texte (seulement si aucun billet par défaut n\'est sélectionné)&nbsp;:'; 
    66  
    67 #index.php:233 
    68 $GLOBALS['__l10n']['Form'] = 'Formulaire'; 
    69  
    70 #index.php:255 
    71 $GLOBALS['__l10n']['The post can be %s or %s.'] = 'Le billet peut être %s ou %s.'; 
    72  
    73 #index.php:257 
    74 $GLOBALS['__l10n']['The form will be filled with the values of this post.'] = 'Le formulaire sera rempli avec les valeurs du billet.'; 
    75  
    76 #index.php:129 
    77 $GLOBALS['__l10n']['me'] = 'moi'; 
    78  
    7922#index.php:181 
    8023$GLOBALS['__l10n']['General settings'] = 'Paramètres généraux'; 
    81  
    82 #index.php:269 
    83 $GLOBALS['__l10n']['Contributors will be able to choose the format.'] = 'Permet aux contributeurs de choisir le format.'; 
    84  
    85 #index.php:351 
    86 $GLOBALS['__l10n']['Allow contributors to choose %s values.'] = 'Permettre aux contributeurs de choisir les valeurs de %s.'; 
    87  
    88 #index.php:274 
    89 $GLOBALS['__l10n']['Allow contributors to:'] = 'Permettre aux contributeurs de&nbsp;:'; 
    9024 
    9125#index.php:187 
    9226$GLOBALS['__l10n']['Allow visitors to contribute to your blog'] = 'Permettre aux visiteurs de contribuer à votre blog'; 
    9327 
    94 #index.php:196 
     28#index.php:193 
    9529$GLOBALS['__l10n']['Owner of the posts:'] = 'Propriétaire des billets&nbsp;:'; 
    9630 
    97 #index.php:327 
     31#index.php:198 
     32$GLOBALS['__l10n']['Only the users with the following permissions on this blog are shown:'] = 'Seuls les utilisateurs avec les permissions suivantes sur le blog sont affichés&nbsp;:'; 
     33 
     34#index.php:206 
     35$GLOBALS['__l10n']['Send emails to these email adresses when a new post is submitted:'] = 'Envoyer des emails à ces adresses emails quand un nouveau billet est soumis&nbsp;:'; 
     36 
     37#index.php:212 
     38$GLOBALS['__l10n']['You can enter several email adresses by separating these by a comma (<code>,</code>).'] = 'Vous pouvez entrer plusieurs adresses email en les séparant par une virgule (<code>,</code>).'; 
     39 
     40#index.php:221 
     41$GLOBALS['__l10n']['Enable antispam.'] = 'Activer l\'antispam.'; 
     42 
     43#index.php:351 
     44$GLOBALS['__l10n']['It requires the %s plugin.'] = 'Cela nécessite le plugin %s.'; 
     45 
     46#index.php:230 
     47$GLOBALS['__l10n']['Form'] = 'Formulaire'; 
     48 
     49#index.php:239 
     50$GLOBALS['__l10n']['Default post:'] = 'Billet par défaut&nbsp;:'; 
     51 
     52#index.php:246 
     53$GLOBALS['__l10n']['edit this post'] = 'éditer ce billet'; 
     54 
     55#index.php:251 
     56$GLOBALS['__l10n']['Select an existing post or create a new post, then select it.'] = 'Sélectionner un billet existant ou créer un nouveau billet puis le sélectionner.'; 
     57 
     58#index.php:252 
     59$GLOBALS['__l10n']['The post can be %s or %s.'] = 'Le billet peut être %s ou %s.'; 
     60 
     61#index.php:254 
     62$GLOBALS['__l10n']['The form will be filled with the values of this post.'] = 'Le formulaire sera rempli avec les valeurs du billet.'; 
     63 
     64#index.php:260 
     65$GLOBALS['__l10n']['Text formating (only if no default post is selected):'] = 'Format du texte (seulement si aucun billet par défaut n\'est sélectionné)&nbsp;:'; 
     66 
     67#index.php:266 
     68$GLOBALS['__l10n']['Contributors will be able to choose the format.'] = 'Permet aux contributeurs de choisir le format.'; 
     69 
     70#index.php:267 
     71$GLOBALS['__l10n']['Some formats may be unavailable on the blog.'] = 'Certains formats peuvent ne pas être disponibles sur le blog.'; 
     72 
     73#index.php:271 
     74$GLOBALS['__l10n']['Allow contributors to:'] = 'Permettre aux contributeurs de&nbsp;:'; 
     75 
     76#index.php:276 
     77$GLOBALS['__l10n']['write an excerpt'] = 'écrire un extrait'; 
     78 
     79#index.php:284 
     80$GLOBALS['__l10n']['choose the category'] = 'choisir la catégorie'; 
     81 
     82#index.php:292 
     83$GLOBALS['__l10n']['choose the tags'] = 'choisir les tags'; 
     84 
     85#index.php:300 
     86$GLOBALS['__l10n']['add new tags (only if tags are allowed)'] = 'ajouter des nouveaux tags (seulement si les tags sont permis)'; 
     87 
     88#index.php:308 
     89$GLOBALS['__l10n']['write notes'] = 'écrire des notes'; 
     90 
     91#index.php:316 
     92$GLOBALS['__l10n']['enter their name, email address and website URL'] = 'entrer leur nom, adresse email et URL de leur site'; 
     93 
     94#index.php:324 
    9895$GLOBALS['__l10n']['require name and email (only if name, email address and website URL are allowed)'] = 'rendre obligatoires le nom et l\'adresse email (seulement si le nom, l\'adresse email et l\'URL de leur site sont autorisés)'; 
    9996 
    100 #index.php:201 
    101 $GLOBALS['__l10n']['Only the users with the following permissions on this blog are shown:'] = 'Seuls les utilisateurs avec les permissions suivantes sur le blog sont affichés&nbsp;:'; 
     97#index.php:330 
     98$GLOBALS['__l10n']['Display'] = 'Affichage'; 
    10299 
    103 #index.php:254 
    104 $GLOBALS['__l10n']['Select an existing post or create a new post, then select it.'] = 'Sélectionner un billet existant ou créer un nouveau billet puis le sélectionner.'; 
     100#index.php:333 
     101$GLOBALS['__l10n']['Display of the author name on the blog:'] = 'Affichage du nom de l\'auteur sur le blog&nbsp;:'; 
    105102 
    106 #index.php:398 
     103#index.php:333 
     104$GLOBALS['__l10n']['(%s is the author name or nickname)'] = '(%s est le nom ou le pseudo de l\'auteur)'; 
     105 
     106#index.php:348 
     107$GLOBALS['__l10n']['Allow contributors to choose %s values.'] = 'Permettre aux contributeurs de choisir les valeurs de %s.'; 
     108 
     109#index.php:369 
     110$GLOBALS['__l10n']['Enable these %s values:'] = 'Activer ces valeurs de %s&nbsp;:'; 
     111 
     112#index.php:389 
     113$GLOBALS['__l10n']['Save configuration'] = 'Enregistrer la configuration'; 
     114 
     115#index.php:395 
    107116$GLOBALS['__l10n']['URL of the %s page:'] = 'URL de la page %s&nbsp;:'; 
    108117 
    109 #index.php:403 
     118#index.php:400 
    110119$GLOBALS['__l10n']['View the %s page'] = 'Voir la page %s'; 
    111120 
    112 #index.php:215 
    113 $GLOBALS['__l10n']['You can enter several email adresses by separating these by a comma (<code>,</code>).'] = 'Vous pouvez entrer plusieurs adresses email en les séparant par une virgule (<code>,</code>).'; 
    114  
    115 #index.php:311 
    116 $GLOBALS['__l10n']['write notes'] = 'écrire des notes'; 
    117  
    118 #index.php:279 
    119 $GLOBALS['__l10n']['write an excerpt'] = 'écrire un extrait'; 
    120  
    121 #index.php:249 
    122 $GLOBALS['__l10n']['edit this post'] = 'éditer ce billet'; 
     121$GLOBALS['__l10n']['This will disable smilies on entries and comments.'] = 'Ceci désactivera les émoticones dans les billets et commentaires.'; 
    123122 
    124123?> 
  • plugins/contribute/locales/fr/admin.po

    r1576 r1601  
    11# Language: français 
    2 # Module: contribute - 1.0-alpha20 
    3 # Date: 2009-10-13 18:54:02 
     2# Module: contribute - 1.0-alpha22 
     3# Date: 2009-10-20 19:53:30 
    44# Translated with dcTranslater - 1.2 
    55 
     
    77msgstr "Content-Type: text/plain; charset=UTF-8\n" 
    88 
    9 #: index.php:147 
    10 msgid "%s (contributor)" 
    11 msgstr "%s (contributeur)" 
     9#: _admin.php:163 
     10msgid "Delete this author" 
     11msgstr "Effacer cet auteur" 
    1212 
    13 #: index.php:336 
    14 msgid "(%s is the author name or nickname)" 
    15 msgstr "(%s est le nom ou le pseudo de l'auteur)" 
    16  
    17 #: index.php:372 
    18 msgid "Enable these %s values:" 
    19 msgstr "Activer ces valeurs de %s&nbsp;:" 
    20  
    21 #: index.php:224 
    22 msgid "Enable antispam." 
    23 msgstr "Activer l'antispam." 
    24  
    25 #: index.php:333 
    26 msgid "Display" 
    27 msgstr "Affichage" 
    28  
    29 #: index.php:336 
    30 msgid "Display of the author name on the blog:" 
    31 msgstr "Affichage du nom de l'auteur sur le blog&nbsp;:" 
    32  
    33 #: index.php:303 
    34 msgid "add new tags (only if tags are allowed)" 
    35 msgstr "ajouter des nouveaux tags (seulement si les tags sont permis)" 
    36  
    37 #: index.php:242 
    38 msgid "Default post:" 
    39 msgstr "Billet par défaut&nbsp;:" 
    40  
    41 #: _public.php:321 
     13#: _public.php:319 
    4214msgid "Invalid cat_id" 
    4315msgstr "cat_id invalide" 
    44  
    45 #: index.php:191 
    46 msgid "This will disable smilies on entries and comments." 
    47 msgstr "Ceci désactivera les émoticones dans les billets et commentaires." 
    48  
    49 #: index.php:354 
    50 msgid "It requires the %s plugin." 
    51 msgstr "Cela nécessite le plugin %s." 
    52  
    53 #: index.php:270 
    54 msgid "Some formats may be unavailable on the blog." 
    55 msgstr "Certains formats peuvent ne pas être disponibles sur le blog." 
    56  
    57 #: index.php:287 
    58 msgid "choose the category" 
    59 msgstr "choisir la catégorie" 
    60  
    61 #: index.php:295 
    62 msgid "choose the tags" 
    63 msgstr "choisir les tags" 
    6416 
    6517#: index.php:106 
     
    6719msgstr "Configuration mise à jour avec succès." 
    6820 
    69 #: _admin.php:163 
    70 msgid "Delete this author" 
    71 msgstr "Effacer cet auteur" 
    72  
    73 #: index.php:392 
    74 msgid "Save configuration" 
    75 msgstr "Enregistrer la configuration" 
    76  
    77 #: index.php:319 
    78 msgid "enter their name, email address and website URL" 
    79 msgstr "entrer leur nom, adresse email et URL de leur site" 
    80  
    81 #: index.php:209 
    82 msgid "Send emails to these email adresses when a new post is submitted:" 
    83 msgstr "Envoyer des emails à ces adresses emails quand un nouveau billet est soumis&nbsp;:" 
    84  
    85 #: index.php:263 
    86 msgid "Text formating (only if no default post is selected):" 
    87 msgstr "Format du texte (seulement si aucun billet par défaut n'est sélectionné)&nbsp;:" 
    88  
    89 #: index.php:233 
    90 msgid "Form" 
    91 msgstr "Formulaire" 
    92  
    93 #: index.php:255 
    94 msgid "The post can be %s or %s." 
    95 msgstr "Le billet peut être %s ou %s." 
    96  
    97 #: index.php:257 
    98 msgid "The form will be filled with the values of this post." 
    99 msgstr "Le formulaire sera rempli avec les valeurs du billet." 
    100  
    10121#: index.php:129 
    10222msgid "me" 
    10323msgstr "moi" 
     24 
     25#: index.php:147 
     26msgid "%s (contributor)" 
     27msgstr "%s (contributeur)" 
    10428 
    10529#: index.php:181 
     
    10731msgstr "Paramètres généraux" 
    10832 
    109 #: index.php:269 
    110 msgid "Contributors will be able to choose the format." 
    111 msgstr "Permet aux contributeurs de choisir le format." 
    112  
    113 #: index.php:351 
    114 msgid "Allow contributors to choose %s values." 
    115 msgstr "Permettre aux contributeurs de choisir les valeurs de %s." 
    116  
    117 #: index.php:274 
    118 msgid "Allow contributors to:" 
    119 msgstr "Permettre aux contributeurs de&nbsp;:" 
    120  
    12133#: index.php:187 
    12234msgid "Allow visitors to contribute to your blog" 
    12335msgstr "Permettre aux visiteurs de contribuer à votre blog" 
    12436 
    125 #: index.php:196 
     37#: index.php:193 
    12638msgid "Owner of the posts:" 
    12739msgstr "Propriétaire des billets&nbsp;:" 
    12840 
    129 #: index.php:327 
     41#: index.php:198 
     42msgid "Only the users with the following permissions on this blog are shown:" 
     43msgstr "Seuls les utilisateurs avec les permissions suivantes sur le blog sont affichés&nbsp;:" 
     44 
     45#: index.php:206 
     46msgid "Send emails to these email adresses when a new post is submitted:" 
     47msgstr "Envoyer des emails à ces adresses emails quand un nouveau billet est soumis&nbsp;:" 
     48 
     49#: index.php:212 
     50msgid "You can enter several email adresses by separating these by a comma (<code>,</code>)." 
     51msgstr "Vous pouvez entrer plusieurs adresses email en les séparant par une virgule (<code>,</code>)." 
     52 
     53#: index.php:221 
     54msgid "Enable antispam." 
     55msgstr "Activer l'antispam." 
     56 
     57#: index.php:351 
     58msgid "It requires the %s plugin." 
     59msgstr "Cela nécessite le plugin %s." 
     60 
     61#: index.php:230 
     62msgid "Form" 
     63msgstr "Formulaire" 
     64 
     65#: index.php:239 
     66msgid "Default post:" 
     67msgstr "Billet par défaut&nbsp;:" 
     68 
     69#: index.php:246 
     70msgid "edit this post" 
     71msgstr "éditer ce billet" 
     72 
     73#: index.php:251 
     74msgid "Select an existing post or create a new post, then select it." 
     75msgstr "Sélectionner un billet existant ou créer un nouveau billet puis le sélectionner." 
     76 
     77#: index.php:252 
     78msgid "The post can be %s or %s." 
     79msgstr "Le billet peut être %s ou %s." 
     80 
     81#: index.php:254 
     82msgid "The form will be filled with the values of this post." 
     83msgstr "Le formulaire sera rempli avec les valeurs du billet." 
     84 
     85#: index.php:260 
     86msgid "Text formating (only if no default post is selected):" 
     87msgstr "Format du texte (seulement si aucun billet par défaut n'est sélectionné)&nbsp;:" 
     88 
     89#: index.php:266 
     90msgid "Contributors will be able to choose the format." 
     91msgstr "Permet aux contributeurs de choisir le format." 
     92 
     93#: index.php:267 
     94msgid "Some formats may be unavailable on the blog." 
     95msgstr "Certains formats peuvent ne pas être disponibles sur le blog." 
     96 
     97#: index.php:271 
     98msgid "Allow contributors to:" 
     99msgstr "Permettre aux contributeurs de&nbsp;:" 
     100 
     101#: index.php:276 
     102msgid "write an excerpt" 
     103msgstr "écrire un extrait" 
     104 
     105#: index.php:284 
     106msgid "choose the category" 
     107msgstr "choisir la catégorie" 
     108 
     109#: index.php:292 
     110msgid "choose the tags" 
     111msgstr "choisir les tags" 
     112 
     113#: index.php:300 
     114msgid "add new tags (only if tags are allowed)" 
     115msgstr "ajouter des nouveaux tags (seulement si les tags sont permis)" 
     116 
     117#: index.php:308 
     118msgid "write notes" 
     119msgstr "écrire des notes" 
     120 
     121#: index.php:316 
     122msgid "enter their name, email address and website URL" 
     123msgstr "entrer leur nom, adresse email et URL de leur site" 
     124 
     125#: index.php:324 
    130126msgid "require name and email (only if name, email address and website URL are allowed)" 
    131127msgstr "rendre obligatoires le nom et l'adresse email (seulement si le nom, l'adresse email et l'URL de leur site sont autorisés)" 
    132128 
    133 #: index.php:201 
    134 msgid "Only the users with the following permissions on this blog are shown:" 
    135 msgstr "Seuls les utilisateurs avec les permissions suivantes sur le blog sont affichés&nbsp;:" 
     129#: index.php:330 
     130msgid "Display" 
     131msgstr "Affichage" 
    136132 
    137 #: index.php:254 
    138 msgid "Select an existing post or create a new post, then select it." 
    139 msgstr "Sélectionner un billet existant ou créer un nouveau billet puis le sélectionner." 
     133#: index.php:333 
     134msgid "Display of the author name on the blog:" 
     135msgstr "Affichage du nom de l'auteur sur le blog&nbsp;:" 
    140136 
    141 #: index.php:398 
     137#: index.php:333 
     138msgid "(%s is the author name or nickname)" 
     139msgstr "(%s est le nom ou le pseudo de l'auteur)" 
     140 
     141#: index.php:348 
     142msgid "Allow contributors to choose %s values." 
     143msgstr "Permettre aux contributeurs de choisir les valeurs de %s." 
     144 
     145#: index.php:369 
     146msgid "Enable these %s values:" 
     147msgstr "Activer ces valeurs de %s&nbsp;:" 
     148 
     149#: index.php:389 
     150msgid "Save configuration" 
     151msgstr "Enregistrer la configuration" 
     152 
     153#: index.php:395 
    142154msgid "URL of the %s page:" 
    143155msgstr "URL de la page %s&nbsp;:" 
    144156 
    145 #: index.php:403 
     157#: index.php:400 
    146158msgid "View the %s page" 
    147159msgstr "Voir la page %s" 
    148160 
    149 #: index.php:215 
    150 msgid "You can enter several email adresses by separating these by a comma (<code>,</code>)." 
    151 msgstr "Vous pouvez entrer plusieurs adresses email en les séparant par une virgule (<code>,</code>)." 
     161msgid "This will disable smilies on entries and comments." 
     162msgstr "Ceci désactivera les émoticones dans les billets et commentaires." 
    152163 
    153 #: index.php:311 
    154 msgid "write notes" 
    155 msgstr "écrire des notes" 
    156  
    157 #: index.php:279 
    158 msgid "write an excerpt" 
    159 msgstr "écrire un extrait" 
    160  
    161 #: index.php:249 
    162 msgid "edit this post" 
    163 msgstr "éditer ce billet" 
    164  
  • plugins/contribute/locales/fr/main.lang.php

    r1576 r1601  
    11<?php 
    22// Language: français  
    3 // Module: contribute - 1.0-alpha20 
    4 // Date: 2009-10-13 18:54:03  
     3// Module: contribute - 1.0-alpha22 
     4// Date: 2009-10-20 19:53:29  
    55// Translated with dcTranslater - 1.2  
    66 
  • plugins/contribute/locales/fr/main.po

    r1576 r1601  
    11# Language: français 
    2 # Module: contribute - 1.0-alpha20 
    3 # Date: 2009-10-13 18:54:03 
     2# Module: contribute - 1.0-alpha22 
     3# Date: 2009-10-20 19:53:30 
    44# Translated with dcTranslater - 1.2 
    55 
  • plugins/contribute/locales/fr/public.lang.php

    r1576 r1601  
    11<?php 
    22// Language: français  
    3 // Module: contribute - 1.0-alpha20 
    4 // Date: 2009-10-13 18:54:02  
     3// Module: contribute - 1.0-alpha22 
     4// Date: 2009-10-20 19:53:30  
    55// Translated with dcTranslater - 1.2  
    66 
    7 #_public.php:630 
     7#_public.php:443 
     8$GLOBALS['__l10n']['No entry content'] = 'Pas de contenu de billet'; 
     9 
     10#_public.php:446 
     11$GLOBALS['__l10n']['No entry title'] = 'Pas de titre de billet'; 
     12 
     13#_public.php:489 
     14$GLOBALS['__l10n']['The user is not allowed to create an entry'] = 'L\'utilisateur n\'est pas autorisé à créer des billets'; 
     15 
     16#_public.php:612 
     17$GLOBALS['__l10n']['New post submitted on %s'] = 'Nouveau billet envoyé sur %s.'; 
     18 
     19#_public.php:615 
     20$GLOBALS['__l10n']['Title: %s'] = 'Titre&nbsp;: %s'; 
     21 
     22#_public.php:620 
     23$GLOBALS['__l10n']['Author: %s'] = 'Auteur&nbsp;: %s'; 
     24 
     25#_public.php:628 
    826$GLOBALS['__l10n']['Email address: %s'] = 'Adresse email&nbsp;: %s'; 
    927 
    10 #_public.php:622 
    11 $GLOBALS['__l10n']['Author: %s'] = 'Auteur&nbsp;: %s'; 
     28#_public.php:641 
     29$GLOBALS['__l10n']['Edit this entry:'] = 'Éditer ce billet&nbsp;:'; 
    1230 
    13 #public_l10n.php:50 
    14 $GLOBALS['__l10n']['This is a preview.'] = 'Ceci est un aperçu.'; 
     31#_public.php:645 
     32$GLOBALS['__l10n']['You must log in on the backend before clicking on this link to go directly to the post.'] = 'Vous devez vous enregistrer sur l\'interface d\'administration avant de cliquer sur ce lien pour aller directement sur ce billet.'; 
     33 
     34#_widget.php:46 
     35$GLOBALS['__l10n']['Write a post for this blog'] = 'Écrire un billet pour ce blog'; 
    1536 
    1637#public_l10n.php:7 
     
    2647$GLOBALS['__l10n']['Excerpt'] = 'Extrait'; 
    2748 
    28 #public_l10n.php:48 
    29 $GLOBALS['__l10n']['Text formating'] = 'Format du texte'; 
    30  
    3149#public_l10n.php:19 
    3250$GLOBALS['__l10n']['http://dotclear.org/documentation/2.0/usage/syntaxes'] = 'http://fr.dotclear.org/documentation/2.0/usage/syntaxes'; 
     
    3553$GLOBALS['__l10n']['It needs to be approved by an administrator to be published.'] = 'Il faut qu\'il soit approuvé par un administrateur pour être publié.'; 
    3654 
    37 #_public.php:491 
    38 $GLOBALS['__l10n']['The user is not allowed to create an entry'] = 'L\'utilisateur n\'est pas autorisé à créer des billets'; 
     55#public_l10n.php:34 
     56$GLOBALS['__l10n']['Notes'] = 'Notes'; 
     57 
     58#public_l10n.php:36 
     59$GLOBALS['__l10n']['only visible by administrators, won\'t be displayed in the post'] = 'uniquement visibles par les administrateurs, ne seront pas affichées dans le billet'; 
     60 
     61#public_l10n.php:44 
     62$GLOBALS['__l10n']['separate tags by a comma'] = 'séparer les tags par une virgule'; 
     63 
     64#public_l10n.php:48 
     65$GLOBALS['__l10n']['Text formating'] = 'Format du texte'; 
    3966 
    4067#public_l10n.php:49 
    4168$GLOBALS['__l10n']['The post has been saved.'] = 'Le billet a été sauvegardé.'; 
    4269 
    43 #public_l10n.php:57 
    44 $GLOBALS['__l10n']['won\'t be displayed'] = 'ne sera pas affichée'; 
    45  
    46 #public_l10n.php:34 
    47 $GLOBALS['__l10n']['Notes'] = 'Notes'; 
    48  
    49 #_public.php:614 
    50 $GLOBALS['__l10n']['New post submitted on %s'] = 'Nouveau billet envoyé sur %s.'; 
     70#public_l10n.php:50 
     71$GLOBALS['__l10n']['This is a preview.'] = 'Ceci est un aperçu.'; 
    5172 
    5273#public_l10n.php:56 
    5374$GLOBALS['__l10n']['wiki syntax reference'] = 'référence de la syntaxe wiki'; 
    5475 
    55 #public_l10n.php:44 
    56 $GLOBALS['__l10n']['separate tags by a comma'] = 'séparer les tags par une virgule'; 
    57  
    58 #_public.php:617 
    59 $GLOBALS['__l10n']['Title: %s'] = 'Titre&nbsp;: %s'; 
    60  
    61 #public_l10n.php:36 
    62 $GLOBALS['__l10n']['only visible by administrators, won\'t be displayed in the post'] = 'uniquement visibles par les administrateurs, ne seront pas affichées dans le billet'; 
     76#public_l10n.php:57 
     77$GLOBALS['__l10n']['won\'t be displayed'] = 'ne sera pas affichée'; 
    6378 
    6479#public_l10n.php:60 
    6580$GLOBALS['__l10n']['Your informations'] = 'Vos informations'; 
    6681 
    67 #_public.php:647 
    68 $GLOBALS['__l10n']['You must log in on the backend before clicking on this link to go directly to the post.'] = 'Vous devez vous enregistrer sur l\'interface d\'administration avant de cliquer sur ce lien pour aller directement sur ce billet.'; 
    69  
    70 #_widget.php:46 
    71 $GLOBALS['__l10n']['Write a post for this blog'] = 'Écrire un billet pour ce blog'; 
    72  
    73 #_public.php:643 
    74 $GLOBALS['__l10n']['Edit this entry:'] = 'Éditer ce billet&nbsp;:'; 
    75  
    7682?> 
  • plugins/contribute/locales/fr/public.po

    r1576 r1601  
    11# Language: français 
    2 # Module: contribute - 1.0-alpha20 
    3 # Date: 2009-10-13 18:54:02 
     2# Module: contribute - 1.0-alpha22 
     3# Date: 2009-10-20 19:53:30 
    44# Translated with dcTranslater - 1.2 
    55 
     
    77msgstr "Content-Type: text/plain; charset=UTF-8\n" 
    88 
    9 #: _public.php:630 
     9#: _public.php:443 
     10msgid "No entry content" 
     11msgstr "Pas de contenu de billet" 
     12 
     13#: _public.php:446 
     14msgid "No entry title" 
     15msgstr "Pas de titre de billet" 
     16 
     17#: _public.php:489 
     18msgid "The user is not allowed to create an entry" 
     19msgstr "L'utilisateur n'est pas autorisé à créer des billets" 
     20 
     21#: _public.php:612 
     22msgid "New post submitted on %s" 
     23msgstr "Nouveau billet envoyé sur %s." 
     24 
     25#: _public.php:615 
     26msgid "Title: %s" 
     27msgstr "Titre&nbsp;: %s" 
     28 
     29#: _public.php:620 
     30msgid "Author: %s" 
     31msgstr "Auteur&nbsp;: %s" 
     32 
     33#: _public.php:628 
    1034msgid "Email address: %s" 
    1135msgstr "Adresse email&nbsp;: %s" 
    1236 
    13 #: _public.php:622 
    14 msgid "Author: %s" 
    15 msgstr "Auteur&nbsp;: %s" 
     37#: _public.php:641 
     38msgid "Edit this entry:" 
     39msgstr "Éditer ce billet&nbsp;:" 
    1640 
    17 #: public_l10n.php:50 
    18 msgid "This is a preview." 
    19 msgstr "Ceci est un aperçu." 
     41#: _public.php:645 
     42msgid "You must log in on the backend before clicking on this link to go directly to the post." 
     43msgstr "Vous devez vous enregistrer sur l'interface d'administration avant de cliquer sur ce lien pour aller directement sur ce billet." 
     44 
     45#: _widget.php:46 
     46msgid "Write a post for this blog" 
     47msgstr "Écrire un billet pour ce blog" 
    2048 
    2149#: public_l10n.php:7 
     
    3563msgstr "Extrait" 
    3664 
    37 #: public_l10n.php:48 
    38 msgid "Text formating" 
    39 msgstr "Format du texte" 
    40  
    4165#: public_l10n.php:19 
    4266msgid "http://dotclear.org/documentation/2.0/usage/syntaxes" 
     
    4771msgstr "Il faut qu'il soit approuvé par un administrateur pour être publié." 
    4872 
    49 #: _public.php:491 
    50 msgid "The user is not allowed to create an entry" 
    51 msgstr "L'utilisateur n'est pas autorisé à créer des billets" 
     73#: public_l10n.php:34 
     74msgid "Notes" 
     75msgstr "Notes" 
     76 
     77#: public_l10n.php:36 
     78msgid "only visible by administrators, won't be displayed in the post" 
     79msgstr "uniquement visibles par les administrateurs, ne seront pas affichées dans le billet" 
     80 
     81#: public_l10n.php:44 
     82msgid "separate tags by a comma" 
     83msgstr "séparer les tags par une virgule" 
     84 
     85#: public_l10n.php:48 
     86msgid "Text formating" 
     87msgstr "Format du texte" 
    5288 
    5389#: public_l10n.php:49 
     
    5591msgstr "Le billet a été sauvegardé." 
    5692 
    57 #: public_l10n.php:57 
    58 msgid "won't be displayed" 
    59 msgstr "ne sera pas affichée" 
    60  
    61 #: public_l10n.php:34 
    62 msgid "Notes" 
    63 msgstr "Notes" 
    64  
    65 #: _public.php:614 
    66 msgid "New post submitted on %s" 
    67 msgstr "Nouveau billet envoyé sur %s." 
     93#: public_l10n.php:50 
     94msgid "This is a preview." 
     95msgstr "Ceci est un aperçu." 
    6896 
    6997#: public_l10n.php:56 
     
    7199msgstr "référence de la syntaxe wiki" 
    72100 
    73 #: public_l10n.php:44 
    74 msgid "separate tags by a comma" 
    75 msgstr "séparer les tags par une virgule" 
    76  
    77 #: _public.php:617 
    78 msgid "Title: %s" 
    79 msgstr "Titre&nbsp;: %s" 
    80  
    81 #: public_l10n.php:36 
    82 msgid "only visible by administrators, won't be displayed in the post" 
    83 msgstr "uniquement visibles par les administrateurs, ne seront pas affichées dans le billet" 
     101#: public_l10n.php:57 
     102msgid "won't be displayed" 
     103msgstr "ne sera pas affichée" 
    84104 
    85105#: public_l10n.php:60 
     
    87107msgstr "Vos informations" 
    88108 
    89 #: _public.php:647 
    90 msgid "You must log in on the backend before clicking on this link to go directly to the post." 
    91 msgstr "Vous devez vous enregistrer sur l'interface d'administration avant de cliquer sur ce lien pour aller directement sur ce billet." 
    92  
    93 #: _widget.php:46 
    94 msgid "Write a post for this blog" 
    95 msgstr "Écrire un billet pour ce blog" 
    96  
    97 #: _public.php:643 
    98 msgid "Edit this entry:" 
    99 msgstr "Éditer ce billet&nbsp;:" 
    100  
Note: See TracChangeset for help on using the changeset viewer.

Sites map