Changeset 654


Ignore:
Timestamp:
Dec 23, 2004, 1:30:03 PM (19 years ago)
Author:
gweltas
Message:
  • French translation of general lock
  • Correction of page title in the category page
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/category.php

    r631 r654  
    107107  $page['title'] = $lang['no_category'];
    108108}
    109 $template_title = $page['title'];
     109$template_title = get_cat_display_name($page['cat_name'],
     110                             'category.php?cat=',
     111                             false);;
    110112if ( isset( $page['cat_nb_images'] ) and $page['cat_nb_images'] > 0 )
    111113{
     
    136138  'L_PASSWORD' => $lang['password'],
    137139  'L_HELLO' => $lang['hello'],
    138         'L_REGISTER' => $lang['ident_register'],
    139         'L_LOGIN' => $lang['menu_login'],
     140  'L_REGISTER' => $lang['ident_register'],
     141  'L_LOGIN' => $lang['menu_login'],
    140142  'L_LOGOUT' => $lang['logout'],
    141143  'L_ADMIN' => $lang['admin'],
     
    149151
    150152  'U_HOME' => add_session_id( PHPWG_ROOT_PATH.'category.php' ),
    151         'U_REGISTER' => add_session_id( PHPWG_ROOT_PATH.'register.php' ),
     153  'U_REGISTER' => add_session_id( PHPWG_ROOT_PATH.'register.php' ),
    152154  'U_LOGOUT' => PHPWG_ROOT_PATH.'category.php?act=logout',
    153155  'U_ADMIN'=>add_session_id( PHPWG_ROOT_PATH.'admin.php' ),
  • trunk/include/functions_category.inc.php

    r652 r654  
    349349      $page['title'] =
    350350        get_cat_display_name($page['cat_name'],
    351                              'category.php?cat=',
     351                             '',
    352352                             false);
    353353      $page['where'] = ' WHERE category_id = '.$page['cat'];
  • trunk/language/fr_FR.iso-8859-1/admin.lang.php

    r651 r654  
    155155$lang['conf_notification'] = 'Notification par mail';
    156156$lang['conf_notification_info'] = 'Notification automatique par mail des administrateurs (seuls les administrateurs) lors de l\'ajout d\'un commentaire, ou lors de l\'ajout d\'une image.';
     157$lang['conf_gallery_locked'] = 'Verrouiller la galerie';
     158$lang['conf_gallery_locked_info'] = 'Verrouiller toute la galerie pour maintenance.
     159Attention à ne pas vous déconnecter : seul l\'administrateur sera capable d\'y accéder.';
    157160
    158161// Configuration -> comments
Note: See TracChangeset for help on using the changeset viewer.