Ignore:
Timestamp:
May 15, 2007, 10:23:09 PM (17 years ago)
Author:
rub
Message:

Replace some $lang by l10n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r1900 r2014  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     7// | file          : $Id$
    98// | last update   : $Date$
    109// | last modifier : $Author$
     
    4443  if ( $user['is_the_guest'] )
    4544  {
    46     array_push($errors, $lang['access_forbiden']);
     45    array_push($errors, l10n('access_forbiden'));
    4746  }
    4847}
     
    5857  else
    5958  {
    60     array_push( $errors, $lang['invalid_pwd'] );
     59    array_push( $errors, l10n('invalid_pwd') );
    6160  }
    6261}
     
    6665// Start output of page
    6766//
    68 $title = $lang['identification'];
     67$title = l10n('identification');
    6968$page['body_id'] = 'theIdentificationPage';
    7069include(PHPWG_ROOT_PATH.'include/page_header.php');
Note: See TracChangeset for help on using the changeset viewer.