diff options
author | pacien | 2020-05-03 23:07:51 +0200 |
---|---|---|
committer | pacien | 2020-05-03 23:15:55 +0200 |
commit | 665139f7d25a64f66e1149a6403fc26efcbabb2a (patch) | |
tree | 46dd9634423540c3ac6a1ea38dc0f1857b1e95e3 /viewer/src/locales | |
parent | 09624c0089f0e29ffb1abc578525b6a07fd95e81 (diff) | |
download | ldgallery-665139f7d25a64f66e1149a6403fc26efcbabb2a.tar.gz |
viewer/GalleryNavigation: better error messages
Introducing a generic error page with some icon and a different error for unknown resources
GitHub: closes #190
Diffstat (limited to 'viewer/src/locales')
-rw-r--r-- | viewer/src/locales/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index e6c1df2..c011552 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json | |||
@@ -7,7 +7,8 @@ | |||
7 | "tag-propositions.addition": "Include all items with this tag", | 7 | "tag-propositions.addition": "Include all items with this tag", |
8 | "tag-propositions.intersection": "Search for this tag", | 8 | "tag-propositions.intersection": "Search for this tag", |
9 | "tag-propositions.item-count": "Item count", | 9 | "tag-propositions.item-count": "Item count", |
10 | "gallery.unknowntype": "Unknown item type", | 10 | "gallery.unknown-type": "Could not display item of unknown type", |
11 | "gallery.unknown-resource": "Resource not found", | ||
11 | "command.search": "Open/close search panel", | 12 | "command.search": "Open/close search panel", |
12 | "command.search.clear": "Clear", | 13 | "command.search.clear": "Clear", |
13 | "command.search.search": "Search", | 14 | "command.search.search": "Search", |