Dotclear


Ignore:
Timestamp:
11/08/16 09:29:53 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Locales, closes #2215

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/class.dc.favorites.php

    r3298 r3394  
    411411                    'permissions' =>'usage,contentadmin'), 
    412412               'posts' => array( 
    413                     'title' => __('Entries'), 
     413                    'title' => __('Posts'), 
    414414                    'url' => $core->adminurl->get("admin.posts"), 
    415415                    'small-icon' => 'images/menu/entries.png', 
     
    486486     { 
    487487          $post_count = $core->blog->getPosts(array(),true)->f(0); 
    488           $str_entries = __('%d entry', '%d entries',$post_count); 
     488          $str_entries = __('%d post', '%d posts',$post_count); 
    489489          $v['title'] = sprintf($str_entries,$post_count); 
    490490     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map