aboutsummaryrefslogtreecommitdiffstats
path: root/admin/configuration.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-03-31 10:27:25 +0000
committermistic100 <mistic@piwigo.org>2012-03-31 10:27:25 +0000
commit3a76852f0ce5573585fd70623321d8cb7e736ab3 (patch)
tree2e5ebf10692310c225442a72594ff8a98067e114 /admin/configuration.php
parent182f2b93d9703ffa8c1d0bbe5a178dc0f3e2b2ec (diff)
feature 2586: add capitals to sort labels on admin
git-svn-id: http://piwigo.org/svn/trunk@13840 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/configuration.php')
-rw-r--r--admin/configuration.php30
1 files changed, 15 insertions, 15 deletions
diff --git a/admin/configuration.php b/admin/configuration.php
index d49e52813..34117efd7 100644
--- a/admin/configuration.php
+++ b/admin/configuration.php
@@ -107,21 +107,21 @@ $display_info_checkboxes = array(
// image order management
$sort_fields = array(
'' => '',
- 'file ASC' => l10n('file name, A &rarr; Z'),
- 'file DESC' => l10n('file name, Z &rarr; A'),
- 'name ASC' => l10n('photo title, A &rarr; Z'),
- 'name DESC' => l10n('photo title, Z &rarr; A'),
- 'date_creation DESC' => l10n('date created, new &rarr; old'),
- 'date_creation ASC' => l10n('date created, old &rarr; new'),
- 'date_available DESC' => l10n('date posted, new &rarr; old'),
- 'date_available ASC' => l10n('date posted, old &rarr; new'),
- 'rating_score DESC' => l10n('rating score, high &rarr; low'),
- 'rating_score ASC' => l10n('rating score, low &rarr; high'),
- 'hit DESC' => l10n('visits, high &rarr; low'),
- 'hit ASC' => l10n('visits, low &rarr; high'),
- 'id ASC' => l10n('numeric identifier, 1 &rarr; 9'),
- 'id DESC' => l10n('numeric identifier, 9 &rarr; 1'),
- 'rank ASC' => l10n('manual sort order'),
+ 'file ASC' => l10n('File name, A &rarr; Z'),
+ 'file DESC' => l10n('File name, Z &rarr; A'),
+ 'name ASC' => l10n('Photo title, A &rarr; Z'),
+ 'name DESC' => l10n('Photo title, Z &rarr; A'),
+ 'date_creation DESC' => l10n('Date created, new &rarr; old'),
+ 'date_creation ASC' => l10n('Date created, old &rarr; new'),
+ 'date_available DESC' => l10n('Date posted, new &rarr; old'),
+ 'date_available ASC' => l10n('Date posted, old &rarr; new'),
+ 'rating_score DESC' => l10n('Rating score, high &rarr; low'),
+ 'rating_score ASC' => l10n('Rating score, low &rarr; high'),
+ 'hit DESC' => l10n('Visits, high &rarr; low'),
+ 'hit ASC' => l10n('Visits, low &rarr; high'),
+ 'id ASC' => l10n('Numeric identifier, 1 &rarr; 9'),
+ 'id DESC' => l10n('Numeric identifier, 9 &rarr; 1'),
+ 'rank ASC' => l10n('Manual sort order'),
);
$comments_order = array(