From 11751ccd2c0b90f24820e409d905d2f0def9525d Mon Sep 17 00:00:00 2001 From: nikrou Date: Wed, 3 Mar 2010 11:18:21 +0000 Subject: Feature 1451 : fix mispelling and missing translations git-svn-id: http://piwigo.org/svn/trunk@5036 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/intro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'admin/intro.php') diff --git a/admin/intro.php b/admin/intro.php index 2d2310da7..137efe95b 100644 --- a/admin/intro.php +++ b/admin/intro.php @@ -200,11 +200,11 @@ $template->assign( 'DB_VERSION' => $db_version, 'DB_ELEMENTS' => l10n_dec('%d element', '%d elements', $nb_elements), 'DB_CATEGORIES' => - l10n_dec('cat_inclu_part1_S', 'cat_inclu_part1_P', + l10n_dec('%d category including ', '%d categories including ', $nb_categories). - l10n_dec('cat_inclu_part2_S', 'cat_inclu_part2_P', + l10n_dec('%d physical', '%d physical', $nb_physical). - l10n_dec('cat_inclu_part3_S', 'cat_inclu_part3_P', + l10n_dec(' and %d virtual', ' and %d virtual', $nb_virtual), 'DB_IMAGE_CATEGORY' => l10n_dec('%d association', '%d associations', $nb_image_category), 'DB_TAGS' => l10n_dec('%d tag', '%d tags', $nb_tags), -- cgit v1.2.3