aboutsummaryrefslogtreecommitdiffstats
path: root/admin/intro.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-05-14 21:23:31 +0000
committermistic100 <mistic@piwigo.org>2012-05-14 21:23:31 +0000
commit4cac242866461f1307c3f0de01efa04a08d867c8 (patch)
tree787e0a53e5769822bffbb91fd1d53d3f87d803da /admin/intro.php
parent114121a0b7dbdf55039ffdd318780d5799f485ea (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 'admin/intro.php')
-rw-r--r--admin/intro.php4
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),