feature 2379: change captions for comment ordering

git-svn-id: http://piwigo.org/svn/trunk@13088 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2012-02-10 22:23:42 +00:00
commit 8afb39b1eb
2 changed files with 3 additions and 1 deletions

View file

@ -134,7 +134,7 @@ SELECT
$template->assign(array(
'COMMENTS_ORDER_URL' => duplicate_picture_url().'&comments_order='.($comments_order == 'ASC' ? 'DESC' : 'ASC'),
'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('ascending') : l10n('descending'),
'COMMENTS_ORDER_TITLE' => $comments_order == 'ASC' ? l10n('old → new') : l10n('new → old'),
));
$query = '

View file

@ -229,6 +229,8 @@ $lang['month'][8] = "August";
$lang['month'][9] = "September";
$lang['Most visited'] = "Most visited";
$lang['N/A'] = "N/A";
$lang['old → new'] = 'old → new';
$lang['new → old'] = 'new → old';
$lang['New on %s'] = "New on %s";
$lang['New password'] = "New password";
$lang['Next'] = "Next";