Ignore:
Timestamp:
Jan 14, 2011, 10:19:15 PM (13 years ago)
Author:
rvelices
Message:

feature 2102 : rename item/image/picture to photo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/menubar.inc.php

    r8652 r8665  
    170170        array(
    171171          'URL' => make_index_url(array('section' => 'favorites')),
    172           'TITLE' => l10n('display my favorites pictures'),
    173           'NAME' => l10n('My favorites')
     172          'TITLE' => l10n('display your favorites photos'),
     173          'NAME' => l10n('Your favorites')
    174174          );
    175175    }
     
    178178      array(
    179179        'URL' => make_index_url(array('section' => 'most_visited')),
    180         'TITLE' => l10n('display most visited pictures'),
     180        'TITLE' => l10n('display most visited photos'),
    181181        'NAME' => l10n('Most visited')
    182182      );
     
    187187        array(
    188188          'URL' => make_index_url(array('section' => 'best_rated')),
    189           'TITLE' => l10n('display best rated items'),
     189          'TITLE' => l10n('display best rated photos'),
    190190          'NAME' => l10n('Best rated')
    191191        );
     
    195195      array(
    196196        'URL' => get_root_url().'random.php',
    197         'TITLE' => l10n('display a set of random pictures'),
    198         'NAME' => l10n('Random pictures'),
     197        'TITLE' => l10n('display a set of random photos'),
     198        'NAME' => l10n('Random photos'),
    199199        'REL'=> 'rel="nofollow"'
    200200      );
     
    203203      array(
    204204        'URL' => make_index_url(array('section' => 'recent_pics')),
    205         'TITLE' => l10n('display most recent pictures'),
    206         'NAME' => l10n('Recent pictures'),
     205        'TITLE' => l10n('display most recent photos'),
     206        'NAME' => l10n('Recent photos'),
    207207      );
    208208
     
    226226            )
    227227          ),
    228         'TITLE' => l10n('display each day with pictures, month per month'),
     228        'TITLE' => l10n('display each day with photos, month per month'),
    229229        'NAME' => l10n('Calendar'),
    230230        'REL'=> 'rel="nofollow"'
     
    244244    $block->data['tags'] =
    245245      array(
    246         'TITLE' => l10n('See available tags'),
     246        'TITLE' => l10n('display available tags'),
    247247        'NAME' => l10n('Tags'),
    248248        'URL'=> get_root_url().'tags.php',
     
    261261    $block->data['comments'] =
    262262      array(
    263         'TITLE'=>l10n('See last users comments'),
     263        'TITLE'=>l10n('display last user comments'),
    264264        'NAME'=>l10n('Comments'),
    265265        'URL'=> get_root_url().'comments.php',
Note: See TracChangeset for help on using the changeset viewer.