o add missing $lang

o use of l10n_dec
  o normalize file header


git-svn-id: http://piwigo.org/svn/trunk@1932 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub 2007-03-29 19:04:54 +00:00
commit 7acc304f55
19 changed files with 104 additions and 77 deletions

View file

@ -2,7 +2,7 @@
// +-----------------------------------------------------------------------+
// | PhpWebGallery - a PHP based picture gallery |
// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
// +-----------------------------------------------------------------------+
// | file : $Id$
// | last update : $Date$
@ -270,8 +270,8 @@ if (isset($_POST['delete']) and count($collection) > 0)
}
array_push(
$page['infos'],
sprintf(
l10n('%d users deleted'),
l10n_dec(
'%d user deleted', '%d users deleted',
count($collection)
)
);