mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
bug fixed: some language keys had not been converted in code.
git-svn-id: http://piwigo.org/svn/trunk@5311 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -160,10 +160,10 @@ foreach (array('date_available', 'date_creation') as $datefield)
|
||||
if ('date_available' == $datefield)
|
||||
{
|
||||
$lang_items = array(
|
||||
'date' => l10n('became available on %s'),
|
||||
'period' => l10n('became available between %s (%s) and %s (%s)'),
|
||||
'after' => l10n('became available after %s (%s)'),
|
||||
'before' => l10n('became available before %s (%s)'),
|
||||
'date' => l10n('posted on %s'),
|
||||
'period' => l10n('posted between %s (%s) and %s (%s)'),
|
||||
'after' => l10n('posted after %s (%s)'),
|
||||
'before' => l10n('posted before %s (%s)'),
|
||||
);
|
||||
}
|
||||
elseif ('date_creation' == $datefield)
|
||||
|
||||
Reference in New Issue
Block a user