Changeset 2177
- Timestamp:
- 04/11/10 16:00:42 (13 years ago)
- Location:
- plugins/contribute
- Files:
-
- 1 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/contribute/_define.php
r2176 r2177 28 28 /* Description*/ "Allow visitors to write an entry for your blog", 29 29 /* Author */ "Moe (http://gniark.net/)", 30 /* Version */ '1.0-alpha2 5',30 /* Version */ '1.0-alpha26', 31 31 /* Permissions */ 'admin' 32 32 ); -
plugins/contribute/inc/lib.contribute.document.php
r2176 r2177 57 57 } 58 58 59 $disabled_plugins = $core->plugins->getDisabledModules();60 61 59 $_ctx =& $GLOBALS['_ctx']; 62 60 … … 71 69 72 70 # Metadata 73 if ($core->plugins->moduleExists('metadata') 74 && !array_key_exists('metadata',$disabled_plugins)) 71 if ($core->plugins->moduleExists('metadata')) 75 72 { 76 73 $meta = new dcMeta($core); … … 80 77 $meta = false; 81 78 } 79 80 82 81 83 82 # My Meta 84 83 if ($core->plugins->moduleExists('mymeta') 85 && ($settings->contribute_allow_mymeta) 86 && !array_key_exists('mymeta',$disabled_plugins)) 84 && ($settings->contribute_allow_mymeta)) 87 85 { 88 86 $mymeta_values = array(); … … 488 486 # antispam 489 487 if ($settings->contribute_enable_antispam 490 && $core->plugins->moduleExists('antispam') 491 && !array_key_exists('antispam',$disabled_plugins)) 488 && $core->plugins->moduleExists('antispam')) 492 489 { 493 490 $cur = $core->con->openCursor($core->prefix.'comment'); … … 630 627 $post = $core->blog->getPosts($params); 631 628 632 $content .= __('URL:').' '.$post->getURL();629 $content .= sprintf(__('URL: %s'),$post->getURL()); 633 630 unset($post); 634 631 $content .= "\n\n"; 635 632 636 $content .= __('Edit this entry:').' '.DC_ADMIN_URL.633 $content .= sprintf(__('Edit this entry: %s'),DC_ADMIN_URL. 637 634 ((substr(DC_ADMIN_URL,-1) == '/') ? '' : '/'). 638 'post.php?id='.$post_id.'&switchblog='.$core->blog->id ;635 'post.php?id='.$post_id.'&switchblog='.$core->blog->id); 639 636 $content .= "\n\n". 640 637 __('You must log in on the backend before clicking on this link to go directly to the post.'); -
plugins/contribute/index.php
r2172 r2177 349 349 __('My Meta')); 350 350 echo(' '); 351 printf(__('It requires the %s plugin.'),352 __('M y Meta')); ?>351 printf(__('It requires the %s and %s plugins.'), 352 __('Metadata'),__('My Meta')); ?> 353 353 </label> 354 354 </p> 355 355 356 356 <?php 357 if ($core->plugins->moduleExists('mymeta') 358 && !array_key_exists('mymeta', 359 $core->plugins->getDisabledModules())) 357 if ($core->plugins->moduleExists('metadata') 358 && $core->plugins->moduleExists('mymeta')) 360 359 { 361 360 $mymeta = new myMeta($core); -
plugins/contribute/locales/fr/admin.lang.php
r1633 r2177 1 1 <?php 2 2 // Language: français 3 // Module: contribute - 1.0-alpha2 24 // Date: 20 09-10-20 19:53:303 // Module: contribute - 1.0-alpha26 4 // Date: 2010-04-11 13:46:50 5 5 // Translated with dcTranslater - 1.2 6 7 #_admin.php:1638 $GLOBALS['__l10n']['Delete this author'] = 'Effacer cet auteur';9 10 #_public.php:31911 $GLOBALS['__l10n']['Invalid cat_id'] = 'cat_id invalide';12 6 13 7 #index.php:106 … … 41 35 $GLOBALS['__l10n']['Enable antispam.'] = 'Activer l\'antispam.'; 42 36 43 #index.php: 35137 #index.php:223 44 38 $GLOBALS['__l10n']['It requires the %s plugin.'] = 'Cela nécessite le plugin %s.'; 45 39 … … 99 93 100 94 #index.php:333 101 $GLOBALS['__l10n'][' Display of the author name on the blog:'] = 'Affichage du nom de l\'auteur sur le blog :';95 $GLOBALS['__l10n']['(%s is the author name or nickname)'] = '(%s est le nom ou le pseudo de l\'auteur)'; 102 96 103 97 #index.php:333 104 $GLOBALS['__l10n'][' (%s is the author name or nickname)'] = '(%s est le nom ou le pseudo de l\'auteur)';98 $GLOBALS['__l10n']['Display of the author name on the blog:'] = 'Affichage du nom de l\'auteur sur le blog :'; 105 99 106 100 #index.php:348 107 101 $GLOBALS['__l10n']['Allow contributors to choose %s values.'] = 'Permettre aux contributeurs de choisir les valeurs de %s.'; 108 102 109 #index.php:3 69103 #index.php:370 110 104 $GLOBALS['__l10n']['Enable these %s values:'] = 'Activer ces valeurs de %s :'; 111 105 112 #index.php:3 89106 #index.php:390 113 107 $GLOBALS['__l10n']['Save configuration'] = 'Enregistrer la configuration'; 114 108 115 #index.php:39 5109 #index.php:396 116 110 $GLOBALS['__l10n']['URL of the %s page:'] = 'URL de la page %s :'; 117 111 118 #index.php:40 0112 #index.php:401 119 113 $GLOBALS['__l10n']['View the %s page'] = 'Voir la page %s'; 120 114 121 $GLOBALS['__l10n']['This will disable smilies on entries and comments.'] = 'Ceci désactivera les émoticones dans les billets et commentaires.';122 123 115 ?> -
plugins/contribute/locales/fr/admin.po
r1633 r2177 1 1 # Language: français 2 # Module: contribute - 1.0-alpha2 23 # Date: 20 09-10-20 19:53:302 # Module: contribute - 1.0-alpha26 3 # Date: 2010-04-11 13:46:50 4 4 # Translated with dcTranslater - 1.2 5 5 6 msgid "" 6 msgstr "" 7 "Content-Type: text/plain; charset=UTF-8\n" 8 "Project-Id-Version: \n" 9 "POT-Creation-Date: \n" 10 "PO-Revision-Date: \n" 11 "Last-Translator: Kozlika <kozlika@free.fr>\n" 12 "Language-Team: \n" 13 "MIME-Version: 1.0\n" 14 "Content-Transfer-Encoding: 8bit\n" 15 16 #: _admin.php:163 17 msgid "Delete this author" 18 msgstr "Effacer cet auteur" 19 20 #: _public.php:319 21 msgid "Invalid cat_id" 22 msgstr "cat_id invalide" 7 msgstr "Content-Type: text/plain; charset=UTF-8\n" 23 8 24 9 #: index.php:106 … … 62 47 msgstr "Activer l'antispam." 63 48 64 #: index.php: 35149 #: index.php:223 65 50 msgid "It requires the %s plugin." 66 51 msgstr "Cela nécessite le plugin %s." … … 139 124 140 125 #: index.php:333 126 msgid "(%s is the author name or nickname)" 127 msgstr "(%s est le nom ou le pseudo de l'auteur)" 128 129 #: index.php:333 141 130 msgid "Display of the author name on the blog:" 142 131 msgstr "Affichage du nom de l'auteur sur le blog :" 143 144 #: index.php:333145 msgid "(%s is the author name or nickname)"146 msgstr "(%s est le nom ou le pseudo de l'auteur)"147 132 148 133 #: index.php:348 … … 150 135 msgstr "Permettre aux contributeurs de choisir les valeurs de %s." 151 136 152 #: index.php:3 69137 #: index.php:370 153 138 msgid "Enable these %s values:" 154 139 msgstr "Activer ces valeurs de %s :" 155 140 156 #: index.php:3 89141 #: index.php:390 157 142 msgid "Save configuration" 158 143 msgstr "Enregistrer la configuration" 159 144 160 #: index.php:39 5145 #: index.php:396 161 146 msgid "URL of the %s page:" 162 147 msgstr "URL de la page %s :" 163 148 164 #: index.php:40 0149 #: index.php:401 165 150 msgid "View the %s page" 166 151 msgstr "Voir la page %s" 167 152 168 msgid "This will disable smilies on entries and comments."169 msgstr "Ceci désactivera les émoticones dans les billets et commentaires."170 -
plugins/contribute/locales/fr/main.lang.php
r1601 r2177 1 1 <?php 2 2 // Language: français 3 // Module: contribute - 1.0-alpha2 24 // Date: 20 09-10-20 19:53:293 // Module: contribute - 1.0-alpha26 4 // Date: 2010-04-11 13:46:49 5 5 // Translated with dcTranslater - 1.2 6 6 7 #public_l10n.php:10 7 #_admin.php:163 8 $GLOBALS['__l10n']['Delete this author'] = 'Effacer cet auteur'; 9 10 #_widget.php:42 11 $GLOBALS['__l10n']['Title:'] = 'Titre :'; 12 13 #inc/lib.contribute.document.php:150 14 $GLOBALS['__l10n']['No default post.'] = 'Pas de billet par défaut.'; 15 16 #inc/lib.contribute.document.php:629 17 $GLOBALS['__l10n']['URL: %s'] = 'URL : %s'; 18 19 #inc/lib.contribute.document.php:633 20 $GLOBALS['__l10n']['Edit this entry: %s'] = 'Éditer ce billet : %s'; 21 22 #index.php:401 8 23 $GLOBALS['__l10n']['Contribute'] = 'Contribuer'; 9 24 10 #_public.php:15011 $GLOBALS['__l10n']['No default post.'] = 'Pas de billet par défaut.';12 13 25 ?> -
plugins/contribute/locales/fr/main.po
r1601 r2177 1 1 # Language: français 2 # Module: contribute - 1.0-alpha2 23 # Date: 20 09-10-20 19:53:302 # Module: contribute - 1.0-alpha26 3 # Date: 2010-04-11 13:46:50 4 4 # Translated with dcTranslater - 1.2 5 5 … … 7 7 msgstr "Content-Type: text/plain; charset=UTF-8\n" 8 8 9 #: public_l10n.php:10 9 #: _admin.php:163 10 msgid "Delete this author" 11 msgstr "Effacer cet auteur" 12 13 #: _widget.php:42 14 msgid "Title:" 15 msgstr "Titre :" 16 17 #: inc/lib.contribute.document.php:150 18 msgid "No default post." 19 msgstr "Pas de billet par défaut." 20 21 #: inc/lib.contribute.document.php:629 22 msgid "URL: %s" 23 msgstr "URL : %s" 24 25 #: inc/lib.contribute.document.php:633 26 msgid "Edit this entry: %s" 27 msgstr "Éditer ce billet : %s" 28 29 #: index.php:401 10 30 msgid "Contribute" 11 31 msgstr "Contribuer" 12 32 13 #: _public.php:15014 msgid "No default post."15 msgstr "Pas de billet par défaut."16 -
plugins/contribute/locales/fr/public.lang.php
r1601 r2177 1 1 <?php 2 2 // Language: français 3 // Module: contribute - 1.0-alpha2 24 // Date: 20 09-10-20 19:53:303 // Module: contribute - 1.0-alpha26 4 // Date: 2010-04-11 13:46:50 5 5 // Translated with dcTranslater - 1.2 6 6 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 : %s'; 21 22 #_public.php:620 23 $GLOBALS['__l10n']['Author: %s'] = 'Auteur : %s'; 24 25 #_public.php:628 26 $GLOBALS['__l10n']['Email address: %s'] = 'Adresse email : %s'; 27 28 #_public.php:641 29 $GLOBALS['__l10n']['Edit this entry:'] = 'Éditer ce billet :'; 30 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.'; 7 #inc/lib.contribute.document.php:311 8 $GLOBALS['__l10n']['Invalid cat_id'] = 'cat_id invalide'; 33 9 34 10 #_widget.php:46 35 11 $GLOBALS['__l10n']['Write a post for this blog'] = 'Écrire un billet pour ce blog'; 36 12 37 #public_l10n.php:7 13 #default-templates/contribute.html:59 14 $GLOBALS['__l10n']['You can use the following shortcuts to format your text.'] = 'Vous pouvez utiliser les raccourcis suivants pour formater votre texte.'; 15 16 #default-templates/contribute.html:60 17 $GLOBALS['__l10n']['-- none --'] = '-- aucun --'; 18 19 #default-templates/contribute.html:61 20 $GLOBALS['__l10n']['-- block format --'] = '-- format bloc --'; 21 22 #default-templates/contribute.html:62 23 $GLOBALS['__l10n']['Paragraph'] = 'Paragraphe'; 24 25 #default-templates/contribute.html:63 26 $GLOBALS['__l10n']['Level 1 header'] = 'Titre de niveau 1'; 27 28 #default-templates/contribute.html:64 29 $GLOBALS['__l10n']['Level 2 header'] = 'Titre de niveau 2'; 30 31 #default-templates/contribute.html:65 32 $GLOBALS['__l10n']['Level 3 header'] = 'Titre de niveau 3'; 33 34 #default-templates/contribute.html:66 35 $GLOBALS['__l10n']['Level 4 header'] = 'Titre de niveau 4'; 36 37 #default-templates/contribute.html:67 38 $GLOBALS['__l10n']['Level 5 header'] = 'Titre de niveau 5'; 39 40 #default-templates/contribute.html:68 41 $GLOBALS['__l10n']['Level 6 header'] = 'Titre de niveau 6'; 42 43 #default-templates/contribute.html:69 44 $GLOBALS['__l10n']['Strong emphasis'] = 'Forte emphase'; 45 46 #default-templates/contribute.html:70 47 $GLOBALS['__l10n']['Emphasis'] = 'Emphase'; 48 49 #default-templates/contribute.html:71 50 $GLOBALS['__l10n']['Inserted'] = 'Insertion'; 51 52 #default-templates/contribute.html:72 53 $GLOBALS['__l10n']['Deleted'] = 'Suppression'; 54 55 #default-templates/contribute.html:73 56 $GLOBALS['__l10n']['Inline quote'] = 'Citation en ligne'; 57 58 #default-templates/contribute.html:74 59 $GLOBALS['__l10n']['Code'] = 'Code'; 60 61 #default-templates/contribute.html:75 62 $GLOBALS['__l10n']['Line break'] = 'Passage à la ligne'; 63 64 #default-templates/contribute.html:76 65 $GLOBALS['__l10n']['Blockquote'] = 'Bloc de citation'; 66 67 #default-templates/contribute.html:77 68 $GLOBALS['__l10n']['Preformated text'] = 'Texte préformaté'; 69 70 #default-templates/contribute.html:78 71 $GLOBALS['__l10n']['Unordered list'] = 'Liste à puces'; 72 73 #default-templates/contribute.html:79 74 $GLOBALS['__l10n']['Ordered list'] = 'Liste numérotée'; 75 76 #default-templates/contribute.html:80 77 $GLOBALS['__l10n']['Link'] = 'Lien'; 78 79 #default-templates/contribute.html:82 80 $GLOBALS['__l10n']['Language?'] = 'Langue ?'; 81 82 #default-templates/contribute.html:83 83 $GLOBALS['__l10n']['External image'] = 'Image externe'; 84 85 #default-templates/contribute.html:86 86 $GLOBALS['__l10n']['visual'] = 'visuel'; 87 88 #default-templates/contribute.html:87 89 $GLOBALS['__l10n']['source'] = 'source'; 90 91 #default-templates/contribute.html:90 92 $GLOBALS['__l10n']['You have unsaved changes.'] = 'Vous n\'avez pas enregistré vos modifications.'; 93 94 #default-templates/contribute.html:112 95 $GLOBALS['__l10n']['This is a preview.'] = 'Ceci est un aperçu.'; 96 97 #default-templates/contribute.html:113 38 98 $GLOBALS['__l10n']['Click on <strong>save</strong> when the post is ready.'] = 'Cliquez sur <strong>enregistrer</strong> quand le billet est prêt.'; 39 99 40 #public_l10n.php:9 100 #default-templates/contribute.html:119 101 $GLOBALS['__l10n']['The post has been saved.'] = 'Le billet a été sauvegardé.'; 102 103 #default-templates/contribute.html:180 104 $GLOBALS['__l10n']['Text formating'] = 'Format du texte'; 105 106 #default-templates/contribute.html:192 107 $GLOBALS['__l10n']['convert to XHTML'] = 'convertir en XHTML'; 108 109 #default-templates/contribute.html:203 110 $GLOBALS['__l10n']['http://dotclear.org/documentation/2.0/usage/syntaxes'] = 'http://fr.dotclear.org/documentation/2.0/usage/syntaxes'; 111 112 #default-templates/contribute.html:204 113 $GLOBALS['__l10n']['wiki syntax reference'] = 'référence de la syntaxe wiki'; 114 115 #default-templates/contribute.html:214 116 $GLOBALS['__l10n']['Excerpt'] = 'Extrait'; 117 118 #default-templates/contribute.html:220 41 119 $GLOBALS['__l10n']['Content'] = 'Contenu'; 42 120 43 # public_l10n.php:1144 $GLOBALS['__l10n'][' convert to XHTML'] = 'convertir en XHTML';121 #default-templates/contribute.html:228 122 $GLOBALS['__l10n']['Category'] = 'Catégorie'; 45 123 46 # public_l10n.php:1647 $GLOBALS['__l10n'][' Excerpt'] = 'Extrait';124 #default-templates/contribute.html:246 125 $GLOBALS['__l10n']['separate tags by a comma'] = 'séparer les tags par une virgule'; 48 126 49 # public_l10n.php:1950 $GLOBALS['__l10n'][' http://dotclear.org/documentation/2.0/usage/syntaxes'] = 'http://fr.dotclear.org/documentation/2.0/usage/syntaxes';127 #default-templates/contribute.html:303 128 $GLOBALS['__l10n']['Notes'] = 'Notes'; 51 129 52 #public_l10n.php:22 130 #default-templates/contribute.html:303 131 $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'; 132 133 #default-templates/contribute.html:311 134 $GLOBALS['__l10n']['Your informations'] = 'Vos informations'; 135 136 #default-templates/contribute.html:323 137 $GLOBALS['__l10n']['won\'t be displayed'] = 'ne sera pas affichée'; 138 139 #inc/lib.contribute.document.php:435 140 $GLOBALS['__l10n']['No entry content'] = 'Pas de contenu de billet'; 141 142 #inc/lib.contribute.document.php:438 143 $GLOBALS['__l10n']['No entry title'] = 'Pas de titre de billet'; 144 145 #inc/lib.contribute.document.php:481 146 $GLOBALS['__l10n']['The user is not allowed to create an entry'] = 'L\'utilisateur n\'est pas autorisé à créer des billets'; 147 148 #inc/lib.contribute.document.php:604 149 $GLOBALS['__l10n']['New post submitted on %s'] = 'Nouveau billet envoyé sur %s.'; 150 151 #inc/lib.contribute.document.php:607 152 $GLOBALS['__l10n']['Title: %s'] = 'Titre : %s'; 153 154 #inc/lib.contribute.document.php:612 155 $GLOBALS['__l10n']['Author: %s'] = 'Auteur : %s'; 156 157 #inc/lib.contribute.document.php:620 158 $GLOBALS['__l10n']['Email address: %s'] = 'Adresse email : %s'; 159 160 #inc/lib.contribute.document.php:637 161 $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.'; 162 163 #default-templates/contribute.html:84 164 $GLOBALS['__l10n']['URL?'] = 'URL ?'; 165 166 #default-templates/contribute.html:120 53 167 $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é.'; 54 168 55 #public_l10n.php:3456 $GLOBALS['__l10n']['Notes'] = 'Notes';57 58 #public_l10n.php:3659 $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:4462 $GLOBALS['__l10n']['separate tags by a comma'] = 'séparer les tags par une virgule';63 64 #public_l10n.php:4865 $GLOBALS['__l10n']['Text formating'] = 'Format du texte';66 67 #public_l10n.php:4968 $GLOBALS['__l10n']['The post has been saved.'] = 'Le billet a été sauvegardé.';69 70 #public_l10n.php:5071 $GLOBALS['__l10n']['This is a preview.'] = 'Ceci est un aperçu.';72 73 #public_l10n.php:5674 $GLOBALS['__l10n']['wiki syntax reference'] = 'référence de la syntaxe wiki';75 76 #public_l10n.php:5777 $GLOBALS['__l10n']['won\'t be displayed'] = 'ne sera pas affichée';78 79 #public_l10n.php:6080 $GLOBALS['__l10n']['Your informations'] = 'Vos informations';81 82 169 ?> -
plugins/contribute/locales/fr/public.po
r1849 r2177 1 1 # Language: français 2 # Module: contribute - 1.0-alpha2 23 # Date: 20 09-10-20 19:53:302 # Module: contribute - 1.0-alpha26 3 # Date: 2010-04-11 13:46:50 4 4 # Translated with dcTranslater - 1.2 5 5 … … 7 7 msgstr "Content-Type: text/plain; charset=UTF-8\n" 8 8 9 #: _public.php:443 10 msgid "No entry content" 11 msgstr "Pas de contenu de billet" 12 13 #: _public.php:446 14 msgid "No entry title" 15 msgstr "Pas de titre de billet" 16 17 #: _public.php:489 18 msgid "The user is not allowed to create an entry" 19 msgstr "L'utilisateur n'est pas autorisé à créer des billets" 20 21 #: _public.php:612 22 msgid "New post submitted on %s" 23 msgstr "Nouveau billet envoyé sur %s." 24 25 #: _public.php:615 26 msgid "Title: %s" 27 msgstr "Titre : %s" 28 29 #: _public.php:620 30 msgid "Author: %s" 31 msgstr "Auteur : %s" 32 33 #: _public.php:628 34 msgid "Email address: %s" 35 msgstr "Adresse email : %s" 36 37 #: _public.php:641 38 msgid "Edit this entry:" 39 msgstr "Éditer ce billet :" 40 41 #: _public.php:645 42 msgid "You must log in on the backend before clicking on this link to go directly to the post." 43 msgstr "Vous devez vous enregistrer sur l'interface d'administration avant de cliquer sur ce lien pour aller directement sur ce billet." 9 #: inc/lib.contribute.document.php:311 10 msgid "Invalid cat_id" 11 msgstr "cat_id invalide" 44 12 45 13 #: _widget.php:46 … … 47 15 msgstr "Écrire un billet pour ce blog" 48 16 49 #: public_l10n.php:7 17 #: default-templates/contribute.html:59 18 msgid "You can use the following shortcuts to format your text." 19 msgstr "Vous pouvez utiliser les raccourcis suivants pour formater votre texte." 20 21 #: default-templates/contribute.html:60 22 msgid "-- none --" 23 msgstr "-- aucun --" 24 25 #: default-templates/contribute.html:61 26 msgid "-- block format --" 27 msgstr "-- format bloc --" 28 29 #: default-templates/contribute.html:62 30 msgid "Paragraph" 31 msgstr "Paragraphe" 32 33 #: default-templates/contribute.html:63 34 msgid "Level 1 header" 35 msgstr "Titre de niveau 1" 36 37 #: default-templates/contribute.html:64 38 msgid "Level 2 header" 39 msgstr "Titre de niveau 2" 40 41 #: default-templates/contribute.html:65 42 msgid "Level 3 header" 43 msgstr "Titre de niveau 3" 44 45 #: default-templates/contribute.html:66 46 msgid "Level 4 header" 47 msgstr "Titre de niveau 4" 48 49 #: default-templates/contribute.html:67 50 msgid "Level 5 header" 51 msgstr "Titre de niveau 5" 52 53 #: default-templates/contribute.html:68 54 msgid "Level 6 header" 55 msgstr "Titre de niveau 6" 56 57 #: default-templates/contribute.html:69 58 msgid "Strong emphasis" 59 msgstr "Forte emphase" 60 61 #: default-templates/contribute.html:70 62 msgid "Emphasis" 63 msgstr "Emphase" 64 65 #: default-templates/contribute.html:71 66 msgid "Inserted" 67 msgstr "Insertion" 68 69 #: default-templates/contribute.html:72 70 msgid "Deleted" 71 msgstr "Suppression" 72 73 #: default-templates/contribute.html:73 74 msgid "Inline quote" 75 msgstr "Citation en ligne" 76 77 #: default-templates/contribute.html:74 78 msgid "Code" 79 msgstr "Code" 80 81 #: default-templates/contribute.html:75 82 msgid "Line break" 83 msgstr "Passage à la ligne" 84 85 #: default-templates/contribute.html:76 86 msgid "Blockquote" 87 msgstr "Bloc de citation" 88 89 #: default-templates/contribute.html:77 90 msgid "Preformated text" 91 msgstr "Texte préformaté" 92 93 #: default-templates/contribute.html:78 94 msgid "Unordered list" 95 msgstr "Liste à puces" 96 97 #: default-templates/contribute.html:79 98 msgid "Ordered list" 99 msgstr "Liste numérotée" 100 101 #: default-templates/contribute.html:80 102 msgid "Link" 103 msgstr "Lien" 104 105 #: default-templates/contribute.html:82 106 msgid "Language?" 107 msgstr "Langue ?" 108 109 #: default-templates/contribute.html:83 110 msgid "External image" 111 msgstr "Image externe" 112 113 #: default-templates/contribute.html:86 114 msgid "visual" 115 msgstr "visuel" 116 117 #: default-templates/contribute.html:87 118 msgid "source" 119 msgstr "source" 120 121 #: default-templates/contribute.html:90 122 msgid "You have unsaved changes." 123 msgstr "Vous n'avez pas enregistré vos modifications." 124 125 #: default-templates/contribute.html:112 126 msgid "This is a preview." 127 msgstr "Ceci est un aperçu." 128 129 #: default-templates/contribute.html:113 50 130 msgid "Click on <strong>save</strong> when the post is ready." 51 131 msgstr "Cliquez sur <strong>enregistrer</strong> quand le billet est prêt." 52 132 53 #: public_l10n.php:9 133 #: default-templates/contribute.html:119 134 msgid "The post has been saved." 135 msgstr "Le billet a été sauvegardé." 136 137 #: default-templates/contribute.html:180 138 msgid "Text formating" 139 msgstr "Format du texte" 140 141 #: default-templates/contribute.html:192 142 msgid "convert to XHTML" 143 msgstr "convertir en XHTML" 144 145 #: default-templates/contribute.html:203 146 msgid "http://dotclear.org/documentation/2.0/usage/syntaxes" 147 msgstr "http://fr.dotclear.org/documentation/2.0/usage/syntaxes" 148 149 #: default-templates/contribute.html:204 150 msgid "wiki syntax reference" 151 msgstr "référence de la syntaxe wiki" 152 153 #: default-templates/contribute.html:214 154 msgid "Excerpt" 155 msgstr "Extrait" 156 157 #: default-templates/contribute.html:220 54 158 msgid "Content" 55 159 msgstr "Contenu" 56 160 57 #: public_l10n.php:11 58 msgid "convert to XHTML" 59 msgstr "convertir en XHTML" 60 61 #: public_l10n.php:16 62 msgid "Excerpt" 63 msgstr "Extrait" 64 65 #: public_l10n.php:19 66 msgid "http://dotclear.org/documentation/2.0/usage/syntaxes" 67 msgstr "http://fr.dotclear.org/documentation/2.0/usage/syntaxes" 68 69 #: public_l10n.php:22 161 #: default-templates/contribute.html:228 162 msgid "Category" 163 msgstr "Catégorie" 164 165 #: default-templates/contribute.html:246 166 msgid "separate tags by a comma" 167 msgstr "séparer les tags par une virgule" 168 169 #: default-templates/contribute.html:303 170 msgid "Notes" 171 msgstr "Notes" 172 173 #: default-templates/contribute.html:303 174 msgid "only visible by administrators, won't be displayed in the post" 175 msgstr "uniquement visibles par les administrateurs, ne seront pas affichées dans le billet" 176 177 #: default-templates/contribute.html:311 178 msgid "Your informations" 179 msgstr "Vos informations" 180 181 #: default-templates/contribute.html:323 182 msgid "won't be displayed" 183 msgstr "ne sera pas affichée" 184 185 #: inc/lib.contribute.document.php:435 186 msgid "No entry content" 187 msgstr "Pas de contenu de billet" 188 189 #: inc/lib.contribute.document.php:438 190 msgid "No entry title" 191 msgstr "Pas de titre de billet" 192 193 #: inc/lib.contribute.document.php:481 194 msgid "The user is not allowed to create an entry" 195 msgstr "L'utilisateur n'est pas autorisé à créer des billets" 196 197 #: inc/lib.contribute.document.php:604 198 msgid "New post submitted on %s" 199 msgstr "Nouveau billet envoyé sur %s." 200 201 #: inc/lib.contribute.document.php:607 202 msgid "Title: %s" 203 msgstr "Titre : %s" 204 205 #: inc/lib.contribute.document.php:612 206 msgid "Author: %s" 207 msgstr "Auteur : %s" 208 209 #: inc/lib.contribute.document.php:620 210 msgid "Email address: %s" 211 msgstr "Adresse email : %s" 212 213 #: inc/lib.contribute.document.php:637 214 msgid "You must log in on the backend before clicking on this link to go directly to the post." 215 msgstr "Vous devez vous enregistrer sur l'interface d'administration avant de cliquer sur ce lien pour aller directement sur ce billet." 216 217 #: default-templates/contribute.html:84 218 msgid "URL?" 219 msgstr "URL ?" 220 221 #: default-templates/contribute.html:120 70 222 msgid "It needs to be approved by an administrator to be published." 71 223 msgstr "Il faut qu'il soit approuvé par un administrateur pour être publié." 72 224 73 #: public_l10n.php:3474 msgid "Notes"75 msgstr "Notes"76 77 #: public_l10n.php:3678 msgid "only visible by administrators, won't be displayed in the post"79 msgstr "uniquement visibles par les administrateurs, ne seront pas affichées dans le billet"80 81 #: public_l10n.php:4482 msgid "separate tags by a comma"83 msgstr "séparer les tags par une virgule"84 85 #: public_l10n.php:4886 msgid "Text formating"87 msgstr "Format du texte"88 89 #: public_l10n.php:4990 msgid "The post has been saved."91 msgstr "Le billet a été sauvegardé."92 93 #: public_l10n.php:5094 msgid "This is a preview."95 msgstr "Ceci est un aperçu."96 97 #: public_l10n.php:5698 msgid "wiki syntax reference"99 msgstr "référence de la syntaxe wiki"100 101 #: public_l10n.php:57102 msgid "won't be displayed"103 msgstr "ne sera pas affichée"104 105 #: public_l10n.php:60106 msgid "Your informations"107 msgstr "Vos informations"108
Note: See TracChangeset
for help on using the changeset viewer.