Changeset 3367
- Timestamp:
- 03/04/15 00:04:14 (8 years ago)
- Location:
- plugins/comListe
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/comListe/CHANGELOG
r3314 r3367 1 comListe 0.3 - 03-03-2015 - Pierre Van Glabeke 2 =========================================================== 3 * correction localisation 4 * ajout info sur widget 5 1 6 comListe 0.2 - 19-12-2014 - Pierre Van Glabeke 2 7 =========================================================== -
plugins/comListe/_admin.php
r3314 r3367 3 3 # This file is part of comListe, a plugin for Dotclear. 4 4 # 5 # Copyright (c) 2008-201 0Benoit de Marne5 # Copyright (c) 2008-2015 Benoit de Marne 6 6 # benoit.de.marne@gmail.com 7 7 # -
plugins/comListe/_define.php
r3314 r3367 3 3 # This file is part of comListe, a plugin for Dotclear. 4 4 # 5 # Copyright (c) 2008-201 0Benoit de Marne5 # Copyright (c) 2008-2015 Benoit de Marne 6 6 # benoit.de.marne@gmail.com 7 7 # … … 14 14 15 15 $this->registerModule( 16 /* Name */ 17 /* Description*/ "Plugin for printing comments list",18 /* Author */ 19 /* Version */ '0.2',16 /* Name */ "ComListe", 17 /* Description*/ "Display a list of all comments and trackbacks of a blog in a public page", 18 /* Author */ "Benoit de Marne, Pierre Van Glabeke", 19 /* Version */ '0.3', 20 20 /* Properties */ 21 21 array( -
plugins/comListe/_prepend.php
r3314 r3367 3 3 # This file is part of comListe, a plugin for Dotclear. 4 4 # 5 # Copyright (c) 2008-201 0Benoit de Marne5 # Copyright (c) 2008-2015 Benoit de Marne 6 6 # benoit.de.marne@gmail.com 7 7 # -
plugins/comListe/_public.php
r3314 r3367 3 3 # This file is part of comListe, a plugin for Dotclear. 4 4 # 5 # Copyright (c) 2008-201 0Benoit de Marne5 # Copyright (c) 2008-2015 Benoit de Marne 6 6 # benoit.de.marne@gmail.com 7 7 # -
plugins/comListe/_widgets.php
r3314 r3367 3 3 # This file is part of comListe, a plugin for Dotclear. 4 4 # 5 # Copyright (c) 2008-201 0Benoit de Marne5 # Copyright (c) 2008-2015 Benoit de Marne 6 6 # benoit.de.marne@gmail.com 7 7 # … … 19 19 public static function initWidgets($w) 20 20 { 21 $w->create('comListe',__('List of comments'),array('tplComListe','comListeWidget')); 21 $w->create('comListe',__('ComListe'),array('tplComListe','comListeWidget'), 22 null, 23 __('List of comments')); 22 24 $w->comListe->setting('title',__('Title:'),__('ComListe')); 23 25 $w->comListe->setting('link_title',__('Link title:'),__('List of comments')); -
plugins/comListe/inc/class.dc.comListe.php
r3314 r3367 3 3 # This file is part of comListe, a plugin for Dotclear. 4 4 # 5 # Copyright (c) 2008-201 0Benoit de Marne5 # Copyright (c) 2008-2015 Benoit de Marne 6 6 # benoit.de.marne@gmail.com 7 7 # -
plugins/comListe/index.php
r3314 r3367 3 3 # This file is part of comListe, a plugin for Dotclear. 4 4 # 5 # Copyright (c) 2008-201 0Benoit de Marne5 # Copyright (c) 2008-2015 Benoit de Marne 6 6 # benoit.de.marne@gmail.com 7 7 # … … 137 137 form::field('comliste_page_title', 30,256, $comliste_page_title). 138 138 '</label></p>'. 139 '<p><label class=" classic">'. __('Number of comments per page ').' :'.139 '<p><label class=" classic">'. __('Number of comments per page:').' '. 140 140 form::field('comliste_nb_comments_per_page', 4, 4, $comliste_nb_comments_per_page). 141 141 '</label></p>'. … … 144 144 '</label></p>'. 145 145 '</div>'. 146 '<p><input type="submit" value="'.__('Save configuration').'" onclick="affinfo(\''.__('Save configuration').'\')" /> '.146 '<p><input type="submit" value="'.__('Save').'" onclick="affinfo(\''.__('Save').'\')" /> '. 147 147 $core->formNonce(). 148 148 form::hidden(array('action'),'saveconfig'). -
plugins/comListe/locales/en/resources.php
r3213 r3367 1 1 <?php 2 /* 3 --- BEGIN LICENSE BLOCK --- 4 This file is part of comListe, a plugin for printing comments list 5 in public part of DotClear2. 6 Copyright (C) 2009 Benoit de Marne, and contributors 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 2 11 of the License, or (at your option) any later version. 12 13 This program is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 21 --- END LICENSE BLOCK --- 22 */ 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of comListe, a plugin for Dotclear. 4 # 5 # Copyright (c) 2008-2015 Benoit de Marne 6 # benoit.de.marne@gmail.com 7 # 8 # Licensed under the GPL version 2.0 license. 9 # A copy of this license is available in LICENSE file or at 10 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 11 # -- END LICENSE BLOCK ------------------------------------ 23 12 24 13 if (!isset($__resources['help']['comListe'])) { 25 14 $__resources['help']['comListe'] = dirname(__FILE__).'/help/comListe.html'; 26 15 } 27 28 ?> -
plugins/comListe/locales/fr/main.po
r3314 r3367 1 # Language: Français2 # Module: comListe - 0.1.73 # Date: 2010-07-20 09:16:424 # Translated with translater 1.4.15 6 1 msgid "" 7 2 msgstr "" … … 28 23 msgid "List of comments" 29 24 msgstr "Liste des commentaires" 30 31 #: _widgets.php:2332 msgid "Link title:"33 msgstr "Titre du lien :"34 25 35 26 #: inc/class.dc.comListe.php:91 … … 69 60 msgstr "Sens de tri pour les commentaires" 70 61 71 #: index.php:139 72 #: index.php:139 73 msgid "Save configuration" 74 msgstr "Enregistrer la configuration" 62 msgid "Display a list of all comments and trackbacks of a blog in a public page" 63 msgstr "Afficher la liste de tous les commentaires et rétroliens d'un blog dans une page publique" 75 64 76 65 msgid "Save configuration successful" -
plugins/comListe/locales/fr/resources.php
r3213 r3367 1 1 <?php 2 /* 3 --- BEGIN LICENSE BLOCK --- 4 This file is part of comListe, a plugin for printing comments list 5 in public part of DotClear2. 6 Copyright (C) 2009 Benoit de Marne, and contributors 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation; either version 2 11 of the License, or (at your option) any later version. 12 13 This program is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 21 --- END LICENSE BLOCK --- 22 */ 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of comListe, a plugin for Dotclear. 4 # 5 # Copyright (c) 2008-2015 Benoit de Marne 6 # benoit.de.marne@gmail.com 7 # 8 # Licensed under the GPL version 2.0 license. 9 # A copy of this license is available in LICENSE file or at 10 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 11 # -- END LICENSE BLOCK ------------------------------------ 23 12 24 13 if (!isset($__resources['help']['comListe'])) { 25 14 $__resources['help']['comListe'] = dirname(__FILE__).'/help/comListe.html'; 26 15 } 27 28 ?>
Note: See TracChangeset
for help on using the changeset viewer.