From 4cac242866461f1307c3f0de01efa04a08d867c8 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Mon, 14 May 2012 21:23:31 +0000 Subject: 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 --- admin/intro.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/intro.php') 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), -- cgit v1.2.3