Dotclear


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
  • plugins/attachments/_public.php

    r2646 r2832  
    204204     <!ELEMENT tpl:EntryAttachmentCount - O -- Number of attachments for entry --> 
    205205     <!ATTLIST tpl:EntryAttachmentCount 
    206      none CDATA     #IMPLIED  -- text to display for "no attachment" (default: no attachment) 
     206     none CDATA     #IMPLIED  -- text to display for "no attachments" (default: no attachments) 
    207207     one  CDATA     #IMPLIED  -- text to display for "one attachment" (default: one attachment) 
    208208     more CDATA     #IMPLIED  -- text to display for "more attachment" (default: %s attachment, %s is replaced by the number of attachments) 
     
    215215               '$_ctx->posts->countMedia()', 
    216216               array( 
    217                     'none' => 'no attachment', 
     217                    'none' => 'no attachments', 
    218218                    'one'  => 'one attachment', 
    219219                    'more' => '%d attachments' 
Note: See TracChangeset for help on using the changeset viewer.

Sites map