mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
-fix language keys problems
git-svn-id: http://piwigo.org/svn/trunk@5178 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -198,9 +198,9 @@ $template->assign(
|
||||
'PHP_VERSION' => phpversion(),
|
||||
'DB_ENGINE' => $conf['dblayer'],
|
||||
'DB_VERSION' => $db_version,
|
||||
'DB_ELEMENTS' => l10n_dec('%d element', '%d elements', $nb_elements),
|
||||
'DB_ELEMENTS' => l10n_dec('%d image', '%d images', $nb_elements),
|
||||
'DB_CATEGORIES' =>
|
||||
l10n_dec('%d category including ', '%d categories including ',
|
||||
l10n_dec('%d category including', '%d categories including',
|
||||
$nb_categories).
|
||||
l10n_dec('%d physical', '%d physical',
|
||||
$nb_physical).
|
||||
|
||||
Reference in New Issue
Block a user