Dotclear

Changeset 2832:85de0adb58f0 for inc


Ignore:
Timestamp:
12/02/14 13:01:30 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Zero is plural in English, fixes #2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/class.dc.template.php

    r2800 r2832  
    17871787     <!ELEMENT tpl:EntryCommentCount - O -- Number of comments for entry --> 
    17881788     <!ATTLIST tpl:EntryCommentCount 
    1789      none      CDATA     #IMPLIED  -- text to display for "no comment" (default: no comment) 
     1789     none      CDATA     #IMPLIED  -- text to display for "no comments" (default: no comments) 
    17901790     one       CDATA     #IMPLIED  -- text to display for "one comment" (default: one comment) 
    17911791     more      CDATA     #IMPLIED  -- text to display for "more comments" (default: %s comments, %s is replaced by the number of comment) 
     
    18161816     <!ELEMENT tpl:EntryPingCount - O -- Number of trackbacks for entry --> 
    18171817     <!ATTLIST tpl:EntryPingCount 
    1818      none CDATA     #IMPLIED  -- text to display for "no ping" (default: no ping) 
     1818     none CDATA     #IMPLIED  -- text to display for "no pings" (default: no pings) 
    18191819     one  CDATA     #IMPLIED  -- text to display for "one ping" (default: one ping) 
    18201820     more CDATA     #IMPLIED  -- text to display for "more pings" (default: %s trackbacks, %s is replaced by the number of pings) 
     
    18261826               '$_ctx->posts->nb_trackback', 
    18271827               array( 
    1828                     'none' => 'no trackback', 
     1828                    'none' => 'no trackbacks', 
    18291829                    'one'  => 'one trackback', 
    18301830                    'more' => '%d trackbacks' 
Note: See TracChangeset for help on using the changeset viewer.

Sites map