Dotclear

Changeset 3301


Ignore:
Timestamp:
03/21/14 11:27:49 (9 years ago)
Author:
vdanjean
Message:

Update text and French translation

Location:
plugins/emailNotification
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/emailNotification/behaviors.php

    r3300 r3301  
    285285                    } 
    286286                    if ($cur_status != $prev_status) { 
    287                          array_push($info, __("Post state changed:"). " ".$blog->getPostStatus($prev_status)."->".$blog->getPostStatus($cur_status)); 
     287                         array_push($info, sprintf(__("Post state changed from %s to %s"),$blog->getPostStatus($prev_status),$blog->getPostStatus($cur_status))); 
    288288                    } 
    289289               } 
  • plugins/emailNotification/locales/_pot/main.pot

    r3299 r3301  
    88"Project-Id-Version: Dotclear 2 emailNotification module\n" 
    99"Report-Msgid-Bugs-To: \n" 
    10 "POT-Creation-Date: 2014-03-11 20:50+0100\n" 
     10"POT-Creation-Date: 2014-03-13 20:51+0100\n" 
    1111"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1212"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    1717"Content-Transfer-Encoding: 8bit\n" 
    1818 
    19 #: behaviors.php:55 behaviors.php:61 
     19#: behaviors.php:56 behaviors.php:62 
    2020msgid "never" 
    2121msgstr "" 
    2222 
    23 #: behaviors.php:56 
     23#: behaviors.php:57 
    2424msgid "my entries" 
    2525msgstr "" 
    2626 
    27 #: behaviors.php:57 
     27#: behaviors.php:58 
    2828msgid "all entries" 
    2929msgstr "" 
    3030 
    31 #: behaviors.php:62 
     31#: behaviors.php:63 
    3232msgid "on creation" 
    3333msgstr "" 
    3434 
    35 #: behaviors.php:63 
     35#: behaviors.php:64 
    3636msgid "on publish" 
    3737msgstr "" 
    3838 
    39 #: behaviors.php:64 
     39#: behaviors.php:65 
    4040msgid "on publish and futher update" 
    4141msgstr "" 
    4242 
    43 #: behaviors.php:65 
     43#: behaviors.php:66 
    4444msgid "on any update (even not published)" 
    4545msgstr "" 
    4646 
    47 #: behaviors.php:70 behaviors.php:77 
     47#: behaviors.php:71 behaviors.php:78 
    4848msgid "Email notification" 
    4949msgstr "" 
    5050 
    51 #: behaviors.php:87 
     51#: behaviors.php:72 behaviors.php:79 
     52msgid "Posts" 
     53msgstr "" 
     54 
     55#: behaviors.php:88 
    5256msgid "Notify new posts by email:" 
    5357msgstr "" 
    5458 
    55 #: behaviors.php:92 
     59#: behaviors.php:93 
    5660msgid "Notify new comments by email:" 
    5761msgstr "" 
    5862 
    59 #: behaviors.php:97 
     63#: behaviors.php:98 
    6064msgid "Notify comments even if they are spams" 
    6165msgstr "" 
    6266 
    63 #: behaviors.php:166 
     67#: behaviors.php:167 
    6468#, php-format 
    6569msgid "\"%s\" - New comment" 
    6670msgstr "" 
    6771 
    68 #: behaviors.php:184 behaviors.php:317 
     72#: behaviors.php:185 behaviors.php:319 
    6973#, php-format 
    7074msgid "Blog: %s" 
    7175msgstr "" 
    7276 
    73 #: behaviors.php:185 behaviors.php:318 
     77#: behaviors.php:186 behaviors.php:320 
    7478#, php-format 
    7579msgid "Entry: %s <%s>" 
    7680msgstr "" 
    7781 
    78 #: behaviors.php:186 
     82#: behaviors.php:187 
    7983#, php-format 
    8084msgid "Comment by: %s <%s>" 
    8185msgstr "" 
    8286 
    83 #: behaviors.php:187 behaviors.php:320 
     87#: behaviors.php:188 behaviors.php:322 
    8488#, php-format 
    8589msgid "Website: %s" 
    8690msgstr "" 
    8791 
    88 #: behaviors.php:188 
     92#: behaviors.php:189 
    8993#, php-format 
    9094msgid "Comment status: %s" 
    9195msgstr "" 
    9296 
    93 #: behaviors.php:189 
     97#: behaviors.php:190 
    9498#, php-format 
    9599msgid "Edit this comment: <%s>" 
    96100msgstr "" 
    97101 
    98 #: behaviors.php:193 
     102#: behaviors.php:194 
    99103msgid "You must log in on the backend before clicking on this link to go directly to the comment." 
    100104msgstr "" 
    101105 
    102 #: behaviors.php:195 
     106#: behaviors.php:196 
    103107msgid "You received a new comment on your blog:" 
    104108msgstr "" 
    105109 
    106 #: behaviors.php:267 
     110#: behaviors.php:268 
    107111msgid "Updated post" 
    108112msgstr "" 
    109113 
    110 #: behaviors.php:270 
     114#: behaviors.php:271 
    111115msgid "Post is published" 
    112116msgstr "" 
    113117 
    114 #: behaviors.php:272 
     118#: behaviors.php:273 
    115119msgid "Post just become published" 
    116120msgstr "" 
    117121 
    118 #: behaviors.php:274 
     122#: behaviors.php:275 
    119123msgid "New published post" 
    120124msgstr "" 
    121125 
    122 #: behaviors.php:276 
     126#: behaviors.php:277 
    123127#, php-format 
    124128msgid "Post becomes %s" 
    125129msgstr "" 
    126130 
    127 #: behaviors.php:279 
     131#: behaviors.php:280 
     132msgid "Post was created" 
     133msgstr "" 
     134 
     135#: behaviors.php:281 
     136msgid "New post" 
     137msgstr "" 
     138 
     139#: behaviors.php:284 
    128140msgid "Post was edited" 
    129141msgstr "" 
    130142 
    131 #: behaviors.php:283 
    132 msgid "Post was created" 
     143#: behaviors.php:287 
     144#, php-format 
     145msgid "Post state changed from %s to %s" 
    133146msgstr "" 
    134147 
    135 #: behaviors.php:284 
    136 msgid "New post" 
    137 msgstr "" 
    138  
    139 #: behaviors.php:286 
    140 msgid "Post state changed:" 
    141 msgstr "" 
    142  
    143 #: behaviors.php:308 
     148#: behaviors.php:310 
    144149#, php-format 
    145150msgid "Public URL: <%s>" 
    146151msgstr "" 
    147152 
    148 #: behaviors.php:310 
     153#: behaviors.php:312 
    149154#, php-format 
    150155msgid "Edit this post: <%s>" 
    151156msgstr "" 
    152157 
    153 #: behaviors.php:319 
     158#: behaviors.php:321 
    154159#, php-format 
    155160msgid "Author: %s (%s %s) <%s>" 
    156161msgstr "" 
    157162 
    158 #: behaviors.php:321 
     163#: behaviors.php:323 
    159164#, php-format 
    160165msgid "Entry status: %s" 
    161166msgstr "" 
    162167 
    163 #: behaviors.php:322 
     168#: behaviors.php:324 
    164169#, php-format 
    165170msgid "Edit this entry: <%s>" 
    166171msgstr "" 
    167172 
    168 #: behaviors.php:326 
     173#: behaviors.php:328 
    169174msgid "You must log in on the backend before clicking on this link to go directly to the post." 
    170175msgstr "" 
    171176 
    172 #: behaviors.php:328 
    173 msgid "Modification in a post on your blog:" 
     177#: behaviors.php:331 
     178msgid "Modification of a post on your blog:" 
    174179msgstr "" 
     180 
     181#: behaviors.php:333 
     182msgid "Creation of a post on your blog:" 
     183msgstr "" 
  • plugins/emailNotification/locales/fr/main.po

    r3299 r3301  
    22msgstr "" 
    33"Report-Msgid-Bugs-To: \n" 
    4 "POT-Creation-Date: 2014-03-11 20:50+0100\n" 
     4"POT-Creation-Date: 2014-03-13 20:51+0100\n" 
    55"MIME-Version: 1.0\n" 
    66"Content-Type: text/plain; charset=UTF-8\n" 
    77"Content-Transfer-Encoding: 8bit\n" 
    88 
    9 #: behaviors.php:55 behaviors.php:61 
     9#: behaviors.php:56 behaviors.php:62 
    1010msgid "never" 
    1111msgstr "jamais" 
    1212 
    13 #: behaviors.php:56 
     13#: behaviors.php:57 
    1414msgid "my entries" 
    1515msgstr "mes billets" 
    1616 
    17 #: behaviors.php:57 
     17#: behaviors.php:58 
    1818msgid "all entries" 
    1919msgstr "tous les billets" 
    2020 
    21 #: behaviors.php:62 
     21#: behaviors.php:63 
    2222msgid "on creation" 
    2323msgstr "lors des créations" 
    2424 
    25 #: behaviors.php:63 
     25#: behaviors.php:64 
    2626msgid "on publish" 
    2727msgstr "lors de la publication" 
    2828 
    29 #: behaviors.php:64 
     29#: behaviors.php:65 
    3030msgid "on publish and futher update" 
    3131msgstr "lors de la publication et des mises à jours suivantes" 
    3232 
    33 #: behaviors.php:65 
     33#: behaviors.php:66 
    3434msgid "on any update (even not published)" 
    3535msgstr "à chaque mise à jour (même non plubliées)" 
    3636 
    37 #: behaviors.php:70 behaviors.php:77 
     37#: behaviors.php:71 behaviors.php:78 
    3838msgid "Email notification" 
    3939msgstr "Notification par e-mail" 
    4040 
    41 #: behaviors.php:87 
     41#: behaviors.php:72 behaviors.php:79 
     42msgid "Posts" 
     43msgstr "" 
     44 
     45#: behaviors.php:88 
    4246msgid "Notify new posts by email:" 
    4347msgstr "Avertir des nouveaux billets par e-mail :" 
    4448 
    45 #: behaviors.php:92 
     49#: behaviors.php:93 
    4650msgid "Notify new comments by email:" 
    4751msgstr "Avertir des nouveaux commentaires par e-mail :" 
    4852 
    49 #: behaviors.php:97 
     53#: behaviors.php:98 
    5054msgid "Notify comments even if they are spams" 
    5155msgstr "Avertir des commentaires même si ce sont des indésirables" 
    5256 
    53 #: behaviors.php:166 
     57#: behaviors.php:167 
    5458#, php-format 
    5559msgid "\"%s\" - New comment" 
    5660msgstr "\"%s\" - Nouveau commentaire" 
    5761 
    58 #: behaviors.php:184 behaviors.php:317 
     62#: behaviors.php:185 behaviors.php:319 
    5963#, php-format 
    6064msgid "Blog: %s" 
    6165msgstr "Blog : %s" 
    6266 
    63 #: behaviors.php:185 behaviors.php:318 
     67#: behaviors.php:186 behaviors.php:320 
    6468#, php-format 
    6569msgid "Entry: %s <%s>" 
    6670msgstr "Billet : %s <%s>" 
    6771 
    68 #: behaviors.php:186 
     72#: behaviors.php:187 
    6973#, php-format 
    7074msgid "Comment by: %s <%s>" 
    7175msgstr "Commentaire par : %s <%s>" 
    7276 
    73 #: behaviors.php:187 behaviors.php:320 
     77#: behaviors.php:188 behaviors.php:322 
    7478#, php-format 
    7579msgid "Website: %s" 
    7680msgstr "Site web : %s" 
    7781 
    78 #: behaviors.php:188 
     82#: behaviors.php:189 
    7983#, php-format 
    8084msgid "Comment status: %s" 
    8185msgstr "Statut du commentaire : %s" 
    8286 
    83 #: behaviors.php:189 
     87#: behaviors.php:190 
    8488#, php-format 
    8589msgid "Edit this comment: <%s>" 
    8690msgstr "Modifier ce commentaire : <%s>" 
    8791 
    88 #: behaviors.php:193 
     92#: behaviors.php:194 
    8993msgid "You must log in on the backend before clicking on this link to go directly to the comment." 
    9094msgstr "Vous devez vous enregistrer sur l'interface d'administration avant de cliquer sur ce lien pour aller directement sur ce commentaire." 
    9195 
    92 #: behaviors.php:195 
     96#: behaviors.php:196 
    9397msgid "You received a new comment on your blog:" 
    9498msgstr "Vous avez reçu un nouveau commentaire sur votre blog :" 
    9599 
    96 #: behaviors.php:267 
     100#: behaviors.php:268 
    97101msgid "Updated post" 
    98102msgstr "Billet mis à jour" 
    99103 
    100 #: behaviors.php:270 
     104#: behaviors.php:271 
    101105msgid "Post is published" 
    102106msgstr "Le billet est publié" 
    103107 
    104 #: behaviors.php:272 
     108#: behaviors.php:273 
    105109msgid "Post just become published" 
    106110msgstr "Le billet vient d'être publié" 
    107111 
    108 #: behaviors.php:274 
     112#: behaviors.php:275 
    109113msgid "New published post" 
    110114msgstr "Nouvelle publication de billet" 
    111115 
    112 #: behaviors.php:276 
     116#: behaviors.php:277 
    113117#, php-format 
    114118msgid "Post becomes %s" 
    115119msgstr "Le billet est passé dans l'état %s" 
    116120 
    117 #: behaviors.php:279 
     121#: behaviors.php:280 
     122msgid "Post was created" 
     123msgstr "Le billet a été créé" 
     124 
     125#: behaviors.php:281 
     126msgid "New post" 
     127msgstr "Nouveau billet" 
     128 
     129#: behaviors.php:284 
    118130msgid "Post was edited" 
    119131msgstr "Le billet a été édité" 
    120132 
    121 #: behaviors.php:283 
    122 msgid "Post was created" 
    123 msgstr "Le billet a été créé" 
     133#: behaviors.php:287 
     134#, php-format 
     135msgid "Post state changed from %s to %s" 
     136msgstr "L'état du billet a changé de « %s » à « % »" 
    124137 
    125 #: behaviors.php:284 
    126 msgid "New post" 
    127 msgstr "Nouveau billet" 
    128  
    129 #: behaviors.php:286 
    130 msgid "Post state changed:" 
    131 msgstr "L'état du billet a changé :" 
    132  
    133 #: behaviors.php:308 
     138#: behaviors.php:310 
    134139#, php-format 
    135140msgid "Public URL: <%s>" 
    136141msgstr "URL publique : <%s>" 
    137142 
    138 #: behaviors.php:310 
     143#: behaviors.php:312 
     144#, php-format 
    139145msgid "Edit this post: <%s>" 
    140146msgstr "Modifier ce billet : <%s>" 
    141147 
    142 #: behaviors.php:319 
     148#: behaviors.php:321 
    143149#, php-format 
    144150msgid "Author: %s (%s %s) <%s>" 
    145151msgstr "Auteur : %s (%s %s) <%s>" 
    146152 
    147 #: behaviors.php:321 
     153#: behaviors.php:323 
     154#, php-format 
    148155msgid "Entry status: %s" 
    149156msgstr "Statut du billet : %s" 
    150157 
    151 #: behaviors.php:322 
     158#: behaviors.php:324 
    152159#, php-format 
    153160msgid "Edit this entry: <%s>" 
    154161msgstr "Modifier ce billet : <%s>" 
    155162 
    156 #: behaviors.php:326 
     163#: behaviors.php:328 
    157164msgid "You must log in on the backend before clicking on this link to go directly to the post." 
    158165msgstr "Vous devez vous enregistrer sur l'interface d'administration avant de cliquer sur ce lien pour aller directement sur ce billet." 
    159166 
    160 #: behaviors.php:328 
    161 msgid "Modification in a post on your blog:" 
     167#: behaviors.php:331 
     168msgid "Modification of a post on your blog:" 
    162169msgstr "Modification d'un billet sur votre blog :" 
    163170 
     171#: behaviors.php:333 
     172msgid "Creation of a post on your blog:" 
     173msgstr "Création d'un billet sur votre blog :" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map