aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/locales/en.json
diff options
context:
space:
mode:
authorZero~Informatique2020-09-11 00:15:04 +0200
committerG.Fouet2020-09-11 21:53:18 +0200
commite6c2a8d9653ffde924632ca2f260c3a8cddc14ed (patch)
treeccc847bdec26d131ee260203410d7a16a0a6fbcf /viewer/src/locales/en.json
parentd72e317896bcc2a675d21cec6f286e0b2730d77c (diff)
downloadldgallery-e6c2a8d9653ffde924632ca2f260c3a8cddc14ed.tar.gz
viewer: item display order
github: resolves #28
Diffstat (limited to 'viewer/src/locales/en.json')
-rw-r--r--viewer/src/locales/en.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json
index b36ac57..915f600 100644
--- a/viewer/src/locales/en.json
+++ b/viewer/src/locales/en.json
@@ -17,5 +17,7 @@
17 "directory.no-results": "Empty directory", 17 "directory.no-results": "Empty directory",
18 "panelLeft.propositions.other": "other filters", 18 "panelLeft.propositions.other": "other filters",
19 "panelLeft.information.title": "Information", 19 "panelLeft.information.title": "Information",
20 "tag-propositions.showmore": "show more ({0})" 20 "tag-propositions.showmore": "show more ({0})",
21 "command.sort.byName": "By name",
22 "command.sort.byDateDesc": "By most recent"
21} 23}