fixes #300, album sort by date, make obvious we use photo dates

This commit is contained in:
plegall
2017-03-09 11:58:06 +01:00
parent 45cacb4ebd
commit e59f69c3a5
3 changed files with 8 additions and 6 deletions

View File

@@ -43,10 +43,10 @@ if (!empty($_POST) or isset($_GET['delete']))
$sort_orders = array(
'name ASC' => l10n('Album name, A → Z'),
'name DESC' => l10n('Album name, Z → A'),
'date_creation DESC' => l10n('Date created, new → old'),
'date_creation ASC' => l10n('Date created, old → new'),
'date_available DESC' => l10n('Date posted, new → old'),
'date_available ASC' => l10n('Date posted, old → new'),
'date_creation DESC' => l10n('Date created, new → old').' '.l10n('(determined from photos)'),
'date_creation ASC' => l10n('Date created, old → new').' '.l10n('(determined from photos)'),
'date_available DESC' => l10n('Date posted, new → old').' '.l10n('(determined from photos)'),
'date_available ASC' => l10n('Date posted, old → new').' '.l10n('(determined from photos)'),
);
// +-----------------------------------------------------------------------+

View File

@@ -1002,4 +1002,5 @@ $lang['Storage used'] = 'Storage used';
$lang['First photo added'] = 'First photo added';
$lang['No filter on album. Select one or type to search'] = 'No filter on album. Select one or type to search';
$lang['Piwigo Remote Sync is able to upload a whole folder hierarchy. If you run it again, only new photos will be uploaded.'] = 'Piwigo Remote Sync is able to upload a whole folder hierarchy. If you run it again, only new photos will be uploaded.';
$lang['Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo'] = 'Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo';
$lang['Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo'] = 'Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo';
$lang['(determined from photos)'] = '(determined from photos)';

View File

@@ -1004,4 +1004,5 @@ $lang['Storage used'] = 'Stockage utilisé';
$lang['First photo added'] = 'Première photo';
$lang['No filter on album. Select one or type to search'] = 'Aucun filtre. Tapez ici pour chercher un album.';
$lang['Piwigo Remote Sync is able to upload a whole folder hierarchy. If you run it again, only new photos will be uploaded.'] = 'Piwigo Remote Sync vous permet d\'ajouter une arborescence complète de répertoires. Si vous lancez la synchro une nouvelle fois, seules les nouvelles photos seront ajoutées.';
$lang['Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo'] = 'Partager / Envoyez vos photos directement de votre MacOS X (10.10 ou plus récent) vers votre Piwigo.';
$lang['Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo'] = 'Partager / Envoyez vos photos directement de votre MacOS X (10.10 ou plus récent) vers votre Piwigo.';
$lang['(determined from photos)'] = '(déterminée à partir des photos)';