diff options
author | nikrou <nikrou@piwigo.org> | 2010-03-03 11:18:21 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-03-03 11:18:21 +0000 |
commit | 11751ccd2c0b90f24820e409d905d2f0def9525d (patch) | |
tree | fce1af8137b5cd0c7a1150f87de0db462ed1218a /admin/intro.php | |
parent | f0a6aeedfafb2e67464a11bcd34db0975d191cc7 (diff) |
Feature 1451 : fix mispelling and missing translations
git-svn-id: http://piwigo.org/svn/trunk@5036 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/intro.php')
-rw-r--r-- | admin/intro.php | 6 |
1 files changed, 3 insertions, 3 deletions
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), |