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

@ -89,8 +89,8 @@ UPDATE '.COMMENTS_TABLE.'
array_push(
$page['infos'],
sprintf(
l10n('%d user comments validated'),
l10n_dec(
'%d user comment validated', '%d user comments validated',
count($to_validate)
)
);
@ -107,8 +107,8 @@ DELETE
array_push(
$page['infos'],
sprintf(
l10n('%d user comments rejected'),
l10n_dec(
'%d user comment rejected', '%d user comments rejected',
count($to_reject)
)
);