Ignore:
Timestamp:
Dec 13, 2006, 1:05:16 AM (18 years ago)
Author:
rub
Message:

Feature Issue ID 0000601: Filter all public pages with only recent elements

Last draft before final development.
There a icon for global mode and one other for local mode.

Counters are not good, filter on images are not everywhere applied, moment to update cache are not optimized, ...

Go to http://forum.phpwebgallery.net/viewtopic.php?id=9490

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/fr_FR.iso-8859-1/common.lang.php

    r1648 r1651  
    491491$lang['maxwidth'] = 'Largeur maximum des images';
    492492$lang['maxwidth_error'] = 'La largeur des images doit être supérieure à 50';
     493$lang['start_filter_local_mode_hint'] = '[local] afficher que les éléments récents';
     494$lang['stop_filter_local_mode_hint'] = '[local] retourner à l\'affichage de tous les éléments';
     495$lang['start_filter_global_mode_hint'] = '[global] afficher que les éléments récents';
     496$lang['stop_filter_global_mode_hint'] = '[global] retourner à l\'affichage de tous les éléments';
    493497$lang['mode_created_hint'] = 'afficher un calendrier par date de création';
    494 $lang['start_filter_mode_hint'] = 'afficher que les éléments récents';
    495 $lang['stop_filter_mode_hint'] = 'retourner à l\'affichage de tous les éléments';
    496498$lang['mode_normal_hint'] = 'retourner à la vue normale';
    497499$lang['mode_posted_hint'] = 'afficher un calendrier par date d\'ajout';
Note: See TracChangeset for help on using the changeset viewer.