Dotclear

Changeset 1363


Ignore:
Timestamp:
08/05/09 17:53:46 (14 years ago)
Author:
Tomtom33
Message:

multiToc 1.3 :

  • closes #194
  • closes #183 => Adding this feature for all TOC
Location:
plugins/multiToc
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • plugins/multiToc/_define.php

    r1189 r1363  
    1515          /* Description*/         "Displays entries grouped by Cat/Letter/Tag", 
    1616          /* Author */             "Tomtom (http://blog.zenstyle.fr), Kozlika, Franck Paul", 
    17           /* Version */            '1.2.8', 
     17          /* Version */            '1.3', 
    1818          /* Permissions */        'usage,contentadmin' 
    1919); 
  • plugins/multiToc/_public.php

    r1189 r1363  
    441441          } 
    442442          if ($settings['alpha']['enable']) { 
    443                $link = sprintf($amask,$core->blog->url.$core->url->getBase('multitoc').'/alpha',__('By alpha list')); 
     443               $link = sprintf($amask,$core->blog->url.$core->url->getBase('multitoc').'/alpha',__('By alpha order')); 
    444444               $res .= sprintf($limask,'toc-alpha',$link); 
    445445          } 
  • plugins/multiToc/default-templates/multitoc.html

    r973 r1363  
    3535 
    3636     <!-- Start Jquery effect --> 
    37      <script type="text/javascript" src="{{tpl:BlogThemesURL}}/../default/js/jquery.js"></script> 
    3837     <script type="text/javascript"> 
    3938     $(document).ready(function() { 
  • plugins/multiToc/inc/lib.multitoc.ui.php

    r973 r1363  
    1818 
    1919          $order_entry_data = array( 
     20               __('Title up') => 'post_title asc', 
     21               __('Title down') => 'post_title desc', 
    2022               __('Date up') => 'post_dt asc', 
    2123               __('Date down') => 'post_dt desc', 
  • plugins/multiToc/locales/fr/main.po

    r991 r1363  
    1 # Français translation of MultiToc, a plugin for dotclear 
    2 # This file is generated by LangOmatic, a plugin for Dotclear 
     1# Language: français 
     2# Module: multiToc - 1.2.8 
     3# Date: 2009-08-05 15:49:51 
     4# Author: displayBouron, tbouron@gmail.com 
     5# Translated with dcTranslater - 0.2.4 
    36 
    47msgid "" 
     
    69 
    710#: _admin.php:16 
    8 #: index.php:81 
    9 #: index.php:84 
    1011msgid "Tables of content" 
    1112msgstr "Tables des matières" 
    1213 
    13 #: _public.php:306 
    14 #: _widgets.php:26 
    1514#: _widgets.php:27 
    1615msgid "Table of content" 
    1716msgstr "Table des matières" 
    1817 
    19 #: _public.php:309 
    20 #: _public.php:341 
     18#: _public.php:435 
    2119msgid "By category" 
    2220msgstr "Par catégorie" 
    2321 
    24 #: _public.php:311 
    25 #: _public.php:345 
     22#: _public.php:439 
    2623msgid "By tag" 
    2724msgstr "Par tag" 
    2825 
    29 #: _public.php:313 
     26#: _public.php:443 
    3027msgid "By alpha order" 
    3128msgstr "Par ordre alphabétique" 
    3229 
    33 #: _public.php:349 
     30#: inc/lib.multitoc.ui.php:20 
     31msgid "Title up" 
     32msgstr "Titres croissants" 
     33 
     34#: inc/lib.multitoc.ui.php:21 
     35msgid "Title down" 
     36msgstr "Titres décroissants" 
     37 
     38#: inc/lib.multitoc.ui.php:22 
     39msgid "Date up" 
     40msgstr "Dates croissantes" 
     41 
     42#: inc/lib.multitoc.ui.php:23 
     43msgid "Date down" 
     44msgstr "Dates décroissantes" 
     45 
     46#: inc/lib.multitoc.ui.php:24 
     47msgid "Author up" 
     48msgstr "Auteurs croissants" 
     49 
     50#: inc/lib.multitoc.ui.php:25 
     51msgid "Author down" 
     52msgstr "Auteurs décroissants" 
     53 
     54#: inc/lib.multitoc.ui.php:26 
     55msgid "Comments number up" 
     56msgstr "Nombre de commentaires croissant" 
     57 
     58#: inc/lib.multitoc.ui.php:27 
     59msgid "Comments number down" 
     60msgstr "Nombre de commentaires décroissant" 
     61 
     62#: inc/lib.multitoc.ui.php:28 
     63msgid "Trackbacks number up" 
     64msgstr "Nombre de rétroliens croissant" 
     65 
     66#: inc/lib.multitoc.ui.php:29 
     67msgid "Trackbacks number down" 
     68msgstr "Nombre de rétroliens décroissant" 
     69 
     70#: inc/lib.multitoc.ui.php:35 
     71msgid "TOC by tags" 
     72msgstr "Table des matière par tags" 
     73 
     74#: inc/lib.multitoc.ui.php:36 
     75msgid "Enable TOC by tags" 
     76msgstr "Activer la table des matière par tags" 
     77 
     78#: inc/lib.multitoc.ui.php:37 
     79msgid "Order of tags" 
     80msgstr "Ordre des tags" 
     81 
     82#: inc/lib.multitoc.ui.php:58 
     83msgid "Order of entries" 
     84msgstr "Ordre des billets" 
     85 
     86#: inc/lib.multitoc.ui.php:40 
     87msgid "Name up" 
     88msgstr "Noms croissants" 
     89 
     90#: inc/lib.multitoc.ui.php:41 
     91msgid "Name down" 
     92msgstr "Noms décroissants" 
     93 
     94#: inc/lib.multitoc.ui.php:45 
     95msgid "TOC by alpha list" 
     96msgstr "Tables de matière par lettre" 
     97 
     98#: inc/lib.multitoc.ui.php:46 
     99msgid "Enable TOC by alpha list" 
     100msgstr "Activer la table des matière par lettre" 
     101 
     102#: inc/lib.multitoc.ui.php:47 
     103msgid "Order of alpha list" 
     104msgstr "Ordre de la liste des lettres" 
     105 
     106#: inc/lib.multitoc.ui.php:50 
     107msgid "Alpha up" 
     108msgstr "Lettres croissantes" 
     109 
     110#: inc/lib.multitoc.ui.php:51 
     111msgid "Alpha down" 
     112msgstr "Lettres décroissantes" 
     113 
     114#: inc/lib.multitoc.ui.php:55 
     115msgid "TOC by category" 
     116msgstr "Tables des matières par catégories" 
     117 
     118#: inc/lib.multitoc.ui.php:56 
     119msgid "Enable TOC by category" 
     120msgstr "Activer la tables des matières par catégories" 
     121 
     122#: inc/lib.multitoc.ui.php:57 
     123msgid "Order of categories" 
     124msgstr "Ordre des catégories" 
     125 
     126#: inc/lib.multitoc.ui.php:60 
     127msgid "No option" 
     128msgstr "Aucune option" 
     129 
     130#: inc/lib.multitoc.ui.php:77 
     131msgid "Display entry number of each group" 
     132msgstr "Afficher le nombre de billets pour chaque groupe" 
     133 
     134#: inc/lib.multitoc.ui.php:85 
     135msgid "Display date" 
     136msgstr "Afficher la date" 
     137 
     138#: inc/lib.multitoc.ui.php:88 
     139msgid "Format date :" 
     140msgstr "Format de la date" 
     141 
     142#: inc/lib.multitoc.ui.php:93 
     143msgid "Display author" 
     144msgstr "Afficher l'auteur" 
     145 
     146#: inc/lib.multitoc.ui.php:97 
     147msgid "Display category" 
     148msgstr "Afficher la catégorie" 
     149 
     150#: inc/lib.multitoc.ui.php:101 
     151msgid "Display comment number" 
     152msgstr "Afficher le nombre de commentaires" 
     153 
     154#: inc/lib.multitoc.ui.php:105 
     155msgid "Display trackback number" 
     156msgstr "Afficher le nombre de rétroliens" 
     157 
     158#: inc/lib.multitoc.ui.php:109 
     159msgid "Display tags" 
     160msgstr "Afficher les tags" 
     161 
     162#: index.php:76 
     163msgid "Setup saved" 
     164msgstr "Configuration enregistrée" 
     165 
     166#: index.php:90 
     167msgid "MultiToc" 
     168msgstr "MultiToc" 
     169 
     170#: index.php:97 
     171msgid "Save setup" 
     172msgstr "Enregistrer la configuration" 
     173 
    34174msgid "By alpha list" 
    35175msgstr "Par ordre alphabétique" 
    36176 
    37 #: inc/lib.multitoc.ui.php:20 
    38 msgid "Date up" 
    39 msgstr "Dates croissantes" 
    40  
    41 #: inc/lib.multitoc.ui.php:21 
    42 msgid "Date down" 
    43 msgstr "Dates décroissantes" 
    44  
    45 #: inc/lib.multitoc.ui.php:22 
    46 msgid "Author up" 
    47 msgstr "Auteurs croissants" 
    48  
    49 #: inc/lib.multitoc.ui.php:23 
    50 msgid "Author down" 
    51 msgstr "Auteurs décroissants" 
    52  
    53 #: inc/lib.multitoc.ui.php:24 
    54 msgid "Comments number up" 
    55 msgstr "Nombre de commentaires croissant" 
    56  
    57 #: inc/lib.multitoc.ui.php:25 
    58 msgid "Comments number down" 
    59 msgstr "Nombre de commentaires décroissant" 
    60  
    61 #: inc/lib.multitoc.ui.php:26 
    62 msgid "Trackbacks number up" 
    63 msgstr "Nombre de rétroliens croissant" 
    64  
    65 #: inc/lib.multitoc.ui.php:27 
    66 msgid "Trackbacks number down" 
    67 msgstr "Nombre de rétroliens décroissant" 
    68  
    69 #: inc/lib.multitoc.ui.php:33 
    70 msgid "TOC by tags" 
    71 msgstr "Table des matière par tags" 
    72  
    73 #: inc/lib.multitoc.ui.php:34 
    74 msgid "Enable TOC by tags" 
    75 msgstr "Activer la table des matière par tags" 
    76  
    77 #: inc/lib.multitoc.ui.php:35 
    78 msgid "Order of tags" 
    79 msgstr "Ordre des tags" 
    80  
    81 #: inc/lib.multitoc.ui.php:36 
    82 #: inc/lib.multitoc.ui.php:46 
    83 #: inc/lib.multitoc.ui.php:56 
    84 msgid "Order of entries" 
    85 msgstr "Ordre des billets" 
    86  
    87 #: inc/lib.multitoc.ui.php:38 
    88 msgid "Name up" 
    89 msgstr "Noms croissants" 
    90  
    91 #: inc/lib.multitoc.ui.php:39 
    92 msgid "Name down" 
    93 msgstr "Noms décroissants" 
    94  
    95 #: inc/lib.multitoc.ui.php:43 
    96 msgid "TOC by alpha list" 
    97 msgstr "Tables de matière par lettre" 
    98  
    99 #: inc/lib.multitoc.ui.php:44 
    100 msgid "Enable TOC by alpha list" 
    101 msgstr "Activer la table des matière par lettre" 
    102  
    103 #: inc/lib.multitoc.ui.php:45 
    104 msgid "Order of alpha list" 
    105 msgstr "Ordre de la liste des lettres" 
    106  
    107 #: inc/lib.multitoc.ui.php:48 
    108 msgid "Alpha up" 
    109 msgstr "Lettres croissantes" 
    110  
    111 #: inc/lib.multitoc.ui.php:49 
    112 msgid "Alpha down" 
    113 msgstr "Lettres décroissantes" 
    114  
    115 #: inc/lib.multitoc.ui.php:53 
    116 msgid "TOC by category" 
    117 msgstr "Tables des matières par catégories" 
    118  
    119 #: inc/lib.multitoc.ui.php:54 
    120 msgid "Enable TOC by category" 
    121 msgstr "Activer la tables des matières par catégories" 
    122  
    123 #: inc/lib.multitoc.ui.php:55 
    124 msgid "Order of categories" 
    125 msgstr "Ordre des catégories" 
    126  
    127 #: inc/lib.multitoc.ui.php:58 
    128 msgid "No option" 
    129 msgstr "Aucune option" 
    130  
    131 #: inc/lib.multitoc.ui.php:75 
    132 msgid "Display entry number of each group" 
    133 msgstr "Afficher le nombre de billets pour chaque groupe" 
    134  
    135 #: inc/lib.multitoc.ui.php:83 
    136 msgid "Display date" 
    137 msgstr "Afficher la date" 
    138  
    139 #: inc/lib.multitoc.ui.php:86 
    140 msgid "Format date :" 
    141 msgstr "Format de la date" 
    142  
    143 #: inc/lib.multitoc.ui.php:91 
    144 msgid "Display author" 
    145 msgstr "Afficher l'auteur" 
    146  
    147 #: inc/lib.multitoc.ui.php:95 
    148 msgid "Display category" 
    149 msgstr "Afficher la catégorie" 
    150  
    151 #: inc/lib.multitoc.ui.php:99 
    152 msgid "Display comment number" 
    153 msgstr "Afficher le nombre de commentaires" 
    154  
    155 #: inc/lib.multitoc.ui.php:103 
    156 msgid "Display trackback number" 
    157 msgstr "Afficher le nombre de rétroliens" 
    158  
    159 #: inc/lib.multitoc.ui.php:107 
    160 msgid "Display tags" 
    161 msgstr "Afficher les tags" 
    162  
    163 #: index.php:70 
    164 msgid "Setup saved" 
    165 msgstr "Configuration enregistrée" 
    166  
    167 #: index.php:91 
    168 msgid "Save setup" 
    169 msgstr "Enregistrer la configuration" 
    170  
    171 #: default-templates/multitoc.html:67 
    172177msgid "Table of content by category" 
    173178msgstr "Table des matières par catégorie" 
    174179 
    175 #: default-templates/multitoc.html:70 
    176180msgid "Table of content by alpha list" 
    177181msgstr "Table des matières par ordre alphabétique" 
    178182 
    179 #: default-templates/multitoc.html:73 
    180183msgid "Table of content by tag" 
    181184msgstr "Table des matières par tag" 
    182185 
    183 #: default-templates/multitoc.html:67 
    184186msgid "Click on each group name to display or hide entries list" 
    185187msgstr "Cliquez sur le nom de chacun des groupes pour afficher ou cacher la liste des billets" 
     188 
Note: See TracChangeset for help on using the changeset viewer.

Sites map