diff options
author | mistic100 <mistic@piwigo.org> | 2012-05-14 21:23:31 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-05-14 21:23:31 +0000 |
commit | 4cac242866461f1307c3f0de01efa04a08d867c8 (patch) | |
tree | 787e0a53e5769822bffbb91fd1d53d3f87d803da /admin/intro.php | |
parent | 114121a0b7dbdf55039ffdd318780d5799f485ea (diff) |
change languages keys to differentiate if "%d physical" is plural or singular, same for "and %d virtual"
+ missing ja_JP php open tag
git-svn-id: http://piwigo.org/svn/trunk@14977 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/intro.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/intro.php b/admin/intro.php index 56f8a6bba..97738a9c4 100644 --- a/admin/intro.php +++ b/admin/intro.php @@ -203,9 +203,9 @@ $template->assign( 'DB_CATEGORIES' => l10n_dec('%d album including', '%d albums including', $nb_categories). - l10n_dec('%d physical', '%d physical', + l10n_dec('%d physical', '%d physicals', $nb_physical). - l10n_dec(' and %d virtual', ' and %d virtual', + l10n_dec(' and %d virtual', ' and %d virtuals', $nb_virtual), 'DB_IMAGE_CATEGORY' => l10n_dec('%d association', '%d associations', $nb_image_category), 'DB_TAGS' => l10n_dec('%d tag', '%d tags', $nb_tags), |