mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
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
This commit is contained in:
+2
-2
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user