mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 08:02:59 +02:00
Next of commit 2109
Change translation is best of change language keyword. git-svn-id: http://piwigo.org/svn/trunk@2110 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -153,7 +153,7 @@ if ('tags' == $page['section'])
|
||||
)
|
||||
),
|
||||
'TITLE' => l10n_dec(
|
||||
'%d picture is also linked to current tags',
|
||||
'%d picture are also linked to current tags',
|
||||
'%d pictures are also linked to current tags',
|
||||
$tag['counter']),
|
||||
)
|
||||
|
||||
@@ -306,7 +306,7 @@ $lang['%d new element'] = '%d new element';
|
||||
$lang['%d new elements'] = '%d new elements';
|
||||
$lang['%d new user'] = '%d new user';
|
||||
$lang['%d new users'] = '%d new users';
|
||||
$lang['%d picture are also linked to current tags'] = '%d picture are also linked to current tags';
|
||||
$lang['%d picture are also linked to current tags'] = '%d picture is also linked to current tags';
|
||||
$lang['%d pictures are also linked to current tags'] = '%d pictures are also linked to current tags';
|
||||
$lang['%d waiting element'] = '%d waiting element';
|
||||
$lang['%d waiting elements'] = '%d waiting elements';
|
||||
|
||||
Reference in New Issue
Block a user