diff --git a/README.md b/README.md index 1828a33..e86a5c8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ CategoriesPage ============== -CategoriesPage est un plugin pour [Dotclear] (http://fr.dotclear.org/). +CategoriesPage est un plugin pour [Dotclear 2] (http://fr.dotclear.org/). -Ce plugin ajoute un widget permettant d'accèder à une page listant les catégories. +Ce plugin ajoute un widget permettant d'accéder à une page listant les catégories. Ce plugin est basé sur le plugin [CategoriesMode] (http://plugins.dotaddict.org/dc2/details/categoriesMode) de Adjaya, Pierre Van Glabeke. @@ -14,4 +14,4 @@ Pierre Van Glabeke, Bernard Le Roux Licence =================== -Ce plugin est placé sous la licence [GPL v2] (http://www.gnu.org/licenses/gpl-2.0.html). +Ce plugin est placé sous la licence [GPL v2] (http://www.gnu.org/licenses/gpl-2.0.html). \ No newline at end of file diff --git a/_widgets.php b/_widgets.php index 245e9e3..ab8519c 100644 --- a/_widgets.php +++ b/_widgets.php @@ -53,7 +53,9 @@ class widgetsCategoriesPage { public static function initWidgets($widget) { $text = __('Categories Page'); - $widget->create('CategoriesPage', $text, array('widgetsCategoriesPage', 'categoriesPageWidgets')); + $widget->create('CategoriesPage', __('CategoriesPage'), array('widgetsCategoriesPage', 'categoriesPageWidgets'), + null, + __('Link to categories')); $categoriesPage = $widget->CategoriesPage; $categoriesPage->setting('title', __('Title:'), $text, 'text'); $categoriesPage->setting('homeonly', __('Display on:'), 0, 'combo', array( diff --git a/changelog b/changelog index 8572883..2edd378 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,6 @@ -v0.4 - 15-03-2015 : Pierre Van Glabeke +v0.4 - 16-03-2015 : Pierre Van Glabeke ajout div +modif identification widget v0.3 - 09-03-2015 : Pierre Van Glabeke html5 diff --git a/locales/fr/main.po b/locales/fr/main.po index a2c3c94..6f66bbf 100644 --- a/locales/fr/main.po +++ b/locales/fr/main.po @@ -21,3 +21,6 @@ msgstr "Page des catégories" msgid "Categories" msgstr "Catégories" + +msgid "Link to categories" +msgstr "Lien vers la page des catégories" \ No newline at end of file