Dotclear

Changeset 2289


Ignore:
Timestamp:
06/03/10 10:49:51 (13 years ago)
Author:
annso
Message:

version 1.2.1 - fixes locales

Location:
themes/designPile
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • themes/designPile/_define.php

    r2288 r2289  
    1919     /* Description*/    "A dark and clean theme", 
    2020     /* Author */        "Site 5 - adapted to Dotclear by annso", 
    21      /* Version */       '1.2' 
     21     /* Version */       '1.2.1' 
    2222); 
    2323?> 
  • themes/designPile/_public.php

    r2287 r2289  
    1515 
    1616if (!defined('DC_RC_PATH')) { return; } 
     17 
     18l10n::set(dirname(__FILE__).'/locales/'.$_lang.'/public'); 
    1719 
    1820# appel du bon fichier css dans le head 
  • themes/designPile/css/blue.css

    r2288 r2289  
    11a { color: #0C9FE7; } 
    2 ul { list-style-image:url(../img/blue/bullet_star_featured.png); } 
     2.post ul { list-style-image:url(../img/blue/bullet_star_featured.png); } 
    33 
    44#logo { background:url(../img/blue/logo.png) no-repeat; } 
  • themes/designPile/css/green.css

    r2288 r2289  
    11a { color: #99CC30; } 
    2 ul { list-style-image:url(../img/green/bullet_star_featured.png); } 
     2.post ul { list-style-image:url(../img/green/bullet_star_featured.png); } 
    33 
    44#logo { background:url(../img/green/logo.png) no-repeat; } 
  • themes/designPile/css/pink.css

    r2288 r2289  
    11a { color: #F50C56; } 
    2 ul { list-style-image:url(../img/pink/bullet_star_featured.png); } 
     2.post ul { list-style-image:url(../img/pink/bullet_star_featured.png); } 
    33 
    44#logo { background:url(../img/pink/logo.png) no-repeat; } 
  • themes/designPile/locales/fr/main.po

    r2288 r2289  
    1010msgid "If you don't want to display a link, keep its field empty." 
    1111msgstr "Laisser un champ vide pour ne pas le faire apparaitre." 
    12  
    13 #: tpl/home-page1.html:111 
    14 msgid "comment" 
    15 msgstr "commentaire" 
    16  
  • themes/designPile/locales/fr/public.po

    r2288 r2289  
    22msgstr "Designé par" 
    33 
    4 msgid "comment" 
    5 msgstr "commentaire" 
     4msgid "%s comment" 
     5msgstr "%s commentaire" 
  • themes/designPile/tpl/home-page1.html

    r2288 r2289  
    7272               </tpl:EntryIf> 
    7373               <tpl:EntryIf show_comments="1"> 
    74                // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 comment"}}</a> 
     74               // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="%s comment"}}</a> 
    7575               </tpl:EntryIf> 
    7676          </p> 
     
    109109           <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> 
    110110           <tpl:EntryIf show_comments="1"> 
    111            // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 comment"}}</a> 
     111           // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="%s comment"}}</a> 
    112112           </tpl:EntryIf> 
    113113           </p> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map