mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
fixes #1968 new values for date_posted filter
* add 24h, 3m and yNNNN (year 2023 or 2022...) * remove 1y * provide labels from backend instead of managing it in javascript
This commit is contained in:
@@ -441,4 +441,7 @@ $lang['Tags listed here match your search by word. Click on one to browse by tag
|
||||
$lang['Albums listed here match your search by word. Click on one to browse by album.'] = 'Albums listed here match your search by word. Click on one to browse by album.';
|
||||
$lang['%d visits'] = '%d visits';
|
||||
$lang['rating score %s'] = 'rating score %s';
|
||||
$lang['year %d'] = 'year %d';
|
||||
$lang['last 3 months'] = 'Last 3 months';
|
||||
$lang['last 24 hours'] = 'last 24 hours';
|
||||
?>
|
||||
|
||||
@@ -446,3 +446,6 @@ $lang['Tags listed here match your search by word. Click on one to browse by tag
|
||||
$lang['Albums listed here match your search by word. Click on one to browse by album.'] = 'Les albums ci-dessous correspondent à votre recherche par mot. Cliquez sur l\'un d\'eux pour basculer en navigation par album.';
|
||||
$lang['%d visits'] = '%d visites';
|
||||
$lang['rating score %s'] = 'score %s';
|
||||
$lang['year %d'] = 'année %d';
|
||||
$lang['last 3 months'] = '3 derniers mois';
|
||||
$lang['last 24 hours'] = '24 dernières heures';
|
||||
|
||||
Reference in New Issue
Block a user