Dotclear

Changeset 3325


Ignore:
Timestamp:
01/13/15 17:37:37 (8 years ago)
Author:
brol
Message:

voir CHANGELOG

Location:
plugins/cinecturlink2
Files:
15 added
4 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • plugins/cinecturlink2/CHANGELOG

    r3247 r3325  
     1cinecturlink2 0.8 - 12-01-2014 Pierre Van Glabeke 
     2=========================================================== 
     3 * Dotclear 2.7 requis 
     4 * Compatibilité dc2.7 (widget + templates) 
     5 * Ajout aide, modification localisation 
     6 
    17cinecturlink2 0.7 - 2013-11-03 
    28=========================================================== 
  • plugins/cinecturlink2/_admin.php

    r3247 r3325  
    2121 
    2222# Admin menu 
    23 $_menu['Plugins']->addItem( 
     23$_menu['Blog']->addItem( 
    2424     __('My cinecturlink'), 
    2525     'plugin.php?p=cinecturlink2', 
  • plugins/cinecturlink2/_config.php

    r3247 r3325  
    9696form::field('cinecturlink2_widthmax', 10, 4, $cinecturlink2_widthmax, 'maximal').'</label></p> 
    9797 
    98 <p><label for="cinecturlink2_folder">'.__('Public folder of images (under public folder of blog):').' '. 
     98<p><label class="classic required" for="cinecturlink2_folder"><abbr title="'.__('Required field').'">*</abbr> '.__('Public folder of images (under public folder of blog):').' '. 
    9999form::field('cinecturlink2_folder', 60, 64, $cinecturlink2_folder, 'maximal').'</label></p> 
    100100 
     
    106106<p><label class="classic" for="cinecturlink2_triggeronrandom">'. 
    107107form::checkbox('cinecturlink2_triggeronrandom', 1, $cinecturlink2_triggeronrandom). 
    108 __('Update cache when use "Random" or "Number of view" order on widget (Need reload of widgets on change)').'</label></p> 
    109 <p class="form-note">'.__('This increases the random effect, but updates the cache of the blog whenever the widget is displayed, which reduces the perfomances of your blog.').'</p> 
     108__('Update cache when use "Random" or "Number of view" order on widget (need reload of widgets on change)').'</label></p> 
     109<p class="form-note warn">'.__('This increases the random effect, but updates the cache of the blog whenever the widget is displayed, which reduces the perfomances of your blog.').'</p> 
    110110 
    111 </div> 
     111</div>'; 
    112112 
    113 <div class="fieldset"> 
     113echo ' 
     114<div class="fieldset">'; 
     115 
     116if ($core->blog->settings->cinecturlink2->cinecturlink2_public_active) { 
     117     echo '<p><a class="onblog_link" href="'.$core->blog->url.$core->url->getBase('cinecturlink2').'" title="'.__('View the public page').'">'.__('View the public page').'</a></p>'; 
     118} 
     119 
     120echo ' 
    114121<h4>'.__('Public page').'</h4> 
    115122 
     
    117124form::checkbox('cinecturlink2_public_active', 1, $cinecturlink2_public_active). 
    118125__('Enable public page').'</label></p> 
    119 <p class="form-note">'.sprintf(__('Public page has url: %s'),'<a href="'.$core->blog->url.$core->url->getBase('cinecturlink2').'" title="public page">'.$core->blog->url.$core->url->getBase('cinecturlink2').'</a>').'</p> 
    120126 
    121127<p><label for="cinecturlink2_public_title">'.__('Title of the public page:').' '. 
     
    128134form::field('cinecturlink2_public_nbrpp', 5, 10, $cinecturlink2_public_nbrpp, 'maximal').'</label></p> 
    129135 
    130 </div> 
     136</div>'; 
    131137 
    132 <div class="fieldset"> 
    133 <h4>'.__('Informations').'</h4> 
    134  
    135 <ul> 
    136 <li>'.__('Once the extension has been configured and your links have been created, you can place one of the cinecturlink widgets in the sidebar.').'</li> 
    137 <li>'.sprintf(__('In order to open links in new window you can use plugin %s.'),'<a href="http://plugins.dotaddict.org/dc2/details/externalLinks">External Links</a>').'</li> 
    138 <li>'.sprintf(__('In order to change URL of public page you can use plugin %s.'),'<a href="http://lab.dotclear.org/wiki/plugin/myUrlHandlers">My URL handlers</a>').'</li> 
    139 <li>'.sprintf(__('You can add public pages of cinecturlink to the plugin %s.'),'<a href="http://plugins.dotaddict.org/dc2/details/sitemaps">sitemaps</a>').'</li> 
    140 <li>'.sprintf(__('The plugin Cinecturlink2 is compatible with plugin %s.'),'<a href="http://plugins.dotaddict.org/dc2/details/rateIt">Rate it</a>').'</li> 
    141 <li>'.sprintf(__('The plugin Cinecturlink2 is compatible with plugin %s.'),'<a href="http://plugins.dotaddict.org/dc2/details/activityReport">Activity report</a>').'</li> 
    142 </ul> 
    143  
    144 </div>'; 
     138dcPage::helpBlock('cinecturlink2'); 
  • plugins/cinecturlink2/_define.php

    r3247 r3325  
    3030     "Widgets and pages about books, musics, films, blogs you are interested in", 
    3131     /* Author */ 
    32      "Jean-Christian Denis", 
     32     "Jean-Christian Denis, Pierre Van Glabeke", 
    3333     /* Version */ 
    34      '0.7', 
     34     '0.8', 
    3535     /* Properties */ 
    3636     array( 
    3737          'permissions' => 'contentadmin', 
    3838          'type' => 'plugin', 
    39           'dc_min' => '2.6', 
    40           'support' => 'http://jcd.lv/q=cinecturlink2', 
     39          'dc_min' => '2.7', 
     40          'support' => 'http://forum.dotclear.org/viewtopic.php?id=40893', 
    4141          'details' => 'http://plugins.dotaddict.org/dc2/details/cinecturlink2' 
    4242     ) 
  • plugins/cinecturlink2/_install.php

    r3247 r3325  
    2929     } 
    3030 
    31      # Check Dotclear version 
    32      if (!method_exists('dcUtils', 'versionsCompare')  
    33       || dcUtils::versionsCompare(DC_VERSION, '2.6', '>', false)) { 
    34           throw new Exception(sprintf( 
    35                '%s requires Dotclear %s', 'cinecturlink2', '2.6' 
    36           )); 
    37      } 
     31  # Check Dotclear version 
     32#    if (!method_exists('dcUtils', 'versionsCompare') 
     33#    || dcUtils::versionsCompare(DC_VERSION, '2.6', '>', false)) { 
     34throw new Exception(sprintf( 
     35'%s requires Dotclear %s', 'cinecturlink2', '2.6' 
     36)); 
     37} 
    3838 
    3939     # Tables 
  • plugins/cinecturlink2/_public.php

    r3247 r3325  
    111111          } 
    112112 
    113           $core->tpl->setPath( 
    114                $core->tpl->getPath(), 
    115                dirname(__FILE__).'/default-templates/' 
    116           ); 
     113          $tplset = $core->themes->moduleInfo($core->blog->settings->system->theme,'tplset'); 
     114        if (!empty($tplset) && is_dir(dirname(__FILE__).'/default-templates/'.$tplset)) { 
     115            $core->tpl->setPath($core->tpl->getPath(), dirname(__FILE__).'/default-templates/'.$tplset); 
     116        } else { 
     117            $core->tpl->setPath($core->tpl->getPath(), dirname(__FILE__).'/default-templates/'.DC_DEFAULT_TPLSET); 
     118        } 
    117119 
    118120          $params = array(); 
     
    145147               $_ctx->c2_page_params = $params; 
    146148 
    147                header('X-Robots-Tag: '.context::robotsPolicy($core->blog->settings->system->robots_policy, '')); 
     149               header('X-Robots-Tag: '.context::robotsPolicy($core->blog->settings->system->robots_policy,'')); 
    148150               self::serveDocument('cinecturlink2-'.$f.'.xml', $mime); 
    149151          } 
  • plugins/cinecturlink2/_widgets.php

    r3247 r3325  
    5656          $w->create( 
    5757               'cinecturlink2links', 
    58                __('My cinecturlink'), 
     58               __('Cineturlink: my cinecturlink'), 
    5959               array('cinecturlink2Widget', 'publicLinks'), 
    6060               'null', 
     
    135135               ) 
    136136          ); 
     137          $w->cinecturlink2links->setting('content_only',__('Content only'),0,'check'); 
     138          $w->cinecturlink2links->setting('class',__('CSS class:'),''); 
     139          $w->cinecturlink2links->setting('offline',__('Offline'),0,'check'); 
    137140     } 
    138141 
     
    141144          $w->create( 
    142145               'cinecturlink2cats', 
    143                __('List of categories of cinecturlink'), 
     146               __('Cinecturlink: list of categories'), 
    144147               array('cinecturlink2Widget', 'publicCats'), 
    145148               null, 
     
    169172               ) 
    170173          ); 
     174          $w->cinecturlink2cats->setting('content_only',__('Content only'),0,'check'); 
     175          $w->cinecturlink2cats->setting('class',__('CSS class:'),''); 
     176          $w->cinecturlink2cats->setting('offline',__('Offline'),0,'check'); 
    171177     } 
    172178 
     
    175181          global $core; 
    176182 
    177           $core->blog->settings->addNamespace('cinecturlink2');  
     183          if ($w->offline) 
     184               return; 
     185 
     186          $core->blog->settings->addNamespace('cinecturlink2'); 
    178187 
    179188          if (!$core->blog->settings->cinecturlink2->cinecturlink2_active  
     
    283292          } 
    284293 
    285           return  
    286           '<div class="cinecturlink2list">'. 
    287           ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>' : ''). 
    288           implode(' ',$entries). 
    289           ($w->showpagelink && $core->blog->settings->cinecturlink2->cinecturlink2_public_active ?  
    290           '<p><a href="'.$core->blog->url.$core->url->getBase('cinecturlink2').'" title="'.__('view all links').'">'.__('More links').'</a></p>' : '' 
    291           ). 
    292           '</div>'; 
     294          $res = 
     295          ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 
     296    implode(' ',$entries). 
     297          ($w->showpagelink && $core->blog->settings->cinecturlink2->cinecturlink2_public_active ? 
     298          '<p><strong><a href="'.$core->blog->url.$core->url->getBase('cinecturlink2').'" title="'.__('More links').'">'.__('More links').'</a></strong></p>' : '' 
     299          ) 
     300    ; 
     301 
     302          return $w->renderDiv($w->content_only,'cinecturlink2list '.$w->class,'',$res); 
    293303     } 
    294304 
     
    296306     { 
    297307          global $core; 
     308 
     309          if ($w->offline) 
     310               return; 
    298311 
    299312          $core->blog->settings->addNamespace('cinecturlink2');  
     
    316329          } 
    317330 
    318           $res =  
    319           '<li><a href="'. 
     331          $res = 
     332          '<li style="display:none;"><a href="'. 
    320333          $core->blog->url.$core->url->getBase('cinecturlink2'). 
    321           '" title="'.__('view all links').'">'.__('all links'). 
     334          '" title="'.__('View all links').'">'.__('View all links'). 
    322335          '</a>'; 
    323336          if ($w->shownumlink) { 
     
    330343               '<li><a href="'. 
    331344               $core->blog->url.$core->url->getBase('cinecturlink2').'/'.$core->blog->settings->cinecturlink2->cinecturlink2_public_caturl.'/'.urlencode($rs->cat_title). 
    332                '" title="'.__('view links of this category').'">'. 
     345               '" title="'.__('View links of this category').'">'. 
    333346               html::escapeHTML($rs->cat_title). 
    334347               '</a>'; 
     
    339352          } 
    340353 
    341           return  
    342           '<div class="cinecturlink2cat">'. 
    343           ($w->title ? '<h2>'.html::escapeHTML($w->title).'</h2>' : ''). 
    344           '<ul>'.$res.'</ul>'. 
    345           '</div>'; 
     354          $res = 
     355          ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 
     356    '<ul>'.$res.'</ul>'. 
     357          '<p><strong><a href="'.$core->blog->url.$core->url->getBase('cinecturlink2').'" title="'.__('View all links').'">'.__('View all links').'</a></strong></p>'; 
     358 
     359          return $w->renderDiv($w->content_only,'cinecturlink2cat '.$w->class,'',$res); 
    346360     } 
    347361} 
  • plugins/cinecturlink2/inc/class.cinecturlink2.php

    r3247 r3325  
    341341               } 
    342342               if ($cur->cat_desc == '') { 
    343                     throw new Exception(__('No category description')); 
     343                    throw new Exception(__('You must provide a description.')); 
    344344               } 
    345345 
  • plugins/cinecturlink2/index.php

    r3247 r3325  
    309309$langs_combo = l10n::getISOcodes(true); 
    310310$links_action_combo = array( 
    311      __('delete')             => 'delete_links', 
    312      __('change category')    => 'moveto_change_links_category', 
    313      __('change my rating')   => 'moveto_change_links_note' 
     311     __('Delete')             => 'delete_links', 
     312     __('Change category')    => 'moveto_change_links_category', 
     313     __('Change my rating')   => 'moveto_change_links_note' 
    314314); 
    315315$notes_combo = array(); 
     
    392392     form::combo('upd_category', $categories_combo, '', 'maximal').' 
    393393     </label></p><p> 
    394      <input type="submit" name="updlinkcat" value="ok" />'. 
     394     <input type="submit" name="updlinkcat" value="'.__('Save').'" />'. 
    395395     form::hidden(array('action'), 'change_links_category'). 
    396396     $core->formNonce().' 
     
    433433     form::combo('upd_note',$notes_combo, 10, 'maximal').' 
    434434     </label></p><p> 
    435      <input type="submit" name="updlinknote" value="ok" />'. 
     435     <input type="submit" name="updlinknote" value="'.__('Save').'" />'. 
    436436     form::hidden(array('action'), 'change_links_note'). 
    437437     $core->formNonce().' 
     
    494494          <p class="col right">'.__('Selected links action:').' '. 
    495495          form::combo(array('action'),$links_action_combo).' 
    496           <input type="submit" value="'.__('ok').'" />'. 
     496          <input type="submit" value="'.__('Save').'" />'. 
    497497          form::hidden(array('sortby'),$sortby). 
    498498          form::hidden(array('order'),$order). 
     
    535535     <div class="col70"> 
    536536 
    537      <p><label for="new_title">'.__('Title:').' '. 
     537     <p><label class="classic required" for="new_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 
    538538     form::field('new_title', 60, 255, $new_title, 'maximal'). 
    539539     '</label></p> 
    540540 
    541      <p><label for="new_desc">'.__('Description:').' '. 
     541     <p><label class="classic required" for="new_desc"><abbr title="'.__('Required field').'">*</abbr> '.__('Description:').' '. 
    542542     form::field('new_desc', 60, 255, $new_desc, 'maximal'). 
    543543     '</label></p> 
    544544 
    545      <p><label for="new_author">'.__('Author:').' '. 
     545     <p><label class="classic required" for="new_author"><abbr title="'.__('Required field').'">*</abbr> '.__('Author:').' '. 
    546546     form::field('new_author', 60, 255, $new_author, 'maximal'). 
    547547     '</label></p> 
     
    553553     '</p> 
    554554 
    555      <p><label for="new_image">'.__('Image URL:').' '. 
     555     <p><label class="classic required" for="new_image"><abbr title="'.__('Required field').'">*</abbr> '.__('Image URL:').' '. 
    556556     form::field('new_image', 60, 255, $new_image, 'maximal').'</label>'. 
    557557     '<a class="modal" href="http://amazon.com" id="newimagesearch">'. 
     
    594594     form::hidden(array('action'),'create_link'). 
    595595     $core->formNonce().' 
    596      <input type="submit" name="newlink" value="'.($upd_link_id ? __('update link') : __('create link')).'" /> 
     596     <input type="submit" name="newlink" value="'.($upd_link_id ? __('Update link') : __('Create link')).'" /> 
    597597     </p> 
    598598     </form> 
     
    609609          <form method="post" action="'.$p_url.'#cats"> 
    610610          <table class="maximal dragable"> 
    611           <thead><tr><th colspan="2">#</th><th>'.__('name').'</th><th>'.__('description').'</th></tr></thead> 
     611          <thead><tr><th colspan="2">'.__('Order').'</th><th>'.__('Name').'</th><th>'.__('Description').'</th></tr></thead> 
    612612          <tbody id="links-list-cat">'; 
    613613 
     
    636636          form::hidden(array('action'), 'update_categories'). 
    637637          $core->formNonce().' 
    638           <input type="submit" name="updcats" value="'.__('update categories').'" /> 
     638          <input type="submit" name="updcats" value="'.__('Update categories').'" /> 
    639639          </p> 
    640640          </form>'; 
     
    649649     <form method="post" action="'.$p_url.'#newcat"> 
    650650 
    651      <p><label for="new_cattitle">'.__('Title:').' '. 
     651     <p><label class="classic required" for="new_cattitle"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').' '. 
    652652     form::field('new_cattitle', 60, 64, $new_cattitle, 'maximal'). 
    653653     '</label></p> 
    654654 
    655      <p><label for="new_catdesc">'.__('Description:').' '. 
     655     <p><label class="classic required" for="new_catdesc"><abbr title="'.__('Required field').'">*</abbr> '.__('Description:').' '. 
    656656     form::field('new_catdesc', 60, 64, $new_catdesc, 'maximal'). 
    657657     '</label></p> 
     
    660660     form::hidden(array('action'), 'create_category'). 
    661661     $core->formNonce().' 
    662      <input type="submit" name="newcat" value="'.__('save').'" /> 
     662     <input type="submit" name="newcat" value="'.__('Save').'" /> 
    663663     </p> 
    664664     </form> 
  • plugins/cinecturlink2/locales/fr/main.po

    r3247 r3325  
    77msgstr "" 
    88"Content-Type: text/plain; charset=UTF-8\n" 
    9 "Project-Id-Version: cinecturlink2 0.7\n" 
     9"Project-Id-Version: cinecturlink2 0.8\n" 
    1010"POT-Creation-Date: \n" 
    1111"PO-Revision-Date: 2013-11-04T19:43:18+00:00\n" 
     
    3333#: _config.php:93 
    3434msgid "Enable extension" 
    35 msgstr "Activer l'extension" 
     35msgstr "Activer le plugin" 
    3636 
    3737#: _config.php:95 
    3838msgid "Maximum width of images (in pixel):" 
    39 msgstr "Largeur maximum des images (en pixels) :" 
     39msgstr "Largeur maximale des images (en pixels) :" 
    4040 
    4141#: _config.php:98 
    4242msgid "Public folder of images (under public folder of blog):" 
    43 msgstr "Dossier publique des images (dans le répertoire \"public\" du blog) :" 
     43msgstr "Dossier public des images (dans le répertoire \"public\" du blog) :" 
    4444 
    4545#: _config.php:108 
    46 msgid "Update cache when use \"Random\" or \"Number of view\" order on widget (Need reload of widgets on change)" 
    47 msgstr "Mettre à jour le cache lors de l'utilisation de l'ordre  \"Aléatoire\" ou \"Nombre d'affichages\" dans le widget (Nécessite le rechargement du widget)" 
     46msgid "Update cache when use \"Random\" or \"Number of view\" order on widget (need reload of widgets on change)" 
     47msgstr "Mettre à jour le cache lors de l'utilisation de l'ordre  \"Aléatoire\" ou \"Nombre d'affichages\" dans le widget (nécessite le rechargement du widget)" 
    4848 
    4949#: _config.php:109 
     
    5959msgstr "Activer la page publique" 
    6060 
    61 #: _config.php:119 
    62 msgid "Public page has url: %s" 
    63 msgstr "La page publique à l'URL: %s" 
    64  
    6561#: _config.php:121 
    6662msgid "Title of the public page:" 
     
    7369#: _config.php:127 
    7470msgid "Limit number of entries per page on pulic page to:" 
    75 msgstr "Limiter le nombre d'entrée par page sur la page public à :" 
    76  
    77 #: _config.php:133 
    78 msgid "Informations" 
    79 msgstr "Informations" 
    80  
    81 #: _config.php:136 
    82 msgid "Once the extension has been configured and your links have been created, you can place one of the cinecturlink widgets in the sidebar." 
    83 msgstr "Une fois l'extension configurée et vos liens créés, vous pouvez placer un des widgets cinecturlink dans la barre latérale." 
    84  
    85 #: _config.php:137 
    86 msgid "In order to open links in new window you can use plugin %s." 
    87 msgstr "Afin d'ouvrir les liens dans une nouvelle page vous pouvez utiliser l'extension %s." 
    88  
    89 #: _config.php:138 
    90 msgid "In order to change URL of public page you can use plugin %s." 
    91 msgstr "Afin de changer l'URL de la page publique vous pouvez utiliser l'extension %s." 
    92  
    93 #: _config.php:139 
    94 msgid "You can add public pages of cinecturlink to the plugin %s." 
    95 msgstr "Vous pouvez ajouter les pages publiques de cinecturlink à l'extension %s." 
    96  
    97 #: _config.php:140 
    98 #: _config.php:141 
    99 msgid "The plugin Cinecturlink2 is compatible with plugin %s." 
    100 msgstr "L'extension Cinecturlink2 est compatible avec l'extension %s." 
     71msgstr "Limiter le nombre d'entrées par page sur la page publique à :" 
    10172 
    10273#: _widgets.php:45 
     
    12091#: _widgets.php:61 
    12192msgid "Show selection of cinecturlinks" 
    122 msgstr "Afficher une selection de cinecturlink" 
     93msgstr "Afficher une sélection de cinecturlink" 
    12394 
    12495#: _widgets.php:85 
    12596msgid "Sort: (only for date, note and title)" 
    126 msgstr "Ordre: (seulement pour date, note et titre)" 
     97msgstr "Ordre : (seulement pour date, note et titre)" 
    12798 
    12899#: _widgets.php:92 
     
    167138#: default-templates/cinecturlink2.html:56 
    168139#: default-templates/cinecturlink2.html:56 
    169 msgid "view all links" 
    170 msgstr "voir tous les liens" 
     140msgid "View all links" 
     141msgstr "Voir tous les liens" 
    171142 
    172143#: _widgets.php:290 
     
    179150 
    180151#: _widgets.php:332 
    181 msgid "view links of this category" 
    182 msgstr "voir les liens de cette catégorie" 
     152msgid "View links of this category" 
     153msgstr "Voir les liens de cette catégorie" 
    183154 
    184155#: default-templates/cinecturlink2.html:31 
     
    289260msgstr "Vous devez fournir un titre." 
    290261 
     262msgid "You must provide a description." 
     263msgstr "Vous devez fournir une description." 
     264 
    291265#: index.php:103 
    292266msgid "Category with same name already exists." 
     
    295269#: index.php:113 
    296270msgid "Category successfully created." 
    297 msgstr "Catégory créée." 
     271msgstr "Catégorie créée." 
    298272 
    299273#: index.php:128 
     
    320294#: index.php:218 
    321295msgid "Link successfully created." 
    322 msgstr "Lien crée." 
     296msgstr "Lien créé." 
    323297 
    324298#: index.php:227 
     
    331305 
    332306#: index.php:312 
    333 msgid "change category" 
    334 msgstr "lodifier la catégorie" 
     307msgid "Change category" 
     308msgstr "Modifier la catégorie" 
    335309 
    336310#: index.php:313 
    337 msgid "change my rating" 
     311msgid "Change my rating" 
    338312msgstr "Modifier mon évaluation" 
    339313 
     
    353327#: index.php:391 
    354328msgid "Select a category:" 
    355 msgstr "Selectionner une catégorie :" 
     329msgstr "Sélectionner une catégorie :" 
    356330 
    357331#: index.php:409 
     
    393367#: index.php:563 
    394368msgid "There is no image in cinecturlink media path." 
    395 msgstr "Il n'y a pas d'image dans le chemin des média cinecturlink." 
     369msgstr "Il n'y a pas d'image dans le dossier des média cinecturlink dans la médiathèque." 
    396370 
    397371#: index.php:567 
    398372msgid "or select from repository:" 
    399 msgstr "ou selectionner depuis le dépôt :" 
     373msgstr "ou sélectionner depuis le dépôt :" 
    400374 
    401375#: index.php:570 
    402376msgid "Go to media manager to add image to cinecturlink path." 
    403 msgstr "Aller dans le gestionnaire de média pour ajouter des images au chemin des cinecturlink." 
     377msgstr "Aller dans la médiathèque pour ajouter des images au chemin des cinecturlink." 
    404378 
    405379#: index.php:586 
     
    408382 
    409383#: index.php:596 
    410 msgid "update link" 
    411 msgstr "mettre à jour ce lien" 
     384msgid "Update link" 
     385msgstr "Mettre à jour ce lien" 
    412386 
    413387#: index.php:596 
    414 msgid "create link" 
    415 msgstr "créer ce lien" 
     388msgid "Create link" 
     389msgstr "Créer ce lien" 
    416390 
    417391#: index.php:605 
     
    420394 
    421395#: index.php:611 
    422 msgid "name" 
    423 msgstr "nom" 
     396msgid "Name" 
     397msgstr "Nom" 
    424398 
    425399#: index.php:611 
    426 msgid "description" 
    427 msgstr "description" 
     400msgid "Description" 
     401msgstr "Description" 
    428402 
    429403#: index.php:633 
     
    432406 
    433407#: index.php:638 
    434 msgid "update categories" 
    435 msgstr "mettre à jour les catégories" 
    436  
     408msgid "Update categories" 
     409msgstr "Mettre à jour les catégories" 
     410 
     411msgid "View the public page" 
     412msgstr "Voir la page publique" 
     413 
     414msgid "Order" 
     415msgstr "Trier" 
     416 
     417msgid "Cinecturlink: list of categories" 
     418msgstr "Cinecturlink : liste des catégories" 
     419 
     420msgid "Cineturlink: my cinecturlink" 
     421msgstr "Cineturlink : mes cinecturlink" 
     422 
     423msgid "" 
     424msgstr "" 
     425 
     426msgid "" 
     427msgstr "" 
     428 
Note: See TracChangeset for help on using the changeset viewer.

Sites map