Feature 1451 : fix mispelling and missing translations

git-svn-id: http://piwigo.org/svn/trunk@5036 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2010-03-03 11:18:21 +00:00
parent f0a6aeedfa
commit 11751ccd2c
36 changed files with 921 additions and 269 deletions
+3 -3
View File
@@ -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),