diff --git a/ConstCategoriesPage.php b/ConstCategoriesPage.php index 2fae832..4fd78d0 100644 --- a/ConstCategoriesPage.php +++ b/ConstCategoriesPage.php @@ -13,7 +13,7 @@ if (!defined('DC_RC_PATH')) { return; } class ConstCategoriesPage { - const VERSION = '0.2'; + const VERSION = '0.6'; const NS = 'CategoriesPage'; const PARAM = 'CategoriesPage'; } diff --git a/_define.php b/_define.php index 1cce93b..a52bc89 100644 --- a/_define.php +++ b/_define.php @@ -16,12 +16,12 @@ $this->registerModule( /* Name */ 'CategoriesPage', /* Description*/ 'Add a category list page', /* Author */ 'Pierre Van Glabeke, Bernard Le Roux', - /* Version */ '0.5', + /* Version */ '0.6', /* Properties */ array( 'permissions' => 'admin', 'type' => 'plugin', - 'dc_min' => '2.8', + 'dc_min' => '2.9', 'support' => 'http://forum.dotclear.org/viewtopic.php?pid=326224#p326224', 'details' => 'http://plugins.dotaddict.org/dc2/details/categoriesPage' ) diff --git a/_public.php b/_public.php index 88bd788..fd62edf 100644 --- a/_public.php +++ b/_public.php @@ -85,4 +85,4 @@ class extCategoriesPage return __('Categories Page'); } } -} +} \ No newline at end of file diff --git a/changelog b/changelog index 0d6a032..611a16f 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +v0.6 - 05-11-2017 : Pierre Van Glabeke +* modifs html +* ajout dotty + v0.5 - 19-07-2015 : Pierre Van Glabeke * modif breadcrumb * héritage de thème mustek diff --git a/default-templates/currywurst/categories.html b/default-templates/currywurst/categories.html index 47b7d1f..7744177 100644 --- a/default-templates/currywurst/categories.html +++ b/default-templates/currywurst/categories.html @@ -8,11 +8,6 @@ - - - - - diff --git a/default-templates/dotty/categories.html b/default-templates/dotty/categories.html new file mode 100644 index 0000000..a50b4d1 --- /dev/null +++ b/default-templates/dotty/categories.html @@ -0,0 +1,44 @@ +{{tpl:extends parent="__layout.html"}} + + + {{tpl:lang Categories Page}} - {{tpl:BlogName encode_html="1"}} + + + + + + + + + + + + + + + + + + + {{tpl:lang Categories}} + + + + + + {{tpl:CategoryTitle encode_html="1"}} ({{tpl:CategoryCount}}) + {{tpl:CategoryDescription}} + + {{tpl:lang Entries feed}} + + + - {{tpl:lang Comments feed}} + + + + + + + \ No newline at end of file diff --git a/default-templates/mustek/categories.html b/default-templates/mustek/categories.html index 370ab75..4d980f1 100644 --- a/default-templates/mustek/categories.html +++ b/default-templates/mustek/categories.html @@ -8,11 +8,6 @@ - - - - - diff --git a/locales/fr/main.po b/locales/fr/main.po index 6f66bbf..f6c0062 100644 --- a/locales/fr/main.po +++ b/locales/fr/main.po @@ -1,26 +1,32 @@ +# Language: Français +# Module: CategoriesPage - 0.6 +# Date: 2017-11-05 19:17:08 +# Translated with translater 2017.05.10 + msgid "" msgstr "" -"Project-Id-Version: \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: CategoriesPage 0.6\n" "POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: brol \n" +"PO-Revision-Date: 2017-11-05T19:17:08+00:00\n" +"Last-Translator: brol\n" "Language-Team: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.7\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: _public.php:85 +#: _widgets.php:55 +#: default-templates/currywurst/categories.html:4 +#: default-templates/dotty/categories.html:4 +#: default-templates/mustek/categories.html:4 +msgid "Categories Page" +msgstr "Page des catégories" + +#: _widgets.php:58 +msgid "Link to categories" +msgstr "Lien vers la page des catégories" msgid "Add a category list page" msgstr "Ajoute une page listant les catégories" -msgid "All categories" -msgstr "Toutes les catégories" - -msgid "Categories Page" -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
{{tpl:lang Entries feed}} + + + - {{tpl:lang Comments feed}} + +